]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Fix export
[rails.git] / app / assets / javascripts / index.js
index 39d416ba9019999d770b08e021d825d3c90ccd7f..9a975c11c1d4884c7f3adf2e00e7961e7c2bdd99 100644 (file)
@@ -7,7 +7,6 @@
 //= require leaflet.share
 //= require index/browse
 //= require index/export
-//= require index/key
 //= require index/notes
 
 $(document).ready(function () {
@@ -75,12 +74,12 @@ $(document).ready(function () {
     uiPane: uiPane
   }).addTo(map);
 
-  L.control.note({
+  L.OSM.note({
     position: 'topright',
     uiPane: uiPane
   }).addTo(map);
 
-  L.control.share({
+  L.OSM.share({
     getUrl: getShortUrl,
     uiPane: uiPane
   }).addTo(map);
@@ -162,6 +161,7 @@ $(document).ready(function () {
     $("#query").focus();
   }
 
+  initializeExport(map);
   initializeBrowse(map);
   initializeNotes(map);
 });