Themes: add name and title to assembly_point and disaster_response layers

This commit is contained in:
Pieter Vander Vennet 2024-02-10 20:57:08 +01:00
parent 40db2d718c
commit f087012116
2 changed files with 15 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"enableRelocation": false,
"enableImproveAccuracy": true
},
"title": {
"name": {
"en": "Emergency assembly points",
"it": "Punti di raccolta per emergenze"
},
@ -47,6 +47,11 @@
]
}
],
"title": {
"render": {
"en": "Assembly point during emergencies"
}
},
"tagRenderings": [
"images",
{
@ -137,4 +142,4 @@
]
}
]
}
}

View file

@ -1,8 +1,13 @@
{
"id": "disaster_response",
"title": {
"en": "Disaster response organization",
"it": "Organizzazione per la risposta ai disastri"
"render": {
"en": "Disaster response organization",
"it": "Organizzazione per la risposta ai disastri"
}
},
"name": {
"en": "Disaster response organizations"
},
"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.",
@ -67,4 +72,4 @@
}
}
]
}
}