]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/query.js
Typos in docs
[rails.git] / app / assets / javascripts / index / query.js
index a7d228ff99f5f4a81de3fdf7f69fe458658df42a..7d63280ee849638a9f7acd0d69bbc8b9129a5cec 100644 (file)
@@ -253,9 +253,9 @@ OSM.Query = function (map) {
    * To find nearby objects we ask overpass for the union of the
    * following sets:
    *
    * To find nearby objects we ask overpass for the union of the
    * following sets:
    *
-   *   node(around:<radius>,<lat>,lng>)
-   *   way(around:<radius>,<lat>,lng>)
-   *   relation(around:<radius>,<lat>,lng>)
+   *   node(around:<radius>,<lat>,<lng>)
+   *   way(around:<radius>,<lat>,<lng>)
+   *   relation(around:<radius>,<lat>,<lng>)
    *
    * to find enclosing objects we first find all the enclosing areas:
    *
    *
    * to find enclosing objects we first find all the enclosing areas:
    *