Regenerate docs

This commit is contained in:
Pieter Vander Vennet 2022-04-08 22:17:08 +02:00
parent 679422e26c
commit 7b07141162
49 changed files with 1458 additions and 147 deletions

View file

@ -88,6 +88,8 @@ The question is **What kind of crossing is this?**
- **Crossing without crossing markings** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked' target='_blank'>unmarked</a>
Only visible if `highway=crossing` is shown
### crossing-is-zebra
@ -104,6 +106,8 @@ The question is **Is this is a zebra crossing?**
- **This is not a zebra crossing** corresponds with
Only visible if `crossing=uncontrolled` is shown
### crossing-bicycle-allowed
@ -120,6 +124,8 @@ The question is **Is this crossing also for bicycles?**
- **A cyclist can not use this crossing** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno' target='_blank'>no</a>
Only visible if `highway=crossing` is shown
### crossing-has-island
@ -136,6 +142,8 @@ The question is **Does this crossing have an island in the middle?**
- **This crossing does not have an island in the middle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:island' target='_blank'>crossing:island</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno' target='_blank'>no</a>
Only visible if `highway=crossing` is shown
### crossing-tactile
@ -153,6 +161,8 @@ The question is **Does this crossing have tactile paving?**
- **This crossing has tactile paving, but is not correct** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dincorrect' target='_blank'>incorrect</a>_This option cannot be chosen as answer_
Only visible if `highway=crossing` is shown
### crossing-button
@ -169,6 +179,8 @@ The question is **Does this traffic light have a button to request green light?*
- **This traffic light does not have a button to request green light** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:button_operated' target='_blank'>button_operated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno' target='_blank'>no</a>
Only visible if `highway=traffic_signals|crossing=traffic_signals` is shown
### crossing-right-turn-through-red
@ -186,6 +198,8 @@ The question is **Can a cyclist turn right when the light is red?**
- **A cyclist can not turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno' target='_blank'>no</a>
Only visible if `highway=traffic_signals` is shown
### crossing-continue-through-red
@ -201,6 +215,8 @@ The question is **Can a cyclist go straight on when the light is red?**
- **A cyclist can go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can not go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno' target='_blank'>no</a>
Only visible if `highway=traffic_signals` is shown
This document is autogenerated from [assets/layers/crossings/crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crossings/crossings.json)