Merge remote-tracking branch 'upstream/pull/5273'

This commit is contained in:
Tom Hughes 2024-10-20 17:38:03 +01:00
commit f7d4fa057a

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