Use nwr[] shortcut in all overpass queries
This commit is contained in:
parent
6b9f369d88
commit
f345fe54a8
65 changed files with 69 additions and 69 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Bbq",
|
||||
"name": "BBQ",
|
||||
"id": "bbq",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=bbq];"
|
||||
"query": "nwr[amenity=bbq];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue