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',
|
||||
'greengrocer',
|
||||
'health_food',
|
||||
'ice_cream',
|
||||
'ice_cream_shop',
|
||||
'organic',
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Ice cream",
|
||||
"id": "ice_cream",
|
||||
"id": "ice_cream_shop",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-ice-cream",
|
||||
Loading…
Add table
Add a link
Reference in a new issue