add amenity=shelter to Overpass layers (#433)
This commit is contained in:
parent
e50372ef72
commit
ee4d24c4e7
3 changed files with 15 additions and 1 deletions
12
layers/overpass/tourism/shelter.geojson
Normal file
12
layers/overpass/tourism/shelter.geojson
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Shelter",
|
||||
"id": "shelter",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-picnic_shelter",
|
||||
"query": "nwr[amenity=shelter];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue