forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
de66e69dc7
75 changed files with 2618 additions and 3081 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.56.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.1...v0.56.2) (2025-09-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow freeform input for opening hours, fix [#2522](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2522), refactor some uppercase method names; fixes to linked data loader ([96fb4c4](https://source.mapcomplete.org/MapComplete/MapComplete/commits/96fb4c457d24789a0f8f586c936fe59c288d6b7a))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* **pipeline:** improve rendering, add pressure and operator questions ([d64ad9b](https://source.mapcomplete.org/MapComplete/MapComplete/commits/d64ad9b643711fc8cfcb382e7dac17252db25c13))
|
||||
* **power_generator:** add 'output'-type, add missing icon to pointRendering ([169eb46](https://source.mapcomplete.org/MapComplete/MapComplete/commits/169eb462af9841a8eec7ed726494faa4855a2c6e))
|
||||
* **power_tower:** enable images ([c427eb6](https://source.mapcomplete.org/MapComplete/MapComplete/commits/c427eb6a553bb48dca73bb55d96422dcfca08577))
|
||||
* **tree:** add some validation ranges based on https://www.openstreetmap.org/user/ivanbranco/diary/407141, fix [#2493](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2493) ([f84ab38](https://source.mapcomplete.org/MapComplete/MapComplete/commits/f84ab3855c2151f568342d4761671720d3673cbb))
|
||||
|
||||
### [0.56.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.0...v0.56.1) (2025-09-07)
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -85,7 +85,7 @@ Elements must match **any** of the following expressions:
|
|||
| [phone](#phone) | What phone number can one call to with questions and problems with this nature reserve?<br/>_<a href='tel:{phone}' target='_blank' rel='noopener'>{phone}</a>_ | | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [Non-editable description](#Non-editable description) | _Extra information: <i>{description}</i>_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Editable description](#Editable description) | Is there some extra info?<br/>_Extra info: <i>{description:0}</i>_ | | *[description:0](https://wiki.osm.org/wiki/Key:description:0)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Surface area](#Surface area) | _Surface area: {_surface:ha}Ha_ | | _Multiple choice only_ |
|
||||
| [Surface area](#Surface area) | _This nature reserve is {_surface:ha}Ha big_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) <br/> _(Original in [questions](./BuiltinQuestions.md#wikipedia))_ | What is the corresponding Wikidata entity?<br/>_{wikipedia():max-height:25rem}_<br/>2 options | | *[wikidata](https://wiki.osm.org/wiki/Key:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
|
@ -93,153 +93,119 @@ Elements must match **any** of the following expressions:
|
|||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### images
|
||||
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{image_carousel()}{image_upload()}
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#images)
|
||||
*{image_carousel()}{image_upload()}*
|
||||
|
||||
### Access tag
|
||||
The question is `Is this nature reserve accessible to the public?`
|
||||
|
||||
If no attribute matches, the question *Is this nature reserve accessible to the public?* will be asked
|
||||
*Accessin this nature reserve: {access:description}* is shown if `access:description` is set.
|
||||
|
||||
**Accessin this nature reserve: {access:description}** is shown if `access:description` is exists in the object
|
||||
|
||||
- *Publicly accessible* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3D' target='_blank'></a>
|
||||
- *Not accessible* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3D' target='_blank'></a>
|
||||
- *Not accessible as this is a private area* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3D' target='_blank'></a>
|
||||
- *Accessible despite being a privately owned area* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3D' target='_blank'></a>
|
||||
- *Only accessible with a guide or during organised activities* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3D' target='_blank'></a>
|
||||
- *Accessible with fee* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
|
||||
- *Publicly accessible* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & fee=
|
||||
- *Not accessible* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a> & fee=
|
||||
- *Not accessible as this is a private area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> & fee=
|
||||
- *Accessible despite being a privately owned area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> & fee=
|
||||
- *Only accessible with a guide or during organised activities* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a> & fee=
|
||||
- *Accessible with fee* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### Operator tag
|
||||
The question is `Who operates this area?`
|
||||
|
||||
If no attribute matches, the question *Who operates this area?* will be asked
|
||||
*Operated by {operator}* is shown if `operator` is set.
|
||||
|
||||
**Operated by {operator}** is shown if `operator` is exists in the object
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/Natuurpunt.jpg'> *Operated by Natuurpunt* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/Natuurpunt.jpg'> *Operated by {operator}* is shown if operator~^((n|N)atuurpunt.*)$. _This option cannot be chosen as answer_
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/ANB.jpg'> *Operated by <i>Agentschap Natuur en Bos</i>* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/Natuurpunt.jpg'> *Operated by Natuurpunt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/Natuurpunt.jpg'> *Operated by {operator}* is shown if with operator~^((n|N)atuurpunt.*)$. _This option cannot be chosen as answer_
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/nature_reserve/ANB.jpg'> *Operated by <i>Agentschap Natuur en Bos</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
|
||||
|
||||
### Name tag
|
||||
The question is `What is the name of this area?`
|
||||
|
||||
If no attribute matches, the question *What is the name of this area?* will be asked
|
||||
*This area is named {name}* is shown if `name` is set.
|
||||
|
||||
**This area is named {name}** is shown if `name` is exists in the object
|
||||
|
||||
- *This area doesn't have a name* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:name' target='_blank'>name</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name%3D' target='_blank'></a>
|
||||
- *This area doesn't have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> & name=
|
||||
|
||||
### Dogs?
|
||||
The question is `Are dogs allowed in this nature reserve?`
|
||||
|
||||
If no attribute matches, the question *Are dogs allowed in this nature reserve?* will be asked
|
||||
- *Dogs have to be leashed* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>
|
||||
- *No dogs allowed* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>
|
||||
- *Dogs are allowed to roam freely* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
- *Dogs have to be leashed* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>
|
||||
- *No dogs allowed* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>
|
||||
- *Dogs are allowed to roam freely* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>
|
||||
|
||||
### website
|
||||
The question is `What is the website of {title()}?`
|
||||
|
||||
If no attribute matches, the question *What is the website of {title()}?* will be asked
|
||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
|
||||
|
||||
**<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>** is shown if `website` is exists in the object
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if contact:website~.+. _This option cannot be chosen as answer_
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `contact`
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#website)
|
||||
This tagrendering has labels `contact`
|
||||
|
||||
### Curator
|
||||
The question is `Whom is the curator of this nature reserve?`
|
||||
|
||||
If no attribute matches, the question *Whom is the curator of this nature reserve?* will be asked
|
||||
|
||||
**{curator} is the curator of this nature reserve** is shown if `curator` is exists in the object
|
||||
*{curator} is the curator of this nature reserve* is shown if `curator` is set.
|
||||
|
||||
### Email
|
||||
The question is `What email address can one send to with questions and problems with this nature reserve?`
|
||||
|
||||
If no attribute matches, the question *What email address can one send to with questions and problems with this nature reserve?* will be asked
|
||||
|
||||
**<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>** is shown if `email` is exists in the object
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
|
||||
|
||||
### phone
|
||||
The question is `What phone number can one call to with questions and problems with this nature reserve?`
|
||||
|
||||
If no attribute matches, the question *What phone number can one call to with questions and problems with this nature reserve?* will be asked
|
||||
|
||||
**<a href='tel:{phone}' target='_blank' rel='noopener'>{phone}</a>** is shown if `phone` is exists in the object
|
||||
*<a href='tel:{phone}' target='_blank' rel='noopener'>{phone}</a>* is shown if `phone` is set.
|
||||
|
||||
### Non-editable description
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
**Extra information: <i>{description}</i>** is shown if `description` is exists in the object
|
||||
*Extra information: <i>{description}</i>* is shown if `description` is set.
|
||||
|
||||
### Editable description
|
||||
The question is `Is there some extra info?`
|
||||
|
||||
If no attribute matches, the question *Is there some extra info?* will be asked
|
||||
|
||||
**Extra info: <i>{description:0}</i>** is shown if `description:0` is exists in the object
|
||||
*Extra info: <i>{description:0}</i>* is shown if `description:0` is set.
|
||||
|
||||
### Surface area
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
Surface area: {_surface:ha}Ha
|
||||
*This nature reserve is {_surface:ha}Ha big*
|
||||
|
||||
### wikipedia
|
||||
|
||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
||||
The question is `What is the corresponding Wikidata entity?`
|
||||
|
||||
If no attribute matches, the question *What is the corresponding Wikidata entity?* will be asked
|
||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
|
||||
|
||||
**{wikipedia():max-height:25rem}** is shown if `wikidata` is exists in the object
|
||||
|
||||
- *{wikipedia():max-height:25rem}* is shown if wikipedia~.+. _This option cannot be chosen as answer_
|
||||
- *No Wikipedia page has been linked yet* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:wikidata' target='_blank'>wikidata</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wikidata%3D' target='_blank'></a>. _This option cannot be chosen as answer_
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#wikipedia)
|
||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{questions( ,hidden)}
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `ignore-docs`
|
||||
- `added_by_default`
|
||||
This tagrendering has labels `ignore-docs` `added_by_default`
|
||||
|
||||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{move_button()}
|
||||
*{move_button()}*
|
||||
|
||||
### spacer
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
<div class='m-4'/>
|
||||
*<div class='m-4'/>*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{linked_data_from_website()}
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `added_by_default`
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#lod)
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
## Filters
|
||||
|
||||
|
|
|
@ -105,6 +105,18 @@ If no attribute matches, the question *Who maintains this pipeline?* will be ask
|
|||
|
||||
**Maintained by {operator}** is shown if `operator` is exists in the object
|
||||
|
||||
### pressure
|
||||
The question is `What is the pressure in this pipeline?`
|
||||
|
||||
*This pipeline operates at {canonical(pressure)}* is shown if `pressure` is set.
|
||||
|
||||
The allowed input is of type pfloat and is in range -infinty until 1000 (both inclusive). A warning will appear if the value is outside of 1 and 500.
|
||||
|
||||
### operator
|
||||
The question is `Who maintains this pipeline?`
|
||||
|
||||
*Maintained by {operator}* is shown if `operator` is set.
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -147,5 +159,18 @@ Originally defined in [questions](../Docs/Layers/questions.md#lod)
|
|||
| substance.6 | This pipeline transports rainwater. | substance=rainwater |
|
||||
|
||||
|
||||
## Filters
|
||||
|
||||
| id | question | osmTags |
|
||||
-----|-----|----- |
|
||||
| substance.0 | *What substance is transported in this pipeline?* (default) | |
|
||||
| substance.1 | This pipeline transports gas. | substance=gas |
|
||||
| substance.2 | This pipeline transports oil. | substance=oil |
|
||||
| substance.3 | This pipeline transports water. | substance=water |
|
||||
| substance.4 | This pipeline transports hot water. | substance=hot_water |
|
||||
| substance.5 | This pipeline transports sewage. | substance=sewage |
|
||||
| substance.6 | This pipeline transports rainwater. | substance=rainwater |
|
||||
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/pipeline/pipeline.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/pipeline/pipeline.json)
|
||||
|
|
|
@ -63,124 +63,109 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### source
|
||||
The question is `What source of energy does this generator use?`
|
||||
|
||||
If no attribute matches, the question *What source of energy does this generator use?* will be asked
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/sun.svg'> *This generator uses solar energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dsolar' target='_blank'>solar</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/wind.svg'> *This generator uses wind energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwind' target='_blank'>wind</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/gas.svg'> *This generator uses gas as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgas' target='_blank'>gas</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses hydroelectric power.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dhydro' target='_blank'>hydro</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses oil as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Doil' target='_blank'>oil</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biomass energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiomass' target='_blank'>biomass</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/coal.svg'> *This generator uses coal as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dcoal' target='_blank'>coal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses diesel as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Ddiesel' target='_blank'>diesel</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biogas as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiogas' target='_blank'>biogas</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/battery.svg'> *This generator uses battery storage.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbattery' target='_blank'>battery</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/nuclear.svg'> *This generator uses nuclear energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dnuclear' target='_blank'>nuclear</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses gasoline as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgasoline' target='_blank'>gasoline</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses geothermal energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgeothermal' target='_blank'>geothermal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/waste.svg'> *This generator uses waste as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwaste' target='_blank'>waste</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biofuel as a fuel source.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiofuel' target='_blank'>biofuel</a>
|
||||
- *This generator converts electricity into another form of energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Delectricity' target='_blank'>electricity</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses tidal energy.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dtidal' target='_blank'>tidal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses wave power.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwave' target='_blank'>wave</a>
|
||||
- *This generator uses osmotic power (blue energy).* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dosmotic' target='_blank'>osmotic</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/sun.svg'> *This generator uses solar energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dsolar' target='_blank'>solar</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/wind.svg'> *This generator uses wind energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwind' target='_blank'>wind</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/gas.svg'> *This generator uses gas as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgas' target='_blank'>gas</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses hydroelectric power.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dhydro' target='_blank'>hydro</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses oil as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Doil' target='_blank'>oil</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biomass energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiomass' target='_blank'>biomass</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/coal.svg'> *This generator uses coal as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dcoal' target='_blank'>coal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses diesel as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Ddiesel' target='_blank'>diesel</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biogas as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiogas' target='_blank'>biogas</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/battery.svg'> *This generator uses battery storage.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbattery' target='_blank'>battery</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/nuclear.svg'> *This generator uses nuclear energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dnuclear' target='_blank'>nuclear</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/oil.svg'> *This generator uses gasoline as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgasoline' target='_blank'>gasoline</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses geothermal energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dgeothermal' target='_blank'>geothermal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/waste.svg'> *This generator uses waste as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwaste' target='_blank'>waste</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/biofuel.svg'> *This generator uses biofuel as a fuel source.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dbiofuel' target='_blank'>biofuel</a>
|
||||
- *This generator converts electricity into another form of energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Delectricity' target='_blank'>electricity</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses tidal energy.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dtidal' target='_blank'>tidal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_generator/water.svg'> *This generator uses wave power.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dwave' target='_blank'>wave</a>
|
||||
- *This generator uses osmotic power (blue energy).* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:source' target='_blank'>generator:source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:source%3Dosmotic' target='_blank'>osmotic</a>
|
||||
|
||||
### output
|
||||
The question is `What energy does this generator output?`
|
||||
|
||||
If no attribute matches, the question *What energy does this generator output?* will be asked
|
||||
|
||||
- *This generator outputs electricity* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:electricity' target='_blank'>generator:output:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:electricity%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:electricity' target='_blank'>generator:output:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:electricity%3Dno' target='_blank'>no</a> will be added
|
||||
- *This generator produces {generator:output:electricity} electricity* is shown if generator:output:electricity~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs heat* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:heat' target='_blank'>generator:output:heat</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:heat%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:heat' target='_blank'>generator:output:heat</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:heat%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:heat} heat* is shown if generator:output:heat~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hot water* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_water' target='_blank'>generator:output:hot_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_water%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_water' target='_blank'>generator:output:hot_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_water%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:hot_water} hot water* is shown if generator:output:hot_water~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hot air* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_air' target='_blank'>generator:output:hot_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_air%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_air' target='_blank'>generator:output:hot_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_air%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:hot_air} hot air* is shown if generator:output:hot_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs cold water* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_water' target='_blank'>generator:output:cold_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_water%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_water' target='_blank'>generator:output:cold_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_water%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:cold_water} cold water* is shown if generator:output:cold_water~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs cold air* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_air' target='_blank'>generator:output:cold_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_air%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_air' target='_blank'>generator:output:cold_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_air%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:cold_air} cold air* is shown if generator:output:cold_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs compressed air* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:compressed_air' target='_blank'>generator:output:compressed_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:compressed_air%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:compressed_air' target='_blank'>generator:output:compressed_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:compressed_air%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:compressed_air} compressed air* is shown if generator:output:compressed_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs steam* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:steam' target='_blank'>generator:output:steam</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:steam%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:steam' target='_blank'>generator:output:steam</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:steam%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:steam} steam* is shown if generator:output:steam~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs vacuum* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:vacuum' target='_blank'>generator:output:vacuum</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:vacuum%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:vacuum' target='_blank'>generator:output:vacuum</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:vacuum%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:vacuum} vacuum* is shown if generator:output:vacuum~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs biogas* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:biogas' target='_blank'>generator:output:biogas</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:biogas%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:biogas' target='_blank'>generator:output:biogas</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:biogas%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:biogas} biogas* is shown if generator:output:biogas~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hydrogen* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hydrogen' target='_blank'>generator:output:hydrogen</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hydrogen%3Dyes' target='_blank'>yes</a>. If _not_ selected when answering, <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hydrogen' target='_blank'>generator:output:hydrogen</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hydrogen%3D' target='_blank'></a> will be added
|
||||
- *This generator produces {generator:output:hydrogen} hydrogen* is shown if generator:output:hydrogen~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs electricity* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:electricity' target='_blank'>generator:output:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:electricity%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:electricity' target='_blank'>generator:output:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:electricity%3Dno' target='_blank'>no</a>
|
||||
- *This generator produces {generator:output:electricity} electricity* is shown if with generator:output:electricity~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs heat* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:heat' target='_blank'>generator:output:heat</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:heat%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:heat=
|
||||
- *This generator produces {generator:output:heat} heat* is shown if with generator:output:heat~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hot water* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_water' target='_blank'>generator:output:hot_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_water%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:hot_water=
|
||||
- *This generator produces {generator:output:hot_water} hot water* is shown if with generator:output:hot_water~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hot air* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hot_air' target='_blank'>generator:output:hot_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hot_air%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:hot_air=
|
||||
- *This generator produces {generator:output:hot_air} hot air* is shown if with generator:output:hot_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs cold water* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_water' target='_blank'>generator:output:cold_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_water%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:cold_water=
|
||||
- *This generator produces {generator:output:cold_water} cold water* is shown if with generator:output:cold_water~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs cold air* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:cold_air' target='_blank'>generator:output:cold_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:cold_air%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:cold_air=
|
||||
- *This generator produces {generator:output:cold_air} cold air* is shown if with generator:output:cold_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs compressed air* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:compressed_air' target='_blank'>generator:output:compressed_air</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:compressed_air%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:compressed_air=
|
||||
- *This generator produces {generator:output:compressed_air} compressed air* is shown if with generator:output:compressed_air~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs steam* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:steam' target='_blank'>generator:output:steam</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:steam%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:steam=
|
||||
- *This generator produces {generator:output:steam} steam* is shown if with generator:output:steam~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs vacuum* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:vacuum' target='_blank'>generator:output:vacuum</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:vacuum%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:vacuum=
|
||||
- *This generator produces {generator:output:vacuum} vacuum* is shown if with generator:output:vacuum~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs biogas* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:biogas' target='_blank'>generator:output:biogas</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:biogas%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:biogas=
|
||||
- *This generator produces {generator:output:biogas} biogas* is shown if with generator:output:biogas~.+. _This option cannot be chosen as answer_
|
||||
- *This generator outputs hydrogen* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:output:hydrogen' target='_blank'>generator:output:hydrogen</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:output:hydrogen%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add generator:output:hydrogen=
|
||||
- *This generator produces {generator:output:hydrogen} hydrogen* is shown if with generator:output:hydrogen~.+. _This option cannot be chosen as answer_
|
||||
|
||||
### method
|
||||
The question is `What method does this generator use to produce electricity?`
|
||||
|
||||
If no attribute matches, the question *What method does this generator use to produce electricity?* will be asked
|
||||
- *This generator uses nuclear fission to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dfission' target='_blank'>fission</a>
|
||||
- *This generator uses nuclear fusion to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dfusion' target='_blank'>fusion</a>
|
||||
- *This generator uses a wind turbine to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwind_turbine' target='_blank'>wind_turbine</a>
|
||||
- *This generator uses water storage behind a dam to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwater-storage' target='_blank'>water-storage</a>
|
||||
- *This generator uses water storage behind a dam to produce electricity, but it can also pump water back to the reservoir for later use.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwater-pumped-storage' target='_blank'>water-pumped-storage</a>
|
||||
- *This generator uses the flow of a river to produce electricity without significant water storage.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Drun-of-the-river' target='_blank'>run-of-the-river</a>
|
||||
- *This generator uses a tidal barrage to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dbarrage' target='_blank'>barrage</a>
|
||||
- *This generator consists of a tidal stream generator that uses the flow of water to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dstream' target='_blank'>stream</a>
|
||||
- *This generator uses steam or heated water to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dthermal' target='_blank'>thermal</a>
|
||||
- *This generator uses photovoltaic cells to convert sunlight directly into electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dphotovoltaic' target='_blank'>photovoltaic</a>
|
||||
- *This generator uses combustion to produce electricity.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dcombustion' target='_blank'>combustion</a>
|
||||
- *This generator uses gasification to convert solid or liquid fuel into a gas.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dgasification' target='_blank'>gasification</a>
|
||||
- *This generator uses anaerobic digestion to produce biogas from organic matter.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Danaerobic_digestion' target='_blank'>anaerobic_digestion</a>
|
||||
|
||||
- *This generator uses nuclear fission to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dfission' target='_blank'>fission</a>
|
||||
- *This generator uses nuclear fusion to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dfusion' target='_blank'>fusion</a>
|
||||
- *This generator uses a wind turbine to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwind_turbine' target='_blank'>wind_turbine</a>
|
||||
- *This generator uses water storage behind a dam to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwater-storage' target='_blank'>water-storage</a>
|
||||
- *This generator uses water storage behind a dam to produce electricity, but it can also pump water back to the reservoir for later use.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dwater-pumped-storage' target='_blank'>water-pumped-storage</a>
|
||||
- *This generator uses the flow of a river to produce electricity without significant water storage.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Drun-of-the-river' target='_blank'>run-of-the-river</a>
|
||||
- *This generator uses a tidal barrage to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dbarrage' target='_blank'>barrage</a>
|
||||
- *This generator consists of a tidal stream generator that uses the flow of water to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dstream' target='_blank'>stream</a>
|
||||
- *This generator uses steam or heated water to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dthermal' target='_blank'>thermal</a>
|
||||
- *This generator uses photovoltaic cells to convert sunlight directly into electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dphotovoltaic' target='_blank'>photovoltaic</a>
|
||||
- *This generator uses combustion to produce electricity.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dcombustion' target='_blank'>combustion</a>
|
||||
- *This generator uses gasification to convert solid or liquid fuel into a gas.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Dgasification' target='_blank'>gasification</a>
|
||||
- *This generator uses anaerobic digestion to produce biogas from organic matter.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:method' target='_blank'>generator:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:method%3Danaerobic_digestion' target='_blank'>anaerobic_digestion</a>
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *generator:output:electricity!=no & generator:source~.+ & generator:source!=wave & generator:source!=geothermal* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: generator:output:electricity!=no & generator:source~.+ & generator:source!=wave & generator:source!=geothermal
|
||||
|
||||
### generator_type
|
||||
The question is `What type of generator is this?`
|
||||
|
||||
If no attribute matches, the question *What type of generator is this?* will be asked
|
||||
*This is a {generator:type}.* is shown if `generator:type` is set.
|
||||
|
||||
**This is a {generator:type}.** is shown if `generator:type` is exists in the object
|
||||
- *This is a horizontal axis wind turbine.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dhorizontal_axis' target='_blank'>horizontal_axis</a>
|
||||
- *This is a vertical axis wind turbine.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dvertical_axis' target='_blank'>vertical_axis</a>
|
||||
- *This is a steam turbine.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsteam_turbine' target='_blank'>steam_turbine</a>
|
||||
- *This is a solar thermal collector.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsolar_thermal_collector' target='_blank'>solar_thermal_collector</a>
|
||||
- *This is a solar photovoltaic (PV) panel.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsolar_photovoltaic_panel' target='_blank'>solar_photovoltaic_panel</a>
|
||||
|
||||
- *This is a horizontal axis wind turbine.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dhorizontal_axis' target='_blank'>horizontal_axis</a>
|
||||
- *This is a vertical axis wind turbine.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dvertical_axis' target='_blank'>vertical_axis</a>
|
||||
- *This is a steam turbine.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsteam_turbine' target='_blank'>steam_turbine</a>
|
||||
- *This is a solar thermal collector.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsolar_thermal_collector' target='_blank'>solar_thermal_collector</a>
|
||||
- *This is a solar photovoltaic (PV) panel.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:generator:type' target='_blank'>generator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:generator:type%3Dsolar_photovoltaic_panel' target='_blank'>solar_photovoltaic_panel</a>
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *generator:method~.+ & generator:source~.+ & generator:source!=wave* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: generator:method~.+ & generator:source~.+ & generator:source!=wave
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{questions( ,hidden)}
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `ignore-docs`
|
||||
- `added_by_default`
|
||||
This tagrendering has labels `ignore-docs` `added_by_default`
|
||||
|
||||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{move_button()}
|
||||
*{move_button()}*
|
||||
|
||||
### spacer
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
<div class='m-4'/>
|
||||
*<div class='m-4'/>*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{linked_data_from_website()}
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `added_by_default`
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#lod)
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/power_generator/power_generator.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/power_generator/power_generator.json)
|
||||
|
|
|
@ -57,98 +57,76 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### images
|
||||
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{image_carousel()}{image_upload()}
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#images)
|
||||
*{image_carousel()}{image_upload()}*
|
||||
|
||||
### material
|
||||
The question is `What material is this power tower made of?`
|
||||
|
||||
If no attribute matches, the question *What material is this power tower made of?* will be asked
|
||||
*This power tower is made of {material}.* is shown if `material` is set.
|
||||
|
||||
**This power tower is made of {material}.** is shown if `material` is exists in the object
|
||||
|
||||
- *This power tower is made of steel.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel' target='_blank'>steel</a>
|
||||
- *This power tower is made of wood.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>
|
||||
- *This power tower is made of metal.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>
|
||||
- *This power tower is made of concrete.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete' target='_blank'>concrete</a>
|
||||
- *This power tower is made of reinforced concrete.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dreinforced_concrete' target='_blank'>reinforced_concrete</a>
|
||||
- *This power tower is made of steel.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel' target='_blank'>steel</a>
|
||||
- *This power tower is made of wood.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>
|
||||
- *This power tower is made of metal.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>
|
||||
- *This power tower is made of concrete.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete' target='_blank'>concrete</a>
|
||||
- *This power tower is made of reinforced concrete.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dreinforced_concrete' target='_blank'>reinforced_concrete</a>
|
||||
|
||||
### design
|
||||
The question is `What is the design of this power tower?`
|
||||
|
||||
If no attribute matches, the question *What is the design of this power tower?* will be asked
|
||||
*This power tower has the design {design}.* is shown if `design` is set.
|
||||
|
||||
**This power tower has the design {design}.** is shown if `design` is exists in the object
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_1_level.svg'> *This power tower has a one-level design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Done-level' target='_blank'>one-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_2_level.svg'> *This power tower has a two-level design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dtwo-level' target='_blank'>two-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_3_level.svg'> *This power tower has a three-level design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dthree-level' target='_blank'>three-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_4_level.svg'> *This power tower has a four-level design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dfour-level' target='_blank'>four-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_asymmetric.svg'> *This power tower has an asymmetric design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dasymmetric' target='_blank'>asymmetric</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_triangle.svg'> *This power tower has a triangle design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dtriangle' target='_blank'>triangle</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_flag.svg'> *This power tower has a flag design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dflag' target='_blank'>flag</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta.svg'> *This power tower has a delta design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta' target='_blank'>delta</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta_2_level.svg'> *This power tower has a two-level delta design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta_two_level' target='_blank'>delta_two_level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta_3_level.svg'> *This power tower has a three-level delta design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta_three_level' target='_blank'>delta_three_level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_donau.svg'> *This power tower has a Donau design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddonau' target='_blank'>donau</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_donau_inverse.svg'> *This power tower has an inverse Donau design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddonau_inverse' target='_blank'>donau_inverse</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_barrel.svg'> *This power tower has a barrel design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dbarrel' target='_blank'>barrel</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_y_frame.svg'> *This power tower has a Y-frame design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dy-frame' target='_blank'>y-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_x_frame.svg'> *This power tower has an X-frame design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dx-frame' target='_blank'>x-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_h_frame.svg'> *This power tower has an H-frame design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dh-frame' target='_blank'>h-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_guyed_h_frame.svg'> *This power tower has a guyed H-frame design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dguyed_h-frame' target='_blank'>guyed_h-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal.svg'> *This power tower has a portal design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal' target='_blank'>portal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal_2_level.svg'> *This power tower has a two-level portal design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal-two-level' target='_blank'>portal-two-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal_3_level.svg'> *This power tower has a three-level portal design.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal-three-level' target='_blank'>portal-three-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_1_level.svg'> *This power tower has a one-level design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Done-level' target='_blank'>one-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_2_level.svg'> *This power tower has a two-level design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dtwo-level' target='_blank'>two-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_3_level.svg'> *This power tower has a three-level design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dthree-level' target='_blank'>three-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_4_level.svg'> *This power tower has a four-level design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dfour-level' target='_blank'>four-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_asymmetric.svg'> *This power tower has an asymmetric design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dasymmetric' target='_blank'>asymmetric</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_triangle.svg'> *This power tower has a triangle design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dtriangle' target='_blank'>triangle</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_flag.svg'> *This power tower has a flag design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dflag' target='_blank'>flag</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta.svg'> *This power tower has a delta design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta' target='_blank'>delta</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta_2_level.svg'> *This power tower has a two-level delta design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta_two_level' target='_blank'>delta_two_level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_delta_3_level.svg'> *This power tower has a three-level delta design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddelta_three_level' target='_blank'>delta_three_level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_donau.svg'> *This power tower has a Donau design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddonau' target='_blank'>donau</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_donau_inverse.svg'> *This power tower has an inverse Donau design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Ddonau_inverse' target='_blank'>donau_inverse</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_barrel.svg'> *This power tower has a barrel design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dbarrel' target='_blank'>barrel</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_y_frame.svg'> *This power tower has a Y-frame design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dy-frame' target='_blank'>y-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_x_frame.svg'> *This power tower has an X-frame design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dx-frame' target='_blank'>x-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_h_frame.svg'> *This power tower has an H-frame design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dh-frame' target='_blank'>h-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_guyed_h_frame.svg'> *This power tower has a guyed H-frame design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dguyed_h-frame' target='_blank'>guyed_h-frame</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal.svg'> *This power tower has a portal design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal' target='_blank'>portal</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal_2_level.svg'> *This power tower has a two-level portal design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal-two-level' target='_blank'>portal-two-level</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/power_tower/power_tower_portal_3_level.svg'> *This power tower has a three-level portal design.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:design' target='_blank'>design</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:design%3Dportal-three-level' target='_blank'>portal-three-level</a>
|
||||
|
||||
### ref
|
||||
The question is `What is the reference number of this power tower?`
|
||||
|
||||
If no attribute matches, the question *What is the reference number of this power tower?* will be asked
|
||||
|
||||
**This power tower has the reference number {ref}.** is shown if `ref` is exists in the object
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#ref)
|
||||
*This power tower has the reference number {ref}.* is shown if `ref` is set.
|
||||
|
||||
### operator
|
||||
The question is `Who operates this power tower?`
|
||||
|
||||
If no attribute matches, the question *Who operates this power tower?* will be asked
|
||||
|
||||
**This power tower is operated by {operator}.** is shown if `operator` is exists in the object
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#operator)
|
||||
*This power tower is operated by {operator}.* is shown if `operator` is set.
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{questions( ,hidden)}
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `ignore-docs`
|
||||
- `added_by_default`
|
||||
This tagrendering has labels `ignore-docs` `added_by_default`
|
||||
|
||||
### spacer
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
<div class='m-4'/>
|
||||
*<div class='m-4'/>*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{linked_data_from_website()}
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `added_by_default`
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#lod)
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/power_tower/power_tower.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/power_tower/power_tower.json)
|
||||
|
|
|
@ -92,156 +92,125 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### images_no_blur
|
||||
|
||||
Same as `images`, but uploaded request to disable blurring to the panoramax server
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{image_carousel()}{image_upload(,,,true)}
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#images_no_blur)
|
||||
*{image_carousel()}{image_upload(,,,true)}*
|
||||
|
||||
### plantnet
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{plantnet_detection()}
|
||||
*{plantnet_detection()}*
|
||||
|
||||
### tree-species-wikidata
|
||||
The question is `What species is this tree?`
|
||||
|
||||
If no attribute matches, the question *What species is this tree?* will be asked
|
||||
|
||||
**{wikipedia(species:wikidata):max-height: 25rem}** is shown if `species:wikidata` is exists in the object
|
||||
*{wikipedia(species:wikidata):max-height: 25rem}* is shown if `species:wikidata` is set.
|
||||
|
||||
### tree-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{wikipedia()}
|
||||
*{wikipedia()}*
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *wikidata~.+ | wikipedia~.+* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+ | wikipedia~.+
|
||||
|
||||
### circumference
|
||||
The question is `What is the circumference of the tree trunk?`
|
||||
|
||||
If no attribute matches, the question *What is the circumference of the tree trunk?* will be asked
|
||||
*The tree trunk has a circumference of {canonical(circumference)}* is shown if `circumference` is set.
|
||||
|
||||
**The tree trunk has a circumference of {canonical(circumference)}** is shown if `circumference` is exists in the object
|
||||
|
||||
The allowed input is of type pfloat
|
||||
Values must be between negative infinity and 44 (both inclusive)
|
||||
A warning will appear above 15.
|
||||
The allowed input is of type pfloat and is in range -infinty until 44 (both inclusive). A warning will appear above 15.
|
||||
|
||||
### height
|
||||
The question is `What is the height of this tree?`
|
||||
|
||||
If no attribute matches, the question *What is the height of this tree?* will be asked
|
||||
*This tree is {canonical(height)} high* is shown if `height` is set.
|
||||
|
||||
**This tree is {canonical(height)} high** is shown if `height` is exists in the object
|
||||
|
||||
The allowed input is of type pfloat
|
||||
Values must be between negative infinity and 117 (both inclusive)
|
||||
A warning will appear above 80.
|
||||
The allowed input is of type pfloat and is in range -infinty until 117 (both inclusive). A warning will appear above 80.
|
||||
|
||||
### tree-denotation
|
||||
The question is `How significant is this tree? Choose the first answer that applies.`
|
||||
|
||||
If no attribute matches, the question *How significant is this tree? Choose the first answer that applies.* will be asked
|
||||
|
||||
- *The tree is remarkable due to its size or prominent location. It is useful for navigation.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a>
|
||||
- *The tree is a natural monument, e.g. because it is especially old, or of a valuable species.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a>
|
||||
- *The tree is used for agricultural purposes, e.g. in an orchard.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dagricultural' target='_blank'>agricultural</a>
|
||||
- *The tree is in a park or similar (cemetery, school grounds, …).* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dpark' target='_blank'>park</a>
|
||||
- *The tree is in a residential garden.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dgarden' target='_blank'>garden</a>
|
||||
- *This is a tree along an avenue.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Davenue' target='_blank'>avenue</a>
|
||||
- *The tree is in an urban area.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Durban' target='_blank'>urban</a>
|
||||
- *The tree is outside of an urban area.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnone' target='_blank'>none</a>
|
||||
- *The tree is remarkable due to its size or prominent location. It is useful for navigation.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a>
|
||||
- *The tree is a natural monument, e.g. because it is especially old, or of a valuable species.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a>
|
||||
- *The tree is used for agricultural purposes, e.g. in an orchard.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dagricultural' target='_blank'>agricultural</a>
|
||||
- *The tree is in a park or similar (cemetery, school grounds, …).* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dpark' target='_blank'>park</a>
|
||||
- *The tree is in a residential garden.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dgarden' target='_blank'>garden</a>
|
||||
- *This is a tree along an avenue.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Davenue' target='_blank'>avenue</a>
|
||||
- *The tree is in an urban area.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Durban' target='_blank'>urban</a>
|
||||
- *The tree is outside of an urban area.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnone' target='_blank'>none</a>
|
||||
|
||||
### tree-leaf_type
|
||||
The question is `Is this a broadleaved or needleleaved tree?`
|
||||
|
||||
If no attribute matches, the question *Is this a broadleaved or needleleaved tree?* will be asked
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/broadleaved.svg'> *Broadleaved* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dbroadleaved' target='_blank'>broadleaved</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/needleleaved.svg'> *Needleleaved* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dneedleleaved' target='_blank'>needleleaved</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/leafless.svg'> *Permanently leafless* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dleafless' target='_blank'>leafless</a>. _This option cannot be chosen as answer_
|
||||
- *This is a palm tree* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dpalm' target='_blank'>palm</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/broadleaved.svg'> *Broadleaved* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dbroadleaved' target='_blank'>broadleaved</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/needleleaved.svg'> *Needleleaved* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dneedleleaved' target='_blank'>needleleaved</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/leafless.svg'> *Permanently leafless* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dleafless' target='_blank'>leafless</a>. _This option cannot be chosen as answer_
|
||||
- *This is a palm tree* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dpalm' target='_blank'>palm</a>
|
||||
|
||||
### tree-decidouous
|
||||
The question is `Is this tree evergreen or deciduous?`
|
||||
|
||||
If no attribute matches, the question *Is this tree evergreen or deciduous?* will be asked
|
||||
|
||||
- *Deciduous: the tree loses its leaves for some time of the year.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_cycle' target='_blank'>leaf_cycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Ddeciduous' target='_blank'>deciduous</a>
|
||||
- *Evergreen.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_cycle' target='_blank'>leaf_cycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Devergreen' target='_blank'>evergreen</a>
|
||||
- *Deciduous: the tree loses its leaves for some time of the year.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_cycle' target='_blank'>leaf_cycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Ddeciduous' target='_blank'>deciduous</a>
|
||||
- *Evergreen.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_cycle' target='_blank'>leaf_cycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Devergreen' target='_blank'>evergreen</a>
|
||||
|
||||
### tree-name
|
||||
The question is `Does the tree have a name?`
|
||||
|
||||
If no attribute matches, the question *Does the tree have a name?* will be asked
|
||||
*Name: {name}* is shown if `name` is set.
|
||||
|
||||
**Name: {name}** is shown if `name` is exists in the object
|
||||
- *The tree does not have a name.* is shown if with name= & <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
- *The tree does not have a name.* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:name' target='_blank'>name</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name%3D' target='_blank'></a> & <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *<a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a> | name~.+* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a> | name~.+
|
||||
|
||||
### tree-heritage
|
||||
The question is `Is this tree registered heritage?`
|
||||
|
||||
If no attribute matches, the question *Is this tree registered heritage?* will be asked
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/Onroerend_Erfgoed_logo_without_text.svg'> *Registered as heritage by <i>Onroerend Erfgoed</i> Flanders* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>
|
||||
- *Registered as heritage by <i>Direction du Patrimoine culturel</i> Brussels* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3Daatl' target='_blank'>aatl</a>
|
||||
- *Registered as heritage by a different organisation* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dyes' target='_blank'>yes</a> & heritage:operator=
|
||||
- *Not registered as heritage* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dno' target='_blank'>no</a> & heritage:operator=
|
||||
- *Registered as heritage by a different organisation* is shown if with heritage~.+. _This option cannot be chosen as answer_
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/tree/Onroerend_Erfgoed_logo_without_text.svg'> *Registered as heritage by <i>Onroerend Erfgoed</i> Flanders* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>
|
||||
- *Registered as heritage by <i>Direction du Patrimoine culturel</i> Brussels* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3Daatl' target='_blank'>aatl</a>
|
||||
- *Registered as heritage by a different organisation* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3D' target='_blank'></a>
|
||||
- *Not registered as heritage* is shown if <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3D' target='_blank'></a>
|
||||
- *Registered as heritage by a different organisation* is shown if heritage~.+. _This option cannot be chosen as answer_
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *<a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a>* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a>
|
||||
|
||||
### tree-ref:OnroerendErfgoed
|
||||
The question is `What is the ID issued by Onroerend Erfgoed Flanders?`
|
||||
|
||||
If no attribute matches, the question *What is the ID issued by Onroerend Erfgoed Flanders?* will be asked
|
||||
*Onroerend Erfgoed ID: {link(&LBRACEref:OnroerendErfgoed&RBRACE,https://id.erfgoed.net/erfgoedobjecten/&LBRACEref:OnroerendErfgoed&RBRACE,,,,)}* is shown if `ref:OnroerendErfgoed` is set.
|
||||
|
||||
**Onroerend Erfgoed ID: {link(&LBRACEref:OnroerendErfgoed&RBRACE,https://id.erfgoed.net/erfgoedobjecten/&LBRACEref:OnroerendErfgoed&RBRACE,,,,)}** is shown if `ref:OnroerendErfgoed` is exists in the object
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *<a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>
|
||||
|
||||
### tree_node-wikidata
|
||||
The question is `What is the Wikidata ID for this tree?`
|
||||
|
||||
If no attribute matches, the question *What is the Wikidata ID for this tree?* will be asked
|
||||
*{wikipedia()}* is shown if `wikidata` is set.
|
||||
|
||||
**{wikipedia()}** is shown if `wikidata` is exists in the object
|
||||
|
||||
This tagRendering is only visible in the information panel if the condition *<a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a> | wikidata~.+* is met
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark' target='_blank'>landmark</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:denotation' target='_blank'>denotation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument' target='_blank'>natural_monument</a> | wikidata~.+
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{questions( ,hidden)}
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `ignore-docs`
|
||||
- `added_by_default`
|
||||
This tagrendering has labels `ignore-docs` `added_by_default`
|
||||
|
||||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{move_button()}
|
||||
*{move_button()}*
|
||||
|
||||
### spacer
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
<div class='m-4'/>
|
||||
*<div class='m-4'/>*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
{linked_data_from_website()}
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagRendering has the following labels:
|
||||
|
||||
- `added_by_default`
|
||||
|
||||
Originally defined in [questions](../Docs/Layers/questions.md#lod)
|
||||
This tagrendering has labels `added_by_default`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/tree/tree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tree/tree.json)
|
||||
|
|
|
@ -17,6 +17,7 @@ Available languages:
|
|||
- cs
|
||||
- da
|
||||
- de
|
||||
- fr
|
||||
- it
|
||||
- uk
|
||||
- zh_Hant
|
||||
|
|
|
@ -15,6 +15,7 @@ Available languages:
|
|||
|
||||
- en
|
||||
- cs
|
||||
- da
|
||||
|
||||
# Table of contents
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
{{service_item
|
||||
|name= [https://mapcomplete.org/architecture architecture]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:cs|en}}, {{#language:da|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:uk|en}}, {{#language:zh_Hant|en}}
|
||||
|lang= {{#language:en|en}}, {{#language:cs|en}}, {{#language:da|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:uk|en}}, {{#language:zh_Hant|en}}
|
||||
|descr= A MapComplete theme: A map showing the architectural style of buildings
|
||||
|material= {{yes|[https://mapcomplete.org/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|
|
|
@ -194,6 +194,7 @@
|
|||
"cs": "Není známa žádná adresa",
|
||||
"da": "Ingen kendt adresse",
|
||||
"de": "Adresse unbekannt",
|
||||
"fr": "Pas d'adresse connue",
|
||||
"it": "Nessun indirizzo conosciuto",
|
||||
"nl": "Geen adresgegevens bekend",
|
||||
"uk": "Адреса не відома",
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"cy": "Barbeciw",
|
||||
"de": "Grillstelle",
|
||||
"es": "Barbacoa",
|
||||
"fr": "Barbecue",
|
||||
"it": "Barbecue",
|
||||
"nl": "BBQ"
|
||||
}
|
||||
|
@ -177,6 +178,7 @@
|
|||
"cs": "Je tento gril zakrytý?",
|
||||
"de": "Ist die Grillstelle überdacht?",
|
||||
"es": "¿Está cubierta la parrilla?",
|
||||
"fr": "Ce barbecue est-il couvert ?",
|
||||
"it": "Questo barbecue è coperto?",
|
||||
"nl": "Is deze barbecue overdekt?"
|
||||
},
|
||||
|
@ -201,6 +203,7 @@
|
|||
"cs": "Tento gril je zakrytý",
|
||||
"de": "Die Grillstelle ist überdacht",
|
||||
"es": "La parrilla está cubierta",
|
||||
"fr": "Ce barbecue est couvert",
|
||||
"it": "Questo barbecue è coperto",
|
||||
"nl": "Deze barbecue is overdekt"
|
||||
}
|
||||
|
@ -215,6 +218,7 @@
|
|||
"cs": "Jak je tento gril napájen?",
|
||||
"de": "Womit wird dieser Grill angeheizt?",
|
||||
"es": "¿Cómo se alimenta la parrilla?",
|
||||
"fr": "Quel combustible utilise ce barbecue ?",
|
||||
"it": "Come è alimentato questo barbecue?",
|
||||
"nl": "Wat voor brandstof gebruikt deze barbecue?"
|
||||
},
|
||||
|
@ -227,6 +231,7 @@
|
|||
"cs": "Tento gril používá dřevo jako palivo",
|
||||
"de": "Dieser Grill wird mit Holz betrieben",
|
||||
"es": "Madera",
|
||||
"fr": "Ce barbecue utilise du bois comme combustible",
|
||||
"it": "Questo barbecue utilizza legna come combustibile",
|
||||
"nl": "Deze barbecue gebruikt hout als brandstof"
|
||||
}
|
||||
|
@ -239,6 +244,7 @@
|
|||
"cs": "Tento gril používá dřevěné uhlí jako palivo",
|
||||
"de": "Dieser Grill wird mit Kohle betrieben",
|
||||
"es": "Carbón",
|
||||
"fr": "Ce barbecue utilise du charbon comme combustible",
|
||||
"it": "Questo barbecue utilizza carbone come combustibile",
|
||||
"nl": "Deze barbecue gebruikt houtskool als brandstof"
|
||||
}
|
||||
|
@ -251,6 +257,7 @@
|
|||
"cs": "Tento gril je elektrický",
|
||||
"de": "Dieser Grill wird mit Strom betrieben",
|
||||
"es": "Eléctrica",
|
||||
"fr": "Ce barbecue est électrique",
|
||||
"it": "Questo barbecue è alimentato a elettricità",
|
||||
"nl": "Deze barbecue werkt op elektriciteit"
|
||||
}
|
||||
|
@ -263,6 +270,7 @@
|
|||
"cs": "Tento gril používá plyn jako palivo",
|
||||
"de": "Dieser Grill wird mit Gas betrieben",
|
||||
"es": "Gas",
|
||||
"fr": "Ce barbecue utilise du gaz comme combustible",
|
||||
"it": "Questo barbecue utilizza gas come combustibile",
|
||||
"nl": "Deze barbecue gebruikt gas als brandstof"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"cy": "Nythod Gwenyn",
|
||||
"da": "Bistader",
|
||||
"de": "Bienenstöcke",
|
||||
"fr": "Ruches",
|
||||
"it": "Alveari",
|
||||
"nl": "Bijenkorven",
|
||||
"uk": "Бджолині вулики"
|
||||
|
@ -17,6 +18,7 @@
|
|||
"cs": "Vrstva ukazující včelí úly",
|
||||
"da": "Lag, der viser bistader",
|
||||
"de": "Ebene mit Bienenstöcken",
|
||||
"fr": "Couche montrant les ruches",
|
||||
"it": "Livello che mostra gli alveari",
|
||||
"nl": "Laag met bijenkorven"
|
||||
},
|
||||
|
@ -30,6 +32,7 @@
|
|||
"cs": "Včelí úl",
|
||||
"cy": "Nyth Gwenyn",
|
||||
"de": "Bienenstock",
|
||||
"fr": "Ruche",
|
||||
"it": "Alveare",
|
||||
"nl": "Bijenkorf"
|
||||
},
|
||||
|
@ -57,6 +60,7 @@
|
|||
"ca": "un rusc",
|
||||
"cs": "včelí úl",
|
||||
"de": "ein Bienenstock",
|
||||
"fr": "une ruche",
|
||||
"it": "un alveare",
|
||||
"nl": "een bijenkorf"
|
||||
},
|
||||
|
@ -75,6 +79,7 @@
|
|||
"cs": "Kolik včelích úlů tu je?",
|
||||
"da": "Hvor mange bistader er der?",
|
||||
"de": "Wie viele Bienenstöcke gibt es?",
|
||||
"fr": "Combien de ruches y-a-t'il ?",
|
||||
"it": "Quanti alveari ci sono?",
|
||||
"nl": "Hoeveel bijenkorven zijn er?"
|
||||
},
|
||||
|
@ -84,6 +89,7 @@
|
|||
"cs": "Je tu {capacity} včelích úlů",
|
||||
"da": "Der er {capacity} bistader",
|
||||
"de": "Es gibt {capacity} Bienenstöcke",
|
||||
"fr": "Il y a {capacity} ruches",
|
||||
"it": "Ci sono {capacity} alveari",
|
||||
"nl": "Er zijn {capacity} bijenkorven"
|
||||
},
|
||||
|
@ -96,6 +102,7 @@
|
|||
"cs": "Počet včelích úlů",
|
||||
"da": "Antal bistader",
|
||||
"de": "Anzahl der Bienenstöcke",
|
||||
"fr": "Nombre de ruches",
|
||||
"it": "Numero di alveari",
|
||||
"nl": "Aantal bijenkorven"
|
||||
}
|
||||
|
@ -109,6 +116,7 @@
|
|||
"cs": "Je tu 1 včelí úl",
|
||||
"da": "Der er 1 bistade",
|
||||
"de": "Es gibt 1 Bienenstock",
|
||||
"fr": "Il y a une ruche",
|
||||
"it": "C'è 1 alveare",
|
||||
"nl": "Er is 1 bijenkorf"
|
||||
}
|
||||
|
|
|
@ -264,6 +264,7 @@
|
|||
"da": "Har denne bænk et eller flere armlæn?",
|
||||
"de": "Hat diese Sitzbank eine oder mehrere Armlehnen?",
|
||||
"es": "¿Este banco tiene uno o más reposabrazos?",
|
||||
"fr": "Ce banc a-t-il au moins un accoudoir ?",
|
||||
"it": "Questa panchina ha uno o più braccioli?",
|
||||
"nl": "Heeft deze bank armleuningen?",
|
||||
"uk": "Чи має ця лавка один або кілька підлокітників?"
|
||||
|
@ -278,6 +279,7 @@
|
|||
"da": "Denne bænk har et eller flere armlæn",
|
||||
"de": "Diese Sitzbank hat eine oder mehrere Armlehnen",
|
||||
"es": "Este banco tiene uno o más reposabrazos",
|
||||
"fr": "Ce banc a un ou plusieurs accoudoirs",
|
||||
"it": "Questa panchina ha uno o più braccioli",
|
||||
"nl": "Deze bank heeft armleuningen",
|
||||
"uk": "Ця лавка має один або кілька підлокітників"
|
||||
|
@ -292,6 +294,7 @@
|
|||
"da": "Denne bænk har <b>ikke</b> nogen armlæn",
|
||||
"de": "Diese Sitzbank hat <b>keine</b> Armlehnen",
|
||||
"es": "Este banco <b>no</b> tiene reposabrazos",
|
||||
"fr": "Ce banc n'a <b>aucun</b> accoudoir",
|
||||
"it": "Questa panchina <b>non</b> ha braccioli",
|
||||
"nl": "Deze bank heeft <b>geen</b> armleuningen",
|
||||
"uk": "Ця лавка <b>не</b> має підлокітників"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"da": "Cykeltællere",
|
||||
"de": "Fahrradzählstellen",
|
||||
"es": "Contadores de bicicletas",
|
||||
"fr": "Compteur de vélos",
|
||||
"it": "Contatori di biciclette",
|
||||
"nl": "Fietstellers",
|
||||
"uk": "Стійки для велосипедів"
|
||||
|
@ -17,6 +18,7 @@
|
|||
"cs": "Vrstva zobrazující monitorovací stanice pro cyklistickou dopravu",
|
||||
"de": "Ebene mit Messstationen für den Fahrradverkehr",
|
||||
"es": "Capa que muestra las estaciones de monitoreo del tráfico de bicicletas",
|
||||
"fr": "Couche montrant les compteurs de trafic vélo",
|
||||
"it": "Livello che mostra le stazioni di monitoraggio per il traffico ciclistico",
|
||||
"nl": "Automatische fietstelpunten"
|
||||
},
|
||||
|
@ -66,6 +68,7 @@
|
|||
"cs": "počítadlo jízdních kol",
|
||||
"de": "eine Fahrradzählstelle",
|
||||
"es": "un contador de bicicletas",
|
||||
"fr": "un compteur de vélos",
|
||||
"it": "un contatore di biciclette",
|
||||
"nl": "een fietsteller",
|
||||
"uk": "стійка для велосипедів"
|
||||
|
|
|
@ -507,6 +507,7 @@
|
|||
"cs": "Nákladní kola si můžete půjčit zde",
|
||||
"de": "Lastenräder können hier gemietet werden",
|
||||
"es": "Se pueden alquilar bicicletas de carga aquí",
|
||||
"fr": "On peut louer des vélos cargo ici",
|
||||
"it": "Qui si possono noleggiare cargo bike",
|
||||
"nl": "Bakfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
|
|
|
@ -440,6 +440,7 @@
|
|||
"question": {
|
||||
"en": "Does {title()} accept bring-your-own reusable cups?",
|
||||
"cs": "Přijímá {title()} přinesené opakovaně použitelné šálky?",
|
||||
"de": "Kann man bei {title()} wiederverwendbare Becher mitbringen?",
|
||||
"nl": "Accepteert {title()} het meebrengen van eigen herbruikbare bekers?"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -448,6 +449,7 @@
|
|||
"then": {
|
||||
"en": "Accepts reusable cups",
|
||||
"cs": "Přijímá opakovaně použitelné šálky",
|
||||
"de": "Akzeptiert wiederverwendbare Becher",
|
||||
"nl": "Accepteert herbruikbare bekers"
|
||||
}
|
||||
},
|
||||
|
@ -457,6 +459,7 @@
|
|||
"then": {
|
||||
"en": "Does not accept reusable cups",
|
||||
"cs": "Nepřijímá opakovaně použitelné šálky",
|
||||
"de": "Akzeptiert keine wiederverwendbaren Becher",
|
||||
"nl": "Accepteert geen herbruikbare bekers"
|
||||
}
|
||||
},
|
||||
|
@ -465,6 +468,7 @@
|
|||
"then": {
|
||||
"en": "<b>Only</b> serves to people who bring reusable cups",
|
||||
"cs": "Obsluhuje <b>jen</b> lidi, kteří si přinesou opakovaně použitelné šálky",
|
||||
"de": "<b>Nur</b> für Personen, die wiederverwendbare Becher mitbringen",
|
||||
"nl": "Accepteert <b>alleen</b> mensen die een herbruikbare beker meenemen"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"ca": "Càmpings",
|
||||
"cs": "Kempy",
|
||||
"de": "Zeltplätze",
|
||||
"fr": "Terrains de camping",
|
||||
"it": "Campeggi"
|
||||
},
|
||||
"description": {
|
||||
|
@ -62,6 +63,7 @@
|
|||
"ca": "càmping",
|
||||
"cs": "kemp",
|
||||
"de": "Campingplatz",
|
||||
"fr": "terrain de camping",
|
||||
"it": "campeggio"
|
||||
},
|
||||
"tags": [
|
||||
|
@ -74,6 +76,7 @@
|
|||
"ca": "càmping per a grups",
|
||||
"cs": "kemp pro skupiny",
|
||||
"de": "Campingplatz für Gruppen",
|
||||
"fr": "terrain de camping pour les groupes",
|
||||
"it": "campeggio per gruppi"
|
||||
},
|
||||
"tags": [
|
||||
|
|
|
@ -429,7 +429,7 @@
|
|||
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, …)",
|
||||
"ca": "No accessible per al públic general (p.e. només accessible pels propietaris, empleats, ...)",
|
||||
"cs": "Nepřístupná obecné veřejnosti (např. přístupná vlastníkům, zaměstnancům…)",
|
||||
"de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, ...)",
|
||||
"de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, …)",
|
||||
"es": "No accesible al público en general (por ejemplo, solo accesible para los propietarios, empleados, ...)",
|
||||
"it": "Non accessibile al pubblico generale (ad esempio, accessibile solo ai proprietari, dipendenti, ...)",
|
||||
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> ",
|
||||
|
@ -2231,7 +2231,7 @@
|
|||
"en": "Paid use, but free for customers of the hotel/pub/hospital/… who operates the charging station",
|
||||
"ca": "De pagament, però gratuït per als clients de l'hotel/bar/hospital/... que gestiona l'estació de càrrega",
|
||||
"cs": "Placené použití, ale zdarma pro zákazníky hotelu/restaurace/nemocnice… které provozují nabíjecí stanici",
|
||||
"de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, ... kostenlos",
|
||||
"de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, … kostenlos",
|
||||
"es": "De pago, pero gratuito para clientes del hotel/pub/hospital/... que opera el punto de carga",
|
||||
"it": "Utilizzo a pagamento, ma gratuito per i clienti dell'hotel/pub/ospedale/... che gestisce la stazione di ricarica",
|
||||
"nl": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/...",
|
||||
|
@ -2333,12 +2333,14 @@
|
|||
"question": {
|
||||
"en": "What is the name of the app used for payment?",
|
||||
"cs": "Jaký je název aplikace používané pro platby?",
|
||||
"de": "Wie heißt die App, die für die Zahlung benutzt wird?",
|
||||
"it": "Qual è il nome dell'app utilizzata per il pagamento?",
|
||||
"nl": "Hoe heet de app die gebruikt wordt voor betaling?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Payment can be done using the app <b>{payment:app}</b>",
|
||||
"cs": "Platbu lze provést pomocí aplikace <b>{payment:app}</b>",
|
||||
"de": "Die Zahlung kann über die App <b>{payment:app}</b> erledigt werden.",
|
||||
"it": "Il pagamento può essere effettuato utilizzando l'app <b>{payment:app}</b>",
|
||||
"nl": "Betalen kan met de app <b>{payment:app}</b>"
|
||||
},
|
||||
|
@ -2347,6 +2349,7 @@
|
|||
"placeholder": {
|
||||
"en": "Name of the app",
|
||||
"cs": "Název aplikace",
|
||||
"de": "Name der App",
|
||||
"it": "Nome dell'app",
|
||||
"nl": "Naam van de app"
|
||||
},
|
||||
|
|
|
@ -729,6 +729,7 @@
|
|||
"question": {
|
||||
"en": "Can one rent a bouldering mat here to go bouldering on other locations?",
|
||||
"cs": "Lze si tu pronajmout podložku pro bouldering k použití v jiných lokalitách?",
|
||||
"de": "Kann man hier eine Bouldermatte ausleihen, um an anderen Orten zu bouldern?",
|
||||
"nl": "Kan hier een bouldermat gehuurd worden voor gebruik op andere locaties?"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -742,6 +743,7 @@
|
|||
"then": {
|
||||
"en": "A boulder mat can be borrowed for free here",
|
||||
"cs": "Lze si tu zdarma půjčit podložku pro bouldering",
|
||||
"de": "Hier kannst du dir kostenlos eine Bouldermatte ausleihen",
|
||||
"nl": "Een bouldermat kan hier gratis geleend worden"
|
||||
},
|
||||
"addExtraTags": [
|
||||
|
@ -758,6 +760,7 @@
|
|||
"then": {
|
||||
"en": "A bouldermat can be rented here for {service:boulder_mat:rental:charge}",
|
||||
"cs": "Podložku pro bouldering si tu lze pronajmout za {service:boulder_mat:rental:charge}",
|
||||
"de": "Hier kannst du eine Bouldermatte für {service:boulder_mat:rental:charge} mieten",
|
||||
"nl": "Een bouldermat kan hier gehuurd worden aan {service:boulder_mat:rental:charge}"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
|
@ -767,6 +770,7 @@
|
|||
"then": {
|
||||
"en": "A boulder mat can be rented here",
|
||||
"cs": "Lze si tu pronajmout podložku pro bouldering",
|
||||
"de": "Hier kann man eine Bouldermatte mieten",
|
||||
"nl": "Een bouldermat kan hier gehuurd worden"
|
||||
},
|
||||
"addExtraTags": [
|
||||
|
@ -779,6 +783,7 @@
|
|||
"then": {
|
||||
"en": "A boulder mat rope can <b>not</b> be rented here",
|
||||
"cs": "<b>Nelze</b> si tu pronajmout podložku pro bouldering",
|
||||
"de": "Ein Bouldermatten-Seil kann hier <b>nicht</b> gemietet werden",
|
||||
"nl": "Hier kan <b>geen</b> boldermat gehuurd worden"
|
||||
},
|
||||
"addExtraTags": [
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
"question": {
|
||||
"en": "Are there traffic signals at this crossing?",
|
||||
"cs": "Je na tomto přechodu světelné signalizace?",
|
||||
"de": "Gibt's an dieser Kreuzung Ampeln?",
|
||||
"it": "Ci sono semafori a questo attraversamento?",
|
||||
"nl": "Zijn er verkeerslichten bij deze oversteekplaats?"
|
||||
},
|
||||
|
@ -189,6 +190,7 @@
|
|||
"then": {
|
||||
"en": "There are no traffic signals at this crossing",
|
||||
"cs": "Na tomto přechodu není světelná signalizace",
|
||||
"de": "An dieser Kreuzung gibt's keine Ampeln",
|
||||
"it": "Non ci sono semafori a questo attraversamento",
|
||||
"nl": "Er zijn geen verkeerslichten bij deze oversteekplaats"
|
||||
}
|
||||
|
@ -198,6 +200,7 @@
|
|||
"then": {
|
||||
"en": "There are traffic signals at this crossing",
|
||||
"cs": "Na tomto přechodu je světelná signalizace",
|
||||
"de": "An dieser Kreuzung gibt's Ampeln",
|
||||
"it": "Ci sono semafori a questo attraversamento",
|
||||
"nl": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
|
@ -211,6 +214,7 @@
|
|||
"then": {
|
||||
"en": "There are traffic signals at this crossing",
|
||||
"cs": "Na tomto přechodu je světelná signalizace",
|
||||
"de": "An dieser Kreuzung gibt's Ampeln",
|
||||
"it": "Ci sono semafori a questo attraversamento",
|
||||
"nl": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
|
@ -626,6 +630,7 @@
|
|||
"then": {
|
||||
"en": "This crrosing has tactile paving, but only on one side",
|
||||
"cs": "Přechod má hmatovou dlažbu, ale jen na jedné straně",
|
||||
"de": "Diese Kreuzung hat zwar taktile Bodenmarkierungen, aber nur auf einer Seite",
|
||||
"it": "Questo attraversamento ha pavimentazione tattile, ma solo su un lato",
|
||||
"nl": "Deze oversteekplaats heeft een geleidelijn, maar slechts aan één kant"
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"before": {
|
||||
"en": "Dietary options",
|
||||
"cs": "Dietní možnosti",
|
||||
"de": "Diätmöglichkeiten",
|
||||
"nl": "Dieetopties"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -369,6 +369,7 @@
|
|||
"then": {
|
||||
"en": "This is a natural spring",
|
||||
"cs": "Toto je přírodní vřídlo",
|
||||
"de": "Das ist eine natürliche Quelle",
|
||||
"it": "Questa è una sorgente naturale",
|
||||
"nl": "Dit is een bronnetje"
|
||||
}
|
||||
|
|
|
@ -348,11 +348,13 @@
|
|||
"question": {
|
||||
"en": "Is there a handrail in the cabin?",
|
||||
"cs": "Je v kabině zábradlí?",
|
||||
"de": "Gibt's in der Kabine einen Handlauf?",
|
||||
"it": "C'è un corrimano nella cabina?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "A handrail can help people with reduced mobility to get in or out of the elevator",
|
||||
"cs": "Zábradlí může pomoci lidem s omezenou mobilitou dostat se do výtahu nebo ven",
|
||||
"de": "Ein Handlauf kann Leuten mit eingeschränkter Mobilität beim Ein- und Aussteigen aus dem Aufzug helfen",
|
||||
"it": "Un corrimano può aiutare le persone con mobilità ridotta a entrare o uscire dall'ascensore"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -361,6 +363,7 @@
|
|||
"then": {
|
||||
"en": "This elevator has a handrail in the cabin",
|
||||
"cs": "Tento výtah má v kabině zábradlí",
|
||||
"de": "Dieser Aufzug hat einen Handlauf in der Kabine",
|
||||
"it": "Questo ascensore ha un corrimano nella cabina"
|
||||
}
|
||||
},
|
||||
|
@ -369,6 +372,7 @@
|
|||
"then": {
|
||||
"en": "This elevator does not have a handrail",
|
||||
"cs": "Tento výtah nemá v kabině zábradlí",
|
||||
"de": "Dieser Aufzug hat keinen Handlauf",
|
||||
"it": "Questo ascensore non ha un corrimano"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"da": "Kun adgang for kunder",
|
||||
"de": "Zugang nur für Kunden",
|
||||
"es": "Acceso solo para clientes",
|
||||
"fr": "Accès réservé aux clients",
|
||||
"it": "Accesso solo per clienti"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -657,7 +657,8 @@
|
|||
"icon": "🇪🇸",
|
||||
"then": {
|
||||
"en": "Spanish dishes are served here",
|
||||
"cs": "Podávají se tu španělská jídla"
|
||||
"cs": "Podávají se tu španělská jídla",
|
||||
"de": "Hier gibt's spanische Gerichte"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"description": {
|
||||
"en": "A grab rail is a support to help persons with reduced mobility or a motor disability. It helps them to transfer from their wheelchair onto the toilet, to stand in a shower, close a door, …",
|
||||
"cs": "Madlo je podpora, která pomáhá osobám s omezenou mobilitou nebo motorickým postižením. Pomáhá jim přesunout se z vozíku na toaletu, stát ve sprše, zavřít dveře…",
|
||||
"de": "Ein Haltegriff ist eine Stütze für Leute mit eingeschränkter Mobilität oder einer motorischen Behinderung. Er hilft ihnen, vom Rollstuhl auf die Toilette zu kommen, in der Dusche zu stehen, eine Tür zu schließen, …",
|
||||
"it": "Un maniglione è un supporto per aiutare le persone con mobilità ridotta o disabilità motoria. Li aiuta a trasferirsi dalla sedia a rotelle al water, a stare in piedi sotto la doccia, a chiudere una porta, ... "
|
||||
},
|
||||
"source": "special:library",
|
||||
|
|
|
@ -228,6 +228,7 @@
|
|||
"placeholder": {
|
||||
"en": "Name on the guidepost",
|
||||
"cs": "Název rozcestníku",
|
||||
"de": "Name auf dem Wegweiser",
|
||||
"it": "Nome sul segnavia",
|
||||
"nl": "Naam op de wegwijzer"
|
||||
},
|
||||
|
@ -241,6 +242,7 @@
|
|||
"then": {
|
||||
"en": "There is no name noted on this guidepost",
|
||||
"cs": "Na tomto rozcestníku není uveden žádný název",
|
||||
"de": "Auf diesem Wegweiser steht kein Name drauf",
|
||||
"it": "Non c'è nome annotato su questo segnavia",
|
||||
"nl": "Er is geen naam aangegeven op deze wegwijzer"
|
||||
},
|
||||
|
@ -303,6 +305,7 @@
|
|||
"render": {
|
||||
"en": "Elevation noted on the guidepost: {ele} m",
|
||||
"cs": "Nadmořská výška uvedená na rozcestníku: {ele} m",
|
||||
"de": "Auf dem Wegweiser angegebene Höhe: {ele} m",
|
||||
"it": "Altitudine annotata sul segnavia: {ele} m",
|
||||
"nl": "Hoogte aangegeven op de wegwijzer: {ele} m"
|
||||
},
|
||||
|
|
|
@ -350,6 +350,7 @@
|
|||
"cs": "O jaký typ pokoje se jedná?",
|
||||
"de": "Wie wird dieser Raum genutzt?",
|
||||
"es": "¿Qué tipo de habitación es esta?",
|
||||
"fr": "Quel type de pièce est-ce ?",
|
||||
"it": "Che tipo di stanza è questa?",
|
||||
"nl": "Wat voor ruimte is dit?",
|
||||
"pl": "Jakiego rodzaju jest to pomieszczenie?"
|
||||
|
@ -488,6 +489,7 @@
|
|||
"cs": "Jedná se o kuchyň",
|
||||
"de": "Dies ist eine Küche",
|
||||
"es": "Esta es una cocina",
|
||||
"fr": "C'est une cuisine",
|
||||
"it": "Questa è una cucina",
|
||||
"nl": "Dit is een keuken",
|
||||
"pl": "To jest kuchnia"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"ca": "Hotels d'Insectes",
|
||||
"cs": "Hmyzí hotely",
|
||||
"de": "Insektenhotels",
|
||||
"fr": "Hôtels à insectes",
|
||||
"it": "Hotel per insetti",
|
||||
"nl": "Insectenhotels"
|
||||
},
|
||||
|
|
|
@ -321,6 +321,7 @@
|
|||
"ca": "Quin és el color del paviment podotàctil?",
|
||||
"cs": "Jakou barvu má hmatová dlažba?",
|
||||
"de": "Welche Farbe hat das taktile Pflaster?",
|
||||
"fr": "Quelle est la couleur du revêtement podotactile ?",
|
||||
"it": "Qual è il colore della pavimentazione tattile?",
|
||||
"nl": "Wat is de kleur van de voelbare bestrating?"
|
||||
},
|
||||
|
@ -329,6 +330,7 @@
|
|||
"ca": "El paviment podotàctil és de color {tactile_paving:colour}.",
|
||||
"cs": "Hmatová dlažba je {tactile_paving:colour}.",
|
||||
"de": "Die taktilen Pflastersteine sind in der Farbe {tactile_paving:colour} gehalten.",
|
||||
"fr": "Le revêtement podotactile est de couleur {tactile_paving:colour}.",
|
||||
"it": "La pavimentazione tattile è colorata {tactile_paving:colour}.",
|
||||
"nl": "De voelbare bestrating is {tactile_paving:colour} gekleurd."
|
||||
},
|
||||
|
@ -361,6 +363,7 @@
|
|||
"en": "The tactile paving is red.",
|
||||
"ca": "El paviment podotàctil és vermell.",
|
||||
"cs": "Tato hmatová dlažba je červená.",
|
||||
"fr": "Le revêtement podotactile est rouge.",
|
||||
"it": "La pavimentazione tattile è rossa.",
|
||||
"nl": "De voelbare bestrating is rood."
|
||||
}
|
||||
|
@ -371,6 +374,7 @@
|
|||
"en": "The tactile paving is white.",
|
||||
"ca": "El paviment podotàctil és blanc.",
|
||||
"cs": "Hmatová dlažba je bílá.",
|
||||
"fr": "Le revêtement podotactile est blanc.",
|
||||
"it": "La pavimentazione tattile è bianca.",
|
||||
"nl": "De voelbare bestrating is wit."
|
||||
}
|
||||
|
@ -381,6 +385,7 @@
|
|||
"en": "The tactile paving is grey.",
|
||||
"ca": "El paviment podotàctil és gris.",
|
||||
"cs": "Hmatová dlažba je šedá.",
|
||||
"fr": "Le revêtement podotactile est gris.",
|
||||
"it": "La pavimentazione tattile è grigia.",
|
||||
"nl": "De voelbare bestrating is grijs."
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"cy": "goleudy",
|
||||
"de": "Leuchtturm",
|
||||
"es": "faro",
|
||||
"fr": "Phares",
|
||||
"it": "Faro",
|
||||
"nl": "Vuurtorens"
|
||||
},
|
||||
|
@ -22,6 +23,7 @@
|
|||
"cy": "goleudy",
|
||||
"de": "Leuchtturm",
|
||||
"es": "faro",
|
||||
"fr": "Phare",
|
||||
"it": "Faro",
|
||||
"nl": "Vuurtoren"
|
||||
},
|
||||
|
@ -35,6 +37,7 @@
|
|||
"cy": "{name}",
|
||||
"de": "{name}",
|
||||
"es": "{name}",
|
||||
"fr": "{name}",
|
||||
"it": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
|
@ -67,6 +70,7 @@
|
|||
"cs": "maják",
|
||||
"de": "ein Leuchtturm",
|
||||
"es": "un faro",
|
||||
"fr": "un phare",
|
||||
"it": "un faro",
|
||||
"nl": "een vuurtoren"
|
||||
}
|
||||
|
@ -83,6 +87,7 @@
|
|||
"cs": "Jaká je výška tohoto majáku, v metrech?",
|
||||
"de": "Wie hoch ist dieser Leuchtturm in Metern?",
|
||||
"es": "¿Cuál es la altura de este faro, en metros?",
|
||||
"fr": "Quelle est la hauteur de ce phare, en mètres ?",
|
||||
"it": "Qual è l'altezza di questo faro, in metri?",
|
||||
"nl": "Wat is de hoogte van deze vuurtoren, in meters?"
|
||||
},
|
||||
|
@ -92,6 +97,7 @@
|
|||
"cs": "Výška tohoto majáku je {height} metrů.",
|
||||
"de": "Die Höhe dieses Leuchtturms beträgt {height} Meter.",
|
||||
"es": "La altura de este faro es de {height} metros.",
|
||||
"fr": "Ce phare fait {height} mètres de haut.",
|
||||
"it": "L'altezza di questo faro è {height} metri.",
|
||||
"nl": "De hoogte van deze vuurtoren is {height} meter."
|
||||
},
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"cs": "Úkoly MapRoulette",
|
||||
"de": "MapRoulette-Aufgaben",
|
||||
"es": "Tareas de MapRoulette",
|
||||
"fr": "Tâches MapRoulette",
|
||||
"it": "Compiti MapRoulette",
|
||||
"nl": "MapRoulette Taken",
|
||||
"pl": "Zadania MapRoulette"
|
||||
|
@ -226,6 +227,7 @@
|
|||
"cs": "Označit jako opravené",
|
||||
"de": "Als behoben markieren",
|
||||
"es": "Marcar como corregido",
|
||||
"fr": "Marquer comme corrigé",
|
||||
"it": "Segna come risolto",
|
||||
"pl": "Oznacz jako naprawione"
|
||||
}
|
||||
|
@ -246,6 +248,7 @@
|
|||
"cs": "Označit jako nenalezeno nebo falešně pozitivní",
|
||||
"de": "Als nicht gefunden oder Falschmeldung markieren",
|
||||
"es": "Marcar como no encontrado o falso positivo",
|
||||
"fr": "Marquer comme non trouvé ou faux positif",
|
||||
"it": "Segna come non trovato o falso positivo",
|
||||
"pl": "Oznacz jako nieznalezione lub fałszywie pozytywne"
|
||||
},
|
||||
|
@ -391,6 +394,7 @@
|
|||
"cs": "Zobrazit úkoly, které jsou zakázány",
|
||||
"de": "Aufgaben anzeigen, die deaktiviert wurden",
|
||||
"es": "Mostrar tareas deshabilitadas",
|
||||
"fr": "Montrer les tâches désactivées",
|
||||
"it": "Mostra compiti che sono disabilitati",
|
||||
"nl": "Toon uitgeschakelde taken",
|
||||
"pl": "Pokaż zadania, które są wyłączone"
|
||||
|
|
|
@ -583,7 +583,7 @@
|
|||
{
|
||||
"id": "Surface area",
|
||||
"render": {
|
||||
"en": "Surface area: {_surface:ha}Ha",
|
||||
"en": "This nature reserve is {_surface:ha}Ha big",
|
||||
"ca": "Superfície: {_surface:ha}Ha",
|
||||
"cs": "Plocha: {_surface:ha}Ha",
|
||||
"de": "Grundfläche: {_surface:ha}ha",
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"title": {
|
||||
"render": {
|
||||
"en": "Nesting site",
|
||||
"cs": "Hnízdiště"
|
||||
"cs": "Hnízdiště",
|
||||
"fr": "Nichoir"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -72,11 +73,13 @@
|
|||
"id": "nest_species",
|
||||
"question": {
|
||||
"en": "What species is this nesting site built for?",
|
||||
"cs": "Pro jaké druhy je toto hnízdiště určeno?"
|
||||
"cs": "Pro jaké druhy je toto hnízdiště určeno?",
|
||||
"fr": "À quelle espère est destiné ce nichoir ?"
|
||||
},
|
||||
"render": {
|
||||
"en": "<h3>About the nesting species</h3>{wikipedia(species:wikidata)}",
|
||||
"cs": "<h3>O hnízdících druzích</h3>{wikipedia(species:wikidata)}"
|
||||
"cs": "<h3>O hnízdících druzích</h3>{wikipedia(species:wikidata)}",
|
||||
"fr": "<h3>À propos des espèces nicheuses</h3>{wikipedia(species:wikidata)}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "species:wikidata",
|
||||
|
@ -90,21 +93,24 @@
|
|||
"id": "nest_support",
|
||||
"question": {
|
||||
"en": "How is this nesting site installed?",
|
||||
"cs": "Jak je toto hnízdiště nainstalováno?"
|
||||
"cs": "Jak je toto hnízdiště nainstalováno?",
|
||||
"fr": "Comment ce nichoir est installé ?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "support=wall",
|
||||
"then": {
|
||||
"en": "Mounted on a wall",
|
||||
"cs": "Připevněno na stěnu"
|
||||
"cs": "Připevněno na stěnu",
|
||||
"fr": "Fixé à un mur"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "support=pole",
|
||||
"then": {
|
||||
"en": "Mounted on a pole",
|
||||
"cs": "Připevněno na sloup"
|
||||
"cs": "Připevněno na sloup",
|
||||
"fr": "Fixé à un poteau"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"da": "Observationstårne",
|
||||
"de": "Aussichtstürme",
|
||||
"es": "Torres de observación",
|
||||
"fr": "Tours d'observation",
|
||||
"it": "Torri di osservazione",
|
||||
"nl": "Uitkijktorens",
|
||||
"pl": "Wieże obserwacyjne",
|
||||
|
@ -18,6 +19,7 @@
|
|||
"cs": "Věže s panoramatickým výhledem",
|
||||
"de": "Türme zur Aussicht auf die umgebende Landschaft",
|
||||
"es": "Torres con vistas panorámicas",
|
||||
"fr": "Tours avec vue panoramique",
|
||||
"it": "Torri con vista panoramica",
|
||||
"nl": "Torens om van het uitzicht te genieten",
|
||||
"pl": "Wieże z panoramicznym widokiem"
|
||||
|
@ -131,6 +133,7 @@
|
|||
"cs": "Jaká je výška této věže?",
|
||||
"de": "Wie hoch ist dieser Turm?",
|
||||
"es": "¿Cuál es la altura de esta torre?",
|
||||
"fr": "Quelle est la hauteur de cette tour ?",
|
||||
"it": "Qual è l'altezza di questa torre?",
|
||||
"nl": "Hoe hoog is deze toren?",
|
||||
"pl": "Jaka jest wysokość tej wieży?"
|
||||
|
@ -141,6 +144,7 @@
|
|||
"cs": "Tato věž je {height} vysoká",
|
||||
"de": "Dieser Turm ist {height} hoch",
|
||||
"es": "Esta torre mide {height} de alto",
|
||||
"fr": "Cette tour mesure {height} de haut",
|
||||
"it": "Questa torre è alta {height}",
|
||||
"nl": "Deze toren is {height} hoog",
|
||||
"pl": "Ta wieża ma wysokość {height}"
|
||||
|
@ -198,6 +202,7 @@
|
|||
"cs": "Kolik se platí za vstup do této věže?",
|
||||
"de": "Was kostet der Zugang zu diesem Turm?",
|
||||
"es": "¿Cuánto hay que pagar para entrar en esta torre?",
|
||||
"fr": "Combien doit-on payer pour entrer dans cette tour ?",
|
||||
"it": "Quanto si deve pagare per entrare in questa torre?",
|
||||
"nl": "Hoeveel moet men betalen om deze toren te bezoeken?",
|
||||
"pl": "Ile kosztuje wstęp na tę wieżę?"
|
||||
|
@ -208,6 +213,7 @@
|
|||
"cs": "Návštěva této věže stojí <b>{charge}</b>",
|
||||
"de": "Der Besuch des Turms kostet <b>{charge}</b>",
|
||||
"es": "Visitar esta torre cuesta <b>{charge}</b>",
|
||||
"fr": "Visiter cette tour coûte <b>{charge}</b>",
|
||||
"it": "La visita a questa torre costa <b>{charge}</b>",
|
||||
"nl": "Deze toren bezoeken kost <b>{charge}</b>",
|
||||
"pl": "Wizyta na tej wieży kosztuje <b>{charge}</b>"
|
||||
|
@ -346,6 +352,7 @@
|
|||
"cs": "Kdo udržuje tuto věž?",
|
||||
"de": "Wer betreibt den Turm?",
|
||||
"es": "¿Quién mantiene esta torre?",
|
||||
"fr": "Qui entretient cette tour ?",
|
||||
"it": "Chi mantiene questa torre?",
|
||||
"nl": "Wie onderhoudt deze toren?",
|
||||
"pl": "Kto obsługuje tę wieżę?"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"cs": "Fyzioterapeut",
|
||||
"de": "Physiotherapeuten",
|
||||
"es": "Fisioterapeuta",
|
||||
"fr": "Kinésithérapeute",
|
||||
"it": "Fisioterapista",
|
||||
"nl": "Kinesist",
|
||||
"pl": "Fizjoterapeuta",
|
||||
|
@ -32,6 +33,7 @@
|
|||
"cs": "Fyzioterapeut {name}",
|
||||
"de": "Physiotherapeut {name}",
|
||||
"es": "Fisioterapeuta {name}",
|
||||
"fr": "Kinésithérapeute {name}",
|
||||
"it": "Fisioterapista {name}",
|
||||
"nl": "Kinesist {name}",
|
||||
"pl": "Fizjoterapeuta {name}"
|
||||
|
@ -84,6 +86,7 @@
|
|||
"cs": "Jak se jmenuje ordinace fyzioterapeuta?",
|
||||
"de": "Wie heißt die Praxis des Physiotherapeuten?",
|
||||
"es": "¿Cuál es el nombre de este consultorio de fisioterapia?",
|
||||
"fr": "Quel est le nom de ce cabinet de kinésithérapie ?",
|
||||
"it": "Qual è il nome di questo studio di fisioterapia?",
|
||||
"nl": "Wat is de naam van deze kinesistenpraktijk?"
|
||||
},
|
||||
|
@ -93,6 +96,7 @@
|
|||
"cs": "Tato ordinace fyzioterapeuta se jmenuje {name}",
|
||||
"de": "Die Praxis des Physiotherapeuten heißt {name}",
|
||||
"es": "Este consultorio de fisioterapia se llama {name}",
|
||||
"fr": "Le cabinet de kinésithérapie s'appelle {name}",
|
||||
"it": "Questo studio di fisioterapia si chiama {name}",
|
||||
"nl": "Deze kinesistenpraktijk heet {name}"
|
||||
},
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
"da": "Dette er et bord- og bænkesæt af genbrugt plastik",
|
||||
"de": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt",
|
||||
"es": "Esta mesa de picnic está hecha de plástico (reciclado)",
|
||||
"fr": "Cette table de pique-nique est en plastique (recyclé)",
|
||||
"fr": "C'est une table en plastique (recyclé)",
|
||||
"it": "Questo tavolo da picnic è fatto di plastica (riciclata)",
|
||||
"nl": "Deze picknictafel is gemaakt uit (gerecycleerd) plastiek"
|
||||
}
|
||||
|
@ -168,6 +168,7 @@
|
|||
"da": "Dette er et bord- og bænkesæt af metal",
|
||||
"de": "Der Picknicktisch ist aus Metall",
|
||||
"es": "Esta mesa de picnic está hecha de metal",
|
||||
"fr": "C'est une table en métal",
|
||||
"it": "Questo tavolo da picnic è fatto di metallo",
|
||||
"nl": "Deze picnictafel is gemaakt uit metaal"
|
||||
}
|
||||
|
|
|
@ -34,9 +34,7 @@
|
|||
"lineRendering": [
|
||||
{
|
||||
"width": 8,
|
||||
"color": {
|
||||
"render": "white"
|
||||
}
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"width": 6,
|
||||
|
|
|
@ -844,6 +844,7 @@
|
|||
"cs": "Jedná se o školní dvůr - (venkovní) prostor, kde si mohou žáci školy hrát o přestávce a který není veřejně přístupný",
|
||||
"de": "Dies ist ein Schulhof - ein (Außen-)Bereich, auf dem die Schüler einer Schule in den Pausen spielen können und der nicht öffentlich zugänglich ist",
|
||||
"es": "Este es un patio de recreo escolar - una zona (al aire libre) donde los alumnos de una escuela pueden jugar durante el recreo y que no es accesible al público",
|
||||
"fr": "C'est une cour d'école - un espace (extérieur) où les élèves peuvent jouer pendant la récréation et qui n'est pas ouvert au public",
|
||||
"it": "Questo è un cortile scolastico - un'area (all'aperto) dove gli alunni di una scuola possono giocare durante la ricreazione e che non è accessibile al pubblico",
|
||||
"nl": "Dit is een schoolplein - een ruimte waar de leerlingen van een school kunnen spelen tijdens de pauze maar die niet publiek toegankelijk is"
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"cy": "Cysgod",
|
||||
"de": "Unterstand",
|
||||
"es": "Refugio",
|
||||
"fr": "Abri",
|
||||
"it": "Riparo",
|
||||
"nl": "Schuilplaats"
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"cs": "Budovy s architektonickým slohem",
|
||||
"da": "Bygninger med en arkitektonisk stil",
|
||||
"de": "Gebäude mit einem architektonischen Stil",
|
||||
"fr": "Bâtiments avec un style architectural",
|
||||
"it": "Edifici con uno stile architettonico",
|
||||
"uk": "Будівлі з архітектурним стилем",
|
||||
"zh_Hant": "有特定風格的建築"
|
||||
|
@ -14,6 +15,7 @@
|
|||
"cs": "Mapa ukazující architektonické slohy budov",
|
||||
"da": "Et kort, der viser bygningernes arkitektoniske stil",
|
||||
"de": "Eine Karte, die den architektonischen Stil der Gebäude zeigt",
|
||||
"fr": "Une carte montrant les styles architecturaux des bâtiments",
|
||||
"it": "Una mappa che mostra lo stile architettonico degli edifici",
|
||||
"uk": "Карта, що показує архітектурний стиль будівель",
|
||||
"zh_Hant": "顯示建築風格的地圖"
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"then": {
|
||||
"en": "Building part",
|
||||
"cs": "Část budovy",
|
||||
"da": "Bygningsdel",
|
||||
"de": "Gebäudeteil"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"en": "Transit routes",
|
||||
"ca": "Rutes de bus",
|
||||
"cs": "Dopravní trasy",
|
||||
"da": "Busruter",
|
||||
"da": "Transportruter",
|
||||
"de": "Buslinien",
|
||||
"es": "Rutas de autobús",
|
||||
"fr": "Lignes de bus",
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"id": "zhv",
|
||||
"title": {
|
||||
"en": "ZHV Import Tool",
|
||||
"cs": "Nástroj importu ZHV"
|
||||
"cs": "Nástroj importu ZHV",
|
||||
"da": "ZHV-importværktøj"
|
||||
},
|
||||
"description": {
|
||||
"en": "Small theme allowing import of bus stops from the Zentrales Haltestellenverzeichnis in Germany.",
|
||||
"cs": "Malé téma umožňující import zastávek autobusu z Zentrales Haltestellenverzeichnis v Německu."
|
||||
"cs": "Malé téma umožňující import zastávek autobusu z Zentrales Haltestellenverzeichnis v Německu.",
|
||||
"da": "Lille tema, der gør det muligt at importere busstoppesteder fra Zentrales Haltestellenverzeichnis i Tyskland."
|
||||
},
|
||||
"icon": "./assets/layers/transit_stops/bus_stop.svg",
|
||||
"hideFromOverview": true,
|
||||
|
@ -15,12 +17,14 @@
|
|||
"id": "zhv",
|
||||
"name": {
|
||||
"en": "Public transport stops in ZHV",
|
||||
"cs": "Zastávky veřejné dopravy v ZHV"
|
||||
"cs": "Zastávky veřejné dopravy v ZHV",
|
||||
"da": "Offentlige trafikstoppesteder i ZHV"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Public transport stop in ZHV",
|
||||
"cs": "Zastávka veřejné dopravy v ZHV"
|
||||
"cs": "Zastávka veřejné dopravy v ZHV",
|
||||
"da": "Offentlig transportstop i ZHV"
|
||||
}
|
||||
},
|
||||
"minzoom": 15,
|
||||
|
@ -34,21 +38,24 @@
|
|||
"id": "name",
|
||||
"render": {
|
||||
"en": "This stop is called {Name}",
|
||||
"cs": "Tato zastávka se jmenuje {Name}"
|
||||
"cs": "Tato zastávka se jmenuje {Name}",
|
||||
"da": "Dette stop hedder {Name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"render": {
|
||||
"en": "The ID of this stop is {_ifopt}",
|
||||
"cs": "ID této zastávky je {_ifopt}"
|
||||
"cs": "ID této zastávky je {_ifopt}",
|
||||
"da": "ID'et for dette stop er {_ifopt}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "closest_stop",
|
||||
"render": {
|
||||
"en": "The closest stop in OSM is <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>.",
|
||||
"cs": "Nejbližší zastávky v OSM je <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
"cs": "Nejbližší zastávky v OSM je <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>.",
|
||||
"da": "Det nærmeste stoppested i OSM er <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -60,7 +67,8 @@
|
|||
"tags": "_tags",
|
||||
"text": {
|
||||
"en": "Add this stop",
|
||||
"cs": "Přidat tuto zastávku"
|
||||
"cs": "Přidat tuto zastávku",
|
||||
"da": "Tilføj dette stop"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -75,7 +83,8 @@
|
|||
"id": "tag-hint",
|
||||
"render": {
|
||||
"en": "This stop will get the following tags: <b>{_tags}</b>",
|
||||
"cs": "Tato zastávka získá následující štítky: <b>{_tags}</b>"
|
||||
"cs": "Tato zastávka získá následující štítky: <b>{_tags}</b>",
|
||||
"da": "Dette stop får følgende tags: <b>{_tags}</b>"
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
|
@ -88,7 +97,8 @@
|
|||
"id": "imported",
|
||||
"render": {
|
||||
"en": "This stop is (probably) already added. <a href=#{_closest_osm_stop_id}>View the point</a>.",
|
||||
"cs": "Tato zastávka už byla (pravděpodobně) přidána. <a href=#{_closest_osm_stop_id}>Zobrazit bod</a>."
|
||||
"cs": "Tato zastávka už byla (pravděpodobně) přidána. <a href=#{_closest_osm_stop_id}>Zobrazit bod</a>.",
|
||||
"da": "Dette stop er (sandsynligvis) allerede tilføjet. <a href=#{_closest_osm_stop_id}>Se punktet</a>."
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
|
@ -149,14 +159,16 @@
|
|||
"id": "all_transit_stops",
|
||||
"name": {
|
||||
"en": "Public transport stops in OSM",
|
||||
"cs": "Zastávky veřejné dopravy v OSM"
|
||||
"cs": "Zastávky veřejné dopravy v OSM",
|
||||
"da": "Stoppesteder for offentlig transport i OSM"
|
||||
},
|
||||
"tagRenderings+": [
|
||||
{
|
||||
"id": "type",
|
||||
"question": {
|
||||
"en": "What kind of transit types is this stop used for?",
|
||||
"cs": "Pro jaké druhy dopravy se tato zastávka používá?"
|
||||
"cs": "Pro jaké druhy dopravy se tato zastávka používá?",
|
||||
"da": "Hvilke transporttyper bruges denne stoppested til?"
|
||||
},
|
||||
"condition": "_geometry:type=Point",
|
||||
"multiAnswer": true,
|
||||
|
@ -171,7 +183,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "This stop is used for bus transit.",
|
||||
"cs": "Tato zastávka slouží pro autobusovou dopravu."
|
||||
"cs": "Tato zastávka slouží pro autobusovou dopravu.",
|
||||
"da": "Dette stoppested bruges til buskørsel."
|
||||
},
|
||||
"addExtraTags": [
|
||||
"highway=bus_stop"
|
||||
|
@ -182,7 +195,8 @@
|
|||
"ifnot": "train=",
|
||||
"then": {
|
||||
"en": "This stop is used for train transit.",
|
||||
"cs": "Tato zastávka slouží pro vlakovou dopravu."
|
||||
"cs": "Tato zastávka slouží pro vlakovou dopravu.",
|
||||
"da": "Dette stop bruges til togtransport."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -190,7 +204,8 @@
|
|||
"ifnot": "light_rail=",
|
||||
"then": {
|
||||
"en": "This stop is used for light rail transit.",
|
||||
"cs": "Tato zastávka slouží pro lehkou železnici."
|
||||
"cs": "Tato zastávka slouží pro lehkou železnici.",
|
||||
"da": "Dette stoppested bruges til letbanetransport."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -198,7 +213,8 @@
|
|||
"ifnot": "subway=",
|
||||
"then": {
|
||||
"en": "This stop is used for subway transit.",
|
||||
"cs": "Tato zastávka slouží pro metro."
|
||||
"cs": "Tato zastávka slouží pro metro.",
|
||||
"da": "Dette stoppested bruges til metrotransport."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -206,7 +222,8 @@
|
|||
"ifnot": "tram=",
|
||||
"then": {
|
||||
"en": "This stop is used for tram transit.",
|
||||
"cs": "Tato zastávka slouží pro tramvajovou dopravu."
|
||||
"cs": "Tato zastávka slouží pro tramvajovou dopravu.",
|
||||
"da": "Dette stoppested bruges til sporvognstransport."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -214,7 +231,8 @@
|
|||
"ifnot": "ferry=",
|
||||
"then": {
|
||||
"en": "This stop is used for ferry transit.",
|
||||
"cs": "Tato zastávka slouží pro přívoz nebo trajekt."
|
||||
"cs": "Tato zastávka slouží pro přívoz nebo trajekt.",
|
||||
"da": "Dette stoppested bruges til færgetransport."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -223,18 +241,21 @@
|
|||
"id": "ifopt",
|
||||
"question": {
|
||||
"en": "What is the IFOPT reference of this stop?",
|
||||
"cs": "Jaká je reference IFOPT této zastávky?"
|
||||
"cs": "Jaká je reference IFOPT této zastávky?",
|
||||
"da": "Hvad er IFOPT-referencen for dette stop?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The IFOPT reference of this stop is {ref:IFOPT}.",
|
||||
"cs": "Reference IFOPT této zastávky je {ref:IFOPT}."
|
||||
"cs": "Reference IFOPT této zastávky je {ref:IFOPT}.",
|
||||
"da": "IFOPT-referencen for dette stop er {ref:IFOPT}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "ref:IFOPT",
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. NL:Q:15003950 or de:03457:15801::2",
|
||||
"cs": "např. NL:Q:15003950 nebo de:03457:15801::2"
|
||||
"cs": "např. NL:Q:15003950 nebo de:03457:15801::2",
|
||||
"da": "f.eks. NL:Q:15003950 eller de:03457:15801::2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -243,7 +264,8 @@
|
|||
"condition": "_has_closeby_feature=yes",
|
||||
"render": {
|
||||
"en": "There is a ZHV stop nearby: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>.",
|
||||
"cs": "Poblíž je zastávka ZHV: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>."
|
||||
"cs": "Poblíž je zastávka ZHV: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>.",
|
||||
"da": "Der er et ZHV-stoppested i nærheden.: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -261,7 +283,8 @@
|
|||
"id_of_object_to_apply_this_one": "_closest_osm_stop_id",
|
||||
"message": {
|
||||
"en": "Add IFOPT to this stop",
|
||||
"cs": "Přidat k této zastávce IFOPT"
|
||||
"cs": "Přidat k této zastávce IFOPT",
|
||||
"da": "Føj IFOPT til dette stop"
|
||||
},
|
||||
"image": "./assets/svg/addSmall.svg"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,11 @@
|
|||
"back": "Tilbage til MapComplete",
|
||||
"download": "Download appen",
|
||||
"downloadOnFDroid": "Download MapComplete på F-Droid",
|
||||
"getOnGoogle": "Download MapComplete i Google Playstore",
|
||||
"getOnObtanium": "Hent på Obtainium",
|
||||
"intro": "MapComplete er tilgængelig som Android-app i forskellige app-butikker. Installation af app-versionen gør det nemmere at få adgang til MapComplete og bruger mindre internet. Webversionen har dog de samme funktioner.",
|
||||
"legacyExplanation": "På grund af restriktioner fra Google er det ikke muligt at kompilere en identisk APK til nyere og ældre Android-versioner.\nHvis installationen via F-Droid, Google Play, Obtainium eller installationen af 'seneste' ovenfor mislykkedes, kan du prøve en af de ældre versioner af Android, som er tilgængelige nedenfor.",
|
||||
"legacyHeader": "Builds til ældre Android-telefoner",
|
||||
"noPlayServices": "Appen fungerer uden Google Play Services",
|
||||
"older": "Se ældre builds",
|
||||
"title": "MapComplete Android-app"
|
||||
|
@ -19,6 +23,9 @@
|
|||
"retrying": "Indlæsning af data fejlede. Prøver igen om {count} sekunder…",
|
||||
"zoomIn": "Zoom ind for at se og redigere data"
|
||||
},
|
||||
"collectionTimes": {
|
||||
"addTime": "Tilføj tidspunkt"
|
||||
},
|
||||
"communityIndex": {
|
||||
"available": "Dette brugerfællesskab taler {native}",
|
||||
"intro": "Få kontakt med andre personer for at lære mere fra dem …",
|
||||
|
@ -350,6 +357,7 @@
|
|||
"open_during_ph": "På offentlige helligdage, er dette",
|
||||
"open_until": "Lukker {date}",
|
||||
"opensAt": "fra",
|
||||
"ph": "Helligdage",
|
||||
"ph_closed": "lukket",
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "åbent",
|
||||
|
@ -370,6 +378,12 @@
|
|||
"versionInfo": "v{version} - genereret den {date}"
|
||||
},
|
||||
"pickLanguage": "Vælg sprog",
|
||||
"points_in_time": {
|
||||
"closed": "Lukket",
|
||||
"daily": "Hver dag",
|
||||
"weekdays": "På hverdage",
|
||||
"weekends": "I weekenden"
|
||||
},
|
||||
"poweredByMapComplete": "Drevet af MapComplete - crowdsourcede, tematiske kort med OpenStreetMap",
|
||||
"poweredByOsm": "Drevet af OpenStreetMap",
|
||||
"questionBox": {
|
||||
|
@ -528,6 +542,7 @@
|
|||
"tuesday": "Tirsdag",
|
||||
"wednesday": "Onsdag"
|
||||
},
|
||||
"welcomeBack": "Velkommen tilbage",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "Mangler der et element? Brug knappen nederst til venstre til at tilføje et nyt interessepunkt.",
|
||||
"general": "På dette kort kan du se, redigere og tilføje <i> interessepunkter</i>. Zoom rundt for at se interessepunkter, tryk på et for at se eller redigere oplysningerne. Alle data er hentet fra og gemt i OpenStreetMap, som frit kan genbruges."
|
||||
|
@ -664,6 +679,7 @@
|
|||
},
|
||||
"input_helpers": {
|
||||
"distance": {
|
||||
"measureAgain": "Start ny måling fra nuværende placering",
|
||||
"setFirst": "Mål fra nuværende position"
|
||||
}
|
||||
},
|
||||
|
@ -741,6 +757,22 @@
|
|||
"typeText": "Indtast noget tekst for at tilføje en kommentar",
|
||||
"warnAnonymous": "Du er ikke logget ind. Vi vil ikke kunne kontakte dig for at løse dit problem."
|
||||
},
|
||||
"offline": {
|
||||
"actions": "Handlinger",
|
||||
"autoCheckmark": "Download automatisk basiskortet, når du browser rundt",
|
||||
"autoExplanation": "Hvis denne indstilling er markeret, downloader MapComplete automatisk basiskortet til cachen for området. Dette medfører større indledende datamængder, men kræver mindre internet på lang sigt. Hvis du planlægger at besøge et område med dårligere internetforbindelse, kan du også vælge det område, du vil downloade, nedenfor.",
|
||||
"autoExplanationIntro": "Hvad betyder automatisk download af basiskort?",
|
||||
"date": "Data til kortgenerering",
|
||||
"delete": "Slet basiskort",
|
||||
"deleteAll": "Slet alle basiskort",
|
||||
"download": "Download område",
|
||||
"installing": "Data downloades",
|
||||
"localOnMap": "Offline basiskort på kortet",
|
||||
"name": "Navn",
|
||||
"overview": "Oversigt over offline basiskort",
|
||||
"range": "Zoomområder",
|
||||
"size": "Størrelse"
|
||||
},
|
||||
"plantDetection": {
|
||||
"back": "Tilbage til artsoversigt",
|
||||
"button": "Registrer automatisk plantearterne ved hjælp af AI fra Plantnet.org",
|
||||
|
@ -807,9 +839,12 @@
|
|||
"deleteConfirm": "Slet denne anmeldelse permanent",
|
||||
"deleteText": "Dette kan ikke fortrydes",
|
||||
"deleteTitle": "Slet denne anmeldelse?",
|
||||
"disabledForPrivacy": "Anmeldelser er deaktiveret på grund af dine privatlivsindstillinger.",
|
||||
"edit": "Rediger anmeldelse",
|
||||
"editPrivacySettings": "Rediger dine privatlivsindstillinger",
|
||||
"i_am_affiliated": "<span>Jeg er tilknyttet dette objekt</span><br><span class=\"subtle\">Tjek, om du er ejer, skaber, ansat, ...</span>",
|
||||
"i_am_affiliated_explanation": "Tjek, om du er ejer, ophavsmand eller ansat, …",
|
||||
"loadOnce": "Indlæs anmeldelser én gang",
|
||||
"no_reviews_yet": "Der er ingen anmeldelser endnu. Vær den første til at skrive en!",
|
||||
"non_place_review": "En anmeldelse handler ikke om et sted og vises ikke her.",
|
||||
"non_place_reviews": "{n} anmeldelser handler ikke om et sted og vises ikke her.",
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
"back": "Zurück zu MapComplete",
|
||||
"download": "Lade die App runter",
|
||||
"downloadOnFDroid": "Lade MapComplete auf F-Droid runter",
|
||||
"getOnGoogle": "Lade MapComplete im Google Playstore runter",
|
||||
"getOnObtanium": "Hol es dir auf Obtainium",
|
||||
"intro": "MapComplete gibt's als Android-App in verschiedenen App-Stores. Wenn du die App installierst, kannst du einfacher auf MapComplete zugreifen und brauchst weniger Internet. Die Webversion hat aber die gleichen Funktionen.",
|
||||
"legacyExplanation": "Wegen Einschränkungen von Google ist es nicht möglich, eine identische APK für neuere und ältere Android-Versionen zu erstellen.\nWenn die Installation über F-Droid, Google Play, Obtainium oder die Installation der „neuesten” Version oben nicht geklappt hat, probier mal eine der Versionen für ältere Android-Versionen, die du unten findest.",
|
||||
"legacyHeader": "Versionen für ältere Android-Handys",
|
||||
"noPlayServices": "Die App funktioniert ohne Google Play Services",
|
||||
|
@ -206,6 +208,9 @@
|
|||
"mapContributionsBy": "Angezeigte Daten wurden bearbeitet durch {contributors}",
|
||||
"mapContributionsByAndHidden": "Die angezeigten Daten wurden bearbeitet von {contributors} und {hiddenCount} weiteren Beitragenden",
|
||||
"mapillaryHelp": "<b>Mapillary</b> ist ein Online-Dienst, der Straßenbilder sammelt und sie unter einer freien Lizenz anbietet. Mitwirkende dürfen diese Bilder verwenden, um OpenStreetMap zu verbessern",
|
||||
"ngiProgram": "mit finanzieller Unterstützung durch das Programm „Next Generation Internet“ der Europäischen Kommission.",
|
||||
"ngiZero": "Dieses Projekt wird durch NGI0 Entrust finanziert",
|
||||
"nlNetMapComplete": "Mehr Infos findest du auf der NlNet-Projektseite",
|
||||
"openIssueTracker": "Fehler melden",
|
||||
"openMapillary": "Mapillary öffnen",
|
||||
"openOsmcha": "Neueste Bearbeitungen zur Themenkarte {theme} anzeigen",
|
||||
|
@ -295,6 +300,7 @@
|
|||
},
|
||||
"levelSelection": {
|
||||
"addNewOnLevel": "Befindet sich der neue Punkt auf der Ebene {level}?",
|
||||
"cancel": "Alle Levels anzeigen",
|
||||
"confirmLevel": "Ja, füge {preset} auf Ebene {level} hinzu"
|
||||
},
|
||||
"loading": "Laden…",
|
||||
|
@ -347,6 +353,7 @@
|
|||
"open_24_7": "Durchgehend geöffnet",
|
||||
"open_during_ph": "An Feiertagen ist hier",
|
||||
"opensAt": "von",
|
||||
"ph": "Feiertage",
|
||||
"ph_closed": "geschlossen",
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "geöffnet",
|
||||
|
@ -367,6 +374,12 @@
|
|||
"versionInfo": "v{version} - erstellt am {date}"
|
||||
},
|
||||
"pickLanguage": "Sprache auswählen",
|
||||
"points_in_time": {
|
||||
"closed": "Geschlossen",
|
||||
"daily": "Täglich",
|
||||
"weekdays": "An Wochentagen",
|
||||
"weekends": "An Wochenenden"
|
||||
},
|
||||
"poweredByMapComplete": "Mit Hilfe von MapComplete - thematische Karten mit OpenStreetMap von vielen Menschen zusammengestellt",
|
||||
"poweredByOsm": "Unterstützt von OpenStreetMap",
|
||||
"questionBox": {
|
||||
|
@ -411,6 +424,7 @@
|
|||
"recentThemes": "Kürzlich besuchte Themenkarten",
|
||||
"recents": "Kürzlich angesehene Objekte",
|
||||
"search": "Ortssuche",
|
||||
"searchShort": "Suche…",
|
||||
"searching": "Suchen …"
|
||||
},
|
||||
"searchAnswer": "Option suchen.",
|
||||
|
@ -524,6 +538,7 @@
|
|||
"tuesday": "Dienstag",
|
||||
"wednesday": "Mittwoch"
|
||||
},
|
||||
"welcomeBack": "Willkommen zurück",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "Fehlt ein Element? Über die Schaltfläche unten links, kann ein neues Objekt hinzugefügt werden.",
|
||||
"general": "Auf dieser Karte können <i>Objekte</i> angesehen, bearbeitet und hinzugefügt werden. Der Kartenausschnitt kann verschoben werden, um Objekte zu entdecken. Objekte können ausgewählt werden, um weitere Informationen anzuzeigen oder zu bearbeiten. Alle Daten stammen von OpenStreetMap und dürfen frei verwendet werden."
|
||||
|
@ -545,6 +560,7 @@
|
|||
},
|
||||
"hotkeyDocumentation": {
|
||||
"action": "Aktion",
|
||||
"addNew": "Öffne das Dialogfeld, um einen neuen Punkt in der Mitte der Karte hinzuzufügen",
|
||||
"closeSidebar": "Seitenleiste schließen",
|
||||
"geolocate": "Karte auf aktuellen Standort verschieben oder zoomen. Erfordert Standortberechtigung",
|
||||
"homeLocation": "Springe zu deinem Heimatort. Funktioniert nur, wenn du deinen Heimatort in den Benutzereinstellungen festgelegt hast.",
|
||||
|
@ -570,6 +586,8 @@
|
|||
"addPicture": "Mach ein Foto",
|
||||
"doDelete": "Bild entfernen",
|
||||
"isDeleted": "Gelöscht",
|
||||
"loadingFailed": "Das Laden dieses Bildes hat nicht geklappt",
|
||||
"mapillaryTrackingProtection": "Der strenge Tracking-Schutz verhindert das Laden von Bildern von Mapillary, weil Mapillary zu Facebook/Meta gehört. Deaktiviere den strengen Tracking-Schutz, wenn du dieses Bild sehen willst.",
|
||||
"nearby": {
|
||||
"close": "Übersicht mit nahegelegenen Bildern ausklappen",
|
||||
"failed": "Abruf von Bildern von {service} fehlgeschlagen",
|
||||
|
@ -584,9 +602,13 @@
|
|||
"otherFreeform": "Bitte gib an, warum dieses Bild entfernt werden soll:",
|
||||
"placeholder": "Erkläre, warum das Bild gelöscht werden sollte",
|
||||
"report": {
|
||||
"blur_excess": "Das Bild ist zu unscharf, sodass man es nicht verwenden kann",
|
||||
"blur_missing": "Ein oder mehrere Gesichter sind nicht richtig unscharf gemacht",
|
||||
"copyright": "Das Bild enthält urheberrechtlich geschützte Inhalte",
|
||||
"inappropriate": "Dieses Bild ist unangemessen (es enthält Nacktheit, ruft nach Hass oder ist nicht Streetview)",
|
||||
"mislocated": "Dieses Bild ist am falschen Ort",
|
||||
"other": "Ein weiterer Grund, bitte angeben",
|
||||
"picture_low_quality": "Dieses Bild ist qualitativ schlecht und kann nicht verwendet werden",
|
||||
"privacy": "Das Bild zeigt eine private Immobilie"
|
||||
},
|
||||
"requestDeletion": "Bildlöschung beantragen",
|
||||
|
@ -594,8 +616,11 @@
|
|||
},
|
||||
"pleaseLogin": "Bitte anmelden, um ein Bild hinzuzufügen",
|
||||
"processing": "Der Server verarbeitet das Bild",
|
||||
"reported": "Dieses Bild wurde gemeldet und könnte schädliche Inhalte haben",
|
||||
"respectPrivacy": "Laden Sie keine Bilder von Google Maps, Google Streetview oder anderen urheberrechtlich geschützten Quellen hoch.",
|
||||
"selectFile": "Wähle ein Bild von deinem Gerät aus",
|
||||
"showAnyway": "Bild trotzdem anzeigen",
|
||||
"strictProtectionDetected": "Ein strenger Tracking-Schutz (oder ein anderer Inhaltsblocker) wurde erkannt und hat vielleicht den Zugriff auf dieses Bild gesperrt.",
|
||||
"toBig": "Ihr Bild ist mit {actual_size} zu groß. Die maximale Bildgröße ist {max_size}",
|
||||
"unlink": {
|
||||
"button": "Bild entkoppeln",
|
||||
|
|
|
@ -2218,6 +2218,20 @@
|
|||
"Name": {
|
||||
"question": "Was ist der Name dieses Unternehmens?",
|
||||
"render": "Das Unternehmen heißt {name}"
|
||||
},
|
||||
"pub_reusable_packaging": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Akzeptiert wiederverwendbare Becher"
|
||||
},
|
||||
"1": {
|
||||
"then": "Akzeptiert keine wiederverwendbaren Becher"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Nur</b> für Personen, die wiederverwendbare Becher mitbringen"
|
||||
}
|
||||
},
|
||||
"question": "Kann man bei {title()} wiederverwendbare Becher mitbringen?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -2780,7 +2794,7 @@
|
|||
"then": "Für den Zugang zur Station muss ein <b>Schlüssel</b> angefordert werden<br/><span class='subtle'>z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann, die an der Rezeption einen Schlüssel erhalten, um die Ladestation aufzuschließen</span>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, ...)"
|
||||
"then": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, …)"
|
||||
},
|
||||
"5": {
|
||||
"then": "Diese Ladestation ist zu gewissen Öffnungszeiten oder Bedingungen öffentlich zugänglich. Einschränkungen sind möglich, aber generelle Nutzung ist erlaubt."
|
||||
|
@ -2789,6 +2803,13 @@
|
|||
"question": "Wer darf diese Ladestation benutzen?",
|
||||
"render": "Zugang ist {access}"
|
||||
},
|
||||
"app-name": {
|
||||
"freeform": {
|
||||
"placeholder": "Name der App"
|
||||
},
|
||||
"question": "Wie heißt die App, die für die Zahlung benutzt wird?",
|
||||
"render": "Die Zahlung kann über die App <b>{payment:app}</b> erledigt werden."
|
||||
},
|
||||
"capacity": {
|
||||
"question": "Wie viele Fahrzeuge können hier gleichzeitig laden?",
|
||||
"render": "Hier können {capacity} Fahrzeuge gleichzeitig laden"
|
||||
|
@ -2813,7 +2834,7 @@
|
|||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, ... kostenlos"
|
||||
"then": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, … kostenlos"
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Nutzung ist kostenpflichtig"
|
||||
|
@ -3274,6 +3295,23 @@
|
|||
},
|
||||
"question": "Kann man hier ein Sicherungsgerät für die Kletterwand ausleihen?"
|
||||
},
|
||||
"bouldering_mat_rental": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hier kannst du dir kostenlos eine Bouldermatte ausleihen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier kannst du eine Bouldermatte für {service:boulder_mat:rental:charge} mieten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier kann man eine Bouldermatte mieten"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ein Bouldermatten-Seil kann hier <b>nicht</b> gemietet werden"
|
||||
}
|
||||
},
|
||||
"question": "Kann man hier eine Bouldermatte ausleihen, um an anderen Orten zu bouldern?"
|
||||
},
|
||||
"harness_rental": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3698,6 +3736,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Diese Kreuzung hat taktile Pflasterung, ist aber nicht korrekt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Diese Kreuzung hat zwar taktile Bodenmarkierungen, aber nur auf einer Seite"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es an dieser Kreuzung ein Blindenleitsystem?"
|
||||
|
@ -3763,6 +3804,20 @@
|
|||
},
|
||||
"question": "Welche Art von Markierungen gibt es an diesem Übergang?",
|
||||
"render": "Dieser Übergang hat {crossing:markings} Markierungen"
|
||||
},
|
||||
"signals": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "An dieser Kreuzung gibt's keine Ampeln"
|
||||
},
|
||||
"1": {
|
||||
"then": "An dieser Kreuzung gibt's Ampeln"
|
||||
},
|
||||
"2": {
|
||||
"then": "An dieser Kreuzung gibt's Ampeln"
|
||||
}
|
||||
},
|
||||
"question": "Gibt's an dieser Kreuzung Ampeln?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -4426,6 +4481,11 @@
|
|||
},
|
||||
"diets": {
|
||||
"tagRenderings": {
|
||||
"diets_title": {
|
||||
"render": {
|
||||
"before": "Diätmöglichkeiten"
|
||||
}
|
||||
},
|
||||
"gluten_free": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4826,6 +4886,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Dies ist ein Wasserhahn. Das Wasser fließt nach unten und der Wasserstrahl wird durch ein Ventil oder einen Druckknopf gesteuert."
|
||||
},
|
||||
"3": {
|
||||
"then": "Das ist eine natürliche Quelle"
|
||||
}
|
||||
},
|
||||
"question": "Um welche Art von Trinkwasserentnahmestelle handelt es sich?"
|
||||
|
@ -4960,6 +5023,18 @@
|
|||
"question": "Wie breit ist die Kabine dieses Aufzugs?",
|
||||
"render": "Die Aufzugskabine hat eine Breite von {canonical(width)}"
|
||||
},
|
||||
"handrail": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieser Aufzug hat einen Handlauf in der Kabine"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieser Aufzug hat keinen Handlauf"
|
||||
}
|
||||
},
|
||||
"question": "Gibt's in der Kabine einen Handlauf?",
|
||||
"questionHint": "Ein Handlauf kann Leuten mit eingeschränkter Mobilität beim Ein- und Aussteigen aus dem Aufzug helfen"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -5876,6 +5951,9 @@
|
|||
"18": {
|
||||
"then": "Hier werden Fisch und Meeresfrüchte serviert"
|
||||
},
|
||||
"19": {
|
||||
"then": "Hier gibt's spanische Gerichte"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bietet vorwiegend Pastagerichte an"
|
||||
},
|
||||
|
@ -6198,6 +6276,9 @@
|
|||
"render": "Deine zurückgelegte Strecke"
|
||||
}
|
||||
},
|
||||
"grab_rail": {
|
||||
"description": "Ein Haltegriff ist eine Stütze für Leute mit eingeschränkter Mobilität oder einer motorischen Behinderung. Er hilft ihnen, vom Rollstuhl auf die Toilette zu kommen, in der Dusche zu stehen, eine Tür zu schließen, …"
|
||||
},
|
||||
"grave": {
|
||||
"description": "Grabsteine (und Gräber) zeigen an, wo eine Person begraben wurde. Auf dieser Karte können diese aufgezeichnet werden und ein Wikipedialink erstellt werden",
|
||||
"filter": {
|
||||
|
@ -6246,6 +6327,19 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"ele": {
|
||||
"render": "Auf dem Wegweiser angegebene Höhe: {ele} m"
|
||||
},
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Name auf dem Wegweiser"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Auf diesem Wegweiser steht kein Name drauf"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -8103,7 +8103,7 @@
|
|||
"render": "Operated by {operator}"
|
||||
},
|
||||
"Surface area": {
|
||||
"render": "Surface area: {_surface:ha}Ha"
|
||||
"render": "This nature reserve is {_surface:ha}Ha big"
|
||||
},
|
||||
"phone": {
|
||||
"question": "What phone number can one call to with questions and problems with this nature reserve?",
|
||||
|
|
|
@ -6,6 +6,13 @@
|
|||
"fixme": {
|
||||
"question": "Précisez ce qui devrait être corrigé ici"
|
||||
},
|
||||
"header": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Pas d'adresse connue"
|
||||
}
|
||||
}
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -632,6 +639,62 @@
|
|||
"render": "Barrière"
|
||||
}
|
||||
},
|
||||
"bbq": {
|
||||
"tagRenderings": {
|
||||
"covered": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ce barbecue est couvert"
|
||||
}
|
||||
},
|
||||
"question": "Ce barbecue est-il couvert ?"
|
||||
},
|
||||
"fuel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce barbecue utilise du bois comme combustible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce barbecue utilise du charbon comme combustible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ce barbecue est électrique"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ce barbecue utilise du gaz comme combustible"
|
||||
}
|
||||
},
|
||||
"question": "Quel combustible utilise ce barbecue ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Barbecue"
|
||||
}
|
||||
},
|
||||
"beehive": {
|
||||
"description": "Couche montrant les ruches",
|
||||
"name": "Ruches",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "une ruche"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"capacity": {
|
||||
"freeform": {
|
||||
"placeholder": "Nombre de ruches"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il y a une ruche"
|
||||
}
|
||||
},
|
||||
"question": "Combien de ruches y-a-t'il ?",
|
||||
"render": "Il y a {capacity} ruches"
|
||||
}
|
||||
},
|
||||
"title": "Ruche"
|
||||
},
|
||||
"bench": {
|
||||
"description": "Un banc est une surface en bois, métal, pierre… sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet.",
|
||||
"filter": {
|
||||
|
@ -663,6 +726,17 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bench-armrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce banc a un ou plusieurs accoudoirs"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce banc n'a <b>aucun</b> accoudoir"
|
||||
}
|
||||
},
|
||||
"question": "Ce banc a-t-il au moins un accoudoir ?"
|
||||
},
|
||||
"bench-artwork": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -843,6 +917,15 @@
|
|||
"render": "Banc"
|
||||
}
|
||||
},
|
||||
"bicycle_counter": {
|
||||
"description": "Couche montrant les compteurs de trafic vélo",
|
||||
"name": "Compteur de vélos",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un compteur de vélos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_library": {
|
||||
"description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long",
|
||||
"name": "Vélothèque",
|
||||
|
@ -938,6 +1021,9 @@
|
|||
},
|
||||
"7": {
|
||||
"then": "Des casques de vélos peuvent être loués ici"
|
||||
},
|
||||
"8": {
|
||||
"then": "On peut louer des vélos cargo ici"
|
||||
}
|
||||
},
|
||||
"question": "Quels types de vélos et d’accessoires peuvent être loués ici ?",
|
||||
|
@ -1759,6 +1845,17 @@
|
|||
"render": "Bar"
|
||||
}
|
||||
},
|
||||
"campsite": {
|
||||
"name": "Terrains de camping",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "terrain de camping"
|
||||
},
|
||||
"1": {
|
||||
"title": "terrain de camping pour les groupes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"car_rental": {
|
||||
"description": "Lieu où vous pouvez louer une voiture",
|
||||
"name": "Société de location de véhicules",
|
||||
|
@ -3691,6 +3788,17 @@
|
|||
"render": "Station de pompiers"
|
||||
}
|
||||
},
|
||||
"firepit": {
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Accès réservé aux clients"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fixme": {
|
||||
"tagRenderings": {
|
||||
"note": {
|
||||
|
@ -4108,8 +4216,12 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "C'est une salle de classe"
|
||||
},
|
||||
"9": {
|
||||
"then": "C'est une cuisine"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quel type de pièce est-ce ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4124,6 +4236,9 @@
|
|||
"render": "Panneau d'informations"
|
||||
}
|
||||
},
|
||||
"insect_hotel": {
|
||||
"name": "Hôtels à insectes"
|
||||
},
|
||||
"kerbs": {
|
||||
"description": "Un calque montrant les bordures.",
|
||||
"filter": {
|
||||
|
@ -4198,6 +4313,21 @@
|
|||
}
|
||||
},
|
||||
"question": "Y a-t-il un revêtement tactile sur cette bordure ?"
|
||||
},
|
||||
"tactile-paving-colour": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Le revêtement podotactile est rouge."
|
||||
},
|
||||
"2": {
|
||||
"then": "Le revêtement podotactile est blanc."
|
||||
},
|
||||
"3": {
|
||||
"then": "Le revêtement podotactile est gris."
|
||||
}
|
||||
},
|
||||
"question": "Quelle est la couleur du revêtement podotactile ?",
|
||||
"render": "Le revêtement podotactile est de couleur {tactile_paving:colour}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -4231,6 +4361,28 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"lighthouse": {
|
||||
"name": "Phares",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un phare"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"lighthouse-height": {
|
||||
"question": "Quelle est la hauteur de ce phare, en mètres ?",
|
||||
"render": "Ce phare fait {height} mètres de haut."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Phare"
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Une carte, destinée aux touristes, installée en permanence dans l'espace public",
|
||||
"name": "Cartes",
|
||||
|
@ -4314,7 +4466,31 @@
|
|||
},
|
||||
"maproulette": {
|
||||
"description": "Couche montrant toutes les tâches dans MapRoulette",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"8": {
|
||||
"question": "Montrer les tâches désactivées"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Tâches MapRoulette",
|
||||
"tagRenderings": {
|
||||
"mark_duplicate": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Marquer comme non trouvé ou faux positif"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mark_fixed": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Marquer comme corrigé"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
|
@ -4562,6 +4738,28 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nesting_site": {
|
||||
"tagRenderings": {
|
||||
"nest_species": {
|
||||
"question": "À quelle espère est destiné ce nichoir ?",
|
||||
"render": "<h3>À propos des espèces nicheuses</h3>{wikipedia(species:wikidata)}"
|
||||
},
|
||||
"nest_support": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fixé à un mur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Fixé à un poteau"
|
||||
}
|
||||
},
|
||||
"question": "Comment ce nichoir est installé ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Nichoir"
|
||||
}
|
||||
},
|
||||
"note": {
|
||||
"filter": {
|
||||
"0": {
|
||||
|
@ -4711,6 +4909,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"description": "Tours avec vue panoramique",
|
||||
"name": "Tours d'observation",
|
||||
"tagRenderings": {
|
||||
"Fee": {
|
||||
"question": "Combien doit-on payer pour entrer dans cette tour ?",
|
||||
"render": "Visiter cette tour coûte <b>{charge}</b>"
|
||||
},
|
||||
"Height": {
|
||||
"question": "Quelle est la hauteur de cette tour ?",
|
||||
"render": "Cette tour mesure {height} de haut"
|
||||
},
|
||||
"Operator": {
|
||||
"question": "Qui entretient cette tour ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"osm_community_index": {
|
||||
"description": "Une couche affichant les communautés OpenStreetMap",
|
||||
"filter": {
|
||||
|
@ -4947,10 +5162,20 @@
|
|||
}
|
||||
},
|
||||
"physiotherapist": {
|
||||
"name": "Kinésithérapeute",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un cabinet de kinésithérapeutes"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Quel est le nom de ce cabinet de kinésithérapie ?",
|
||||
"render": "Le cabinet de kinésithérapie s'appelle {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kinésithérapeute {name}"
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
|
@ -4971,7 +5196,10 @@
|
|||
"then": "C’est une table en béton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette table de pique-nique est en plastique (recyclé)"
|
||||
"then": "C'est une table en plastique (recyclé)"
|
||||
},
|
||||
"3": {
|
||||
"then": "C'est une table en métal"
|
||||
}
|
||||
},
|
||||
"question": "En quel matériau est faite la table de pique-nique ?",
|
||||
|
@ -4983,6 +5211,13 @@
|
|||
}
|
||||
},
|
||||
"playground": {
|
||||
"deletion": {
|
||||
"nonDeleteMappings": {
|
||||
"0": {
|
||||
"then": "C'est une cour d'école - un espace (extérieur) où les élèves peuvent jouer pendant la récréation et qui n'est pas ouvert au public"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Aire de jeu",
|
||||
"name": "Aire de jeu",
|
||||
"presets": {
|
||||
|
@ -6024,7 +6259,10 @@
|
|||
"description": "Met en surbrillance l'élément actuellement sélectioné. Surcharger cette couche pour avoir d'autres couleurs."
|
||||
},
|
||||
"shelter": {
|
||||
"name": "Abri"
|
||||
"name": "Abri",
|
||||
"title": {
|
||||
"render": "Abri"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"deletion": {
|
||||
|
|
|
@ -646,6 +646,13 @@
|
|||
"grb-reference": {
|
||||
"render": "Er blevet importeret fra GRB, referencenummeret er {source:geometry:ref}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bygningsdel"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
|
@ -1375,7 +1382,7 @@
|
|||
},
|
||||
"transit": {
|
||||
"description": "Planlæg din rejse ved hjælp af det offentlige transportsystem.",
|
||||
"title": "Busruter"
|
||||
"title": "Transportruter"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Kortlæg alle træerne!",
|
||||
|
@ -1516,5 +1523,88 @@
|
|||
}
|
||||
},
|
||||
"title": "Vinterservice"
|
||||
},
|
||||
"zhv": {
|
||||
"description": "Lille tema, der gør det muligt at importere busstoppesteder fra Zentrales Haltestellenverzeichnis i Tyskland.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Offentlige trafikstoppesteder i ZHV",
|
||||
"tagRenderings": {
|
||||
"closest_stop": {
|
||||
"render": "Det nærmeste stoppested i OSM er <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
},
|
||||
"id": {
|
||||
"render": "ID'et for dette stop er {_ifopt}"
|
||||
},
|
||||
"import": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Tilføj dette stop"
|
||||
}
|
||||
}
|
||||
},
|
||||
"imported": {
|
||||
"render": "Dette stop er (sandsynligvis) allerede tilføjet. <a href=#{_closest_osm_stop_id}>Se punktet</a>."
|
||||
},
|
||||
"name": {
|
||||
"render": "Dette stop hedder {Name}"
|
||||
},
|
||||
"tag-hint": {
|
||||
"render": "Dette stop får følgende tags: <b>{_tags}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Offentlig transportstop i ZHV"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Stoppesteder for offentlig transport i OSM",
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dette stoppested bruges til buskørsel."
|
||||
},
|
||||
"1": {
|
||||
"then": "Dette stop bruges til togtransport."
|
||||
},
|
||||
"2": {
|
||||
"then": "Dette stoppested bruges til letbanetransport."
|
||||
},
|
||||
"3": {
|
||||
"then": "Dette stoppested bruges til metrotransport."
|
||||
},
|
||||
"4": {
|
||||
"then": "Dette stoppested bruges til sporvognstransport."
|
||||
},
|
||||
"5": {
|
||||
"then": "Dette stoppested bruges til færgetransport."
|
||||
}
|
||||
},
|
||||
"question": "Hvilke transporttyper bruges denne stoppested til?"
|
||||
},
|
||||
"1": {
|
||||
"freeform": {
|
||||
"placeholder": "f.eks. NL:Q:15003950 eller de:03457:15801::2"
|
||||
},
|
||||
"question": "Hvad er IFOPT-referencen for dette stop?",
|
||||
"render": "IFOPT-referencen for dette stop er {ref:IFOPT}."
|
||||
},
|
||||
"2": {
|
||||
"render": "Der er et ZHV-stoppested i nærheden.: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>."
|
||||
},
|
||||
"3": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Føj IFOPT til dette stop"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "ZHV-importværktøj"
|
||||
}
|
||||
}
|
|
@ -8,6 +8,10 @@
|
|||
"description": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs",
|
||||
"title": "Défibrillateurs"
|
||||
},
|
||||
"architecture": {
|
||||
"description": "Une carte montrant les styles architecturaux des bâtiments",
|
||||
"title": "Bâtiments avec un style architectural"
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Une carte ouverte de statues, bustes, graffitis et autres œuvres d'art de par le monde",
|
||||
"title": "Œuvres d'art"
|
||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.56.1",
|
||||
"version": "0.56.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.56.1",
|
||||
"version": "0.56.2",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
@ -13004,9 +13004,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001741",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
||||
"integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==",
|
||||
"version": "1.0.30001743",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001743.tgz",
|
||||
"integrity": "sha512-e6Ojr7RV14Un7dz6ASD0aZDmQPT/A+eZU+nuTNfjqmRrmkmQlnTNWH0SKmqagx9PeW87UVqapSurtAXifmtdmw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.56.1",
|
||||
"version": "0.56.2",
|
||||
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",
|
||||
|
|
|
@ -8,7 +8,6 @@ import { TagsFilter } from "../../Tags/TagsFilter"
|
|||
import { BBox } from "../../BBox"
|
||||
import { OsmFeature } from "../../../Models/OsmFeature"
|
||||
import { Lists } from "../../../Utils/Lists"
|
||||
|
||||
;("use strict")
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,6 @@ import { ImmutableStore, Store } from "../UIEventSource"
|
|||
import { BBox } from "../BBox"
|
||||
import osmtogeojson from "osmtogeojson"
|
||||
import { Feature, FeatureCollection } from "geojson"
|
||||
|
||||
;("use strict")
|
||||
/**
|
||||
* Interfaces overpass to get all the latest data
|
||||
|
|
|
@ -5,7 +5,7 @@ import GeocodingProvider, {
|
|||
GeocodingOptions,
|
||||
GeocodingUtils,
|
||||
ReverseGeocodingProvider,
|
||||
ReverseGeocodingResult
|
||||
ReverseGeocodingResult,
|
||||
} from "./GeocodingProvider"
|
||||
import { Utils } from "../../Utils"
|
||||
import { Feature, FeatureCollection } from "geojson"
|
||||
|
|
|
@ -158,10 +158,10 @@ export default class LinkedDataLoader {
|
|||
openingHoursSpecification,
|
||||
<any>LinkedDataLoader.COMPACTING_CONTEXT_OH
|
||||
)
|
||||
const spec:({
|
||||
"@type":"http://schema.org/OpeningHoursSpecification",
|
||||
"dayOfWeek": string[]
|
||||
})[] = compacted["@graph"]
|
||||
const spec: {
|
||||
"@type": "http://schema.org/OpeningHoursSpecification"
|
||||
dayOfWeek: string[]
|
||||
}[] = compacted["@graph"]
|
||||
if (!spec) {
|
||||
return undefined
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ export default class LinkedDataLoader {
|
|||
return dow.toLowerCase().substring(0, 2)
|
||||
})
|
||||
const opens: string = rule["http://schema.org/opens"] ?? rule["opens"]
|
||||
let closes: string = (rule["http://schema.org/closes"] ?? rule["closes"])
|
||||
let closes: string = rule["http://schema.org/closes"] ?? rule["closes"]
|
||||
closes = closes === "23:59" ? "24:00" : closes
|
||||
|
||||
allRules.push(...OH.parseRule(dow + " " + opens + "-" + closes))
|
||||
|
@ -186,11 +186,14 @@ export default class LinkedDataLoader {
|
|||
return OH.toString(OH.MergeTimes(allRules))
|
||||
}
|
||||
|
||||
static async compact(data: object, options?: JsonLdLoaderOptions): Promise<Record<string, string> | Record<string, string>[]> {
|
||||
static async compact(
|
||||
data: object,
|
||||
options?: JsonLdLoaderOptions
|
||||
): Promise<Record<string, string> | Record<string, string>[]> {
|
||||
if (Array.isArray(data)) {
|
||||
|
||||
const result: Awaited<Record<string, string> | Record<string, string>[]>[] = await Promise.all(data.map((point) => LinkedDataLoader.compact(point, options)))
|
||||
return result.flatMap(x => Array.isArray(x) ? x : [x])
|
||||
const result: Awaited<Record<string, string> | Record<string, string>[]>[] =
|
||||
await Promise.all(data.map((point) => LinkedDataLoader.compact(point, options)))
|
||||
return result.flatMap((x) => (Array.isArray(x) ? x : [x]))
|
||||
}
|
||||
|
||||
const country = options?.country
|
||||
|
|
|
@ -216,7 +216,9 @@ export class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJso
|
|||
}
|
||||
}
|
||||
if (json["range"]) {
|
||||
context.err("Detected a range in the tagRendering. A `range` goes in the freeform object")
|
||||
context.err(
|
||||
"Detected a range in the tagRendering. A `range` goes in the freeform object"
|
||||
)
|
||||
}
|
||||
if (json.render && json["question"] && json.freeform === undefined) {
|
||||
context.err(
|
||||
|
|
|
@ -309,7 +309,9 @@ export interface QuestionableTagRenderingConfigJson extends TagRenderingConfigJs
|
|||
*
|
||||
* Note: this is actually a syntactic sugar and is translated to the unit-syntax on layer level
|
||||
*/
|
||||
unit?: string | {
|
||||
unit?:
|
||||
| string
|
||||
| {
|
||||
/**
|
||||
* What is the quantity? E.g. 'voltage', 'speed', ...
|
||||
* See [builtin_units.md] for options
|
||||
|
|
|
@ -5,7 +5,10 @@ import { TagUtils } from "../../Logic/Tags/TagUtils"
|
|||
import { And } from "../../Logic/Tags/And"
|
||||
import { Utils } from "../../Utils"
|
||||
import { Tag } from "../../Logic/Tags/Tag"
|
||||
import { MappingConfigJson, QuestionableTagRenderingConfigJson } from "./Json/QuestionableTagRenderingConfigJson"
|
||||
import {
|
||||
MappingConfigJson,
|
||||
QuestionableTagRenderingConfigJson,
|
||||
} from "./Json/QuestionableTagRenderingConfigJson"
|
||||
import Validators, { ValidatorType } from "../../UI/InputElement/Validators"
|
||||
import { TagRenderingConfigJson } from "./Json/TagRenderingConfigJson"
|
||||
import { RegexTag } from "../../Logic/Tags/RegexTag"
|
||||
|
|
|
@ -144,9 +144,11 @@ export class UnitUtils {
|
|||
private static getFromLibrary(name: string, ctx: string): Unit {
|
||||
const loaded = this.allUnits.get(name)
|
||||
if (loaded === undefined) {
|
||||
throw (
|
||||
`No unit with quantity name ${name} found (at ${ctx}). Try one of: ${Array.from(this.allUnits.keys()).join(", ")}. Alternatively, use \`{"quantity": "...", "denominations": ["...", "...", ...]}\`, e.g. \`{"quantity": "distance", "denominations":["m","cm"]}\``
|
||||
)
|
||||
throw `No unit with quantity name ${name} found (at ${ctx}). Try one of: ${Array.from(
|
||||
this.allUnits.keys()
|
||||
).join(
|
||||
", "
|
||||
)}. Alternatively, use \`{"quantity": "...", "denominations": ["...", "...", ...]}\`, e.g. \`{"quantity": "distance", "denominations":["m","cm"]}\``
|
||||
}
|
||||
return loaded
|
||||
}
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
import MenuDrawerIndex from "./MenuDrawerIndex.svelte"
|
||||
import ThemeViewState from "../../Models/ThemeViewState"
|
||||
import HotkeyTable from "./HotkeyTable.svelte"
|
||||
import OfflineManagement from "./OfflineManagement.svelte"
|
||||
import { GlobeEuropeAfrica } from "@babeard/svelte-heroicons/solid/GlobeEuropeAfrica"
|
||||
|
||||
export let onlyLink: boolean
|
||||
export let state: ThemeViewState
|
||||
|
@ -57,6 +59,18 @@
|
|||
|
||||
<div class:h-0={!onlyLink} class:h-full={onlyLink} class="overflow-hidden">
|
||||
<MenuDrawerIndex {state} {onlyLink}>
|
||||
|
||||
|
||||
<svelte:fragment slot="offline-management">
|
||||
<Page {onlyLink} shown={pg.manageOffline} fullscreen>
|
||||
<svelte:fragment slot="header">
|
||||
<GlobeEuropeAfrica />
|
||||
Manage offline basemap
|
||||
</svelte:fragment>
|
||||
<OfflineManagement {state} />
|
||||
</Page>
|
||||
</svelte:fragment>
|
||||
|
||||
<!-- Theme related: documentation links, download, ... -->
|
||||
<svelte:fragment slot="theme-tools">
|
||||
{#if state.theme}
|
||||
|
|
|
@ -205,13 +205,7 @@
|
|||
{/if}
|
||||
</LoginToggle>
|
||||
|
||||
<Page {onlyLink} shown={pg.manageOffline} fullscreen>
|
||||
<svelte:fragment slot="header">
|
||||
<GlobeEuropeAfrica />
|
||||
Manage offline basemap
|
||||
</svelte:fragment>
|
||||
<OfflineManagement {state} />
|
||||
</Page>
|
||||
<slot name="offline-management"/>
|
||||
|
||||
<LanguagePicker
|
||||
preferredLanguages={state.userRelatedState.osmConnection.userDetails.mapD(
|
||||
|
|
|
@ -31,10 +31,12 @@
|
|||
let focusZ = Math.max(...Object.keys(OfflineBasemapManager.zoomelevels).map(Number))
|
||||
let map: UIEventSource<MlMap> = new UIEventSource(undefined)
|
||||
let mapProperties: MapProperties = new MapLibreAdaptor(map)
|
||||
if(state?.showCurrentLocationOn){
|
||||
state?.showCurrentLocationOn(map)
|
||||
}
|
||||
mapProperties.maxzoom.set(focusZ - 1)
|
||||
mapProperties.zoom.set(Math.min(focusZ - 1, state.mapProperties.zoom.data))
|
||||
mapProperties.location.set(state.mapProperties.location.data)
|
||||
mapProperties.zoom.set(Math.min(focusZ - 1, state.mapProperties?.zoom?.data ?? 1))
|
||||
mapProperties.location.set(state.mapProperties?.location?.data)
|
||||
mapProperties.allowRotating.set(false)
|
||||
|
||||
const offlineMapManager = OfflineBasemapManager.singleton
|
||||
|
|
|
@ -92,7 +92,9 @@
|
|||
if (!range) {
|
||||
return true
|
||||
}
|
||||
const currentUnit: Denomination = unit.denominations.find(d => d.canonical === selectedUnit?.data)
|
||||
const currentUnit: Denomination = unit.denominations.find(
|
||||
(d) => d.canonical === selectedUnit?.data
|
||||
)
|
||||
if (typeof canonicalValue === "string") {
|
||||
canonicalValue = Number(canonicalValue)
|
||||
}
|
||||
|
@ -106,7 +108,10 @@
|
|||
let max: number | string | BaseUIElement = range.max
|
||||
if (unit) {
|
||||
if (currentUnit?.factorToCanonical !== undefined) {
|
||||
max = unit.asHumanLongValue(Math.round(max / currentUnit.factorToCanonical) + currentUnit.canonical, getCountry)
|
||||
max = unit.asHumanLongValue(
|
||||
Math.round(max / currentUnit.factorToCanonical) + currentUnit.canonical,
|
||||
getCountry
|
||||
)
|
||||
} else {
|
||||
max = unit.asHumanLongValue(max, getCountry)
|
||||
}
|
||||
|
@ -118,7 +123,10 @@
|
|||
let min: number | string | BaseUIElement = range.min
|
||||
if (unit) {
|
||||
if (currentUnit?.factorToCanonical !== undefined) {
|
||||
min = unit.asHumanLongValue(Math.round(min / currentUnit.factorToCanonical) + currentUnit.canonical, getCountry)
|
||||
min = unit.asHumanLongValue(
|
||||
Math.round(min / currentUnit.factorToCanonical) + currentUnit.canonical,
|
||||
getCountry
|
||||
)
|
||||
} else {
|
||||
min = unit.asHumanLongValue(min, getCountry)
|
||||
}
|
||||
|
|
|
@ -453,7 +453,6 @@ export class OH {
|
|||
return null // Parsing failed
|
||||
}
|
||||
ohs.push(...parsed)
|
||||
|
||||
} catch (e) {
|
||||
console.error("Could not parse ", rule, ": ", e)
|
||||
return null
|
||||
|
|
|
@ -227,6 +227,21 @@
|
|||
message: new ImmutableStore("See SettingUpPSQL.md to fix"),
|
||||
})
|
||||
}
|
||||
{
|
||||
// https://cache.mapcomplete.org/0-0-0.pmtiles
|
||||
const s = Constants.pmtiles_host+"/0-0-0.pmtiles"
|
||||
const status = testDownload(s, true)
|
||||
|
||||
services.push({
|
||||
name: s+" (PMTiles clusters)",
|
||||
status: status.mapD((s) => {
|
||||
if (s["error"]) {
|
||||
return "offline"
|
||||
}
|
||||
return "online"
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
||||
{
|
||||
const s = Constants.countryCoderEndpoint
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 10542,
|
||||
"commits": 10552,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -276,8 +276,8 @@
|
|||
"he"
|
||||
],
|
||||
"IN": [
|
||||
"hi",
|
||||
"en"
|
||||
"en",
|
||||
"hi"
|
||||
],
|
||||
"IQ": [
|
||||
"ar",
|
||||
|
@ -582,8 +582,7 @@
|
|||
"nl"
|
||||
],
|
||||
"SS": [
|
||||
"en",
|
||||
"ar"
|
||||
"en"
|
||||
],
|
||||
"ST": [
|
||||
"pt"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -717,7 +717,6 @@
|
|||
"SA",
|
||||
"SD",
|
||||
"SO",
|
||||
"SS",
|
||||
"SY",
|
||||
"TD",
|
||||
"TN",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"contributor": "paunofu"
|
||||
},
|
||||
{
|
||||
"commits": 132,
|
||||
"commits": 134,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
|
@ -84,6 +84,10 @@
|
|||
"commits": 26,
|
||||
"contributor": "Reza Almanda"
|
||||
},
|
||||
{
|
||||
"commits": 25,
|
||||
"contributor": "Weblate Admin"
|
||||
},
|
||||
{
|
||||
"commits": 25,
|
||||
"contributor": "SC"
|
||||
|
@ -96,22 +100,18 @@
|
|||
"commits": 23,
|
||||
"contributor": "Marco"
|
||||
},
|
||||
{
|
||||
"commits": 22,
|
||||
"contributor": "ERyPTION"
|
||||
},
|
||||
{
|
||||
"commits": 22,
|
||||
"contributor": "Patchanka64"
|
||||
},
|
||||
{
|
||||
"commits": 20,
|
||||
"contributor": "ERyPTION"
|
||||
},
|
||||
{
|
||||
"commits": 20,
|
||||
"contributor": "JiwonShin"
|
||||
},
|
||||
{
|
||||
"commits": 19,
|
||||
"contributor": "Weblate Admin"
|
||||
},
|
||||
{
|
||||
"commits": 18,
|
||||
"contributor": "Max Spicer"
|
||||
|
@ -484,6 +484,10 @@
|
|||
"commits": 3,
|
||||
"contributor": "SiegbjornSitumeang"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Patchanka"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Phoenix"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export class SWGenerated {
|
||||
// generated by scripts/prepareServiceWorker.ts
|
||||
static vNumber = "0.56.1"
|
||||
static buildTime = 1757277919693
|
||||
static buildTime = 1758362649147
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue