Rename fontawesome-free icons after update
This commit is contained in:
parent
e863e4188c
commit
0286b26a47
5 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"id": "telephone",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-phone-alt",
|
||||
"icon": "fas-phone-flip",
|
||||
"query": "nwr[amenity=telephone];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "convenience",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-shopping-basket",
|
||||
"icon": "fas-basket-shopping",
|
||||
"query": "nwr[shop=convenience];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "supermarket",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-shopping-cart",
|
||||
"icon": "fas-cart-shopping",
|
||||
"query": "nwr[shop=supermarket];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "hotel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-concierge-bell",
|
||||
"icon": "fas-bell-concierge",
|
||||
"query": "nwr[tourism=hotel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -358,17 +358,17 @@
|
|||
},
|
||||
"@fortawesome/fontawesome-free": {
|
||||
"main": [
|
||||
"svgs/solid/shopping-basket.svg",
|
||||
"svgs/solid/shopping-cart.svg",
|
||||
"svgs/solid/basket-shopping.svg",
|
||||
"svgs/solid/cart-shopping.svg",
|
||||
"svgs/solid/ice-cream.svg",
|
||||
"svgs/solid/carrot.svg",
|
||||
"svgs/solid/cheese.svg",
|
||||
"svgs/solid/concierge-bell.svg",
|
||||
"svgs/solid/bell-concierge.svg",
|
||||
"svgs/solid/motorcycle.svg",
|
||||
"svgs/solid/charging-station.svg",
|
||||
"svgs/solid/box.svg",
|
||||
"svgs/solid/taxi.svg",
|
||||
"svgs/solid/phone-alt.svg",
|
||||
"svgs/solid/phone-flip.svg",
|
||||
"svgs/solid/beer.svg"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue