forked from MapComplete/MapComplete
Themes: fix titles and names for assembly points and disaster_response
This commit is contained in:
parent
f087012116
commit
170c4592d1
3 changed files with 31 additions and 13 deletions
|
@ -17,14 +17,15 @@
|
||||||
"map",
|
"map",
|
||||||
"information_board"
|
"information_board"
|
||||||
],
|
],
|
||||||
"override":{
|
"override": {
|
||||||
"minzoom": 13
|
"minzoom": 13
|
||||||
},"pointRendering": [
|
},
|
||||||
{
|
"pointRendering": [
|
||||||
"=iconSize": "25,25",
|
{
|
||||||
"=label": null
|
"=iconSize": "25,25",
|
||||||
}
|
"=label": null
|
||||||
]
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"builtin": [
|
"builtin": [
|
||||||
|
|
|
@ -246,9 +246,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
|
"duration": {
|
||||||
|
"question": "How long takes a single journey with this elevator?",
|
||||||
|
"questionHint": "This excludes the waiting time.",
|
||||||
|
"render": "A single journey takes {duration} minutes"
|
||||||
|
},
|
||||||
"length": {
|
"length": {
|
||||||
"render": "This aerialway is {_length:km} kilometer long"
|
"render": "This aerialway is {_length:km} kilometer long"
|
||||||
},
|
},
|
||||||
|
"occupancy": {
|
||||||
|
"question": "How many people fit a single carriage?",
|
||||||
|
"render": "{aerialway:occupancy} people fit a single carriage"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -485,6 +494,7 @@
|
||||||
},
|
},
|
||||||
"assembly_point": {
|
"assembly_point": {
|
||||||
"description": "This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.",
|
"description": "This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.",
|
||||||
|
"name": "Emergency assembly points",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"title": "an assembly point"
|
"title": "an assembly point"
|
||||||
|
@ -517,7 +527,9 @@
|
||||||
"question": "For which disaster type is this assembly point meant?"
|
"question": "For which disaster type is this assembly point meant?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Emergency assembly points"
|
"title": {
|
||||||
|
"render": "Assembly point during emergencies"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"atm": {
|
"atm": {
|
||||||
"description": "ATMs to withdraw money",
|
"description": "ATMs to withdraw money",
|
||||||
|
@ -3765,6 +3777,7 @@
|
||||||
},
|
},
|
||||||
"disaster_response": {
|
"disaster_response": {
|
||||||
"description": "This layer contains organizations that have the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area.",
|
"description": "This layer contains organizations that have the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area.",
|
||||||
|
"name": "Disaster response organizations",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"title": "a disaster response organization"
|
"title": "a disaster response organization"
|
||||||
|
@ -3776,7 +3789,9 @@
|
||||||
"render": "This organization is named <b>{name}</b>"
|
"render": "This organization is named <b>{name}</b>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Disaster response organization"
|
"title": {
|
||||||
|
"render": "Disaster response organization"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"doctors": {
|
"doctors": {
|
||||||
"description": "This layer shows doctor offices",
|
"description": "This layer shows doctor offices",
|
||||||
|
|
|
@ -144,6 +144,7 @@
|
||||||
},
|
},
|
||||||
"assembly_point": {
|
"assembly_point": {
|
||||||
"description": "Questo livello contiene punti di raccolta e aree di attesa in cui tutti i dipendenti, i passeggeri o una grande folla si riuniscono in caso di emergenza.",
|
"description": "Questo livello contiene punti di raccolta e aree di attesa in cui tutti i dipendenti, i passeggeri o una grande folla si riuniscono in caso di emergenza.",
|
||||||
|
"name": "Punti di raccolta per emergenze",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"title": "un punto di raccolta"
|
"title": "un punto di raccolta"
|
||||||
|
@ -175,8 +176,7 @@
|
||||||
},
|
},
|
||||||
"question": "Per quali tipi di disastro è pensato questo punto di raccolta?"
|
"question": "Per quali tipi di disastro è pensato questo punto di raccolta?"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"title": "Punti di raccolta per emergenze"
|
|
||||||
},
|
},
|
||||||
"atm": {
|
"atm": {
|
||||||
"description": "Sportello Bancomat per prelevare denaro",
|
"description": "Sportello Bancomat per prelevare denaro",
|
||||||
|
@ -1328,7 +1328,9 @@
|
||||||
"render": "Questa organizzazione si chiama <b>{name}</b>"
|
"render": "Questa organizzazione si chiama <b>{name}</b>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Organizzazione per la risposta ai disastri"
|
"title": {
|
||||||
|
"render": "Organizzazione per la risposta ai disastri"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"drinking_water": {
|
"drinking_water": {
|
||||||
"name": "Acqua potabile",
|
"name": "Acqua potabile",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue