From fe5ff508c122b42619d01507a925692fc2eacb4a Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 1 Aug 2020 13:33:34 +0200 Subject: [PATCH] more amenity, shop & tourism layers --- layers/config/tree.js | 80 ++++++++++++++++++- layers/overpass/amenity/financial/atm.geojson | 11 +++ .../financial/bank.geojson} | 6 +- layers/overpass/amenity/others/bench.geojson | 11 +++ .../amenity/others/kneipp_water_cure.geojson | 11 +++ .../amenity/others/public_bath.geojson | 11 +++ .../overpass/amenity/others/shelter.geojson | 11 +++ layers/overpass/amenity/others/shower.geojson | 11 +++ .../overpass/amenity/others/telephone.geojson | 11 +++ .../overpass/amenity/others/toilets.geojson | 11 +++ .../amenity/others/water_point.geojson | 11 +++ .../overpass/amenity/sustenance/bar.geojson | 11 +++ .../overpass/amenity/sustenance/bbq.geojson | 11 +++ .../amenity/sustenance/biergarten.geojson | 11 +++ .../overpass/amenity/sustenance/cafe.geojson | 11 +++ .../amenity/sustenance/drinking_water.geojson | 11 +++ .../amenity/sustenance/fast_food.geojson | 11 +++ .../amenity/sustenance/food_court.geojson | 11 +++ .../amenity/sustenance/ice_cream.geojson | 11 +++ .../overpass/amenity/sustenance/pub.geojson | 11 +++ .../amenity/sustenance/restaurant.geojson | 11 +++ .../transportation/bicycle_parking.geojson | 11 +++ .../transportation/bicycle_rental.geojson | 11 +++ .../bicycle_repair_station.geojson | 11 +++ .../transportation/boat_rental.geojson | 11 +++ .../transportation/boat_sharing.geojson | 11 +++ .../transportation/bus_station.geojson | 11 +++ .../amenity/transportation/car_rental.geojson | 11 +++ .../transportation/car_sharing.geojson | 11 +++ .../amenity/transportation/car_wash.geojson | 11 +++ .../transportation/charging_station.geojson | 11 +++ .../transportation/ferry_terminal.geojson | 11 +++ .../amenity/transportation/fuel.geojson | 11 +++ .../amenity/transportation/grit_bin.geojson | 11 +++ .../transportation/motorcycle_parking.geojson | 11 +++ .../amenity/transportation/parking.geojson | 11 +++ .../transportation/parking_entrance.geojson | 11 +++ .../transportation/parking_space.geojson | 11 +++ .../amenity/transportation/taxi.geojson | 11 +++ .../transportation/vehicle_inspection.geojson | 11 +++ layers/overpass/shop/food/bakery.geojson | 11 +++ layers/overpass/shop/food/beverages.geojson | 11 +++ layers/overpass/shop/food/butcher.geojson | 11 +++ layers/overpass/shop/food/cheese.geojson | 11 +++ layers/overpass/shop/food/coffee.geojson | 11 +++ layers/overpass/shop/food/convenience.geojson | 11 +++ layers/overpass/shop/food/greengrocer.geojson | 11 +++ layers/overpass/shop/food/health_food.geojson | 11 +++ layers/overpass/shop/food/ice_cream.geojson | 11 +++ layers/overpass/shop/food/organic.geojson | 11 +++ layers/overpass/tourism/apartment.geojson | 11 +++ layers/overpass/tourism/artwork.geojson | 11 +++ layers/overpass/tourism/attraction.geojson | 11 +++ layers/overpass/tourism/camp_site.geojson | 11 +++ layers/overpass/tourism/caravan_site.geojson | 11 +++ layers/overpass/tourism/chalet.geojson | 11 +++ layers/overpass/tourism/gallery.geojson | 11 +++ layers/overpass/tourism/guest_house.geojson | 11 +++ layers/overpass/tourism/hostel.geojson | 11 +++ layers/overpass/tourism/hotel.geojson | 11 +++ layers/overpass/tourism/information.geojson | 11 +++ layers/overpass/tourism/motel.geojson | 11 +++ layers/overpass/tourism/museum.geojson | 11 +++ layers/overpass/tourism/picnic_site.geojson | 11 +++ layers/overpass/tourism/viewpoint.geojson | 11 +++ .../overpass/tourism/wilderness_hut.geojson | 11 +++ 66 files changed, 786 insertions(+), 4 deletions(-) create mode 100644 layers/overpass/amenity/financial/atm.geojson rename layers/overpass/{tourism/campsites.geojson => amenity/financial/bank.geojson} (51%) create mode 100644 layers/overpass/amenity/others/bench.geojson create mode 100644 layers/overpass/amenity/others/kneipp_water_cure.geojson create mode 100644 layers/overpass/amenity/others/public_bath.geojson create mode 100644 layers/overpass/amenity/others/shelter.geojson create mode 100644 layers/overpass/amenity/others/shower.geojson create mode 100644 layers/overpass/amenity/others/telephone.geojson create mode 100644 layers/overpass/amenity/others/toilets.geojson create mode 100644 layers/overpass/amenity/others/water_point.geojson create mode 100644 layers/overpass/amenity/sustenance/bar.geojson create mode 100644 layers/overpass/amenity/sustenance/bbq.geojson create mode 100644 layers/overpass/amenity/sustenance/biergarten.geojson create mode 100644 layers/overpass/amenity/sustenance/cafe.geojson create mode 100644 layers/overpass/amenity/sustenance/drinking_water.geojson create mode 100644 layers/overpass/amenity/sustenance/fast_food.geojson create mode 100644 layers/overpass/amenity/sustenance/food_court.geojson create mode 100644 layers/overpass/amenity/sustenance/ice_cream.geojson create mode 100644 layers/overpass/amenity/sustenance/pub.geojson create mode 100644 layers/overpass/amenity/sustenance/restaurant.geojson create mode 100644 layers/overpass/amenity/transportation/bicycle_parking.geojson create mode 100644 layers/overpass/amenity/transportation/bicycle_rental.geojson create mode 100644 layers/overpass/amenity/transportation/bicycle_repair_station.geojson create mode 100644 layers/overpass/amenity/transportation/boat_rental.geojson create mode 100644 layers/overpass/amenity/transportation/boat_sharing.geojson create mode 100644 layers/overpass/amenity/transportation/bus_station.geojson create mode 100644 layers/overpass/amenity/transportation/car_rental.geojson create mode 100644 layers/overpass/amenity/transportation/car_sharing.geojson create mode 100644 layers/overpass/amenity/transportation/car_wash.geojson create mode 100644 layers/overpass/amenity/transportation/charging_station.geojson create mode 100644 layers/overpass/amenity/transportation/ferry_terminal.geojson create mode 100644 layers/overpass/amenity/transportation/fuel.geojson create mode 100644 layers/overpass/amenity/transportation/grit_bin.geojson create mode 100644 layers/overpass/amenity/transportation/motorcycle_parking.geojson create mode 100644 layers/overpass/amenity/transportation/parking.geojson create mode 100644 layers/overpass/amenity/transportation/parking_entrance.geojson create mode 100644 layers/overpass/amenity/transportation/parking_space.geojson create mode 100644 layers/overpass/amenity/transportation/taxi.geojson create mode 100644 layers/overpass/amenity/transportation/vehicle_inspection.geojson create mode 100644 layers/overpass/shop/food/bakery.geojson create mode 100644 layers/overpass/shop/food/beverages.geojson create mode 100644 layers/overpass/shop/food/butcher.geojson create mode 100644 layers/overpass/shop/food/cheese.geojson create mode 100644 layers/overpass/shop/food/coffee.geojson create mode 100644 layers/overpass/shop/food/convenience.geojson create mode 100644 layers/overpass/shop/food/greengrocer.geojson create mode 100644 layers/overpass/shop/food/health_food.geojson create mode 100644 layers/overpass/shop/food/ice_cream.geojson create mode 100644 layers/overpass/shop/food/organic.geojson create mode 100644 layers/overpass/tourism/apartment.geojson create mode 100644 layers/overpass/tourism/artwork.geojson create mode 100644 layers/overpass/tourism/attraction.geojson create mode 100644 layers/overpass/tourism/camp_site.geojson create mode 100644 layers/overpass/tourism/caravan_site.geojson create mode 100644 layers/overpass/tourism/chalet.geojson create mode 100644 layers/overpass/tourism/gallery.geojson create mode 100644 layers/overpass/tourism/guest_house.geojson create mode 100644 layers/overpass/tourism/hostel.geojson create mode 100644 layers/overpass/tourism/hotel.geojson create mode 100644 layers/overpass/tourism/information.geojson create mode 100644 layers/overpass/tourism/motel.geojson create mode 100644 layers/overpass/tourism/museum.geojson create mode 100644 layers/overpass/tourism/picnic_site.geojson create mode 100644 layers/overpass/tourism/viewpoint.geojson create mode 100644 layers/overpass/tourism/wilderness_hut.geojson diff --git a/layers/config/tree.js b/layers/config/tree.js index 27250b4..4913ca3 100644 --- a/layers/config/tree.js +++ b/layers/config/tree.js @@ -85,8 +85,86 @@ BR.confLayers.tree = { ] }, 'overpass': { + 'amenity': { + 'financial': [ + 'atm', + 'bank', + ], + 'others': [ + 'bench', + 'kneipp_water_cure', + 'public_bath', + 'shelter', + 'shower', + 'telephone', + 'toilets', + 'water_point', + ], + 'sustenance': [ + 'bar', + 'bbq', + 'biergarten', + 'cafe', + 'drinking_water', + 'fast_food', + 'food_court', + 'ice_cream', + 'pub', + 'restaurant', + ], + 'transportation': [ + 'bicycle_parking', + 'bicycle_rental', + 'bicycle_repair_station', + 'boat_rental', + 'boat_sharing', + 'bus_station', + 'car_rental', + 'car_sharing', + 'car_wash', + 'charging_station', + 'ferry_terminal', + 'fuel', + 'grit_bin', + 'motorcycle_parking', + 'parking_entrance', + 'parking', + 'parking_space', + 'taxi', + 'vehicle_inspection', + ] + }, + 'shop': { + 'food': [ + 'bakery', + 'beverages', + 'butcher', + 'cheese', + 'coffee', + 'convenience', + 'greengrocer', + 'health_food', + 'ice_cream', + 'organic', + ] + }, 'tourism': [ - 'campsites' + 'apartment', + 'artwork', + 'attraction', + 'camp_site', + 'caravan_site', + 'chalet', + 'gallery', + 'guest_house', + 'hostel', + 'hotel', + 'information', + 'motel', + 'museum', + 'picnic_site', + 'viewpoint', + 'wilderness_hut', ] } }; diff --git a/layers/overpass/amenity/financial/atm.geojson b/layers/overpass/amenity/financial/atm.geojson new file mode 100644 index 0000000..5d58833 --- /dev/null +++ b/layers/overpass/amenity/financial/atm.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "ATM", + "id": "atm", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=atm]; node[amenity=bank][atm][atm!=no]; way[amenity=bank][atm][atm!=no];);" + }, + "type": "Feature" +} \ No newline at end of file diff --git a/layers/overpass/tourism/campsites.geojson b/layers/overpass/amenity/financial/bank.geojson similarity index 51% rename from layers/overpass/tourism/campsites.geojson rename to layers/overpass/amenity/financial/bank.geojson index 719845e..40e12d1 100644 --- a/layers/overpass/tourism/campsites.geojson +++ b/layers/overpass/amenity/financial/bank.geojson @@ -1,11 +1,11 @@ { "geometry": null, "properties": { - "name": "Campsites", - "id": "campsites", + "name": "Bank", + "id": "bank", "overlay": true, "dataSource": "OverpassAPI", - "query": "(node[tourism=camp_site];way[tourism=camp_site];);" + "query": "(node[amenity=bank]; way[amenity=bank];);" }, "type": "Feature" } \ No newline at end of file diff --git a/layers/overpass/amenity/others/bench.geojson b/layers/overpass/amenity/others/bench.geojson new file mode 100644 index 0000000..ac657fc --- /dev/null +++ b/layers/overpass/amenity/others/bench.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bench", + "id": "bench", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=bench];" + }, + "type": "Feature" +} \ No newline at end of file diff --git a/layers/overpass/amenity/others/kneipp_water_cure.geojson b/layers/overpass/amenity/others/kneipp_water_cure.geojson new file mode 100644 index 0000000..cb112a7 --- /dev/null +++ b/layers/overpass/amenity/others/kneipp_water_cure.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Kneipp water cure", + "id": "kneipp_water_cure", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=kneipp_water_cure]; way[amenity=kneipp_water_cure];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/public_bath.geojson b/layers/overpass/amenity/others/public_bath.geojson new file mode 100644 index 0000000..dd43dcc --- /dev/null +++ b/layers/overpass/amenity/others/public_bath.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Public bath", + "id": "public_bath", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=public_bath]; way[amenity=public_bath];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/shelter.geojson b/layers/overpass/amenity/others/shelter.geojson new file mode 100644 index 0000000..4345031 --- /dev/null +++ b/layers/overpass/amenity/others/shelter.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Shelter", + "id": "shelter", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=shelter]; way[amenity=shelter];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/shower.geojson b/layers/overpass/amenity/others/shower.geojson new file mode 100644 index 0000000..1d362a5 --- /dev/null +++ b/layers/overpass/amenity/others/shower.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Shower", + "id": "shower", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=shower]; way[amenity=shower];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/telephone.geojson b/layers/overpass/amenity/others/telephone.geojson new file mode 100644 index 0000000..2274f74 --- /dev/null +++ b/layers/overpass/amenity/others/telephone.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Telephone", + "id": "telephone", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=telephone];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/toilets.geojson b/layers/overpass/amenity/others/toilets.geojson new file mode 100644 index 0000000..7f65e2d --- /dev/null +++ b/layers/overpass/amenity/others/toilets.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Toilets", + "id": "toilets", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=toilets]; way[amenity=toilets];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/others/water_point.geojson b/layers/overpass/amenity/others/water_point.geojson new file mode 100644 index 0000000..bd32f78 --- /dev/null +++ b/layers/overpass/amenity/others/water_point.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Water point", + "id": "water_point", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=water_point];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/bar.geojson b/layers/overpass/amenity/sustenance/bar.geojson new file mode 100644 index 0000000..e862300 --- /dev/null +++ b/layers/overpass/amenity/sustenance/bar.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bar", + "id": "bar", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=bar]; way[amenity=bar];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/bbq.geojson b/layers/overpass/amenity/sustenance/bbq.geojson new file mode 100644 index 0000000..7951801 --- /dev/null +++ b/layers/overpass/amenity/sustenance/bbq.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bbq", + "id": "bbq", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=bbq];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/biergarten.geojson b/layers/overpass/amenity/sustenance/biergarten.geojson new file mode 100644 index 0000000..c4da215 --- /dev/null +++ b/layers/overpass/amenity/sustenance/biergarten.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Biergarten", + "id": "biergarten", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=biergarten]; way[amenity=biergarten];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/cafe.geojson b/layers/overpass/amenity/sustenance/cafe.geojson new file mode 100644 index 0000000..f8c3dda --- /dev/null +++ b/layers/overpass/amenity/sustenance/cafe.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Cafe", + "id": "cafe", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=cafe]; way[amenity=cafe];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/drinking_water.geojson b/layers/overpass/amenity/sustenance/drinking_water.geojson new file mode 100644 index 0000000..0b36d34 --- /dev/null +++ b/layers/overpass/amenity/sustenance/drinking_water.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Drinking water", + "id": "drinking_water", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=drinking_water];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/fast_food.geojson b/layers/overpass/amenity/sustenance/fast_food.geojson new file mode 100644 index 0000000..a104fba --- /dev/null +++ b/layers/overpass/amenity/sustenance/fast_food.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Fast food", + "id": "fast_food", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=fast_food]; way[amenity=fast_food];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/food_court.geojson b/layers/overpass/amenity/sustenance/food_court.geojson new file mode 100644 index 0000000..0f429f9 --- /dev/null +++ b/layers/overpass/amenity/sustenance/food_court.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Food court", + "id": "food_court", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=food_court]; way[amenity=food_court];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/ice_cream.geojson b/layers/overpass/amenity/sustenance/ice_cream.geojson new file mode 100644 index 0000000..efa7196 --- /dev/null +++ b/layers/overpass/amenity/sustenance/ice_cream.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Ice cream", + "id": "ice_cream", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=ice_cream]; way[amenity=ice_cream];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/pub.geojson b/layers/overpass/amenity/sustenance/pub.geojson new file mode 100644 index 0000000..3c89ac2 --- /dev/null +++ b/layers/overpass/amenity/sustenance/pub.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Pub", + "id": "pub", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=pub]; way[amenity=pub];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/sustenance/restaurant.geojson b/layers/overpass/amenity/sustenance/restaurant.geojson new file mode 100644 index 0000000..6ce7564 --- /dev/null +++ b/layers/overpass/amenity/sustenance/restaurant.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Restaurant", + "id": "restaurant", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=restaurant]; way[amenity=restaurant];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/bicycle_parking.geojson b/layers/overpass/amenity/transportation/bicycle_parking.geojson new file mode 100644 index 0000000..beb2fde --- /dev/null +++ b/layers/overpass/amenity/transportation/bicycle_parking.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bicycle parking", + "id": "bicycle_parking", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=bicycle_parking]; way[amenity=bicycle_parking];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/bicycle_rental.geojson b/layers/overpass/amenity/transportation/bicycle_rental.geojson new file mode 100644 index 0000000..2bd49aa --- /dev/null +++ b/layers/overpass/amenity/transportation/bicycle_rental.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bicycle rental", + "id": "bicycle_rental", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=bicycle_rental]; way[amenity=bicycle_rental];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/bicycle_repair_station.geojson b/layers/overpass/amenity/transportation/bicycle_repair_station.geojson new file mode 100644 index 0000000..ae89666 --- /dev/null +++ b/layers/overpass/amenity/transportation/bicycle_repair_station.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bicycle repair station", + "id": "bicycle_repair_station", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=bicycle_repair_station]; way[amenity=bicycle_repair_station];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/boat_rental.geojson b/layers/overpass/amenity/transportation/boat_rental.geojson new file mode 100644 index 0000000..bd0cc69 --- /dev/null +++ b/layers/overpass/amenity/transportation/boat_rental.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Boat rental", + "id": "boat_rental", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=boat_rental]; way[amenity=boat_rental];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/boat_sharing.geojson b/layers/overpass/amenity/transportation/boat_sharing.geojson new file mode 100644 index 0000000..49f2289 --- /dev/null +++ b/layers/overpass/amenity/transportation/boat_sharing.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Boat sharing", + "id": "boat_sharing", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=boat_sharing]; way[amenity=boat_sharing];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/bus_station.geojson b/layers/overpass/amenity/transportation/bus_station.geojson new file mode 100644 index 0000000..a5322b4 --- /dev/null +++ b/layers/overpass/amenity/transportation/bus_station.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bus station", + "id": "bus_station", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=bus_station]; way[amenity=bus_station];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/car_rental.geojson b/layers/overpass/amenity/transportation/car_rental.geojson new file mode 100644 index 0000000..0fdd64e --- /dev/null +++ b/layers/overpass/amenity/transportation/car_rental.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Car rental", + "id": "car_rental", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=car_rental]; way[amenity=car_rental];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/car_sharing.geojson b/layers/overpass/amenity/transportation/car_sharing.geojson new file mode 100644 index 0000000..a707cde --- /dev/null +++ b/layers/overpass/amenity/transportation/car_sharing.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Car sharing", + "id": "car_sharing", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=car_sharing]; way[amenity=car_sharing];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/car_wash.geojson b/layers/overpass/amenity/transportation/car_wash.geojson new file mode 100644 index 0000000..3be3a6d --- /dev/null +++ b/layers/overpass/amenity/transportation/car_wash.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Car wash", + "id": "car_wash", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=car_wash]; way[amenity=car_wash];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/charging_station.geojson b/layers/overpass/amenity/transportation/charging_station.geojson new file mode 100644 index 0000000..3865375 --- /dev/null +++ b/layers/overpass/amenity/transportation/charging_station.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Charging station", + "id": "charging_station", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=charging_station];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/ferry_terminal.geojson b/layers/overpass/amenity/transportation/ferry_terminal.geojson new file mode 100644 index 0000000..7fc39cf --- /dev/null +++ b/layers/overpass/amenity/transportation/ferry_terminal.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Ferry terminal", + "id": "ferry_terminal", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=ferry_terminal]; way[amenity=ferry_terminal];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/fuel.geojson b/layers/overpass/amenity/transportation/fuel.geojson new file mode 100644 index 0000000..80d8fb3 --- /dev/null +++ b/layers/overpass/amenity/transportation/fuel.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Fuel", + "id": "fuel", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=fuel]; way[amenity=fuel];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/grit_bin.geojson b/layers/overpass/amenity/transportation/grit_bin.geojson new file mode 100644 index 0000000..184700f --- /dev/null +++ b/layers/overpass/amenity/transportation/grit_bin.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Grit bin", + "id": "grit_bin", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=grit_bin];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/motorcycle_parking.geojson b/layers/overpass/amenity/transportation/motorcycle_parking.geojson new file mode 100644 index 0000000..59782af --- /dev/null +++ b/layers/overpass/amenity/transportation/motorcycle_parking.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Motorcycle parking", + "id": "motorcycle_parking", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=motorcycle_parking]; way[amenity=motorcycle_parking];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/parking.geojson b/layers/overpass/amenity/transportation/parking.geojson new file mode 100644 index 0000000..d426744 --- /dev/null +++ b/layers/overpass/amenity/transportation/parking.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Parking", + "id": "parking", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=parking]; way[amenity=parking];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/parking_entrance.geojson b/layers/overpass/amenity/transportation/parking_entrance.geojson new file mode 100644 index 0000000..2be3c89 --- /dev/null +++ b/layers/overpass/amenity/transportation/parking_entrance.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Parking entrance", + "id": "parking_entrance", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[amenity=parking_entrance];" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/parking_space.geojson b/layers/overpass/amenity/transportation/parking_space.geojson new file mode 100644 index 0000000..19c626c --- /dev/null +++ b/layers/overpass/amenity/transportation/parking_space.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Parking space", + "id": "parking_space", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=parking_space]; way[amenity=parking_space];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/taxi.geojson b/layers/overpass/amenity/transportation/taxi.geojson new file mode 100644 index 0000000..8d28dc8 --- /dev/null +++ b/layers/overpass/amenity/transportation/taxi.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Taxi", + "id": "taxi", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=taxi]; way[amenity=taxi];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/amenity/transportation/vehicle_inspection.geojson b/layers/overpass/amenity/transportation/vehicle_inspection.geojson new file mode 100644 index 0000000..8fb6a62 --- /dev/null +++ b/layers/overpass/amenity/transportation/vehicle_inspection.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Vehicle inspection", + "id": "vehicle_inspection", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[amenity=vehicle_inspection]; way[amenity=vehicle_inspection];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/bakery.geojson b/layers/overpass/shop/food/bakery.geojson new file mode 100644 index 0000000..6578551 --- /dev/null +++ b/layers/overpass/shop/food/bakery.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Bakery", + "id": "bakery", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=bakery]; way[shop=bakery];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/beverages.geojson b/layers/overpass/shop/food/beverages.geojson new file mode 100644 index 0000000..ce73780 --- /dev/null +++ b/layers/overpass/shop/food/beverages.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Beverages", + "id": "beverages", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=beverages]; way[shop=beverages];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/butcher.geojson b/layers/overpass/shop/food/butcher.geojson new file mode 100644 index 0000000..d94f505 --- /dev/null +++ b/layers/overpass/shop/food/butcher.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Butcher", + "id": "butcher", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=butcher]; way[shop=butcher];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/cheese.geojson b/layers/overpass/shop/food/cheese.geojson new file mode 100644 index 0000000..e675eed --- /dev/null +++ b/layers/overpass/shop/food/cheese.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Cheese", + "id": "cheese", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=cheese]; way[shop=cheese];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/coffee.geojson b/layers/overpass/shop/food/coffee.geojson new file mode 100644 index 0000000..29d8a1d --- /dev/null +++ b/layers/overpass/shop/food/coffee.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Coffee", + "id": "coffee", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=coffee]; way[shop=coffee];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/convenience.geojson b/layers/overpass/shop/food/convenience.geojson new file mode 100644 index 0000000..c1545ed --- /dev/null +++ b/layers/overpass/shop/food/convenience.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Convenience", + "id": "convenience", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=convenience]; way[shop=convenience];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/greengrocer.geojson b/layers/overpass/shop/food/greengrocer.geojson new file mode 100644 index 0000000..8cd063f --- /dev/null +++ b/layers/overpass/shop/food/greengrocer.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Greengrocer", + "id": "greengrocer", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=greengrocer]; way[shop=greengrocer];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/health_food.geojson b/layers/overpass/shop/food/health_food.geojson new file mode 100644 index 0000000..becbd45 --- /dev/null +++ b/layers/overpass/shop/food/health_food.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Health food", + "id": "health_food", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=health_food]; way[shop=health_food];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/ice_cream.geojson b/layers/overpass/shop/food/ice_cream.geojson new file mode 100644 index 0000000..9293187 --- /dev/null +++ b/layers/overpass/shop/food/ice_cream.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Ice cream", + "id": "ice_cream", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop=ice_cream]; way[shop=ice_cream];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/shop/food/organic.geojson b/layers/overpass/shop/food/organic.geojson new file mode 100644 index 0000000..dd2a680 --- /dev/null +++ b/layers/overpass/shop/food/organic.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Organic", + "id": "organic", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[shop~'supermarket|convenience'][organic][organic!=no]; way[shop~'supermarket|convenience'][organic][organic!=no];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/apartment.geojson b/layers/overpass/tourism/apartment.geojson new file mode 100644 index 0000000..1138461 --- /dev/null +++ b/layers/overpass/tourism/apartment.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Apartment", + "id": "apartment", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=apartment]; way[tourism=apartment];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/artwork.geojson b/layers/overpass/tourism/artwork.geojson new file mode 100644 index 0000000..6fe2b88 --- /dev/null +++ b/layers/overpass/tourism/artwork.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Artwork", + "id": "artwork", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=artwork]; way[tourism=artwork];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/attraction.geojson b/layers/overpass/tourism/attraction.geojson new file mode 100644 index 0000000..031fc8c --- /dev/null +++ b/layers/overpass/tourism/attraction.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Attraction", + "id": "attraction", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=attraction]; way[tourism=attraction];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/camp_site.geojson b/layers/overpass/tourism/camp_site.geojson new file mode 100644 index 0000000..d13313c --- /dev/null +++ b/layers/overpass/tourism/camp_site.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Camp site", + "id": "camp_site", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=camp_site]; way[tourism=camp_site];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/caravan_site.geojson b/layers/overpass/tourism/caravan_site.geojson new file mode 100644 index 0000000..bbe557f --- /dev/null +++ b/layers/overpass/tourism/caravan_site.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Caravan site", + "id": "caravan_site", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=caravan_site]; way[tourism=caravan_site];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/chalet.geojson b/layers/overpass/tourism/chalet.geojson new file mode 100644 index 0000000..e006812 --- /dev/null +++ b/layers/overpass/tourism/chalet.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Chalet", + "id": "chalet", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=chalet]; way[tourism=chalet];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/gallery.geojson b/layers/overpass/tourism/gallery.geojson new file mode 100644 index 0000000..9c4265f --- /dev/null +++ b/layers/overpass/tourism/gallery.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Gallery", + "id": "gallery", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=gallery]; way[tourism=gallery];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/guest_house.geojson b/layers/overpass/tourism/guest_house.geojson new file mode 100644 index 0000000..46fbd01 --- /dev/null +++ b/layers/overpass/tourism/guest_house.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Guest house", + "id": "guest_house", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=guest_house]; way[tourism=guest_house];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/hostel.geojson b/layers/overpass/tourism/hostel.geojson new file mode 100644 index 0000000..8a80d94 --- /dev/null +++ b/layers/overpass/tourism/hostel.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Hostel", + "id": "hostel", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=hostel]; way[tourism=hostel];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/hotel.geojson b/layers/overpass/tourism/hotel.geojson new file mode 100644 index 0000000..a149d10 --- /dev/null +++ b/layers/overpass/tourism/hotel.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Hotel", + "id": "hotel", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=hotel]; way[tourism=hotel];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/information.geojson b/layers/overpass/tourism/information.geojson new file mode 100644 index 0000000..ffec3e3 --- /dev/null +++ b/layers/overpass/tourism/information.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Information", + "id": "information", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=information]; way[tourism=information];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/motel.geojson b/layers/overpass/tourism/motel.geojson new file mode 100644 index 0000000..61890f1 --- /dev/null +++ b/layers/overpass/tourism/motel.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Motel", + "id": "motel", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=motel]; way[tourism=motel];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/museum.geojson b/layers/overpass/tourism/museum.geojson new file mode 100644 index 0000000..b2ce3ef --- /dev/null +++ b/layers/overpass/tourism/museum.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Museum", + "id": "museum", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=museum]; way[tourism=museum];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/picnic_site.geojson b/layers/overpass/tourism/picnic_site.geojson new file mode 100644 index 0000000..b0f104e --- /dev/null +++ b/layers/overpass/tourism/picnic_site.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Picnic site", + "id": "picnic_site", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=picnic_site]; way[tourism=picnic_site];);" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/viewpoint.geojson b/layers/overpass/tourism/viewpoint.geojson new file mode 100644 index 0000000..719f313 --- /dev/null +++ b/layers/overpass/tourism/viewpoint.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Viewpoint", + "id": "viewpoint", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "node[tourism=viewpoint];" + }, + "type": "Feature" +} diff --git a/layers/overpass/tourism/wilderness_hut.geojson b/layers/overpass/tourism/wilderness_hut.geojson new file mode 100644 index 0000000..d79c9e5 --- /dev/null +++ b/layers/overpass/tourism/wilderness_hut.geojson @@ -0,0 +1,11 @@ +{ + "geometry": null, + "properties": { + "name": "Wilderness hut", + "id": "wilderness_hut", + "overlay": true, + "dataSource": "OverpassAPI", + "query": "(node[tourism=wilderness_hut]; way[tourism=wilderness_hut];);" + }, + "type": "Feature" +}