Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5273'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 20, 2024
2 parents eada27a + 4f79ae4 commit f7d4fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/index/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down

0 comments on commit f7d4fa0

Please sign in to comment.