When bundling layers.js the file name is used as property name, independent of directory structure.
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"geometry": null,
|
|
"properties": {
|
|
"name": "Ice cream",
|
|
"id": "ice_cream_shop",
|
|
"overlay": true,
|
|
"dataSource": "OverpassAPI",
|
|
"icon": "fas-ice-cream",
|
|
"query": "nwr[shop=ice_cream];"
|
|
},
|
|
"type": "Feature"
|
|
}
|