add "supermarket" POI layer
This commit is contained in:
parent
e63cc6ba31
commit
747ef75570
2 changed files with 13 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ BR.confLayers.tree = {
|
|||
'health_food',
|
||||
'ice_cream_shop',
|
||||
'organic',
|
||||
'supermarket',
|
||||
]
|
||||
},
|
||||
'tourism': [
|
||||
|
|
|
|||
12
layers/overpass/shop/food/supermarket.geojson
Normal file
12
layers/overpass/shop/food/supermarket.geojson
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue