Merge pull request #412 from mjaschen/feature/add-overpass-poi-layer-supermarket
Feature/add overpass poi layer supermarket
This commit is contained in:
commit
2aa840acda
3 changed files with 14 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-cart",
|
||||
"query": "nwr[shop=supermarket];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
@ -351,6 +351,7 @@
|
|||
"@fortawesome/fontawesome-free": {
|
||||
"main": [
|
||||
"svgs/solid/shopping-basket.svg",
|
||||
"svgs/solid/shopping-cart.svg",
|
||||
"svgs/solid/ice-cream.svg",
|
||||
"svgs/solid/carrot.svg",
|
||||
"svgs/solid/cheese.svg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue