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": "apartment",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-lodging",
|
||||
"query": "nwr[tourism=apartment];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "artwork",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-art-gallery",
|
||||
"query": "nwr[tourism=artwork];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "attraction",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-star",
|
||||
"query": "nwr[tourism=attraction];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "camp_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-campsite",
|
||||
"query": "nwr[tourism=camp_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "caravan_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-camper_trailer",
|
||||
"query": "nwr[tourism=caravan_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "chalet",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-cabin",
|
||||
"query": "nwr[tourism=chalet];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "gallery",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-art-gallery",
|
||||
"query": "nwr[tourism=gallery];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "guest_house",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-lodging",
|
||||
"query": "nwr[tourism=guest_house];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "hostel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-bunk_beds",
|
||||
"query": "nwr[tourism=hostel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "hotel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-concierge-bell",
|
||||
"query": "nwr[tourism=hotel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "information",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-information",
|
||||
"query": "nwr[tourism=information];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "motel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-lodging",
|
||||
"query": "nwr[tourism=motel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "museum",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-museum",
|
||||
"query": "nwr[tourism=museum];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "picnic_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-picnic-site",
|
||||
"query": "nwr[tourism=picnic_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "viewpoint",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-spotting_scope",
|
||||
"query": "nwr[tourism=viewpoint];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "wilderness_hut",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-cabin",
|
||||
"query": "nwr[tourism=wilderness_hut];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue