Typos in docs

This commit is contained in:
Jakob Miksch 2024-10-20 11:12:49 +02:00 committed by GitHub
parent 6d0c291332
commit 4f79ae4612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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:
*