forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
@ -26,10 +26,12 @@ Guideposts (also known as fingerposts or finger posts) are often found along off
|
|||
## Themes using this layer
|
||||
|
||||
- [climbing](https://mapcomplete.org/climbing)
|
||||
- [cyclenodes](https://mapcomplete.org/cyclenodes)
|
||||
- [guideposts](https://mapcomplete.org/guideposts)
|
||||
- [nature](https://mapcomplete.org/nature)
|
||||
- [personal](https://mapcomplete.org/personal)
|
||||
- [ski](https://mapcomplete.org/ski)
|
||||
- [walkingnodes](https://mapcomplete.org/walkingnodes)
|
||||
|
||||
## Presets
|
||||
|
||||
|
@ -58,7 +60,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [type](#type) | What kind of routes are shown on this guidepost?<br/>5 options | | _Multiple choice only_ |
|
||||
| [type](#type) | What kind of routes are shown on this guidepost?<br/>7 options | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name noted on this guidepost?<br/>_Name noted on the guidepost: {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ref](#ref) | What is the reference number of this guidepost?<br/>_Reference number of the guidepost: {ref}_<br/>1 options | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ele](#ele) | What is the elevation noted on this guidepost?<br/>_Elevation noted on the guidepost: {ele} m_<br/>1 options | | *[ele](https://wiki.osm.org/wiki/Key:ele)* ([float](../SpecialInputElements.md#float)) |
|
||||
|
@ -81,6 +83,8 @@ The question is `What kind of routes are shown on this guidepost?`
|
|||
- *This guidepost shows mountain bike routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mtb' target='_blank'>mtb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mtb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add mtb=
|
||||
- *This guidepost shows horse riding routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:horse' target='_blank'>horse</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:horse%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add horse=
|
||||
- *This guidepost shows ski routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:ski' target='_blank'>ski</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:ski%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add ski=
|
||||
- *This guidepost shows running routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:running' target='_blank'>running</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:running%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add running=
|
||||
- *This guidepost shows winter hiking routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:winter_hiking' target='_blank'>winter_hiking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:winter_hiking%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add winter_hiking=
|
||||
|
||||
### name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue