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)
This commit is contained in:
parent
747ef75570
commit
7ff675ef9f
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"id": "supermarket",
|
"id": "supermarket",
|
||||||
"overlay": true,
|
"overlay": true,
|
||||||
"dataSource": "OverpassAPI",
|
"dataSource": "OverpassAPI",
|
||||||
"icon": "fas-shopping-basket",
|
"icon": "fas-shopping-cart",
|
||||||
"query": "nwr[shop=supermarket];"
|
"query": "nwr[shop=supermarket];"
|
||||||
},
|
},
|
||||||
"type": "Feature"
|
"type": "Feature"
|
||||||
|
|
|
||||||
|
|
@ -351,6 +351,7 @@
|
||||||
"@fortawesome/fontawesome-free": {
|
"@fortawesome/fontawesome-free": {
|
||||||
"main": [
|
"main": [
|
||||||
"svgs/solid/shopping-basket.svg",
|
"svgs/solid/shopping-basket.svg",
|
||||||
|
"svgs/solid/shopping-cart.svg",
|
||||||
"svgs/solid/ice-cream.svg",
|
"svgs/solid/ice-cream.svg",
|
||||||
"svgs/solid/carrot.svg",
|
"svgs/solid/carrot.svg",
|
||||||
"svgs/solid/cheese.svg",
|
"svgs/solid/cheese.svg",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue