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:
Norbert Renner 2021-04-07 14:17:25 +02:00
parent 7bcbb1a8e4
commit 3e235a345c
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ BR.confLayers.tree = {
'convenience', 'convenience',
'greengrocer', 'greengrocer',
'health_food', 'health_food',
'ice_cream', 'ice_cream_shop',
'organic', 'organic',
] ]
}, },

View file

@ -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",