forked from MapComplete/MapComplete
Docs: fix multiline issues in docs
This commit is contained in:
parent
0c4d81916f
commit
d875dffe1c
284 changed files with 484 additions and 19532 deletions
|
@ -2,16 +2,8 @@
|
|||
|
||||
# maproulette_challenge
|
||||
|
||||
|
||||
|
||||
|
||||
Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) on how to do this.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **0** and higher
|
||||
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
|
||||
- <img src='../warning.svg' height='1rem'/>
|
||||
|
@ -20,8 +12,6 @@ This layer is loaded from an external source, namely
|
|||
|
||||
`https://maproulette.org/api/v2/challenge/view/27971`
|
||||
|
||||
|
||||
|
||||
## Table of contents
|
||||
|
||||
1. [Themes using this layer](#themes-using-this-layer)
|
||||
|
@ -35,15 +25,11 @@ This layer is loaded from an external source, namely
|
|||
|
||||
## Themes using this layer
|
||||
|
||||
|
||||
|
||||
- [atm](https://mapcomplete.org/atm)
|
||||
- [onwheels](https://mapcomplete.org/onwheels)
|
||||
- [personal](https://mapcomplete.org/personal)
|
||||
- [street_lighting_assen](https://mapcomplete.org/street_lighting_assen)
|
||||
|
||||
|
||||
|
||||
## Basic tags for this layer
|
||||
|
||||
Elements must match the expression **mr_taskId~.+**
|
||||
|
@ -58,23 +44,15 @@ Elements must match the expression **mr_taskId~.+**
|
|||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/mr_taskStatus#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/mr_taskStatus/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [mr_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus) | Multiple choice | [Created](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DCreated) [Fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFixed) [False positive](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFalse positive) [Skipped](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DSkipped) [Deleted](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDeleted) [Already fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DAlready fixed) [Too hard](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DToo hard) [Disabled](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDisabled) |
|
||||
|
||||
|
||||
|
||||
|
||||
### details
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{maproulette_task()}*
|
||||
|
||||
|
||||
|
||||
|
||||
### status
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
- *Task is created* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus' target='_blank'>mr_taskStatus</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DCreated' target='_blank'>Created</a>
|
||||
- *Task is fixed* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus' target='_blank'>mr_taskStatus</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFixed' target='_blank'>Fixed</a>
|
||||
- *Task is a false positive* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus' target='_blank'>mr_taskStatus</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFalse positive' target='_blank'>False positive</a>
|
||||
|
@ -84,31 +62,21 @@ _This tagrendering has no question and is thus read-only_
|
|||
- *Task is marked as too hard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus' target='_blank'>mr_taskStatus</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DToo hard' target='_blank'>Too hard</a>
|
||||
- *Task is disabled* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus' target='_blank'>mr_taskStatus</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDisabled' target='_blank'>Disabled</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{questions( ,)}*
|
||||
|
||||
|
||||
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
## Filters
|
||||
|
||||
|
||||
|
||||
| id | question | osmTags |
|
||||
-----|-----|----- |
|
||||
| status.0 | *Show tasks with all statuses* (default) | |
|
||||
|
@ -123,5 +91,4 @@ This tagrendering has labels
|
|||
|
||||
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/maproulette_challenge/maproulette_challenge.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maproulette_challenge/maproulette_challenge.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue