Improve tags in documentation
This commit is contained in:
parent
6577007717
commit
750e6fdaa5
205 changed files with 7190 additions and 7697 deletions
|
@ -25,12 +25,10 @@ Addresses
|
|||
|
||||
|
||||
|
||||
Elements must have the all of following tags to be shown on this layer:
|
||||
|
||||
|
||||
|
||||
- addr:housenumber~.+ |addr:street~.+
|
||||
Elements must match **any** of the following expressions:
|
||||
|
||||
- addr:housenumber~.+
|
||||
- addr:street~.+
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22addr%3Ahousenumber%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22addr%3Astreet%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
|
@ -69,10 +67,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~.+`
|
||||
|
||||
|
||||
|
||||
|
@ -90,7 +88,7 @@ This is rendered with `The house number is <b>{addr:housenumber}</b>`
|
|||
|
||||
|
||||
|
||||
- *This building has no house number* corresponds with `nohousenumber=yes`
|
||||
- *This building has no house number* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
|
||||
|
||||
|
@ -109,9 +107,9 @@ This is rendered with `This address is in street <b>{addr:street}</b>`
|
|||
|
||||
|
||||
|
||||
- *Located in <b>{_closest_street:0:name}</b>* corresponds with `addr:street=`
|
||||
- *Located in <b>{_closest_street:1:name}</b>* corresponds with `addr:street=`
|
||||
- *Located in <b>{_closest_street:2:name}</b>* corresponds with `addr:street=`
|
||||
- *Located in <b>{_closest_street:0:name}</b>* corresponds with addr:street=
|
||||
- *Located in <b>{_closest_street:1:name}</b>* corresponds with addr:street=
|
||||
- *Located in <b>{_closest_street:2:name}</b>* corresponds with addr:street=
|
||||
|
||||
|
||||
|
||||
|
@ -130,7 +128,7 @@ This is rendered with `<b>Fixme description</b>{fixme}`
|
|||
|
||||
|
||||
|
||||
- *No fixme - write something here to explain complicated cases* corresponds with ``
|
||||
- *No fixme - write something here to explain complicated cases* corresponds with fixme=
|
||||
|
||||
|
||||
|
||||
|
@ -167,7 +165,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