forked from MapComplete/MapComplete
Improve tags in documentation
This commit is contained in:
parent
6577007717
commit
750e6fdaa5
205 changed files with 7190 additions and 7697 deletions
|
@ -37,12 +37,7 @@ Layer with public clocks
|
|||
|
||||
|
||||
|
||||
Elements must have the all of following tags to be shown on this layer:
|
||||
|
||||
|
||||
|
||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a>
|
||||
|
||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a>**
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22clock%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
|
@ -86,10 +81,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~.+`
|
||||
|
||||
|
||||
|
||||
|
@ -115,10 +110,10 @@ The question is *In what way is the clock mounted?*
|
|||
|
||||
|
||||
|
||||
- *This clock is mounted on a pole* corresponds with `support=pole`
|
||||
- *This clock is mounted on a wall* corresponds with `support=wall_mounted`
|
||||
- *This clock is part of a billboard* corresponds with `support=billboard`
|
||||
- *This clock is on the ground* corresponds with `support=ground`
|
||||
- *This clock is mounted on a pole* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole' target='_blank'>pole</a>
|
||||
- *This clock is mounted on a wall* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted' target='_blank'>wall_mounted</a>
|
||||
- *This clock is part of a billboard* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dbillboard' target='_blank'>billboard</a>
|
||||
- *This clock is on the ground* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dground' target='_blank'>ground</a>
|
||||
|
||||
|
||||
|
||||
|
@ -133,10 +128,10 @@ The question is *How does this clock display the time?*
|
|||
|
||||
|
||||
|
||||
- *This clock displays the time with hands* corresponds with `display=analog`
|
||||
- *This clock displays the time with digits* corresponds with `display=digital`
|
||||
- *This clock displays the time with a sundial* corresponds with `display=sundial`
|
||||
- *This clock displays the time in a non-standard way, e.g using binary, water or something else* corresponds with `display=unorthodox`
|
||||
- *This clock displays the time with hands* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog' target='_blank'>analog</a>
|
||||
- *This clock displays the time with digits* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital' target='_blank'>digital</a>
|
||||
- *This clock displays the time with a sundial* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Dsundial' target='_blank'>sundial</a>
|
||||
- *This clock displays the time in a non-standard way, e.g using binary, water or something else* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Dunorthodox' target='_blank'>unorthodox</a>
|
||||
|
||||
|
||||
|
||||
|
@ -151,9 +146,9 @@ The question is *How visible is this clock?*
|
|||
|
||||
|
||||
|
||||
- *This clock is visible from about 5 meters away (small wall-mounted clock)* corresponds with `visibility=house`
|
||||
- *This clock is visible from about 20 meters away (medium size billboard clock)* corresponds with `visibility=street`
|
||||
- *This clock is visible from more than 20 meters away (e.g. a church clock or station clock)* corresponds with `visibility=area`
|
||||
- *This clock is visible from about 5 meters away (small wall-mounted clock)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dhouse' target='_blank'>house</a>
|
||||
- *This clock is visible from about 20 meters away (medium size billboard clock)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dstreet' target='_blank'>street</a>
|
||||
- *This clock is visible from more than 20 meters away (e.g. a church clock or station clock)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Darea' target='_blank'>area</a>
|
||||
|
||||
|
||||
|
||||
|
@ -168,10 +163,10 @@ The question is *Does this clock also display the date?*
|
|||
|
||||
|
||||
|
||||
- *This clock also displays the date* corresponds with `date=yes`
|
||||
- *This clock does not display the date* corresponds with `date=no`
|
||||
- *This clock does probably not display the date* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *This clock also displays the date* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:date' target='_blank'>date</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:date%3Dyes' target='_blank'>yes</a>
|
||||
- *This clock does not display the date* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:date' target='_blank'>date</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:date%3Dno' target='_blank'>no</a>
|
||||
- *This clock does probably not display the date* corresponds with date=
|
||||
- _This option cannot be chosen as answer_
|
||||
|
||||
|
||||
|
||||
|
@ -186,10 +181,10 @@ The question is *Does this clock also display the temperature?*
|
|||
|
||||
|
||||
|
||||
- *This clock also displays the temperature* corresponds with `thermometer=yes`
|
||||
- *This clock does not display the temperature* corresponds with `thermometer=no`
|
||||
- *This clock does probably not display the temperature* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *This clock also displays the temperature* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:thermometer' target='_blank'>thermometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dyes' target='_blank'>yes</a>
|
||||
- *This clock does not display the temperature* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:thermometer' target='_blank'>thermometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dno' target='_blank'>no</a>
|
||||
- *This clock does probably not display the temperature* corresponds with thermometer=
|
||||
- _This option cannot be chosen as answer_
|
||||
|
||||
|
||||
|
||||
|
@ -204,10 +199,10 @@ The question is *Does this clock also display the air pressure?*
|
|||
|
||||
|
||||
|
||||
- *This clock also displays the air pressure* corresponds with `barometer=yes`
|
||||
- *This clock does not display the air pressure* corresponds with `barometer=no`
|
||||
- *This clock does probably not display the air pressure* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *This clock also displays the air pressure* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:barometer' target='_blank'>barometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dyes' target='_blank'>yes</a>
|
||||
- *This clock does not display the air pressure* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:barometer' target='_blank'>barometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dno' target='_blank'>no</a>
|
||||
- *This clock does probably not display the air pressure* corresponds with barometer=
|
||||
- _This option cannot be chosen as answer_
|
||||
|
||||
|
||||
|
||||
|
@ -222,10 +217,10 @@ The question is *Does this clock also display the humidity?*
|
|||
|
||||
|
||||
|
||||
- *This clock also displays the humidity* corresponds with `hygrometer=yes`
|
||||
- *This clock does not display the humidity* corresponds with `hygrometer=no`
|
||||
- *This clock does probably not display the humidity* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *This clock also displays the humidity* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:hygrometer' target='_blank'>hygrometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dyes' target='_blank'>yes</a>
|
||||
- *This clock does not display the humidity* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:hygrometer' target='_blank'>hygrometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dno' target='_blank'>no</a>
|
||||
- *This clock does probably not display the humidity* corresponds with hygrometer=
|
||||
- _This option cannot be chosen as answer_
|
||||
|
||||
|
||||
|
||||
|
@ -244,9 +239,9 @@ This is rendered with `This clock has {faces} faces`
|
|||
|
||||
|
||||
|
||||
- *This clock has one face* corresponds with `faces=1`
|
||||
- *This clock has two faces* corresponds with `faces=2`
|
||||
- *This clock has four faces* corresponds with `faces=4`
|
||||
- *This clock has one face* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D1' target='_blank'>1</a>
|
||||
- *This clock has two faces* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D2' target='_blank'>2</a>
|
||||
- *This clock has four faces* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D4' target='_blank'>4</a>
|
||||
|
||||
|
||||
|
||||
|
@ -303,7 +298,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~.+`
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue