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

@ -36,12 +36,10 @@ A nature reserve is an area where nature can take its course
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dnature_reserve' target='_blank'>nature_reserve</a> |protect_class!=98 &<a href='https://wiki.openstreetmap.org/wiki/Key:boundary' target='_blank'>boundary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dprotected_area' target='_blank'>protected_area</a>
Elements must match **any** of the following expressions:
- <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dnature_reserve' target='_blank'>nature_reserve</a>
- <a href='https://wiki.openstreetmap.org/wiki/Key:boundary' target='_blank'>boundary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dprotected_area' target='_blank'>protected_area</a> & protect_class!=98
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22nature_reserve%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22boundary%22%3D%22protected_area%22%5D%5B%22protect_class%22!%3D%2298%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
@ -88,10 +86,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~.+`
@ -121,12 +119,12 @@ This is rendered with `Accessin this nature reserve: {access:description}`
- *Publicly accessible* corresponds with `access=yes`
- *Not accessible* corresponds with `access=no`
- *Not accessible as this is a private area* corresponds with `access=private`
- *Accessible despite being a privately owned area* corresponds with `access=permissive`
- *Only accessible with a guide or during organised activities* corresponds with `access=guided`
- *Accessible with fee* corresponds with `access=yes &fee=yes`
- *Publicly accessible* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & fee=
- *Not accessible* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a> & fee=
- *Not accessible as this is a private area* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> & fee=
- *Accessible despite being a privately owned area* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> & fee=
- *Only accessible with a guide or during organised activities* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a> & fee=
- *Accessible with fee* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -145,10 +143,10 @@ This is rendered with `Operated by {operator}`
- *Operated by Natuurpunt* corresponds with `operator=Natuurpunt`
- *Operated by {operator}* corresponds with `operator~^((n|N)atuurpunt.*)$`
- This option cannot be chosen as answer
- *Operated by <i>Agentschap Natuur en Bos</i>* corresponds with `operator=Agentschap Natuur en Bos`
- *Operated by Natuurpunt* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- *Operated by {operator}* corresponds with operator~^((n|N)atuurpunt.*)$
- _This option cannot be chosen as answer_
- *Operated by <i>Agentschap Natuur en Bos</i>* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
@ -167,7 +165,7 @@ This is rendered with `This area is named {name}`
- *This area doesn't have a name* corresponds with `noname=yes`
- *This area doesn't have a name* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> & name=
@ -182,12 +180,12 @@ The question is *Are dogs allowed in this nature reserve?*
- *Dogs have to be leashed* corresponds with `dog=leashed`
- *No dogs allowed* corresponds with `dog=no`
- *Dogs are allowed to roam freely* corresponds with `dog=yes`
- *Dogs have to be leashed* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>
- *No dogs allowed* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>
- *Dogs are allowed to roam freely* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>
This tagrendering is only visible in the popup if the following condition is met: `access=yes |access=permissive |access=guided`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>`
@ -205,8 +203,8 @@ This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' t
- *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+`
- This option cannot be chosen as answer
- *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* corresponds with contact:website~.+
- _This option cannot be chosen as answer_
This tagrendering has labels `contact`
@ -309,10 +307,10 @@ This is rendered with `{wikipedia():max-height:25rem}`
- *{wikipedia():max-height:25rem}* corresponds with `wikipedia~.+`
- This option cannot be chosen as answer
- *No Wikipedia page has been linked yet* corresponds with ``
- This option cannot be chosen as answer
- *{wikipedia():max-height:25rem}* corresponds with wikipedia~.+
- _This option cannot be chosen as answer_
- *No Wikipedia page has been linked yet* corresponds with wikidata=
- _This option cannot be chosen as answer_
@ -349,7 +347,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~.+`
@ -380,7 +378,7 @@ id | question | osmTags
---- | ---------- | ---------
dogs.0 | All nature reserves (default) |
dogs.1 | Dogs are allowed to roam freely | dog=yes
dogs.2 | Dogs are allowed if they are leashed | dog=yes \|dog=leashed
dogs.2 | Dogs are allowed if they are leashed | dog=yes \| dog=leashed
This document is autogenerated from [assets/layers/nature_reserve/nature_reserve.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/nature_reserve/nature_reserve.json)