mapcomplete/assets/layers/trail/trail.json

225 lines
4.7 KiB
JSON
Raw Normal View History

2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "trail",
"name": {
"en": "Trails",
"nl": "Wandeltochten",
"ru": "Тропы",
"de": "Wanderwege"
},
"minzoom": 12,
"source": {
"osmTags": {
"and": [
{
"or": [
"route=hiking",
"route=bycicle",
"route=horse"
]
}
]
}
},
"title": {
"render": {
"en": "Trail",
"nl": "Wandeltocht",
"ru": "Тропа",
"de": "Wanderweg"
},
2021-11-07 14:37:21 +01:00
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"tagRenderings": [
"images",
{
"id": "trail-length",
"render": {
"en": "The trail is {_length:km} kilometers long",
"nl": "Deze wandeling is {_length:km} kilometer lang",
"de": "Der Wanderweg ist {_length:km} Kilometer lang"
}
},
{
"question": {
"nl": "Wat is de naam van deze wandeling?"
},
"render": {
"nl": "Deze wandeling heet <b>{name}</b>"
},
"freeform": {
"key": "name"
},
"id": "Name"
},
2021-11-07 14:37:21 +01:00
{
"render": {
"nl": "Beheer door {operator}"
},
"question": {
"nl": "Wie beheert deze wandeltocht?"
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": {
2021-07-07 16:26:58 +02:00
"and": [
2021-11-07 14:37:21 +01:00
"operator=Natuurpunt"
2021-07-07 16:26:58 +02:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
}
},
2021-11-07 14:37:21 +01:00
{
"if": {
"and": [
"operator~(n|N)atuurpunt.*"
]
},
"then": {
"nl": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
},
"hideInAnswer": true
}
],
"id": "Operator tag"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Welke kleur heeft deze wandeling?"
},
"render": {
"nl": "Deze wandeling heeft kleur {colour}"
},
"freeform": {
"key": "colour",
"type": "color"
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "colour=blue",
"then": {
"nl": "Blauwe wandeling",
"en": "Blue trail",
"de": "Blauer Weg"
}
},
{
2021-11-07 14:37:21 +01:00
"if": "colour=red",
"then": {
"nl": "Rode wandeling",
"en": "Red trail",
"de": "Roter Weg"
}
},
{
2021-11-07 14:37:21 +01:00
"if": "colour=green",
"then": {
"nl": "Groene wandeling",
"en": "Green trail",
"de": "Grüner Weg"
}
2021-07-19 13:25:24 +02:00
},
{
2021-11-07 14:37:21 +01:00
"if": "colour=yellow",
"then": {
"nl": "Gele wandeling",
"en": "Yellow trail",
"de": "Gelber Weg"
}
}
],
"id": "Color"
},
{
"question": {
"nl": "Is deze wandeling toegankelijk met de rolstoel?"
},
"mappings": [
2021-07-19 13:25:24 +02:00
{
2021-11-07 14:37:21 +01:00
"then": {
"nl": "deze wandeltocht is toegankelijk met de rolstoel"
},
"if": "wheelchair=yes"
},
2021-07-19 13:25:24 +02:00
{
2021-11-07 14:37:21 +01:00
"then": {
"nl": "deze wandeltocht is niet toegankelijk met de rolstoel"
},
"if": "wheelchair=no"
}
2021-11-07 14:37:21 +01:00
],
"id": "Wheelchair access"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Is deze wandeltocht toegankelijk met de buggy?"
},
"mappings": [
{
"then": {
"nl": "deze wandeltocht is toegankelijk met de buggy"
},
"if": "pushchair=yes"
2021-07-19 13:25:24 +02:00
},
{
2021-11-07 14:37:21 +01:00
"then": {
"nl": "deze wandeltocht is niet toegankelijk met de buggy"
},
"if": "pushchair=no"
}
2021-11-07 14:37:21 +01:00
],
"id": "pushchair access"
}
2021-11-07 14:37:21 +01:00
],
"description": {
"nl": "Aangeduide wandeltochten"
},
2021-11-07 15:31:55 +01:00
"mapRendering": [
{
"icon": {
"render": "./assets/layers/trail/trail.svg",
"mappings": [
2021-11-07 15:31:55 +01:00
{
"if": "wheelchair=yes",
"then": "./assets/layers/trail/wheelchair.svg"
},
{
"if": "pushchair=yes",
"then": "./assets/layers/trail/pushchair.svg"
}
]
2021-11-07 15:31:55 +01:00
},
"iconSize": {
"render": "35,35,center"
2021-11-07 15:31:55 +01:00
},
"location": [
"point"
]
},
2021-11-07 15:31:55 +01:00
{
"color": {
"render": "#335D9F",
"mappings": [
2021-11-07 15:31:55 +01:00
{
"if": "colour~*",
"then": "{colour}"
}
]
2021-11-07 15:31:55 +01:00
},
"width": {
"render": "3"
},
"dashArray": {
"render": "5 5"
2021-11-07 15:31:55 +01:00
}
}
]
2021-07-07 16:26:58 +02:00
}