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": "Bench",
"id": "bench",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "node[amenity=bench];"
},
"type": "Feature"
}

View file

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

View file

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

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Shelter",
"id": "shelter",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[amenity=shelter]; way[amenity=shelter];);"
},
"type": "Feature"
}

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Shower",
"id": "shower",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[amenity=shower]; way[amenity=shower];);"
},
"type": "Feature"
}

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Telephone",
"id": "telephone",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "node[amenity=telephone];"
},
"type": "Feature"
}

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Toilets",
"id": "toilets",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[amenity=toilets]; way[amenity=toilets];);"
},
"type": "Feature"
}

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Water point",
"id": "water_point",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "node[amenity=water_point];"
},
"type": "Feature"
}