Fix duplicate "ice_cream" layer id and layers key
When bundling layers.js the file name is used as property name, independent of directory structure.
This commit is contained in:
parent
7bcbb1a8e4
commit
3e235a345c
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ BR.confLayers.tree = {
|
||||||
'convenience',
|
'convenience',
|
||||||
'greengrocer',
|
'greengrocer',
|
||||||
'health_food',
|
'health_food',
|
||||||
'ice_cream',
|
'ice_cream_shop',
|
||||||
'organic',
|
'organic',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"geometry": null,
|
"geometry": null,
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": "Ice cream",
|
"name": "Ice cream",
|
||||||
"id": "ice_cream",
|
"id": "ice_cream_shop",
|
||||||
"overlay": true,
|
"overlay": true,
|
||||||
"dataSource": "OverpassAPI",
|
"dataSource": "OverpassAPI",
|
||||||
"icon": "fas-ice-cream",
|
"icon": "fas-ice-cream",
|
||||||
Loading…
Add table
Add a link
Reference in a new issue