more amenity, shop & tourism layers
This commit is contained in:
parent
7532488a02
commit
fe5ff508c1
66 changed files with 786 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/boat_rental.geojson
Normal file
11
layers/overpass/amenity/transportation/boat_rental.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/boat_sharing.geojson
Normal file
11
layers/overpass/amenity/transportation/boat_sharing.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/bus_station.geojson
Normal file
11
layers/overpass/amenity/transportation/bus_station.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/car_rental.geojson
Normal file
11
layers/overpass/amenity/transportation/car_rental.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/car_sharing.geojson
Normal file
11
layers/overpass/amenity/transportation/car_sharing.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/car_wash.geojson
Normal file
11
layers/overpass/amenity/transportation/car_wash.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Charging station",
|
||||
"id": "charging_station",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=charging_station];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/fuel.geojson
Normal file
11
layers/overpass/amenity/transportation/fuel.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Fuel",
|
||||
"id": "fuel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=fuel]; way[amenity=fuel];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/grit_bin.geojson
Normal file
11
layers/overpass/amenity/transportation/grit_bin.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Grit bin",
|
||||
"id": "grit_bin",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=grit_bin];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/parking.geojson
Normal file
11
layers/overpass/amenity/transportation/parking.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Parking",
|
||||
"id": "parking",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=parking]; way[amenity=parking];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Parking entrance",
|
||||
"id": "parking_entrance",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=parking_entrance];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/parking_space.geojson
Normal file
11
layers/overpass/amenity/transportation/parking_space.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/transportation/taxi.geojson
Normal file
11
layers/overpass/amenity/transportation/taxi.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Taxi",
|
||||
"id": "taxi",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=taxi]; way[amenity=taxi];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue