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
|
|
@ -172,6 +172,7 @@ BR.confLayers.tree = {
|
||||||
'picnic_site',
|
'picnic_site',
|
||||||
'viewpoint',
|
'viewpoint',
|
||||||
'wilderness_hut',
|
'wilderness_hut',
|
||||||
|
'shelter',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
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"
|
||||||
|
}
|
||||||
|
|
@ -345,7 +345,8 @@
|
||||||
"icons/bunk_beds.svg",
|
"icons/bunk_beds.svg",
|
||||||
"icons/museum.svg",
|
"icons/museum.svg",
|
||||||
"icons/spotting_scope.svg",
|
"icons/spotting_scope.svg",
|
||||||
"icons/cabin.svg"
|
"icons/cabin.svg",
|
||||||
|
"icons/picnic_shelter.svg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"@fortawesome/fontawesome-free": {
|
"@fortawesome/fontawesome-free": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue