{ "id": "playground", "name": { "nl": "Speeltuinen", "en": "Playgrounds" }, "minzoom": 13, "overpassTags": { "and": [ "leisure=playground", "playground!=forest" ] }, "description": { "nl": "Speeltuinen", "en": "Playgrounds" }, "title": { "render": { "nl": "Speeltuin", "en": "Playground" }, "mappings": [ { "if": "name~*", "then": { "nl": "Speeltuin {name}", "en": "Playground {name}" } } ] }, "tagRenderings": [ "images", { "question": { "nl": "Wat is de ondergrond van deze speeltuin?
Indien er verschillende ondergronden zijn, neem de meest voorkomende", "en": "Which is the surface of this playground?
If there are multiple, select the most occuring one" }, "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=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=unpaved", "then": { "nl": "De ondergrond is onverhard", "en": "The surface is unpaved" }, "hideInAnswer": true }, { "if": "surface=paved", "then": { "nl": "De ondergrond is verhard", "en": "The surface is paved" }, "hideInAnswer": true } ] }, { "question": { "nl": "Is deze speeltuin 's nachts verlicht?" }, "mappings": [ { "if": "lit=yes", "then": "Deze speeltuin is 's nachts verlicht" }, { "if": "lit=no", "then": "Deze speeltuin is 's nachts niet verlicht" } ] }, { "render": { "nl": "Toegankelijk vanaf {min_age} jaar oud" }, "question": { "nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?" }, "freeform": { "key": "min_age", "type": "pnat" } }, { "render": { "nl": "Toegankelijk tot {max_age}" }, "question": { "nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?" }, "freeform": { "key": "max_age", "type": "pnat" } }, { "question": "Wie beheert deze speeltuin?", "render": "Beheer door {operator}", "freeform": { "key": "operator" } }, { "question": "Is deze speeltuin vrij toegankelijk voor het publiek?", "mappings": [ { "if": "access=", "then": "Vrij toegankelijk voor het publiek", "hideInAnswer": true }, { "if": "access=yes", "then": "Vrij toegankelijk voor het publiek" }, { "if": "access=customers", "then": "Enkel toegankelijk voor klanten van de bijhorende zaak" }, { "if": "access=students", "then": "Vrij toegankelijk voor scholieren van de school" }, { "if": "access=private", "then": "Niet vrij toegankelijk" } ] }, { "question": "Wie kan men emailen indien er problemen zijn met de speeltuin?", "render": "De bevoegde dienst kan bereikt worden via {email}", "freeform": { "key": "email", "type": "email" } }, { "question": "Wie kan men bellen indien er problemen zijn met de speeltuin?", "render": "De bevoegde dienst kan getelefoneerd worden via {phone}", "freeform": { "key": "phone", "type": "phone" } }, { "question": { "nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?" }, "mappings": [ { "if": "wheelchair=yes", "then": { "nl": "Geheel toegankelijk voor rolstoelgebruikers" } }, { "if": "wheelchair=limited", "then": { "nl": "Beperkt toegankelijk voor rolstoelgebruikers" } }, { "if": "wheelchair=no", "then": { "nl": "Niet toegankelijk voor rolstoelgebruikers" } } ] }, { "freeform": { "key": "opening_hours", "type": "opening_hours" }, "render": "{opening_hours_table(opening_hours)}", "question": { "nl": "Op welke uren is deze speeltuin toegankelijk?" }, "mappings": [ { "if": "opening_hours=sunrise-sunset", "then": { "nl": "Van zonsopgang tot zonsondergang" } } ] }, "questions", { "render": "{reviews(name, playground)}" } ], "hideUnderlayingFeaturesMinPercentage": 0, "icon": { "render": "https://upload.wikimedia.org/wikipedia/commons/0/00/Map_icons_by_Scott_de_Jonge_-_playground.svg" }, "width": { "render": "3" }, "iconSize": { "render": "40,40,center" }, "color": { "render": "#0c3" }, "presets": [ { "tags": [ "leisure=playground" ], "title": { "nl": "Speeltuin" } } ], "wayHandling": 2 }