forked from MapComplete/MapComplete
Chore: regen docs
This commit is contained in:
parent
9e17550a95
commit
3407f68d3f
267 changed files with 7757 additions and 2435 deletions
|
@ -58,7 +58,8 @@ Elements must match **all** of the following expressions:
|
|||
### maxspeed-maxspeed
|
||||
|
||||
The question is `What is the legal maximum speed one is allowed to drive on this road?`
|
||||
*The maximum allowed speed on this road is {canonical(maxspeed)}* is shown if `maxspeed` is set
|
||||
|
||||
*The maximum allowed speed on this road is {canonical(maxspeed)}* is shown if `maxspeed` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/maxspeed/living_street_be.svg'> *This is a living street, which has a maxspeed of 20km/h* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street' target='_blank'>living_street</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
|
||||
- *The maximum allowed speed on this road depends on the direction a vehicle goes* is shown if with maxspeed= & <a href='https://wiki.openstreetmap.org/wiki/Key:_forward_backward' target='_blank'>_forward_backward</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_forward_backward%3Dyes' target='_blank'>yes</a>
|
||||
|
@ -66,20 +67,23 @@ The question is `What is the legal maximum speed one is allowed to drive on this
|
|||
### maxspeed-forward
|
||||
|
||||
The question is `What is the maximum allowed speed when travelling {direction_absolute()}?`
|
||||
*The maximum allowed speed when travelling {direction_absolute()} on this road is {canonical(maxspeed:forward)}* is shown if `maxspeed:forward` is set
|
||||
|
||||
*The maximum allowed speed when travelling {direction_absolute()} on this road is {canonical(maxspeed:forward)}* is shown if `maxspeed:forward` is set.
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_forward_backward' target='_blank'>_forward_backward</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_forward_backward%3Dyes' target='_blank'>yes</a> | maxspeed:backward~.+ | maxspeed:forward~.+
|
||||
|
||||
### maxspeed-backward
|
||||
|
||||
The question is `What is the maximum allowed speed when travelling {direction_absolute(,180)}?`
|
||||
*The maximum allowed speed when travelling {direction_absolute(,180)} on this road is {canonical(maxspeed:backward)}* is shown if `maxspeed:backward` is set
|
||||
|
||||
*The maximum allowed speed when travelling {direction_absolute(,180)} on this road is {canonical(maxspeed:backward)}* is shown if `maxspeed:backward` is set.
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_forward_backward' target='_blank'>_forward_backward</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_forward_backward%3Dyes' target='_blank'>yes</a> | maxspeed:backward~.+ | maxspeed:forward~.+
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -89,11 +93,13 @@ This tagrendering has labels
|
|||
### split_button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{split_button()}*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue