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": "atm",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=atm]; node[amenity=bank][atm][atm!=no]; way[amenity=bank][atm][atm!=no];);"
|
||||
"query": "(nwr[amenity=atm]; nwr[amenity=bank][atm][atm!=no];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bank",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bank]; way[amenity=bank];);"
|
||||
"query": "nwr[amenity=bank];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bench",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=bench];"
|
||||
"query": "nwr[amenity=bench];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "kneipp_water_cure",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=kneipp_water_cure]; way[amenity=kneipp_water_cure];);"
|
||||
"query": "nwr[amenity=kneipp_water_cure];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "public_bath",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=public_bath]; way[amenity=public_bath];);"
|
||||
"query": "nwr[amenity=public_bath];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "shelter",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=shelter]; way[amenity=shelter];);"
|
||||
"query": "nwr[amenity=shelter];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "shower",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=shower]; way[amenity=shower];);"
|
||||
"query": "nwr[amenity=shower];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "telephone",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=telephone];"
|
||||
"query": "nwr[amenity=telephone];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "toilets",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=toilets]; way[amenity=toilets];);"
|
||||
"query": "nwr[amenity=toilets];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "water_point",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=water_point];"
|
||||
"query": "nwr[amenity=water_point];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bar",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bar]; way[amenity=bar];);"
|
||||
"query": "nwr[amenity=bar];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "biergarten",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=biergarten]; way[amenity=biergarten];);"
|
||||
"query": "nwr[amenity=biergarten];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "cafe",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=cafe]; way[amenity=cafe];);"
|
||||
"query": "nwr[amenity=cafe];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "drinking_water",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=drinking_water];"
|
||||
"query": "nwr[amenity=drinking_water];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "fast_food",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=fast_food]; way[amenity=fast_food];);"
|
||||
"query": "nwr[amenity=fast_food];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "food_court",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=food_court]; way[amenity=food_court];);"
|
||||
"query": "nwr[amenity=food_court];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "ice_cream",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=ice_cream]; way[amenity=ice_cream];);"
|
||||
"query": "nwr[amenity=ice_cream];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "pub",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=pub]; way[amenity=pub];);"
|
||||
"query": "nwr[amenity=pub];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "restaurant",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=restaurant]; way[amenity=restaurant];);"
|
||||
"query": "nwr[amenity=restaurant];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bicycle_parking",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bicycle_parking]; way[amenity=bicycle_parking];);"
|
||||
"query": "nwr[amenity=bicycle_parking];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bicycle_rental",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bicycle_rental]; way[amenity=bicycle_rental];);"
|
||||
"query": "nwr[amenity=bicycle_rental];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bicycle_repair_station",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bicycle_repair_station]; way[amenity=bicycle_repair_station];);"
|
||||
"query": "nwr[amenity=bicycle_repair_station];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "boat_rental",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=boat_rental]; way[amenity=boat_rental];);"
|
||||
"query": "nwr[amenity=boat_rental];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "boat_sharing",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=boat_sharing]; way[amenity=boat_sharing];);"
|
||||
"query": "nwr[amenity=boat_sharing];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "bus_station",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bus_station]; way[amenity=bus_station];);"
|
||||
"query": "nwr[amenity=bus_station];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "car_rental",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=car_rental]; way[amenity=car_rental];);"
|
||||
"query": "nwr[amenity=car_rental];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "car_sharing",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=car_sharing]; way[amenity=car_sharing];);"
|
||||
"query": "nwr[amenity=car_sharing];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "car_wash",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=car_wash]; way[amenity=car_wash];);"
|
||||
"query": "nwr[amenity=car_wash];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "charging_station",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=charging_station];"
|
||||
"query": "nwr[amenity=charging_station];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "ferry_terminal",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=ferry_terminal]; way[amenity=ferry_terminal];);"
|
||||
"query": "nwr[amenity=ferry_terminal];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "fuel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=fuel]; way[amenity=fuel];);"
|
||||
"query": "nwr[amenity=fuel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "grit_bin",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=grit_bin];"
|
||||
"query": "nwr[amenity=grit_bin];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "motorcycle_parking",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=motorcycle_parking]; way[amenity=motorcycle_parking];);"
|
||||
"query": "nwr[amenity=motorcycle_parking];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "parking",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=parking]; way[amenity=parking];);"
|
||||
"query": "nwr[amenity=parking];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "parking_entrance",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=parking_entrance];"
|
||||
"query": "nwr[amenity=parking_entrance];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "parking_space",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=parking_space]; way[amenity=parking_space];);"
|
||||
"query": "nwr[amenity=parking_space];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "taxi",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=taxi]; way[amenity=taxi];);"
|
||||
"query": "nwr[amenity=taxi];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "vehicle_inspection",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=vehicle_inspection]; way[amenity=vehicle_inspection];);"
|
||||
"query": "nwr[amenity=vehicle_inspection];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue