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
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"name": "Ice cream",
|
||||
"id": "ice_cream",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-ice-cream",
|
||||
"query": "nwr[shop=ice_cream];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue