Improve tags in documentation

This commit is contained in:
Pieter Vander Vennet 2023-11-13 03:15:48 +01:00
parent 6577007717
commit 750e6fdaa5
205 changed files with 7190 additions and 7697 deletions

View file

@ -38,12 +38,7 @@ This layer show elevators and asks for operational status and elevator dimension
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Delevator' target='_blank'>elevator</a>
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Delevator' target='_blank'>elevator</a>**
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%3D%22elevator%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
@ -87,10 +82,10 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with id~.+
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:passed_time<300 & (_version_number= | <a href='https://wiki.openstreetmap.org/wiki/Key:_version_number' target='_blank'>_version_number</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_version_number%3D1' target='_blank'>1</a>) & _backend~.+`
@ -120,13 +115,13 @@ This is rendered with `This elevator goes to floors {level}`
- *Located underground* corresponds with `location=underground`
- This option cannot be chosen as answer
- *Located on the ground floor* corresponds with `level=0`
- *Located on the ground floor* corresponds with ``
- This option cannot be chosen as answer
- *Located on the first floor* corresponds with `level=1`
- *Located on the first basement level* corresponds with `level=-1`
- *Located underground* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>
- _This option cannot be chosen as answer_
- *Located on the ground floor* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
- *Located on the ground floor* corresponds with level=
- _This option cannot be chosen as answer_
- *Located on the first floor* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>
- *Located on the first basement level* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>
@ -141,11 +136,11 @@ The question is *Does this elevator work?*
- *This elevator is broken* corresponds with `operational_status=broken`
- *This elevator is closed <span class='subtle'>e.g. because renovation works are going on</span>* corresponds with `operational_status=closed`
- *This elevator works* corresponds with `operational_status=ok`
- *This elevator works* corresponds with ``
- This option cannot be chosen as answer
- *This elevator is broken* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a>
- *This elevator is closed <span class='subtle'>e.g. because renovation works are going on</span>* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a>
- *This elevator works* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dok' target='_blank'>ok</a>
- *This elevator works* corresponds with operational_status=
- _This option cannot be chosen as answer_
@ -204,8 +199,8 @@ The question is *Does this place have an audio induction loop for people with r
- *This place has an audio induction loop* corresponds with `hearing_loop=yes`
- *This place <b>does not</b> have an audio induction loop* corresponds with `hearing_loop=no`
- *This place has an audio induction loop* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes' target='_blank'>yes</a>
- *This place <b>does not</b> have an audio induction loop* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno' target='_blank'>no</a>
@ -220,8 +215,8 @@ The question is *Has this elevator tactile writing?*
- *This elevator has tactile writing in Braille* corresponds with `tactile_writing:braille=yes`
- *This elevator does not have tactile writing* corresponds with `tactile_writing:braille=no`
- *This elevator has tactile writing in Braille* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes' target='_blank'>yes</a>
- *This elevator does not have tactile writing* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dno' target='_blank'>no</a>
@ -234,7 +229,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `tactile_writing:braille=yes`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes' target='_blank'>yes</a>`
@ -248,8 +243,8 @@ The question is *Has this elevator speech output?*
- *This elevator has speech output* corresponds with `speech_output=yes`
- *This elevator does not have speech output* corresponds with `speech_output=no`
- *This elevator has speech output* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
- *This elevator does not have speech output* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno' target='_blank'>no</a>
@ -262,7 +257,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `speech_output=yes`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>`
@ -298,7 +293,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:changeset~.+ & _last_edit:contributor~.+`