]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/export.js
Layers work
[rails.git] / app / assets / javascripts / index / export.js
index 52af96ebb7ad20d120ce60b9c84e234a17b104df..3715cbf9970a57a185dafe3c8f0ee1c68f832722 100644 (file)
@@ -38,7 +38,7 @@ $(document).ready(function () {
 
     openSidebar();
 
-    if (getMapBaseLayer().keyid == "mapnik") {
+    if (getMapBaseLayerId() == "mapnik") {
       $("#format_mapnik").prop("checked", true);
     }
 
@@ -186,7 +186,7 @@ $(document).ready(function () {
 
     function htmlUrlChanged() {
       var bounds = getBounds();
-      var layerName = getMapBaseLayer().keyid;
+      var layerName = getMapBaseLayerId();
 
       var url = "http://" + OSM.SERVER_URL + "/export/embed.html?bbox=" + bounds.toBBoxString() + "&layer=" + layerName;
       var markerUrl = "";