forked from MapComplete/MapComplete
Chore: regen docs
This commit is contained in:
parent
fbf23b6e18
commit
e653b64e69
181 changed files with 47772 additions and 30313 deletions
|
@ -1,205 +1,254 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
maproulette\_challenge
|
||||
======================
|
||||
|
||||
|
||||
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`
|
||||
*  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-)
|
||||
2. [Basic tags for this layer](#-basic-tags-for-this-layer-)
|
||||
3. [Supported attributes](#-supported-attributes-)
|
||||
|
||||
* [just\_created](#just_created)
|
||||
* [details](#details)
|
||||
* [status](#status)
|
||||
* [leftover-questions](#leftover-questions)
|
||||
* [lod](#lod)
|
||||
* [minimap](#minimap)
|
||||
* [last\_edit](#last_edit)
|
||||
* [favourite\_status](#favourite_status)
|
||||
* [qr\_code](#qr_code)
|
||||
* [share](#share)
|
||||
* [all-tags](#all-tags)
|
||||
* [Filters](#filters)
|
||||
|
||||
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)
|
||||
- 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'/> This layer is loaded from an external source, namely `https://maproulette.org/api/v2/challenge/view/27971`
|
||||
|
||||
Basic tags for this layer
|
||||
|
||||
|
||||
## Table of contents
|
||||
|
||||
1. [ Themes using this layer ](#-themes-using-this-layer-)
|
||||
2. [ Basic tags for this layer ](#-basic-tags-for-this-layer-)
|
||||
3. [ Supported attributes ](#-supported-attributes-)
|
||||
- [just_created](#just_created)
|
||||
- [details](#details)
|
||||
- [status](#status)
|
||||
- [leftover-questions](#leftover-questions)
|
||||
- [lod](#lod)
|
||||
- [minimap](#minimap)
|
||||
- [last_edit](#last_edit)
|
||||
- [favourite_status](#favourite_status)
|
||||
- [qr_code](#qr_code)
|
||||
- [share](#share)
|
||||
- [all-tags](#all-tags)
|
||||
+ [Filters](#filters)
|
||||
|
||||
Themes using this layer
|
||||
-------------------------
|
||||
|
||||
Elements must match the expression **mr\_taskId~.+**
|
||||
|
||||
|
||||
|
||||
|
||||
- [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~.+**
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22mr_taskId%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
Supported attributes
|
||||
--------------------
|
||||
|
||||
Warning:
|
||||
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
Warning:
|
||||
|
||||
this quick overview is incomplete
|
||||
|
||||
attribute
|
||||
|
||||
type
|
||||
|
||||
values which are supported by this layer
|
||||
attribute | type | values which are supported by this layer
|
||||
----------- | ------ | ------------------------------------------
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mr_taskStatus#values) [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)
|
||||
|
||||
[](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id)
|
||||
|
||||
Multiple choice
|
||||
|
||||
[](https://taginfo.openstreetmap.org/keys/mr_taskStatus#values) [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)
|
||||
|
||||
Multiple choice
|
||||
### just_created
|
||||
|
||||
[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](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](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DAlready) fixed) \[Too hard\]([https://wiki.openstreetmap.org/wiki/Tag:mr\_taskStatus%3DToo](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DToo) hard) [Disabled](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDisabled)
|
||||
|
||||
### just\_created
|
||||
|
||||
This element shows a 'thank you' that the contributor has recently created this element
|
||||
|
||||
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: `_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~.+`
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
|
||||
### details
|
||||
|
||||
|
||||
### details
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### status
|
||||
|
||||
|
||||
|
||||
|
||||
### status
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
* _Task is created_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Created](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DCreated)
|
||||
* _Task is fixed_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFixed)
|
||||
* _Task is a false positive_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[False positive](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFalse positive)
|
||||
* _Task is skipped_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Skipped](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DSkipped)
|
||||
* _Task is deleted_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Deleted](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDeleted)
|
||||
* _Task is already fixed_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Already fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DAlready fixed)
|
||||
* _Task is marked as too hard_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Too hard](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DToo hard)
|
||||
* _Task is disabled_ corresponds with [mr\_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus)\=[Disabled](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDisabled)
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
- *Task is created* corresponds 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* corresponds 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* corresponds 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>
|
||||
- *Task is skipped* corresponds 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%3DSkipped' target='_blank'>Skipped</a>
|
||||
- *Task is deleted* corresponds 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%3DDeleted' target='_blank'>Deleted</a>
|
||||
- *Task is already fixed* corresponds 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%3DAlready fixed' target='_blank'>Already fixed</a>
|
||||
- *Task is marked as too hard* corresponds 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* corresponds 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
|
||||
|
||||
### lod
|
||||
|
||||
|
||||
|
||||
|
||||
### lod
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
### minimap
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### last\_edit
|
||||
|
||||
|
||||
|
||||
|
||||
### last_edit
|
||||
|
||||
|
||||
|
||||
Gives some metainfo about the last edit and who did edit it - rendering only
|
||||
|
||||
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:changeset~.+ & _last_edit:contributor~.+`
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
|
||||
### favourite_status
|
||||
|
||||
|
||||
### favourite\_status
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### qr\_code
|
||||
|
||||
|
||||
|
||||
|
||||
### qr_code
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
### share
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
|
||||
### share
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
### all-tags
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
|
||||
### all-tags
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
#### Filters
|
||||
|
||||
id
|
||||
|
||||
question
|
||||
|
||||
osmTags
|
||||
|
||||
status.0
|
||||
#### Filters
|
||||
|
||||
Show tasks with all statuses (default)
|
||||
|
||||
status.1
|
||||
|
||||
Show tasks that are created
|
||||
|
||||
mr\_taskStatus=Created
|
||||
|
||||
status.2
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
status.0 | Show tasks with all statuses (default) |
|
||||
status.1 | Show tasks that are created | mr_taskStatus=Created
|
||||
status.2 | Show tasks that are fixed | mr_taskStatus=Fixed
|
||||
status.3 | Show tasks that are false positives | mr_taskStatus=False positive
|
||||
status.4 | Show tasks that are skipped | mr_taskStatus=Skipped
|
||||
status.5 | Show tasks that are deleted | mr_taskStatus=Deleted
|
||||
status.6 | Show tasks that are already fixed | mr_taskStatus=Already fixed
|
||||
status.7 | Show tasks that are marked as too hard | mr_taskStatus=Too hard
|
||||
status.8 | Show tasks that are disabled | mr_taskStatus=Disabled
|
||||
|
||||
|
||||
Show tasks that are fixed
|
||||
|
||||
mr\_taskStatus=Fixed
|
||||
|
||||
status.3
|
||||
|
||||
Show tasks that are false positives
|
||||
|
||||
mr\_taskStatus=False positive
|
||||
|
||||
status.4
|
||||
|
||||
Show tasks that are skipped
|
||||
|
||||
mr\_taskStatus=Skipped
|
||||
|
||||
status.5
|
||||
|
||||
Show tasks that are deleted
|
||||
|
||||
mr\_taskStatus=Deleted
|
||||
|
||||
status.6
|
||||
|
||||
Show tasks that are already fixed
|
||||
|
||||
mr\_taskStatus=Already fixed
|
||||
|
||||
status.7
|
||||
|
||||
Show tasks that are marked as too hard
|
||||
|
||||
mr\_taskStatus=Too hard
|
||||
|
||||
status.8
|
||||
|
||||
Show tasks that are disabled
|
||||
|
||||
mr\_taskStatus=Disabled
|
||||
|
||||
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)
|
||||
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