more amenity, shop & tourism layers

This commit is contained in:
Stefan Siegl 2020-08-01 13:33:34 +02:00
parent 7532488a02
commit fe5ff508c1
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
66 changed files with 786 additions and 4 deletions

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}

View 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"
}