forked from MapComplete/MapComplete
Themes(into_nature): include visitor_information_centre.json
This commit is contained in:
parent
d469f0e05c
commit
d8b86703c6
2 changed files with 24 additions and 39 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
"startLat": 51.20875,
|
||||
"startLon": 3.22435,
|
||||
"layers": [
|
||||
"visitor_information_centre",
|
||||
"drinking_water",
|
||||
"birdhide",
|
||||
"nature_reserve",
|
||||
|
@ -68,7 +69,8 @@
|
|||
"shelter",
|
||||
"bbq",
|
||||
"firepit",
|
||||
"insect_hotel"
|
||||
"insect_hotel",
|
||||
"artwork"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
|
@ -78,6 +80,7 @@
|
|||
"builtin": "tree_node",
|
||||
"override": {
|
||||
"minzoom": 18,
|
||||
"isCounted": false,
|
||||
"shownByDefault": false
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue