Use nwr[] shortcut in all overpass queries

This commit is contained in:
Stefan Siegl 2021-03-21 11:23:45 +01:00
parent 6b9f369d88
commit f345fe54a8
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
65 changed files with 69 additions and 69 deletions

View file

@ -5,7 +5,7 @@
"id": "bakery",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=bakery]; way[shop=bakery];);"
"query": "nwr[shop=bakery];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "beverages",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=beverages]; way[shop=beverages];);"
"query": "nwr[shop=beverages];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "butcher",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=butcher]; way[shop=butcher];);"
"query": "nwr[shop=butcher];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "cheese",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=cheese]; way[shop=cheese];);"
"query": "nwr[shop=cheese];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "coffee",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=coffee]; way[shop=coffee];);"
"query": "nwr[shop=coffee];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "convenience",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=convenience]; way[shop=convenience];);"
"query": "nwr[shop=convenience];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "greengrocer",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[shop=greengrocer]; way[shop=greengrocer];);"
"query": "nwr[shop=greengrocer];"
},
"type": "Feature"
}

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}