]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/templates/default/index.html.erb
imagery: just add basic permalink support for now
[chef.git] / cookbooks / imagery / templates / default / index.html.erb
index 951abe8c888f9316f93493648dd7918dbc2268e6..a53b27fadcbe99059eafeb71a054a90b4aec5d27 100644 (file)
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-plugins/1.6.1/control/Permalink.Layer.min.js"></script>
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-plugins/1.6.1/control/Permalink.Overlay.js"></script>
     <script type="text/javascript" src="imagery.js"></script>
+    <style type="text/css">
+    @media print {
+      .leaflet-control { display:none }
+    }
+    </style>
   </head>
   <body onload="createMap('map')">
     <div id="map"></div>