]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/templates/default/index.html.erb
Enable SSL for imagery sites
[chef.git] / cookbooks / imagery / templates / default / index.html.erb
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
3   <head>
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" />
8     <!--[if lte IE 8]>
9     <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.ie.css" />
10     <![endif]-->
11     <script type="text/javascript" src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
12     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-plugins/1.6.1/control/Permalink.min.js"></script>
13     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-plugins/1.6.1/control/Permalink.Layer.min.js"></script>
14     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-plugins/1.6.1/control/Permalink.Overlay.js"></script>
15     <script type="text/javascript" src="imagery.js"></script>
16     <style type="text/css">
17     @media print {
18       .leaflet-control { display:none }
19     }
20     </style>
21   </head>
22   <body onload="createMap('map')">
23     <div id="map"></div>
24   </body>
25 </html>