trail ======= Aangeduide wandeltochten ## Table of contents 1. [trail](#trail) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + [trail-length](#trail-length) + [Name](#name) + [Operator tag](#operator-tag) + [Color](#color) + [Wheelchair access](#wheelchair-access) + [pushchair access](#pushchair-access) [Go to the source code](../assets/layers/trail/trail.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - route=hiking|route=bycicle|route=horse Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [Natuurpunt](https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt) [](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) [](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) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [](https://taginfo.openstreetmap.org/keys/pushchair#values) [pushchair](https://wiki.openstreetmap.org/wiki/Key:pushchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:pushchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:pushchair%3Dno) ### images _This tagrendering has no question and is thus read-only_ ### trail-length _This tagrendering has no question and is thus read-only_ ### Name The question is **Wat is de naam van deze wandeling?** This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) This is rendered with `Deze wandeling heet {name}` ### Operator tag The question is **Wie beheert deze wandeltocht?** This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator) This is rendered with `Beheer door {operator}` - **Dit gebied wordt beheerd door Natuurpunt** corresponds with operator=Natuurpunt - **Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_ ### Color The question is **Welke kleur heeft deze wandeling?** This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour) This is rendered with `Deze wandeling heeft kleur {colour}` - **Blue trail** corresponds with colour=blue - **Red trail** corresponds with colour=red - **Green trail** corresponds with colour=green - **Yellow trail** corresponds with colour=yellow ### Wheelchair access The question is **Is deze wandeling toegankelijk met de rolstoel?** - **deze wandeltocht is toegankelijk met de rolstoel** corresponds with wheelchair=yes - **deze wandeltocht is niet toegankelijk met de rolstoel** corresponds with wheelchair=no ### pushchair access The question is **Is deze wandeltocht toegankelijk met de buggy?** - **deze wandeltocht is toegankelijk met de buggy** corresponds with pushchair=yes - **deze wandeltocht is niet toegankelijk met de buggy** corresponds with pushchair=no This document is autogenerated from assets/layers/trail/trail.json