playground ============ Playgrounds ## Table of contents 1. [playground](#playground) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + [playground-surface](#playground-surface) + [playground-lit](#playground-lit) + [playground-min_age](#playground-min_age) + [playground-max_age](#playground-max_age) + [playground-operator](#playground-operator) + [playground-access](#playground-access) + [playground-email](#playground-email) + [playground-phone](#playground-phone) + [Playground-wheelchair](#playground-wheelchair) + [playground-opening_hours](#playground-opening_hours) + [questions](#questions) + [playground-reviews](#playground-reviews) #### Themes using this layer - [playgrounds](https://mapcomplete.osm.be/playgrounds) [Go to the source code](../assets/layers/playground/playground.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - leisure =playground - playground!~^forest$ Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/surface#values) [surface](https://wiki.openstreetmap.org/wiki/Key:surface) | [string](../SpecialInputElements.md#string) | [grass](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dgrass) [sand](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dsand) [woodchips](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dwoodchips) [paving_stones](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaving_stones) [asphalt](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dasphalt) [concrete](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dconcrete) [](https://taginfo.openstreetmap.org/keys/lit#values) [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [](https://taginfo.openstreetmap.org/keys/min_age#values) [min_age](https://wiki.openstreetmap.org/wiki/Key:min_age) | [pnat](../SpecialInputElements.md#pnat) | [](https://taginfo.openstreetmap.org/keys/max_age#values) [max_age](https://wiki.openstreetmap.org/wiki/Key:max_age) | [pnat](../SpecialInputElements.md#pnat) | [](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [students](https://wiki.openstreetmap.org/wiki/Tag:access%3Dstudents) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | [](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | [](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [sunrise-sunset](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dsunrise-sunset) [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) ### images _This tagrendering has no question and is thus read-only_ ### playground-surface The question is **Which is the surface of this playground?
If there are multiple, select the most occuring one** This rendering asks information about the property [surface](https://wiki.openstreetmap.org/wiki/Key:surface) This is rendered with `The surface is {surface}` - **The surface is grass** corresponds with surface =grass - **The surface is sand** corresponds with surface =sand - **The surface consist of woodchips** corresponds with surface =woodchips - **The surface is paving stones** corresponds with surface =paving_stones - **The surface is asphalt** corresponds with surface =asphalt - **The surface is concrete** corresponds with surface =concrete - **The surface is unpaved** corresponds with surface =unpaved_This option cannot be chosen as answer_ - **The surface is paved** corresponds with surface =paved_This option cannot be chosen as answer_ ### playground-lit The question is **Is this playground lit at night?** - **This playground is lit at night** corresponds with lit =yes - **This playground is not lit at night** corresponds with lit =no ### playground-min_age The question is **What is the minimum age required to access this playground?** This rendering asks information about the property [min_age](https://wiki.openstreetmap.org/wiki/Key:min_age) This is rendered with `Accessible to kids older than {min_age} years` ### playground-max_age The question is **What is the maximum age allowed to access this playground?** This rendering asks information about the property [max_age](https://wiki.openstreetmap.org/wiki/Key:max_age) This is rendered with `Accessible to kids of at most {max_age}` ### playground-operator The question is **Who operates this playground?** This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator) This is rendered with `Operated by {operator}` ### playground-access The question is **Is this playground accessible to the general public?** - **Accessible to the general public** corresponds with _This option cannot be chosen as answer_ - **Accessible to the general public** corresponds with access =yes - **Only accessible for clients of the operating business** corresponds with access =customers - **Only accessible to students of the school** corresponds with access =students - **Not accessible** corresponds with access=private ### playground-email The question is **What is the email address of the playground maintainer?** This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email) This is rendered with `{email}` ### playground-phone The question is **What is the phone number of the playground maintainer?** This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone) This is rendered with `{phone}` ### Playground-wheelchair The question is **Is this playground accessible to wheelchair users?** - **Completely accessible for wheelchair users** corresponds with wheelchair =yes - **Limited accessibility for wheelchair users** corresponds with wheelchair =limited - **Not accessible for wheelchair users** corresponds with wheelchair =no ### playground-opening_hours The question is **When is this playground accessible?** This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) This is rendered with `{opening_hours_table(opening_hours)}` - **Accessible from sunrise till sunset** corresponds with opening_hours =sunrise-sunset - **Always accessible** corresponds with opening_hours =24/7 - **Always accessible** corresponds with _This option cannot be chosen as answer_ ### questions _This tagrendering has no question and is thus read-only_ ### playground-reviews _This tagrendering has no question and is thus read-only_ This document is autogenerated from assets/layers/playground/playground.json