mapcomplete/Docs/Layers/cycle_highways.md

107 lines
5.4 KiB
Markdown
Raw Normal View History

2022-01-26 21:40:38 +01:00
cycle_highways
2022-01-14 19:36:36 +01:00
================
## Table of contents
1. [cycle_highways](#cycle_highways)
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
+ [cycle_highways-name](#cycle_highways-name)
+ [cycle_highways-ref](#cycle_highways-ref)
+ [cycle_highways-state](#cycle_highways-state)
+ [cycle-highway-length](#cycle-highway-length)
+ [website](#website)
+ [all_tags](#all_tags)
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`
2022-01-14 19:36:36 +01:00
[Go to the source code](../assets/layers/cycle_highways/cycle_highways.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:cycle_network' target='_blank'>cycle_network</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_network%3DBE-VLG:cycle_highway' target='_blank'>BE-VLG:
cycle_highway</a>
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
----------- | ------ | ------------------------------------------
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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/ref#values) [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) |
2022-01-14 19:36:36 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/state#values) [state](https://wiki.openstreetmap.org/wiki/Key:state) | [string](../SpecialInputElements.md#string) | [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [temporary](https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary) [](https://wiki.openstreetmap.org/wiki/Tag:state%3D)
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/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### cycle_highways-name
2022-01-14 19:36:36 +01:00
The question is **What is the name of this cycle highway?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
2022-01-14 19:36:36 +01:00
This is rendered with `The name is <b>{name}</b>`
2022-01-26 21:40:38 +01:00
### cycle_highways-ref
2022-01-14 19:36:36 +01:00
The question is **What is the reference number of this cycle highway?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [ref](https://wiki.openstreetmap.org/wiki/Key:ref)
2022-01-14 19:36:36 +01:00
This is rendered with `Referentienummer is <b>{ref}</b>`
2022-01-26 21:40:38 +01:00
### cycle_highways-state
2022-01-14 19:36:36 +01:00
The question is **What is the state of this link?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [state](https://wiki.openstreetmap.org/wiki/Key:state)
2022-01-14 19:36:36 +01:00
This is rendered with `The current state of this link is {state}`
2022-01-26 21:40:38 +01:00
- **This is a proposed route which can be cycled** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a>
- **This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)**
corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a>
&<a href='https://wiki.openstreetmap.org/wiki/Key:note:state' target='_blank'>note:state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:note:state%3Dhas_highway_no' target='_blank'>has_highway_no</a>
- **This is a proposed route which has some links which are under construction** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a>
&<a href='https://wiki.openstreetmap.org/wiki/Key:note:state' target='_blank'>note:state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:note:state%3Dhas_highway_under_construction' target='_blank'>
has_highway_under_construction</a>
- **This is a temporary deviation** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary' target='_blank'>temporary</a>
- **This link is operational and signposted** corresponds with
### cycle-highway-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
### website
2022-01-14 19:36:36 +01:00
The question is **What is the website of {name}?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
2022-01-14 19:36:36 +01:00
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
2022-01-26 21:40:38 +01:00
- **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This
option cannot be chosen as answer_
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### all_tags
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/cycle_highways/cycle_highways.json