forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
a190597905
commit
087e639020
382 changed files with 29496 additions and 2675 deletions
|
@ -49,6 +49,7 @@ Available languages:
|
|||
+ [no_save_needed](#no_save_needed)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
+ [spacer](#spacer)
|
||||
- [Filters](#filters)
|
||||
3. [bike_parking_with_velopark_ref](#bike_parking_with_velopark_ref)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
|
@ -75,10 +76,12 @@ Available languages:
|
|||
+ [Cargo bike capacity?](#cargo-bike-capacity)
|
||||
+ [maxstay](#maxstay)
|
||||
+ [images](#images)
|
||||
+ [create_copy](#create_copy)
|
||||
+ [move-button](#move-button)
|
||||
+ [delete-button](#delete-button)
|
||||
+ [lod](#lod)
|
||||
+ [no_save_needed](#no_save_needed)
|
||||
+ [spacer](#spacer)
|
||||
- [Filters](#filters)
|
||||
|
||||
# Layers defined in this theme configuration file
|
||||
|
@ -136,6 +139,7 @@ Elements must match the expression **mr_taskId~.+**
|
|||
| [no_save_needed](#no_save_needed) | _Changes are automatically saved. You can simply close this popup with the cross at the upper-right_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
| [spacer](#spacer) | _<div class='m-4'/>_ | | _Multiple choice only_ |
|
||||
|
||||
### velopark-ref
|
||||
The question is `What is the URL of the data path within Velopark?`
|
||||
|
@ -263,6 +267,11 @@ _This tagrendering has no question and is thus read-only_
|
|||
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
### spacer
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*<div class='m-4'/>*
|
||||
|
||||
## Filters
|
||||
|
||||
| id | question | osmTags |
|
||||
|
@ -343,10 +352,12 @@ Elements must match **all** of the following expressions:
|
|||
| [Cargo bike capacity?](#Cargo bike capacity?) | How many cargo bicycles fit in this bicycle parking?<br/>_This parking fits {capacity:cargo_bike} cargo bikes_<br/>1 options | | *[capacity:cargo_bike](https://wiki.osm.org/wiki/Key:capacity:cargo_bike)* ([nat](../SpecialInputElements.md#nat)) |
|
||||
| [maxstay](#maxstay) | What is the maximum allowed parking duration?<br/>_A bike can be parked here for at most {canonical(maxstay)}_ | | *[maxstay](https://wiki.osm.org/wiki/Key:maxstay)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [create_copy](#create_copy) | _{create_copy()}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
| [no_save_needed](#no_save_needed) | _Changes are automatically saved. You can simply close this popup with the cross at the upper-right_ | | _Multiple choice only_ |
|
||||
| [spacer](#spacer) | _<div class='m-4'/>_ | | _Multiple choice only_ |
|
||||
|
||||
### velopark-ref
|
||||
The question is `What is the URL of the data path within Velopark?`
|
||||
|
@ -503,6 +514,11 @@ _This tagrendering has no question and is thus read-only_
|
|||
|
||||
*{image_carousel()}{image_upload()}*
|
||||
|
||||
### create_copy
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{create_copy()}*
|
||||
|
||||
### move-button
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
@ -527,6 +543,11 @@ _This tagrendering has no question and is thus read-only_
|
|||
|
||||
This tagrendering is only visible in the popup if the following condition is met: id~^(node\/*)$ | id~^(way\/*)$ | id~^(relation\/*)$
|
||||
|
||||
### spacer
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*<div class='m-4'/>*
|
||||
|
||||
## Filters
|
||||
|
||||
| id | question | osmTags |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue