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": "bar",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-bar",
|
||||
"query": "nwr[amenity=bar];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "bbq",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-bbq",
|
||||
"query": "nwr[amenity=bbq];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "biergarten",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-beer",
|
||||
"query": "nwr[amenity=biergarten];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "cafe",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-cafe",
|
||||
"query": "nwr[amenity=cafe];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "drinking_water",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-drinking-water",
|
||||
"query": "nwr[amenity=drinking_water];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "fast_food",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-fast-food",
|
||||
"query": "nwr[amenity=fast_food];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "food_court",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-restaurant",
|
||||
"query": "nwr[amenity=food_court];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "ice_cream",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-ice-cream",
|
||||
"query": "nwr[amenity=ice_cream];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "pub",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-beer",
|
||||
"query": "nwr[amenity=pub];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "restaurant",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-restaurant",
|
||||
"query": "nwr[amenity=restaurant];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue