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/shop/food/bakery.geojson
Normal file
11
layers/overpass/shop/food/bakery.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Bakery",
|
||||
"id": "bakery",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=bakery]; way[shop=bakery];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/beverages.geojson
Normal file
11
layers/overpass/shop/food/beverages.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Beverages",
|
||||
"id": "beverages",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=beverages]; way[shop=beverages];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/butcher.geojson
Normal file
11
layers/overpass/shop/food/butcher.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Butcher",
|
||||
"id": "butcher",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=butcher]; way[shop=butcher];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/cheese.geojson
Normal file
11
layers/overpass/shop/food/cheese.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Cheese",
|
||||
"id": "cheese",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=cheese]; way[shop=cheese];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/coffee.geojson
Normal file
11
layers/overpass/shop/food/coffee.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Coffee",
|
||||
"id": "coffee",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=coffee]; way[shop=coffee];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/convenience.geojson
Normal file
11
layers/overpass/shop/food/convenience.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Convenience",
|
||||
"id": "convenience",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=convenience]; way[shop=convenience];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/greengrocer.geojson
Normal file
11
layers/overpass/shop/food/greengrocer.geojson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Greengrocer",
|
||||
"id": "greengrocer",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[shop=greengrocer]; way[shop=greengrocer];);"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
11
layers/overpass/shop/food/health_food.geojson
Normal file
11
layers/overpass/shop/food/health_food.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/shop/food/ice_cream.geojson
Normal file
11
layers/overpass/shop/food/ice_cream.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
11
layers/overpass/shop/food/organic.geojson
Normal file
11
layers/overpass/shop/food/organic.geojson
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue