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": "bench",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-bench",
|
||||
"query": "nwr[amenity=bench];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "kneipp_water_cure",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-hospital",
|
||||
"query": "nwr[amenity=kneipp_water_cure];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "public_bath",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-water",
|
||||
"query": "nwr[amenity=public_bath];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "shelter",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-shelter",
|
||||
"query": "nwr[amenity=shelter];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "shower",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "temaki-shower",
|
||||
"query": "nwr[amenity=shower];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "telephone",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "fas-phone-alt",
|
||||
"query": "nwr[amenity=telephone];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "toilets",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-toilet",
|
||||
"query": "nwr[amenity=toilets];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"id": "water_point",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"icon": "maki-drinking-water",
|
||||
"query": "nwr[amenity=water_point];"
|
||||
},
|
||||
"type": "Feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue