Add icon references
This commit is contained in:
parent
8bcfe74e5b
commit
51acf718b4
64 changed files with 64 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"id": "bakery",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-bakery",
|
||||
"query": "nwr[shop=bakery];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "beverages",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-bottles",
|
||||
"query": "nwr[shop=beverages];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "butcher",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-cleaver",
|
||||
"query": "nwr[shop=butcher];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "cheese",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-cheese",
|
||||
"query": "nwr[shop=cheese];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "coffee",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-coffee",
|
||||
"query": "nwr[shop=coffee];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "convenience",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-shopping-basket",
|
||||
"query": "nwr[shop=convenience];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "greengrocer",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-carrot",
|
||||
"query": "nwr[shop=greengrocer];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "health_food",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-shop",
|
||||
"query": "nwr[shop=health_food];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "ice_cream",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-ice-cream",
|
||||
"query": "nwr[shop=ice_cream];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "organic",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-grocery",
|
||||
"query": "nwr[shop~'supermarket|convenience'][organic][organic!=no];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue