{ "id": "playground", "name": { "nl": "Speeltuinen", "en": "Playgrounds" }, "minzoom": 13, "source": { "osmTags": { "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=woodchips", "then": { "nl": "De ondergrond bestaat uit houtsnippers", "en": "The surface consist of woodchips" } }, { "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?", "en": "Is this playground lit at night?" }, "mappings": [ { "if": "lit=yes", "then": { "nl": "Deze speeltuin is 's nachts verlicht", "en": "This playground is lit at night" } }, { "if": "lit=no", "then": { "nl": "Deze speeltuin is 's nachts niet verlicht", "en": "This playground is not lit at night" } } ] }, { "render": { "nl": "Toegankelijk vanaf {min_age} jaar oud", "en": "Accessible to kids older then {min_age} years" }, "question": { "nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?", "en": "What is the minimum age required to access this playground?" }, "freeform": { "key": "min_age", "type": "pnat" } }, { "render": { "nl": "Toegankelijk tot {max_age}", "en": "Accessible to kids of at most {max_age}" }, "question": { "nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?", "en": "What is the maximum age allowed to access this playground?" }, "freeform": { "key": "max_age", "type": "pnat" } }, { "question": { "nl": "Wie beheert deze speeltuin?", "en": "Who operates this playground?" }, "render": { "nl": "Beheer door {operator}", "en": "Operated by {operator}" }, "freeform": { "key": "operator" } }, { "question": { "nl": "Is deze speeltuin vrij toegankelijk voor het publiek?", "en": "Is this playground accessible to the general public?" }, "mappings": [ { "if": "access=", "then": { "en": "Accessible to the general public", "nl": "Vrij toegankelijk voor het publiek" }, "hideInAnswer": true }, { "if": "access=yes", "then": { "en": "Accessible to the general public", "nl": "Vrij toegankelijk voor het publiek" } }, { "if": "access=customers", "then": { "en": "Only accessible for clients of the operating business", "nl": "Enkel toegankelijk voor klanten van de bijhorende zaak" } }, { "if": "access=students", "then": { "en": "Only accessible to studants of the school", "nl": "Vrij toegankelijk voor scholieren van de school" } }, { "if": "access=private", "then": { "en": "Not accessible", "nl": "Niet vrij toegankelijk" } } ] }, { "question": { "nl": "Wie kan men emailen indien er problemen zijn met de speeltuin?", "en": "What is the email address of the playground maintainer?" }, "render": { "nl": "De bevoegde dienst kan bereikt worden via {email}", "en": "{email}" }, "freeform": { "key": "email", "type": "email" } }, { "question": { "nl": "Wie kan men bellen indien er problemen zijn met de speeltuin?", "en": "What is the phone number of the playground maintainer?" }, "render": { "nl": "De bevoegde dienst kan getelefoneerd worden via {phone}", "en": "{phone}" }, "freeform": { "key": "phone", "type": "phone" } }, { "question": { "nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?", "en": "Is this playground accessible to wheelchair users?" }, "mappings": [ { "if": "wheelchair=yes", "then": { "nl": "Geheel toegankelijk voor rolstoelgebruikers", "en": "Completely accessible for wheelchair users" } }, { "if": "wheelchair=limited", "then": { "nl": "Beperkt toegankelijk voor rolstoelgebruikers", "en": "Limited accessibility for wheelchair users" } }, { "if": "wheelchair=no", "then": { "nl": "Niet toegankelijk voor rolstoelgebruikers", "en": "Not accessible for wheelchair users" } } ] }, { "freeform": { "key": "opening_hours", "type": "opening_hours" }, "render": "{opening_hours_table(opening_hours)}", "question": { "nl": "Op welke uren is deze speeltuin toegankelijk?", "en": "When is this playground accessible?" }, "mappings": [ { "if": "opening_hours=sunrise-sunset", "then": { "nl": "Van zonsopgang tot zonsondergang", "en": "Accessible from sunrise till sunset" } }, { "if": "opening_hours=24/7", "then": { "nl": "Dag en nacht toegankelijk", "en": "Always accessible" } }, { "if": "opening_hours=", "then": { "nl": "Dag en nacht toegankelijk", "en": "Always accessible" }, "hideInAnswer": true } ] }, "questions", { "render": "{reviews(name, playground)}" } ], "hideUnderlayingFeaturesMinPercentage": 0, "icon": { "render": "./assets/themes/playgrounds/playground.svg" }, "iconOverlays": [ { "if": { "and": [ "opening_hours!=24/7", "opening_hours~*" ] }, "then": "isOpen", "badge": true } ], "width": { "render": "1" }, "iconSize": { "render": "40,40,center" }, "color": { "render": "#0c3" }, "presets": [ { "tags": [ "leisure=playground" ], "title": { "nl": "Speeltuin" } } ], "wayHandling": 2 }