{ "id": "slow_roads", "name": { "nl": "Paadjes, trage wegen en autoluwe straten" }, "minzoom": 16, "source": { "osmTags": { "and": [ { "or": [ "highway=pedestrian", "highway=footway", "highway=path", "highway=bridleway", "highway=living_street", "highway=track" ] }, "access!=no", "access!=private" ] } }, "title": { "render": { "nl": "Trage weg" }, "mappings": [ { "if": "name~*", "then": { "nl": "{name}" } }, { "if": "highway=footway", "then": { "nl": "Voetpad" } }, { "if": "highway=cycleway", "then": { "nl": "Fietspad" } }, { "if": "highway=pedestrian", "then": { "nl": "Voetgangersstraat" } }, { "if": "highway=living_street", "then": { "nl": "Woonerf" } }, { "if": "highway=path", "then": "Klein pad" } ] }, "tagRenderings": [ "images", { "id": "explanation", "mappings": [ { "if": "highway=living_street", "then": { "nl:": "
Dit is een woonerf:
" }, "icon": { "path": "./assets/layers/slow_roads/woonerf.svg", "class": "medium" } }, { "if": "highway=pedestrian", "then": { "nl": "Dit is een brede, autovrije straat" } }, { "if": "highway=footway", "then": { "nl": "Dit is een voetpaadje" } }, { "if": "highway=path", "then": { "nl": "Dit is een wegeltje of bospad" } }, { "if": "highway=bridleway", "then": { "nl": "Dit is een ruiterswegel" } }, { "if": "highway=track", "then": { "nl": "Dit is een tractorspoor of weg om landbouwgrond te bereikken" } } ] }, { "question": { "nl": "Wat is de wegverharding van dit pad?" }, "render": { "nl": "De ondergrond is {surface}", "en": "The surface is {surface}", "ru": "Поверхность - {surface}", "fr": "La surface en {surface}", "it": "La superficie è {surface}", "de": "Die Oberfläche ist {surface}", "eo": "La surfaco estas {surface}", "es": "La superficie es {surface}" }, "freeform": { "key": "surface" }, "mappings": [ { "if": "surface=grass", "then": { "nl": "De ondergrond is gras", "en": "The surface is grass", "ru": "Поверхность - трава", "fr": "La surface est en herbe", "it": "La superficie è erba", "de": "Die Oberfläche ist Gras", "eo": "La surfaco estas herba", "es": "La superficie es hierba", "ca": "La superfície és herba" } }, { "if": "surface=ground", "then": { "nl": "De ondergrond is aarde", "en": "The surface is ground", "ru": "Поверхность - земля", "fr": "La surface est en terre", "it": "La superficie è terreno", "de": "Die Oberfläche ist Erde", "ca": "La superfície és terra" } }, { "if": "surface=unpaved", "then": { "nl": "De ondergrond is onverhard", "en": "The surface is unpaved", "fr": "La surface est non pavée", "it": "La superficie è non pavimentata", "de": "Die Oberfläche ist ohne festen Belag", "es": "La superficie está sin pavimentar", "ca": "La superfície és sense asfaltar" }, "hideInAnswer": true }, { "if": "surface=sand", "then": { "nl": "De ondergrond is zand", "en": "The surface is sand", "ru": "Поверхность - песок", "fr": "La surface est en sable", "it": "La superficie è sabbia", "de": "Die Oberfläche ist Sand", "eo": "La surfaco estas sabla", "es": "La superficie es arena", "ca": "La superfície és sorra" } }, { "if": "surface=paving_stones", "then": { "nl": "De ondergrond bestaat uit stoeptegels", "en": "The surface is paving stones", "ru": "Поверхность - брусчатка", "it": "La superficie è pietre irregolari", "fr": "La surface est en pierres pavées", "de": "Die Oberfläche ist aus Pflastersteinen", "es": "La superficie es adoquines" } }, { "if": "surface=asphalt", "then": { "nl": "De ondergrond is asfalt", "en": "The surface is asphalt", "ru": "Поверхность - асфальт", "it": "La superficie è asfalto", "fr": "La surface est en bitume", "de": "Die Oberfläche ist Asphalt", "es": "La superficie es asfalto" } }, { "if": "surface=concrete", "then": { "nl": "De ondergrond is beton", "en": "The surface is concrete", "ru": "Поверхность - бетон", "fr": "La surface est en béton", "it": "La superficie è calcestruzzo", "de": "Die Oberfläche ist Beton", "eo": "La surfaco estas betona", "es": "La superficie es hormigón" } }, { "if": "surface=paved", "then": { "nl": "De ondergrond is verhard", "en": "The surface is paved", "fr": "La surface est pavée", "it": "La superficie è pavimentata", "de": "Die Oberfläche ist gepflastert", "es": "La superficie está pavimentada" }, "hideInAnswer": true } ], "id": "slow_roads-surface" }, { "id": "slow_road_is_lit", "question": "Is deze weg 's nachts verlicht?", "mappings": [ { "if": "lit=yes", "then": "'s nachts verlicht" }, { "if": "lit=no", "then": "Niet verlicht" } ] } ], "presets": [], "description": { "en": "All carfree roads", "nl": "Alle verkeersvrije wegen", "de": "Alle autofreien Straßen" }, "pointRendering": [ { "icon": "./assets/layers/slow_roads/slow_road.svg", "location": [ "point" ] } ], "lineRendering": [ { "color": "#eaba2a", "width": "7", "dashArray": { "render": "", "mappings": [ { "if": "highway=cycleway", "then": "" }, { "if": "highway=path", "then": "0 12" }, { "if": { "or": [ "highway=footway", "highway=pedestrian" ] }, "then": "12 18" }, { "if": "highway=living_street", "then": "12 12 0 12" } ] } } ], "description": { "en": "All carfree roads", "nl": "Alle verkeersvrije wegen", "de": "Alle autofreien Straßen", "ca": "Totes les carreteres sense cotxe" } }