]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/notes.js.erb
Replace various Leaflet extensions with new builtin methods
[rails.git] / app / assets / javascripts / index / notes.js.erb
index 7336c49ec60121e25ee4a8e02ba837e6b82d2fc6..2121c21a7cff27dbcaf9176708af34b047cf9e94 100644 (file)
@@ -115,7 +115,7 @@ $(document).ready(function () {
     var size = bounds.getSize();
 
     if (size <= OSM.MAX_NOTE_REQUEST_AREA) {
-      var url = "/api/" + OSM.API_VERSION + "/notes.json?bbox=" + bounds.toBBOX();
+      var url = "/api/" + OSM.API_VERSION + "/notes.json?bbox=" + bounds.toBBoxString();
 
       if (noteLoader) noteLoader.abort();