add amenity=shelter to Overpass layers (#433)

This commit is contained in:
Marcus Jaschen 2021-06-26 15:09:19 +02:00 committed by GitHub
parent e50372ef72
commit ee4d24c4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

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