]> git.openstreetmap.org Git - rails.git/commitdiff
Typos in docs
authorJakob Miksch <info@jakobmiksch.eu>
Sun, 20 Oct 2024 09:12:49 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 09:12:49 +0000 (11:12 +0200)
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:
    *
-   *   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:
    *