forked from MapComplete/MapComplete
Regenerate documentation
This commit is contained in:
parent
deea498b9b
commit
3f96eb094e
104 changed files with 934 additions and 658 deletions
|
@ -95,10 +95,10 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
- Height: {height} m corresponds with `height~^^[0-9.]+$$`
|
||||
- Height: {height} m corresponds with `height~^(^[0-9.]+$)$`
|
||||
|
||||
|
||||
Only visible if `height~^..*$` is shown
|
||||
Only visible if `height~.+` is shown
|
||||
|
||||
|
||||
|
||||
|
@ -134,7 +134,7 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
Only visible if `wikipedia~^..*$|wikidata~^..*$` is shown
|
||||
Only visible if `wikipedia~.+|wikidata~.+` is shown
|
||||
|
||||
|
||||
|
||||
|
@ -211,7 +211,7 @@ This is rendered with Name: {name}
|
|||
- The tree does not 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>`
|
||||
|
||||
|
||||
Only visible if `denotation=landmark|denotation=natural_monument|name~^..*$` is shown
|
||||
Only visible if `denotation=landmark|denotation=natural_monument|name~.+` is shown
|
||||
|
||||
|
||||
|
||||
|
@ -229,7 +229,7 @@ The question is Is this tree registered heritage?
|
|||
- Registered as heritage by <i>Direction du Patrimoine culturel</i> Brussels corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3Daatl' target='_blank'>aatl</a>`
|
||||
- Registered as heritage by a different organisation corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dyes' target='_blank'>yes</a>`
|
||||
- Not registered as heritage corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dno' target='_blank'>no</a>`
|
||||
- Registered as heritage by a different organisation corresponds with `heritage~^..*$`
|
||||
- Registered as heritage by a different organisation corresponds with `heritage~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
@ -265,6 +265,6 @@ This is rendered with <img src="./assets/svg/wikidata.svg" style="width:1em;hei
|
|||
|
||||
|
||||
|
||||
Only visible if `denotation=landmark|denotation=natural_monument|wikidata~^..*$` is shown
|
||||
Only visible if `denotation=landmark|denotation=natural_monument|wikidata~.+` is shown
|
||||
|
||||
This document is autogenerated from [assets/layers/tree_node/tree_node.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tree_node/tree_node.json)
|
Loading…
Add table
Add a link
Reference in a new issue