Themes(into_nature): include visitor_information_centre.json

This commit is contained in:
Pieter Vander Vennet 2025-07-05 17:47:38 +02:00
parent d469f0e05c
commit d8b86703c6
2 changed files with 24 additions and 39 deletions

View file

@ -50,43 +50,7 @@
"pl": "{name}",
"cy": "{name}",
"it": "{name}"
},
"mappings": [
{
"if": {
"and": [
"name:nl~*"
]
},
"then": {
"nl": "{name:nl}"
}
},
{
"if": {
"and": [
"name~*"
]
},
"then": {
"nl": "{name}",
"en": "{name}",
"de": "{name}",
"ru": "{name}",
"eo": "{name}",
"fr": "{name}",
"ca": "{name}",
"id": "{name}",
"es": "{name}",
"da": "{name}",
"cs": "{name}",
"zh_Hant": "{name}",
"pl": "{name}",
"cy": "{name}",
"it": "{name}"
}
}
]
}
},
"pointRendering": [
{
@ -105,6 +69,24 @@
],
"lineRendering": [],
"presets": [],
"tagRenderings": [],
"tagRenderings": [
"images",
{
"id": "visitor-centre-name",
"question": {
"en": "What is the name of this visitors centre?"
},
"freeform": {
"key": "name"
},
"render": {
"en": "This visitors centre is called <b>{name}</b>"
}
},
"contact",
"opening_hours",
"internet-all",
"toilet_at_amenity_lib.all"
],
"allowMove": true
}