{ "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", { "render": { "nl:": "
Dit is een woonerf:
" }, "condition": "highway=living_street" }, { "question": { "nl": "Wat is de wegverharding van dit pad?" }, "render": { "nl": "De ondergrond is {surface}", "en": "The surface is {surface}" }, "freeform": { "key": "surface" }, "mappings": [ { "if": "surface=grass", "then": { "nl": "De ondergrond is gras", "en": "The surface is grass" } }, { "if": "surface=ground", "then": { "nl": "De ondergrond is aarde", "en": "The surface is ground" } }, { "if": "surface=unpaved", "then": { "nl": "De ondergrond is onverhard", "en": "The surface is unpaved" }, "hideInAnswer": true }, { "if": "surface=sand", "then": { "nl": "De ondergrond is zand", "en": "The surface is sand" } }, { "if": "surface=paving_stones", "then": { "nl": "De ondergrond bestaat uit stoeptegels", "en": "The surface is paving stones" } }, { "if": "surface=asphalt", "then": { "nl": "De ondergrond is asfalt", "en": "The surface is asphalt" } }, { "if": "surface=concrete", "then": { "nl": "De ondergrond is beton", "en": "The surface is concrete" } }, { "if": "surface=paved", "then": { "nl": "De ondergrond is verhard", "en": "The surface is paved" }, "hideInAnswer": true } ] }, { "question": "Is deze weg 's nachts verlicht?", "mappings": [ { "if": "lit=yes", "then": "'s nachts verlicht" }, { "if": "lit=no", "then": "Niet verlicht" } ] } ], "hideUnderlayingFeaturesMinPercentage": 0, "icon": { "render": "./assets/svg/bug.svg", "mappings": [] }, "width": { "render": "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" } ] }, "color": { "render": "#eaba2a" }, "presets": [ ] }