{ "id": "trail", "name": { "en": "Trails", "nl": "Wandeltochten", "ru": "Тропы", "de": "Wanderwege", "fr": "Sentiers" }, "minzoom": 12, "source": { "osmTags": { "and": [ { "or": [ "route=hiking", "route=bycicle", "route=horse" ] } ] } }, "title": { "render": { "en": "Trail", "nl": "Wandeltocht", "ru": "Тропа", "de": "Wanderweg", "fr": "Sentier" }, "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 {name}" }, "freeform": { "key": "name" }, "id": "Name" }, { "render": { "nl": "Beheer door {operator}" }, "question": { "nl": "Wie beheert deze wandeltocht?" }, "freeform": { "key": "operator" }, "mappings": [ { "if": { "and": [ "operator=Natuurpunt" ] }, "then": { "nl": "Dit gebied wordt beheerd door Natuurpunt" } }, { "if": { "and": [ "operator~(n|N)atuurpunt.*" ] }, "then": { "nl": "Dit gebied wordt beheerd door {operator}" }, "hideInAnswer": true } ], "id": "Operator tag" }, { "question": { "nl": "Welke kleur heeft deze wandeling?" }, "render": { "nl": "Deze wandeling heeft kleur {colour}" }, "freeform": { "key": "colour", "type": "color" }, "mappings": [ { "if": "colour=blue", "then": { "nl": "Blauwe wandeling", "en": "Blue trail", "de": "Blauer Weg" } }, { "if": "colour=red", "then": { "nl": "Rode wandeling", "en": "Red trail", "de": "Roter Weg" } }, { "if": "colour=green", "then": { "nl": "Groene wandeling", "en": "Green trail", "de": "Grüner Weg" } }, { "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": [ { "then": { "nl": "deze wandeltocht is toegankelijk met de rolstoel" }, "if": "wheelchair=yes" }, { "then": { "nl": "deze wandeltocht is niet toegankelijk met de rolstoel" }, "if": "wheelchair=no" } ], "id": "Wheelchair access" }, { "question": { "nl": "Is deze wandeltocht toegankelijk met de buggy?" }, "mappings": [ { "then": { "nl": "deze wandeltocht is toegankelijk met de buggy" }, "if": "pushchair=yes" }, { "then": { "nl": "deze wandeltocht is niet toegankelijk met de buggy" }, "if": "pushchair=no" } ], "id": "pushchair access" } ], "description": { "nl": "Aangeduide wandeltochten" }, "mapRendering": [ { "icon": { "render": "./assets/layers/trail/trail.svg", "mappings": [ { "if": "wheelchair=yes", "then": "./assets/layers/trail/wheelchair.svg" }, { "if": "pushchair=yes", "then": "./assets/layers/trail/pushchair.svg" } ] }, "iconSize": { "render": "35,35,center" }, "location": [ "point" ] }, { "color": { "render": "#335D9F", "mappings": [ { "if": "colour~*", "then": "{colour}" } ] }, "width": { "render": "3" }, "dashArray": { "render": "5 5" } } ] }