2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <title><%= @title %></title>
6 <link rel="stylesheet" href="imagery.css" type="text/css" media="all" />
7 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
9 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.ie.css" />
11 <script type="text/javascript" src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
12 <script type="text/javascript" src="imagery.js"></script>
14 <body onload="createMap('map')">