brouter-web/layers/overpass/shop/food/supermarket.geojson
Marcus Jaschen 7ff675ef9f change icon for "supermarket" to shopping cart
> One suggestion for distinguishing between a supermarket and a convenience shop, is that a supermarket is large enough to use trolleys. [OSM Wiki](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket)
2021-05-12 21:49:44 +02:00

12 lines
276 B
JSON

{
"geometry": null,
"properties": {
"name": "Supermarket",
"id": "supermarket",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "fas-shopping-cart",
"query": "nwr[shop=supermarket];"
},
"type": "Feature"
}