Improve documentation

This commit is contained in:
Pieter Vander Vennet 2022-12-08 00:48:44 +01:00
parent ae146606e0
commit 4d930ae985
123 changed files with 4874 additions and 4239 deletions

View file

@ -91,23 +91,23 @@ This tagrendering has no question and is thus read-only
The question is On what level is this feature located?
The question is *On what level is this feature located?*
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
This is rendered with Located on the {level}th floor
This is rendered with `Located on the {level}th floor`
- 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>`
- *Located underground* corresponds with `location=underground`
- 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 ``
- *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 `<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>`
- *Located on the first floor* corresponds with `level=1`
- *Located on the first basement level* corresponds with `level=-1`
@ -116,22 +116,22 @@ This is rendered with Located on the {level}th floor
The question is What type of entrance is this?
The question is *What type of entrance is this?*
- No specific entrance type is known corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dyes' target='_blank'>yes</a>`
- *No specific entrance type is known* corresponds with `entrance=yes`
- This option cannot be chosen as answer
- This is an indoor door, separating a room or a corridor within a single building corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a>`
- This is the main entrance corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dmain' target='_blank'>main</a>`
- This is a secondary entrance corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dsecondary' target='_blank'>secondary</a>`
- This is a service entrance - normally only used for employees, delivery, … corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dservice' target='_blank'>service</a>`
- This is an exit where one can not enter corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dexit' target='_blank'>exit</a>`
- This is an entrance where one can only enter (but not exit) corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dentrance' target='_blank'>entrance</a>`
- This is emergency exit corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Demergency' target='_blank'>emergency</a>`
- This is the entrance to a private home corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dhome' target='_blank'>home</a>`
- *This is an indoor door, separating a room or a corridor within a single building* corresponds with `indoor=door`
- *This is the main entrance* corresponds with `entrance=main`
- *This is a secondary entrance* corresponds with `entrance=secondary`
- *This is a service entrance - normally only used for employees, delivery, …* corresponds with `entrance=service`
- *This is an exit where one can not enter* corresponds with `entrance=exit`
- *This is an entrance where one can only enter (but not exit)* corresponds with `entrance=entrance`
- *This is emergency exit* corresponds with `entrance=emergency`
- *This is the entrance to a private home* corresponds with `entrance=home`
@ -140,19 +140,19 @@ The question is What type of entrance is this?
The question is What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span>
The question is *What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span>*
- The door type is not known corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dyes' target='_blank'>yes</a>`
- *The door type is not known* corresponds with `door=yes`
- This option cannot be chosen as answer
- A classical, hinged door supported by joints corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged' target='_blank'>hinged</a>`
- A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving' target='_blank'>revolving</a>`
- A sliding door where the door slides sidewards, typically parallel with a wall corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding' target='_blank'>sliding</a>`
- A door which rolls from overhead, typically seen for garages corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead' target='_blank'>overhead</a>`
- This is an entrance without a physical door corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dno' target='_blank'>no</a>`
- *A classical, hinged door supported by joints* corresponds with `door=hinged`
- *A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure* corresponds with `door=revolving`
- *A sliding door where the door slides sidewards, typically parallel with a wall* corresponds with `door=sliding`
- *A door which rolls from overhead, typically seen for garages* corresponds with `door=overhead`
- *This is an entrance without a physical door* corresponds with `door=no`
@ -161,22 +161,22 @@ The question is What is the type of this door?<br/><span class='subtle'>Wether
The question is Is this door automated?
The question is *Is this door automated?*
- This is an automatic door corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dyes' target='_blank'>yes</a>`
- *This is an automatic door* corresponds with `automatic_door=yes`
- This option cannot be chosen as answer
- This door is <b>not</b> automated corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno' target='_blank'>no</a>`
- This door will open automatically when <b>motion</b> is detected corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion' target='_blank'>motion</a>`
- This door will open automatically when a <b>sensor in the floor</b> is triggered corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor' target='_blank'>floor</a>`
- This door will open automatically when a <b>button is pressed</b> corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton' target='_blank'>button</a>`
- This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button' target='_blank'>slowdown_button</a>`
- This door revolves automatically all the time corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous' target='_blank'>continuous</a>`
- This door will be opened by staff when requested by <b>pressing a button</b> corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press' target='_blank'>serviced_on_button_press</a>`
- This door will be opened by staff when requested corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request' target='_blank'>serviced_on_request</a>`
- *This door is <b>not</b> automated* corresponds with `automatic_door=no`
- *This door will open automatically when <b>motion</b> is detected* corresponds with `automatic_door=motion`
- *This door will open automatically when a <b>sensor in the floor</b> is triggered* corresponds with `automatic_door=floor`
- *This door will open automatically when a <b>button is pressed</b>* corresponds with `automatic_door=button`
- *This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users* corresponds with `automatic_door=slowdown_button`
- *This door revolves automatically all the time* corresponds with `automatic_door=continuous`
- *This door will be opened by staff when requested by <b>pressing a button</b>* corresponds with `automatic_door=serviced_on_button_press`
- *This door will be opened by staff when requested* corresponds with `automatic_door=serviced_on_request`
@ -185,11 +185,11 @@ The question is Is this door automated?
The question is What is the width of this door/entrance?
The question is *What is the width of this door/entrance?*
This rendering asks information about the property [width](https://wiki.openstreetmap.org/wiki/Key:width)
This is rendered with This door has a width of {canonical(width)}
This is rendered with `This door has a width of {canonical(width)}`
@ -199,17 +199,17 @@ This is rendered with This door has a width of {canonical(width)}
The question is What is the height of this kerb?
The question is *What is the height of this kerb?*
This rendering asks information about the property [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height)
This is rendered with The kerb height of this door is {kerb:height}
This is rendered with `The kerb height of this door is {kerb:height}`
- This door does not have a kerb corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb:height' target='_blank'>kerb:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0' target='_blank'>0</a>`
- *This door does not have a kerb* corresponds with `kerb:height=0`
This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json)