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
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bakery",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=bakery]; way[shop=bakery];);"
|
||||
"query": "nwr[shop=bakery];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "beverages",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=beverages]; way[shop=beverages];);"
|
||||
"query": "nwr[shop=beverages];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "butcher",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=butcher]; way[shop=butcher];);"
|
||||
"query": "nwr[shop=butcher];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "cheese",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=cheese]; way[shop=cheese];);"
|
||||
"query": "nwr[shop=cheese];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "coffee",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=coffee]; way[shop=coffee];);"
|
||||
"query": "nwr[shop=coffee];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "convenience",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=convenience]; way[shop=convenience];);"
|
||||
"query": "nwr[shop=convenience];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "greengrocer",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=greengrocer]; way[shop=greengrocer];);"
|
||||
"query": "nwr[shop=greengrocer];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "health_food",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=health_food]; way[shop=health_food];);"
|
||||
"query": "nwr[shop=health_food];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "ice_cream",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=ice_cream]; way[shop=ice_cream];);"
|
||||
"query": "nwr[shop=ice_cream];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "organic",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop~'supermarket|convenience'][organic][organic!=no]; way[shop~'supermarket|convenience'][organic][organic!=no];);"
|
||||
"query": "nwr[shop~'supermarket|convenience'][organic][organic!=no];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue