forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
3659276351
84 changed files with 3508 additions and 3472 deletions
|
@ -86,11 +86,12 @@ Elements must match **all** of the following expressions:
|
|||
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [address-questions](#address-questions) <br/> _(Original in [address](./address.md#address-questions))_ | _{questions(address,,)}_ | address, hidden | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;address)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,address;hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### architecture
|
||||
|
||||
The question is `What is the architectural style of this building?`
|
||||
|
||||
*{building:architecture}* is shown if `building:architecture` is set.
|
||||
|
@ -131,76 +132,100 @@ The question is `What is the architectural style of this building?`
|
|||
- *Contemporary architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:building:architecture' target='_blank'>building:architecture</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building:architecture%3Dcontemporary' target='_blank'>contemporary</a>
|
||||
|
||||
### construction_date
|
||||
|
||||
The question is `When was this built?`
|
||||
|
||||
*Built in <b>{construction_date}</b>* is shown if `construction_date` is set.
|
||||
|
||||
### address_joined
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{group(header,street;housenumber;unit;address-questions,)}*
|
||||
|
||||
This tagrendering has labels `address`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
|
||||
### header
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
|
||||
|
||||
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
|
||||
|
||||
This tagrendering has labels `address` `hidden`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
`hidden`
|
||||
|
||||
### housenumber
|
||||
|
||||
The question is `What is the number of this house?`
|
||||
|
||||
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
|
||||
|
||||
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
This tagrendering has labels `address` `hidden`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
`hidden`
|
||||
|
||||
### street
|
||||
|
||||
The question is `What street is this address located in?`
|
||||
|
||||
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
|
||||
|
||||
This tagrendering has labels `address` `hidden`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
`hidden`
|
||||
|
||||
### unit
|
||||
|
||||
The question is `What is the unit number or letter?`
|
||||
|
||||
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
|
||||
|
||||
- *No unit number* is shown if with addr:unit=
|
||||
|
||||
This tagrendering has labels `address` `hidden`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
`hidden`
|
||||
|
||||
### address-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions(address,,)}*
|
||||
|
||||
This tagrendering has labels `address` `hidden`
|
||||
This tagrendering has labels
|
||||
`address`
|
||||
`hidden`
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions( ,hidden;address)}*
|
||||
*{questions( ,address;hidden)}*
|
||||
|
||||
This tagrendering has 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()}*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagrendering has labels `added_by_default`
|
||||
This tagrendering has labels
|
||||
`added_by_default`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/architecture/architecture.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/architecture/architecture.json)
|
||||
|
|
|
@ -31,6 +31,7 @@ Available languages:
|
|||
- nl
|
||||
- ko
|
||||
- it
|
||||
- zh_Hant
|
||||
|
||||
# Table of contents
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ Available languages:
|
|||
- uk
|
||||
- ko
|
||||
- it
|
||||
- zh_Hant
|
||||
|
||||
# Layers defined in this theme configuration file
|
||||
These layers can not be reused in different themes.
|
||||
|
|
|
@ -21,6 +21,7 @@ Available languages:
|
|||
- uk
|
||||
- cs
|
||||
- it
|
||||
- zh_Hant
|
||||
|
||||
# Table of contents
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ Available languages:
|
|||
- nl
|
||||
- ko
|
||||
- it
|
||||
- zh_Hant
|
||||
|
||||
# Layers defined in this theme configuration file
|
||||
These layers can not be reused in different themes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue