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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue