forked from MapComplete/MapComplete
More work on the custom theme generator, add aed template, move bookcases to json template
This commit is contained in:
parent
146552e62c
commit
560c8e1567
34 changed files with 1048 additions and 590 deletions
41
assets/themes/aed/aed.json
Normal file
41
assets/themes/aed/aed.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"language": [
|
||||
"en"
|
||||
],
|
||||
"startLat": "0",
|
||||
"startLon": "0",
|
||||
"startZoom": "12",
|
||||
"maintainer": "Not logged in",
|
||||
"layers": [
|
||||
{
|
||||
"id": "Defibrillator",
|
||||
"title": {
|
||||
"key": "*",
|
||||
"render": "Defibrillator"
|
||||
},
|
||||
"icon": {
|
||||
"key": "*",
|
||||
"render": "./assets/themes/aed/aed.svg"
|
||||
},
|
||||
"color": {
|
||||
"render": "#0000ff",
|
||||
"key": "*"
|
||||
},
|
||||
"description": "A defibrillator",
|
||||
"minzoom": "12",
|
||||
"presets": [
|
||||
{
|
||||
"title": "Defibrillator",
|
||||
"tags": "emergency=defibrillator",
|
||||
"description": "A defibrillator"
|
||||
}
|
||||
],
|
||||
"tagRenderings": [],
|
||||
"overpassTags": "emergency=defibrillator"
|
||||
}
|
||||
],
|
||||
"title": "Open AED Map",
|
||||
"icon": "./assets/themes/aed/aed.svg",
|
||||
"name": "aed",
|
||||
"description": "On this map, one can find and mark nearby defibrillators"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue