]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Tidy up
[rails.git] / app / assets / javascripts / index.js
index b41bbb0f49c40f6042b52b077e6345ab5d293a35..8afd3269d61d2aabf6ba3b4822f480ef4bab4fbe 100644 (file)
@@ -115,10 +115,10 @@ $(document).ready(function () {
     $("#sidebar_title").html(I18n.t('site.sidebar.search_results'));
     $("#sidebar_content").load($(this).attr("action"), {
       query: $("#query").val(),
-      minlon: bounds.getSouthWest().lng,
-      minlat: bounds.getSouthWest().lat,
-      maxlon: bounds.getNorthEast().lng,
-      maxlat: bounds.getNorthEast().lat
+      minlon: bounds.getWestLng(),
+      minlat: bounds.getSouthLat(),
+      maxlon: bounds.getEastLng(),
+      maxlat: bounds.getNorthLat()
     }, openSidebar);
 
     return false;