add "supermarket" POI layer

This commit is contained in:
Marcus Jaschen 2021-05-12 19:39:34 +02:00
parent e63cc6ba31
commit 747ef75570
2 changed files with 13 additions and 0 deletions

View file

@ -146,6 +146,7 @@ BR.confLayers.tree = {
'health_food',
'ice_cream_shop',
'organic',
'supermarket',
]
},
'tourism': [

View file

@ -0,0 +1,12 @@
{
"geometry": null,
"properties": {
"name": "Supermarket",
"id": "supermarket",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "fas-shopping-basket",
"query": "nwr[shop=supermarket];"
},
"type": "Feature"
}