forked from MapComplete/MapComplete
UX/Studio: improvements to UX, introduce 'expert' mode
This commit is contained in:
parent
8a9650c737
commit
906fa1b1db
245 changed files with 3814 additions and 3950 deletions
|
@ -69,7 +69,7 @@ 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~.+`
|
||||
|
||||
|
||||
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: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
|
||||
|
||||
|
||||
|
||||
|
@ -96,9 +96,9 @@ The question is *Is this a bird blind or a bird watching shelter?*
|
|||
|
||||
|
||||
- *Bird blind* corresponds with `shelter=no`
|
||||
- *Bird hide* corresponds with `amenity=shelter&building=yes&shelter=yes`
|
||||
- *Bird tower hide* corresponds with `building=tower&bird_hide=tower`
|
||||
- *Bird hide shelter* corresponds with `amenity=shelter|building=yes|shelter=yes`
|
||||
- *Bird hide* corresponds with `amenity=shelter &building=yes &shelter=yes`
|
||||
- *Bird tower hide* corresponds with `building=tower &bird_hide=tower`
|
||||
- *Bird hide shelter* corresponds with `amenity=shelter |building=yes |shelter=yes`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
@ -194,7 +194,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:contributor~.+ &_last_edit:changeset~.+`
|
||||
|
||||
|
||||
|
||||
|
@ -216,14 +216,14 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
wheelchair.0 | Wheelchair accessible | wheelchair=yes\|wheelchair=designated\|wheelchair=permissive
|
||||
wheelchair.0 | Wheelchair accessible | wheelchair=yes \|wheelchair=designated \|wheelchair=permissive
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
shelter.0 | Only covered birdhides | shelter=yes\|building~.+&covered!=no
|
||||
shelter.0 | Only covered birdhides | shelter=yes \|building~.+ &covered!=no
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue