forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
95f4dc859a
commit
0bdb35a016
42 changed files with 2792 additions and 839 deletions
|
@ -56,6 +56,9 @@ Special library layer which does not need a '.questions'-prefix before being imp
|
|||
+ [luminous_or_lit](#luminous_or_lit)
|
||||
+ [survey_date](#survey_date)
|
||||
+ [check_date](#check_date)
|
||||
+ [sugar_free](#sugar_free)
|
||||
+ [lactose_free](#lactose_free)
|
||||
+ [gluten_free](#gluten_free)
|
||||
|
||||
|
||||
|
||||
|
@ -121,6 +124,9 @@ 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/internet_access:ssid#values) [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/check_date#values) [check_date](https://wiki.openstreetmap.org/wiki/Key:check_date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:check_date%3D)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:sugar_free#values) [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:lactose_free#values) [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:gluten_free#values) [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno)
|
||||
|
||||
|
||||
|
||||
|
@ -844,6 +850,60 @@ This is rendered with `This object was last checked on <b>{check_date}</b>`
|
|||
|
||||
|
||||
- *This object was last checked today* corresponds with `check_date=`
|
||||
|
||||
|
||||
|
||||
|
||||
### sugar_free
|
||||
|
||||
|
||||
|
||||
The question is *Does this shop have a sugar free offering?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This shop <b>only sells sugar free</b> products* corresponds with `diet:sugar_free=only`
|
||||
- *This shop has a big sugar free offering* corresponds with `diet:sugar_free=yes`
|
||||
- *This shop has a <b>limited sugar free</b> offering* corresponds with `diet:sugar_free=limited`
|
||||
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### lactose_free
|
||||
|
||||
|
||||
|
||||
The question is *Does {title()} have a lactose-free offering?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Only sells lactose free</b> products* corresponds with `diet:lactose_free=only`
|
||||
- *Big lactose free offering* corresponds with `diet:lactose_free=yes`
|
||||
- *<b>Limited lactose free</b> offering* corresponds with `diet:lactose_free=limited`
|
||||
- *No lactose free offering* corresponds with `diet:lactose_free=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### gluten_free
|
||||
|
||||
|
||||
|
||||
The question is *Does this shop have a gluten free offering?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This shop <b>only sells gluten free</b> products* corresponds with `diet:gluten_free=only`
|
||||
- *This shop has a big gluten free offering* corresponds with `diet:gluten_free=yes`
|
||||
- *This shop has a <b>limited gluten free</b> offering* corresponds with `diet:gluten_free=limited`
|
||||
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/questions/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/questions/questions.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue