forked from MapComplete/MapComplete
Themes: add name and title to assembly_point and disaster_response layers
This commit is contained in:
parent
40db2d718c
commit
f087012116
2 changed files with 15 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
"enableRelocation": false,
|
"enableRelocation": false,
|
||||||
"enableImproveAccuracy": true
|
"enableImproveAccuracy": true
|
||||||
},
|
},
|
||||||
"title": {
|
"name": {
|
||||||
"en": "Emergency assembly points",
|
"en": "Emergency assembly points",
|
||||||
"it": "Punti di raccolta per emergenze"
|
"it": "Punti di raccolta per emergenze"
|
||||||
},
|
},
|
||||||
|
@ -47,6 +47,11 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "Assembly point during emergencies"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
|
@ -137,4 +142,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
{
|
{
|
||||||
"id": "disaster_response",
|
"id": "disaster_response",
|
||||||
"title": {
|
"title": {
|
||||||
"en": "Disaster response organization",
|
"render": {
|
||||||
"it": "Organizzazione per la risposta ai disastri"
|
"en": "Disaster response organization",
|
||||||
|
"it": "Organizzazione per la risposta ai disastri"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"en": "Disaster response organizations"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "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.",
|
"en": "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.",
|
||||||
|
@ -67,4 +72,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue