2022-01-26 21:40:38 +01:00
walking_routes
2022-01-14 19:36:36 +01:00
================
Walking routes by 'provincie Antwerpen'
## Table of contents
1. [walking_routes ](#walking_routes )
2022-01-26 21:40:38 +01:00
- [Basic tags for this layer ](#basic-tags-for-this-layer )
- [Supported attributes ](#supported-attributes )
2022-01-14 19:36:36 +01:00
+ [walk-length ](#walk-length )
+ [walk-type ](#walk-type )
+ [walk-description ](#walk-description )
+ [walk-operator ](#walk-operator )
+ [walk-operator-email ](#walk-operator-email )
+ [questions ](#questions )
+ [reviews ](#reviews )
2022-01-26 21:40:38 +01:00
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
- < img src = '../warning.svg' height = '1rem' /> This layer is loaded from an external source, namely `https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/speelplekken_cache/speelplekken_{layer}_{z}_{x}_{y}.geojson`
2022-01-14 19:36:36 +01:00
[Go to the source code ](../assets/layers/walking_routes/walking_routes.json )
2022-01-26 21:40:38 +01:00
Basic tags for this layer
2022-01-14 19:36:36 +01:00
---------------------------
Elements must have the all of following tags to be shown on this layer:
2022-01-26 21:40:38 +01:00
- < a href = 'https://wiki.openstreetmap.org/wiki/Key:type' target = '_blank' > type</ a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:type%3Droute' target = '_blank' > route< / a >
- < a href = 'https://wiki.openstreetmap.org/wiki/Key:route' target = '_blank' > route</ a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:route%3Dfoot' target = '_blank' > foot< / a >
- operator~^[pP]rovincie Antwerpen$
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/route#values ) [route ](https://wiki.openstreetmap.org/wiki/Key:route ) | Multiple choice | [iwn ](https://wiki.openstreetmap.org/wiki/Tag:route%3Diwn ) [nwn ](https://wiki.openstreetmap.org/wiki/Tag:route%3Dnwn ) [rwn ](https://wiki.openstreetmap.org/wiki/Tag:route%3Drwn ) [lwn ](https://wiki.openstreetmap.org/wiki/Tag:route%3Dlwn )
2022-01-26 21:40:38 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/description#values ) [description ](https://wiki.openstreetmap.org/wiki/Key:description ) | [text ](../SpecialInputElements.md#text ) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/operator#values ) [operator ](https://wiki.openstreetmap.org/wiki/Key:operator ) | [string ](../SpecialInputElements.md#string ) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/operator:email#values ) [operator:email ](https://wiki.openstreetmap.org/wiki/Key:operator:email ) | [email ](../SpecialInputElements.md#email ) |
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### walk-length
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
2022-01-26 21:40:38 +01:00
### walk-type
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
2022-01-26 21:40:38 +01:00
- **Dit is een internationale wandelroute** corresponds
with < a href = 'https://wiki.openstreetmap.org/wiki/Key:route' target = '_blank' > route< / a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:route%3Diwn' target = '_blank' > iwn< / a >
- **Dit is een nationale wandelroute** corresponds
with < a href = 'https://wiki.openstreetmap.org/wiki/Key:route' target = '_blank' > route< / a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:route%3Dnwn' target = '_blank' > nwn< / a >
- **Dit is een regionale wandelroute** corresponds
with < a href = 'https://wiki.openstreetmap.org/wiki/Key:route' target = '_blank' > route< / a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:route%3Drwn' target = '_blank' > rwn< / a >
- **Dit is een lokale wandelroute** corresponds
with < a href = 'https://wiki.openstreetmap.org/wiki/Key:route' target = '_blank' > route< / a >
=< a href = 'https://wiki.openstreetmap.org/wiki/Tag:route%3Dlwn' target = '_blank' > lwn< / a >
### walk-description
2022-01-14 19:36:36 +01:00
The question is **Geef een korte beschrijving van de wandeling (max 255 tekens)**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [description ](https://wiki.openstreetmap.org/wiki/Key:description )
2022-01-14 19:36:36 +01:00
This is rendered with `<h3>Korte beschrijving:</h3>{description}`
2022-01-26 21:40:38 +01:00
### walk-operator
2022-01-14 19:36:36 +01:00
The question is **Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [operator ](https://wiki.openstreetmap.org/wiki/Key:operator )
2022-01-14 19:36:36 +01:00
This is rendered with `Signalisatie geplaatst door {operator}`
2022-01-26 21:40:38 +01:00
### walk-operator-email
2022-01-14 19:36:36 +01:00
The question is **Naar wie kan men emailen bij problemen rond signalisatie?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the
property [operator:email ](https://wiki.openstreetmap.org/wiki/Key:operator:email )
This is rendered
with `Bij problemen met signalisatie kan men emailen naar <a href='mailto:{operator:email}'>{operator:email}</a>`
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### questions
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
2022-01-26 21:40:38 +01:00
### reviews
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
This document is autogenerated from assets/layers/walking_routes/walking_routes.json