]> git.openstreetmap.org Git - rails.git/blobdiff - public/javascripts/site.js
show a 'no bbox specified' message for the moment at least. Due to inconsistent locat...
[rails.git] / public / javascripts / site.js
index d381c02314d2b9e7761fa0fac387a05b266c444d..06b4152df9a1267cef030762145d5c2946e117c1 100644 (file)
@@ -62,8 +62,7 @@ function updatelinks(lon,lat,zoom,layers,extents) {
   if (node) {
     if (zoom >= 11) {
       var args = new Object();
-      //conjure a bounding box centred at the lat/lon.
-      //TODO: feed actual bounds of the window through to here somehow.
+      //set bbox param from 'extents' object
       minlon = extents.left;
       minlat = extents.bottom;
       maxlon = extents.right;