more amenity, shop & tourism layers
This commit is contained in:
parent
7532488a02
commit
fe5ff508c1
66 changed files with 786 additions and 4 deletions
11
layers/overpass/amenity/sustenance/bar.geojson
Normal file
11
layers/overpass/amenity/sustenance/bar.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Bar",
|
||||
"id": "bar",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=bar]; way[amenity=bar];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/bbq.geojson
Normal file
11
layers/overpass/amenity/sustenance/bbq.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Bbq",
|
||||
"id": "bbq",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=bbq];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/biergarten.geojson
Normal file
11
layers/overpass/amenity/sustenance/biergarten.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Biergarten",
|
||||
"id": "biergarten",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=biergarten]; way[amenity=biergarten];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/cafe.geojson
Normal file
11
layers/overpass/amenity/sustenance/cafe.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Cafe",
|
||||
"id": "cafe",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=cafe]; way[amenity=cafe];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/drinking_water.geojson
Normal file
11
layers/overpass/amenity/sustenance/drinking_water.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Drinking water",
|
||||
"id": "drinking_water",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[amenity=drinking_water];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/fast_food.geojson
Normal file
11
layers/overpass/amenity/sustenance/fast_food.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/food_court.geojson
Normal file
11
layers/overpass/amenity/sustenance/food_court.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/ice_cream.geojson
Normal file
11
layers/overpass/amenity/sustenance/ice_cream.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/pub.geojson
Normal file
11
layers/overpass/amenity/sustenance/pub.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Pub",
|
||||
"id": "pub",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=pub]; way[amenity=pub];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/amenity/sustenance/restaurant.geojson
Normal file
11
layers/overpass/amenity/sustenance/restaurant.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Restaurant",
|
||||
"id": "restaurant",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[amenity=restaurant]; way[amenity=restaurant];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue