parent
b10ac932c0
commit
1ecf146766
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ OSM.Query = function(map) {
|
|||
nodes = "node(" + around + ")",
|
||||
ways = "way(" + around + ")",
|
||||
relations = "relation(" + around + ")",
|
||||
nearby = "(" + nodes + ";" + ways + ");out tags geom(" + bbox + ");" + relations + ";out geom(" + bbox + ");",
|
||||
nearby = "(" + nodes + ";" + ways + ";);out tags geom(" + bbox + ");" + relations + ";out geom(" + bbox + ");",
|
||||
isin = "is_in(" + lat + "," + lng + ")->.a;way(pivot.a);out tags bb;out ids geom(" + bbox + ");relation(pivot.a);out tags bb;";
|
||||
|
||||
$("#sidebar_content .query-intro")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue