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 @@ This layer shows notes on OpenStreetMap. Having this layer in your theme will tr
|
|||
|
||||
|
||||
|
||||
Elements must have the all of following tags to be shown on this layer:
|
||||
|
||||
|
||||
|
||||
- date_created~.+
|
||||
|
||||
Elements must match the expression **date_created~.+**
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22date_created%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
|
@ -78,10 +73,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~.+`
|
||||
|
||||
|
||||
|
||||
|
@ -133,7 +128,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: `_opened_by_anonymous_user=false`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:_opened_by_anonymous_user' target='_blank'>_opened_by_anonymous_user</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_opened_by_anonymous_user%3Dfalse' target='_blank'>false</a>`
|
||||
|
||||
|
||||
|
||||
|
@ -179,7 +174,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~.+`
|
||||
|
||||
|
||||
|
||||
|
@ -264,7 +259,7 @@ anonymous.0 | Only show notes opened by an anonymous contributor | _opened_by_an
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
is_open.0 | Only show open notes |
|
||||
is_open.0 | Only show open notes | closed_at=
|
||||
|
||||
|
||||
|
||||
|
@ -272,7 +267,7 @@ is_open.0 | Only show open notes |
|
|||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
no_imports.0 | All Notes (default) |
|
||||
no_imports.1 | Hide import notes |
|
||||
no_imports.1 | Hide import notes | _is_import_note=
|
||||
no_imports.2 | Show only import Notes | _is_import_note~.+
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue