brouter-web/layers/overpass/shop/food/ice_cream_shop.geojson
Norbert Renner 3e235a345c 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.
2021-04-07 18:05:47 +02:00

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"
}