Merge remote-tracking branch 'upstream/pull/5273'
This commit is contained in:
commit
f7d4fa057a
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue