forked from MapComplete/MapComplete
Chore: regenerate docs
This commit is contained in:
parent
c65808bcd2
commit
4078b33a87
318 changed files with 80192 additions and 692 deletions
|
@ -26,6 +26,7 @@ Available languages:
|
|||
2. [buildings_with_architecture](#buildings_with_architecture)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [architecture](#architecture)
|
||||
+ [construction_date](#construction_date)
|
||||
+ [address_joined](#address_joined)
|
||||
|
@ -60,7 +61,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -71,6 +72,21 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:street#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Astreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:unit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Aunit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:unit](https://wiki.openstreetmap.org/wiki/Key:addr:unit) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:addr:unit%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [architecture](#architecture) | What is the architectural style of this building?<br/>_{building:architecture}_<br/>34 options | | *[building:architecture](https://wiki.osm.org/wiki/Key:building:architecture)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [construction_date](#construction_date) | When was this built?<br/>_Built in <b>{construction_date}</b>_ | | *[construction_date](https://wiki.osm.org/wiki/Key:construction_date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [address_joined](#address_joined) <br/> _(Original in [address](./address.md#address_joined))_ | _{group(header,street;housenumber;unit)}_ | address | _Multiple choice only_ |
|
||||
| [header](#header) <br/> _(Original in [address](./address.md#header))_ | _{addr:street} <b>{addr:housenumber}</b> {addr:unit}_<br/>1 options | address, hidden | _Multiple choice only_ |
|
||||
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [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)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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?`
|
||||
|
|
|
@ -45,6 +45,7 @@ Available languages:
|
|||
2. [banks_with_atm](#banks_with_atm)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [has_atm](#has_atm)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -55,6 +56,8 @@ Available languages:
|
|||
3. [post_offices_with_atm](#post_offices_with_atm)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [phone](#phone)
|
||||
+ [email](#email)
|
||||
|
@ -98,12 +101,23 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/atm#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/atm/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [has_atm](#has_atm) | Does this bank have an ATM?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -167,7 +181,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -176,7 +190,7 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/post_office#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/post_office/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [post_office](https://wiki.openstreetmap.org/wiki/Key:post_office) | Multiple choice | [post_partner](https://wiki.openstreetmap.org/wiki/Tag:post_office%3Dpost_partner) [](https://wiki.openstreetmap.org/wiki/Tag:post_office%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/brand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [nsi](../SpecialInputElements.md#nsi) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/brand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/post_office:brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/post_office%3Abrand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [post_office:brand](https://wiki.openstreetmap.org/wiki/Key:post_office:brand) | [string](../SpecialInputElements.md#string) | [DHL](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DDHL) [DPD](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DDPD) [GLS](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DGLS) [UPS](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DUPS) [DHL Paketshop](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DDHL Paketshop) [Hermes PaketShop](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DHermes PaketShop) [PostNL](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3DPostNL) [bpost](https://wiki.openstreetmap.org/wiki/Tag:post_office:brand%3Dbpost) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/post_office:letter_from#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/post_office%3Aletter_from/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [post_office:letter_from](https://wiki.openstreetmap.org/wiki/Key:post_office:letter_from) | [string](../SpecialInputElements.md#string) | [yes](https://wiki.openstreetmap.org/wiki/Tag:post_office:letter_from%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:post_office:letter_from%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/post_office:parcel_from#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/post_office%3Aparcel_from/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [post_office:parcel_from](https://wiki.openstreetmap.org/wiki/Key:post_office:parcel_from) | [string](../SpecialInputElements.md#string) | [yes](https://wiki.openstreetmap.org/wiki/Tag:post_office:parcel_from%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:post_office:parcel_from%3Dno) |
|
||||
|
@ -185,6 +199,28 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/post_office:stamps#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/post_office%3Astamps/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [post_office:stamps](https://wiki.openstreetmap.org/wiki/Key:post_office:stamps) | [string](../SpecialInputElements.md#string) | [yes](https://wiki.openstreetmap.org/wiki/Tag:post_office:stamps%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:post_office:stamps%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/atm#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/atm/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours for this post office?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [post_partner](#post_partner) | Is this a post partner?<br/>2 options | | _Multiple choice only_ |
|
||||
| [post_offic_brand](#post_offic_brand) | To which brand does this post office belong?<br/>_This is a {brand} post office_ | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [partner-brand](#partner-brand) | For which brand does this location offer services?<br/>_This location offers services for {post_office:brand}_<br/>8 options | | *[post_office:brand](https://wiki.osm.org/wiki/Key:post_office:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [letter-from](#letter-from) | Can you post a letter here?<br/>_You can post letters with these companies: {post_office:letter_from}_<br/>2 options | | *[post_office:letter_from](https://wiki.osm.org/wiki/Key:post_office:letter_from)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [parcel-from](#parcel-from) | Can you send a parcel here?<br/>_You can post parcels with these companies: {post_office:parcel_from}_<br/>2 options | | *[post_office:parcel_from](https://wiki.osm.org/wiki/Key:post_office:parcel_from)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [parcel-pickup](#parcel-pickup) | Can you pick up missed parcels here?<br/>_You can pick up parcels from these companies: {post_office:parcel_pickup}_<br/>2 options | | *[post_office:parcel_pickup](https://wiki.osm.org/wiki/Key:post_office:parcel_pickup)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [parcel-to](#parcel-to) | Can you send parcels to here for pickup?<br/>_You can send parcels to here for pickup with these companies: {post_office:parcel_to}_<br/>2 options | | *[post_office:parcel_to](https://wiki.osm.org/wiki/Key:post_office:parcel_to)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [stamps](#stamps) | Can you buy stamps here?<br/>_You can buy stamps from companies: {post_office:stamps}_<br/>2 options | | *[post_office:stamps](https://wiki.osm.org/wiki/Key:post_office:stamps)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [has_atm](#has_atm) | Does this post office have an ATM?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -36,6 +36,7 @@ Available languages:
|
|||
2. [osm_buildings](#osm_buildings)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Reference](#reference)
|
||||
+ [Building type](#building-type)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -43,11 +44,15 @@ Available languages:
|
|||
3. [osm_adresses](#osm_adresses)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [lod](#lod)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
4. [bag_pand](#bag_pand)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [BAG geometry:](#bag-geometry)
|
||||
+ [OSM geometry:](#osm-geometry)
|
||||
+ [Import button](#import-button)
|
||||
+ [Reference](#reference)
|
||||
+ [Build year](#build-year)
|
||||
|
@ -62,6 +67,7 @@ Available languages:
|
|||
5. [bag_verblijfsobject](#bag_verblijfsobject)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Import button](#import-button)
|
||||
+ [Address](#address)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -86,13 +92,22 @@ Elements must match the expression **building~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref:bag#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref%3Abag/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref:bag](https://wiki.openstreetmap.org/wiki/Key:ref:bag) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:ref:bag%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/building#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/building/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [building](https://wiki.openstreetmap.org/wiki/Key:building) | [string](../SpecialInputElements.md#string) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [Reference](#Reference) | _The reference in BAG is <b>{ref:bag}</b>_<br/>1 options | | _Multiple choice only_ |
|
||||
| [Building type](#Building type) | What kind of building is this?<br/>_This building is a <b>{building}</b>_ | | *[building](https://wiki.osm.org/wiki/Key:building)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### Reference
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -139,6 +154,13 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -173,13 +195,27 @@ Elements must match the expression **identificatie~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_bag_obj:in_construction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_bag_obj%3Ain_construction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_bag_obj:in_construction](https://wiki.openstreetmap.org/wiki/Key:_bag_obj:in_construction) | Multiple choice | [true](https://wiki.openstreetmap.org/wiki/Tag:_bag_obj:in_construction%3Dtrue) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_bag_obj:in_construction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_bag_obj%3Ain_construction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_bag_obj:in_construction](https://wiki.openstreetmap.org/wiki/Key:_bag_obj:in_construction) | Multiple choice | [true](https://wiki.openstreetmap.org/wiki/Tag:_bag_obj:in_construction%3Dtrue) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [Import button](#Import button) | _{import_way_button(osm_buildings,building=$_bag_obj:building; ref:bag=$_bag_obj:ref:bag; source=BAG; source:date=$_bag_obj:source:date; start_date=$_bag_obj:start_date,{"*":"Upload this building to OpenStreetMap"},,,,,,,)}_<br/>3 options | | _Multiple choice only_ |
|
||||
| [Reference](#Reference) | _The reference in BAG is <b>{_bag_obj:ref:bag}</b>_ | | _Multiple choice only_ |
|
||||
| [Build year](#Build year) | _This building was built in <b>{_bag_obj:start_date}</b>_<br/>1 options | | _Multiple choice only_ |
|
||||
| [Building type](#Building type) | _The building type is a <b>{_bag_obj:building}</b>_<br/>1 options | | _Multiple choice only_ |
|
||||
| [Overlapping building](#Overlapping building) | _<div>The overlapping <a href=https://osm.org/{_osm_obj:id} target=_blank>osm_buildings</a> is a <b>{_osm_obj:building}</b> and covers <b>{_overlap_percentage}%</b> of the BAG building.<br>The BAG-building covers <b>{_reverse_overlap_percentage}%</b> of the OSM building<div><h3>BAG geometry:</h3>{minimap(21, id):height:10rem;border-radius:1rem;overflow:hidden}<h3>OSM geometry:</h3>{minimap(21,_osm_obj:id):height:10rem;border-radius:1rem;overflow:hidden}</div></div>_ | | _Multiple choice only_ |
|
||||
| [Building status](#Building status) | _The current building status is <b>{status}</b>_ | | _Multiple choice only_ |
|
||||
| [Buidling function](#Buidling function) | _The current function of the building is <b>{gebruiksdoel}</b>_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### Import button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -258,6 +294,15 @@ Elements must match the expression **identificatie~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [Import button](#Import button) | _{import_button(osm_adresses, addr:city=$woonplaats; addr:housenumber=$_bag_obj:addr:housenumber; addr:postcode=$postcode; addr:street=$openbare_ruimte; ref:bag=$_bag_obj:ref:bag; source=BAG; source:date=$_bag_obj:source:date, Upload this adress to OpenStreetMap)}_ | | _Multiple choice only_ |
|
||||
| [Address](#Address) | _{openbare_ruimte} {_bag_obj:addr:housenumber}, {woonplaats} {postcode}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### Import button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -25,6 +25,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [Access tag](#access-tag)
|
||||
+ [Operator tag](#operator-tag)
|
||||
|
@ -38,6 +39,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [Access tag](#access-tag)
|
||||
+ [Operator tag](#operator-tag)
|
||||
|
@ -51,6 +53,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [Access tag](#access-tag)
|
||||
+ [Operator tag](#operator-tag)
|
||||
|
@ -88,7 +91,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -99,6 +102,20 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:nl#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Anl/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:nl](https://wiki.openstreetmap.org/wiki/Key:name:nl) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [Access tag](#Access tag) | Is dit gebied toegankelijk?<br/>_De toegankelijkheid van dit gebied is: {access:description}_<br/>7 options | | *[access:description](https://wiki.osm.org/wiki/Key:access:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operator tag](#Operator tag) | Wie beheert dit gebied?<br/>_Beheer door {operator}_<br/>5 options | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Non-editable description](#Non-editable description) | _Extra info: <i>{description}</i>_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Editable description](#Editable description) | Is er extra info die je kwijt wil?<br/>_Extra info via buurtnatuur.be: <i>{description:0}</i>_ | | *[description:0](https://wiki.osm.org/wiki/Key:description:0)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name:nl-tag](#Name:nl-tag) | Wat is de Nederlandstalige naam van dit gebied?<br/>_Dit gebied heet {name:nl}_ | | *[name:nl](https://wiki.osm.org/wiki/Key:name:nl)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name tag](#Name tag) | Wat is de naam van dit gebied?<br/>_Dit gebied heet {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [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_
|
||||
|
@ -189,7 +206,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -200,6 +217,20 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:nl#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Anl/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:nl](https://wiki.openstreetmap.org/wiki/Key:name:nl) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [Access tag](#Access tag) | Is dit gebied toegankelijk?<br/>_De toegankelijkheid van dit gebied is: {access:description}_<br/>7 options | | *[access:description](https://wiki.osm.org/wiki/Key:access:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operator tag](#Operator tag) | Wie beheert dit gebied?<br/>_Beheer door {operator}_<br/>5 options | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Non-editable description](#Non-editable description) | _Extra info: <i>{description}</i>_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Editable description](#Editable description) | Is er extra info die je kwijt wil?<br/>_Extra info via buurtnatuur.be: <i>{description:0}</i>_ | | *[description:0](https://wiki.osm.org/wiki/Key:description:0)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name:nl-tag](#Name:nl-tag) | Wat is de Nederlandstalige naam van dit gebied?<br/>_Dit gebied heet {name:nl}_ | | *[name:nl](https://wiki.osm.org/wiki/Key:name:nl)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name tag](#Name tag) | Wat is de naam van dit gebied?<br/>_Dit gebied heet {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [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_
|
||||
|
@ -291,7 +322,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -302,6 +333,20 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:nl#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Anl/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:nl](https://wiki.openstreetmap.org/wiki/Key:name:nl) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [Access tag](#Access tag) | Is dit gebied toegankelijk?<br/>_De toegankelijkheid van dit gebied is: {access:description}_<br/>7 options | | *[access:description](https://wiki.osm.org/wiki/Key:access:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operator tag](#Operator tag) | Wie beheert dit gebied?<br/>_Beheer door {operator}_<br/>5 options | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Non-editable description](#Non-editable description) | _Extra info: <i>{description}</i>_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Editable description](#Editable description) | Is er extra info die je kwijt wil?<br/>_Extra info via buurtnatuur.be: <i>{description:0}</i>_ | | *[description:0](https://wiki.osm.org/wiki/Key:description:0)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name:nl-tag](#Name:nl-tag) | Wat is de Nederlandstalige naam van dit gebied?<br/>_Dit gebied heet {name:nl}_ | | *[name:nl](https://wiki.osm.org/wiki/Key:name:nl)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Name tag](#Name tag) | Wat is de naam van dit gebied?<br/>_Dit gebied heet {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [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_
|
||||
|
|
|
@ -39,6 +39,8 @@ Available languages:
|
|||
2. [shops_second_hand](#shops_second_hand)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -111,7 +113,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -152,6 +154,57 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -46,6 +46,8 @@ Available languages:
|
|||
2. [shops_with_climbing_shoe_repair](#shops_with_climbing_shoe_repair)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [repairs_climbing_shoes](#repairs_climbing_shoes)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
|
@ -119,7 +121,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -161,6 +163,58 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [repairs_climbing_shoes](#repairs_climbing_shoes) | Does this shoe repair shop repair climbing shoes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### repairs_climbing_shoes
|
||||
|
||||
The question is `Does this shoe repair shop repair climbing shoes?`
|
||||
|
|
|
@ -37,6 +37,7 @@ Available languages:
|
|||
2. [cycle_highways_no_highway](#cycle_highways_no_highway)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [cycle_highways-name](#cycle_highways-name)
|
||||
+ [cycle_highways-ref](#cycle_highways-ref)
|
||||
+ [cycle_highways-state](#cycle_highways-state)
|
||||
|
@ -49,6 +50,7 @@ Available languages:
|
|||
3. [cycle_highways_under-construction](#cycle_highways_under-construction)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [cycle_highways-name](#cycle_highways-name)
|
||||
+ [cycle_highways-ref](#cycle_highways-ref)
|
||||
+ [cycle_highways-state](#cycle_highways-state)
|
||||
|
@ -81,7 +83,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -90,6 +92,19 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/state#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/state/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [state](https://wiki.openstreetmap.org/wiki/Key:state) | [string](../SpecialInputElements.md#string) | [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [temporary](https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary) [](https://wiki.openstreetmap.org/wiki/Tag:state%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [cycle_highways-name](#cycle_highways-name) | What is the name of this cycle highway?<br/>_The name is <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle_highways-ref](#cycle_highways-ref) | What is the reference number of this cycle highway?<br/>_Referentienummer is <b>{ref}</b>_ | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle_highways-state](#cycle_highways-state) | What is the state of this link?<br/>_The current state of this link is {state}_<br/>5 options | | *[state](https://wiki.osm.org/wiki/Key:state)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle-highway-length](#cycle-highway-length) | _This part is {_length:km}km long_ | | _Multiple choice only_ |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### cycle_highways-name
|
||||
|
||||
The question is `What is the name of this cycle highway?`
|
||||
|
@ -197,7 +212,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -206,6 +221,19 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/state#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/state/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [state](https://wiki.openstreetmap.org/wiki/Key:state) | [string](../SpecialInputElements.md#string) | [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [temporary](https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary) [](https://wiki.openstreetmap.org/wiki/Tag:state%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [cycle_highways-name](#cycle_highways-name) | What is the name of this cycle highway?<br/>_The name is <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle_highways-ref](#cycle_highways-ref) | What is the reference number of this cycle highway?<br/>_Referentienummer is <b>{ref}</b>_ | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle_highways-state](#cycle_highways-state) | What is the state of this link?<br/>_The current state of this link is {state}_<br/>5 options | | *[state](https://wiki.osm.org/wiki/Key:state)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [cycle-highway-length](#cycle-highway-length) | _This part is {_length:km}km long_ | | _Multiple choice only_ |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### cycle_highways-name
|
||||
|
||||
The question is `What is the name of this cycle highway?`
|
||||
|
|
|
@ -36,6 +36,7 @@ Available languages:
|
|||
2. [node2node_bicycle](#node2node_bicycle)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [node2node-survey:date](#node2node-surveydate)
|
||||
+ [export_as_gpx](#export_as_gpx)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -44,6 +45,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [node-rxn_ref](#node-rxn_ref)
|
||||
+ [node-survey:date](#node-surveydate)
|
||||
+ [node-expected_rcn_route_relations](#node-expected_rcn_route_relations)
|
||||
|
@ -54,6 +56,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [name](#name)
|
||||
+ [ref](#ref)
|
||||
|
@ -84,12 +87,21 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [node2node-survey:date](#node2node-survey:date) <br/> _(Original in [questions](./BuiltinQuestions.md#survey_date))_ | When was this node to node link last surveyed?<br/>_This node to node link was last surveyed on {survey:date}_<br/>1 options | | *[survey:date](https://wiki.osm.org/wiki/Key:survey:date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [export_as_gpx](#export_as_gpx) <br/> _(Original in [questions](./BuiltinQuestions.md#export_as_gpx))_ | _{export_as_gpx()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### node2node-survey:date
|
||||
|
||||
The question is `When was this node to node link last surveyed?`
|
||||
|
@ -137,7 +149,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -145,6 +157,17 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/expected_rcn_route_relations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/expected_rcn_route_relations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [expected_rcn_route_relations](https://wiki.openstreetmap.org/wiki/Key:expected_rcn_route_relations) | [int](../SpecialInputElements.md#int) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [node-rxn_ref](#node-rxn_ref) | What is the reference number of this cycling node?<br/>_This cycling node has reference number {rcn_ref}_ | | *[rcn_ref](https://wiki.osm.org/wiki/Key:rcn_ref)* ([int](../SpecialInputElements.md#int)) |
|
||||
| [node-survey:date](#node-survey:date) <br/> _(Original in [questions](./BuiltinQuestions.md#survey_date))_ | When was this cycle node last surveyed?<br/>_This cycle node was last surveyed on {survey:date}_<br/>1 options | | *[survey:date](https://wiki.osm.org/wiki/Key:survey:date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [node-expected_rcn_route_relations](#node-expected_rcn_route_relations) | How many other cycle nodes does this node link to?<br/>_This node links to {expected_rcn_route_relations} other cycle nodes._ | | *[expected_rcn_route_relations](https://wiki.osm.org/wiki/Key:expected_rcn_route_relations)* ([int](../SpecialInputElements.md#int)) |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### node-rxn_ref
|
||||
|
||||
The question is `What is the reference number of this cycling node?`
|
||||
|
@ -208,7 +231,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -216,6 +239,19 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ele#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ele/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name noted on this guidepost?<br/>_Name noted on the guidepost: {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ref](#ref) | What is the reference number of this guidepost?<br/>_Reference number of the guidepost: {ref}_<br/>1 options | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ele](#ele) | What is the elevation noted on this guidepost?<br/>_Elevation noted on the guidepost: {ele} m_<br/>1 options | | *[ele](https://wiki.osm.org/wiki/Key:ele)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -41,6 +41,7 @@ Available languages:
|
|||
2. [toekomstige_fietsstraat](#toekomstige_fietsstraat)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [is_cyclestreet](#is_cyclestreet)
|
||||
+ [supplementary_sign](#supplementary_sign)
|
||||
|
@ -51,6 +52,7 @@ Available languages:
|
|||
3. [not_cyclestreets](#not_cyclestreets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [is_cyclestreet](#is_cyclestreet)
|
||||
+ [supplementary_sign](#supplementary_sign)
|
||||
|
@ -80,13 +82,25 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_sign#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_sign/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_sign](https://wiki.openstreetmap.org/wiki/Key:traffic_sign) | Multiple choice | [DE:244.1,1020-30](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1020-30) [DE:244.1,1022-12,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12,1024-10) [DE:244.1,1022-12](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12) [DE:244.1,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1024-10) [DE:244.1](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cyclestreet:start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cyclestreet%3Astart_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date) | [date](../SpecialInputElements.md#date) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [cyclestreets](./cyclestreets.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [is_cyclestreet](#is_cyclestreet) <br/> _(Original in [cyclestreets](./cyclestreets.md#is_cyclestreet))_ | Is the street <b></b> a cyclestreet?<br/>7 options | | _Multiple choice only_ |
|
||||
| [supplementary_sign](#supplementary_sign) <br/> _(Original in [cyclestreets](./cyclestreets.md#supplementary_sign))_ | What sign does this bicycle road have?<br/>5 options | | _Multiple choice only_ |
|
||||
| [future_cyclestreet](#future_cyclestreet) <br/> _(Original in [cyclestreets](./cyclestreets.md#future_cyclestreet))_ | When will this street become a cyclestreet?<br/>_This street will become a cyclestreet at {cyclestreet:start_date}_ | | *[cyclestreet:start_date](https://wiki.osm.org/wiki/Key:cyclestreet:start_date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [leftover-questions](#leftover-questions) <br/> _(Original in [cyclestreets](./cyclestreets.md#leftover-questions))_ | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [split_button](#split_button) <br/> _(Original in [cyclestreets](./cyclestreets.md#split_button))_ | _{split_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [cyclestreets](./cyclestreets.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_
|
||||
|
@ -160,13 +174,25 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_sign#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_sign/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_sign](https://wiki.openstreetmap.org/wiki/Key:traffic_sign) | Multiple choice | [DE:244.1,1020-30](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1020-30) [DE:244.1,1022-12,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12,1024-10) [DE:244.1,1022-12](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12) [DE:244.1,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1024-10) [DE:244.1](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cyclestreet:start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cyclestreet%3Astart_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date) | [date](../SpecialInputElements.md#date) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [cyclestreets](./cyclestreets.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [is_cyclestreet](#is_cyclestreet) <br/> _(Original in [cyclestreets](./cyclestreets.md#is_cyclestreet))_ | Is the street <b></b> a cyclestreet?<br/>7 options | | _Multiple choice only_ |
|
||||
| [supplementary_sign](#supplementary_sign) <br/> _(Original in [cyclestreets](./cyclestreets.md#supplementary_sign))_ | What sign does this bicycle road have?<br/>5 options | | _Multiple choice only_ |
|
||||
| [future_cyclestreet](#future_cyclestreet) <br/> _(Original in [cyclestreets](./cyclestreets.md#future_cyclestreet))_ | When will this street become a cyclestreet?<br/>_This street will become a cyclestreet at {cyclestreet:start_date}_ | | *[cyclestreet:start_date](https://wiki.osm.org/wiki/Key:cyclestreet:start_date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [leftover-questions](#leftover-questions) <br/> _(Original in [cyclestreets](./cyclestreets.md#leftover-questions))_ | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [split_button](#split_button) <br/> _(Original in [cyclestreets](./cyclestreets.md#split_button))_ | _{split_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [cyclestreets](./cyclestreets.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_
|
||||
|
|
|
@ -19,6 +19,7 @@ This theme contains the following layers:
|
|||
- [bicycle_rental_non_docking (defined in this theme)](#bicycle_rental_non_docking)
|
||||
- [bicycle_rental](../Layers/bicycle_rental.md)
|
||||
- [bicycle_library](../Layers/bicycle_library.md)
|
||||
- [toilet](../Layers/toilet.md)
|
||||
- [bike_parking](../Layers/bike_parking.md)
|
||||
- [charging_station_ebikes (defined in this theme)](#charging_station_ebikes)
|
||||
- [charging_station](../Layers/charging_station.md)
|
||||
|
@ -54,6 +55,8 @@ Available languages:
|
|||
2. [bicycle_assisted_repair_workshop](#bicycle_assisted_repair_workshop)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [preset_description](#preset_description)
|
||||
+ [name](#name)
|
||||
|
@ -73,6 +76,8 @@ Available languages:
|
|||
3. [bicycle_rental_non_docking](#bicycle_rental_non_docking)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [bicycle_rental_type](#bicycle_rental_type)
|
||||
+ [website](#website)
|
||||
|
@ -98,6 +103,9 @@ Available languages:
|
|||
4. [charging_station_ebikes](#charging_station_ebikes)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Technical questions](#technical-questions)
|
||||
+ [images](#images)
|
||||
+ [Type](#type)
|
||||
+ [access](#access)
|
||||
|
@ -216,6 +224,8 @@ Available languages:
|
|||
5. [vending_machine_bicycle](#vending_machine_bicycle)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [repeated](#repeated)
|
||||
+ [single_level](#single_level)
|
||||
|
@ -263,7 +273,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -275,6 +285,25 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:mastodon#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Amastodon/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:facebook#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Afacebook/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:facebook](https://wiki.openstreetmap.org/wiki/Key:contact:facebook) | [url](../SpecialInputElements.md#url) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [preset_description](#preset_description) <br/> _(Original in [questions](./BuiltinQuestions.md#preset_description))_ | _{preset_description()}_ | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name of this repair workshop?<br/>_This workshop is called <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours_by_appointment](#opening_hours_by_appointment) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_by_appointment))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>3 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [mastodon](#mastodon) <br/> _(Original in [questions](./BuiltinQuestions.md#mastodon))_ | What is the Mastodon-handle of ?<br/>_{fediverse_link(contact:mastodon)}_ | | *[contact:mastodon](https://wiki.osm.org/wiki/Key:contact:mastodon)* ([fediverse](../SpecialInputElements.md#fediverse)) |
|
||||
| [facebook](#facebook) <br/> _(Original in [questions](./BuiltinQuestions.md#facebook))_ | What is the facebook page of of ?<br/>_{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>_ | | *[contact:facebook](https://wiki.osm.org/wiki/Key:contact:facebook)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [item:repair](#item:repair) | What type of items are repaired here?<br/>6 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -401,7 +430,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -418,6 +447,31 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abicycle_pannier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Atandem_bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [bicycle_rental_type](#bicycle_rental_type) | What kind of bicycle rental is this?<br/>6 options | | _Multiple choice only_ |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [payment-options-advanced](#payment-options-advanced) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-advanced))_ | Which methods of payment are accepted here?<br/>5 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -635,7 +689,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -741,6 +795,123 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/planned:amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/planned%3Aamenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [planned:amenity](https://wiki.openstreetmap.org/wiki/Key:planned:amenity) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [charging_station](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3Dcharging_station) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/parking:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/parking%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [parking:fee](https://wiki.openstreetmap.org/wiki/Key:parking:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:parking:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:parking:fee%3Dyes) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [Type](#Type) | Which vehicles are allowed to charge here?<br/>5 options | | _Multiple choice only_ |
|
||||
| [access](#access) | Who is allowed to use this charging station?<br/>_Access is {access}_<br/>6 options | | *[access](https://wiki.osm.org/wiki/Key:access)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [capacity](#capacity) | How much vehicles can be charged here at the same time?<br/>_{capacity} vehicles can be charged here at the same time_ | | *[capacity](https://wiki.osm.org/wiki/Key:capacity)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [Available_charging_stations (generated)](#Available_charging_stations (generated)) | Which charging connections are available here?<br/>42 options | | _Multiple choice only_ |
|
||||
| [plugs-amount-socket:schuko](#plugs-amount-socket:schuko) | How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) are available here?<br/>_There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here_ | plugs-amount | *[socket:schuko](https://wiki.osm.org/wiki/Key:socket:schuko)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:schuko](#voltage-socket:schuko) | What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}_<br/>1 options | technical | *[socket:schuko:voltage](https://wiki.osm.org/wiki/Key:socket:schuko:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:schuko](#current-socket:schuko) | What current do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}_<br/>1 options | technical | *[socket:schuko:current](https://wiki.osm.org/wiki/Key:socket:schuko:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:schuko](#power-output-socket:schuko) | What power output does a single plug of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}_<br/>1 options | technical | *[socket:schuko:output](https://wiki.osm.org/wiki/Key:socket:schuko:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:typee](#plugs-amount-socket:typee) | How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) are available here?<br/>_There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here_ | plugs-amount | *[socket:typee](https://wiki.osm.org/wiki/Key:socket:typee)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:typee](#voltage-socket:typee) | What voltage do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}_<br/>1 options | technical | *[socket:typee:voltage](https://wiki.osm.org/wiki/Key:socket:typee:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:typee](#current-socket:typee) | What current do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}_<br/>1 options | technical | *[socket:typee:current](https://wiki.osm.org/wiki/Key:socket:typee:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:typee](#power-output-socket:typee) | What power output does a single plug of type <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}_<br/>2 options | technical | *[socket:typee:output](https://wiki.osm.org/wiki/Key:socket:typee:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:chademo](#plugs-amount-socket:chademo) | How much plugs of type <b>Chademo</b> are available here?<br/>_There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here_ | plugs-amount | *[socket:chademo](https://wiki.osm.org/wiki/Key:socket:chademo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:chademo](#voltage-socket:chademo) | What voltage do the plugs with <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}_<br/>1 options | technical | *[socket:chademo:voltage](https://wiki.osm.org/wiki/Key:socket:chademo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:chademo](#current-socket:chademo) | What current do the plugs with <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}_<br/>1 options | technical | *[socket:chademo:current](https://wiki.osm.org/wiki/Key:socket:chademo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:chademo](#power-output-socket:chademo) | What power output does a single plug of type <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}_<br/>1 options | technical | *[socket:chademo:output](https://wiki.osm.org/wiki/Key:socket:chademo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1_cable](#plugs-amount-socket:type1_cable) | How much plugs of type <b>Type 1 with cable</b> (J1772) are available here?<br/>_There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here_ | plugs-amount | *[socket:type1_cable](https://wiki.osm.org/wiki/Key:socket:type1_cable)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1_cable](#voltage-socket:type1_cable) | What voltage do the plugs with <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}_<br/>2 options | technical | *[socket:type1_cable:voltage](https://wiki.osm.org/wiki/Key:socket:type1_cable:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1_cable](#current-socket:type1_cable) | What current do the plugs with <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}_<br/>1 options | technical | *[socket:type1_cable:current](https://wiki.osm.org/wiki/Key:socket:type1_cable:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1_cable](#power-output-socket:type1_cable) | What power output does a single plug of type <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}_<br/>2 options | technical | *[socket:type1_cable:output](https://wiki.osm.org/wiki/Key:socket:type1_cable:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1](#plugs-amount-socket:type1) | How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) are available here?<br/>_There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here_ | plugs-amount | *[socket:type1](https://wiki.osm.org/wiki/Key:socket:type1)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1](#voltage-socket:type1) | What voltage do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}_<br/>2 options | technical | *[socket:type1:voltage](https://wiki.osm.org/wiki/Key:socket:type1:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1](#current-socket:type1) | What current do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}_<br/>1 options | technical | *[socket:type1:current](https://wiki.osm.org/wiki/Key:socket:type1:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1](#power-output-socket:type1) | What power output does a single plug of type <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}_<br/>4 options | technical | *[socket:type1:output](https://wiki.osm.org/wiki/Key:socket:type1:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1_combo](#plugs-amount-socket:type1_combo) | How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) are available here?<br/>_There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here_ | plugs-amount | *[socket:type1_combo](https://wiki.osm.org/wiki/Key:socket:type1_combo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1_combo](#voltage-socket:type1_combo) | What voltage do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}_<br/>2 options | technical | *[socket:type1_combo:voltage](https://wiki.osm.org/wiki/Key:socket:type1_combo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1_combo](#current-socket:type1_combo) | What current do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}_<br/>2 options | technical | *[socket:type1_combo:current](https://wiki.osm.org/wiki/Key:socket:type1_combo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1_combo](#power-output-socket:type1_combo) | What power output does a single plug of type <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}_<br/>4 options | technical | *[socket:type1_combo:output](https://wiki.osm.org/wiki/Key:socket:type1_combo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_supercharger](#plugs-amount-socket:tesla_supercharger) | How much plugs of type <b>Tesla Supercharger</b> are available here?<br/>_There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here_ | plugs-amount | *[socket:tesla_supercharger](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_supercharger](#voltage-socket:tesla_supercharger) | What voltage do the plugs with <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}_<br/>1 options | technical | *[socket:tesla_supercharger:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_supercharger](#current-socket:tesla_supercharger) | What current do the plugs with <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}_<br/>2 options | technical | *[socket:tesla_supercharger:current](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_supercharger](#power-output-socket:tesla_supercharger) | What power output does a single plug of type <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}_<br/>3 options | technical | *[socket:tesla_supercharger:output](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2](#plugs-amount-socket:type2) | How much plugs of type <b>Type 2</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here_ | plugs-amount | *[socket:type2](https://wiki.osm.org/wiki/Key:socket:type2)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2](#voltage-socket:type2) | What voltage do the plugs with <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}_<br/>2 options | technical | *[socket:type2:voltage](https://wiki.osm.org/wiki/Key:socket:type2:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2](#current-socket:type2) | What current do the plugs with <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}_<br/>2 options | technical | *[socket:type2:current](https://wiki.osm.org/wiki/Key:socket:type2:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2](#power-output-socket:type2) | What power output does a single plug of type <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}_<br/>2 options | technical | *[socket:type2:output](https://wiki.osm.org/wiki/Key:socket:type2:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2_combo](#plugs-amount-socket:type2_combo) | How much plugs of type <b>Type 2 CCS</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here_ | plugs-amount | *[socket:type2_combo](https://wiki.osm.org/wiki/Key:socket:type2_combo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2_combo](#voltage-socket:type2_combo) | What voltage do the plugs with <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}_<br/>2 options | technical | *[socket:type2_combo:voltage](https://wiki.osm.org/wiki/Key:socket:type2_combo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2_combo](#current-socket:type2_combo) | What current do the plugs with <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}_<br/>2 options | technical | *[socket:type2_combo:current](https://wiki.osm.org/wiki/Key:socket:type2_combo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2_combo](#power-output-socket:type2_combo) | What power output does a single plug of type <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}_<br/>1 options | technical | *[socket:type2_combo:output](https://wiki.osm.org/wiki/Key:socket:type2_combo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2_cable](#plugs-amount-socket:type2_cable) | How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here_ | plugs-amount | *[socket:type2_cable](https://wiki.osm.org/wiki/Key:socket:type2_cable)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2_cable](#voltage-socket:type2_cable) | What voltage do the plugs with <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}_<br/>2 options | technical | *[socket:type2_cable:voltage](https://wiki.osm.org/wiki/Key:socket:type2_cable:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2_cable](#current-socket:type2_cable) | What current do the plugs with <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}_<br/>2 options | technical | *[socket:type2_cable:current](https://wiki.osm.org/wiki/Key:socket:type2_cable:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2_cable](#power-output-socket:type2_cable) | What power output does a single plug of type <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}_<br/>2 options | technical | *[socket:type2_cable:output](https://wiki.osm.org/wiki/Key:socket:type2_cable:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_supercharger_ccs](#plugs-amount-socket:tesla_supercharger_ccs) | How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?<br/>_There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here_ | plugs-amount | *[socket:tesla_supercharger_ccs](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_supercharger_ccs](#voltage-socket:tesla_supercharger_ccs) | What voltage do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}_<br/>2 options | technical | *[socket:tesla_supercharger_ccs:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_supercharger_ccs](#current-socket:tesla_supercharger_ccs) | What current do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}_<br/>2 options | technical | *[socket:tesla_supercharger_ccs:current](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_supercharger_ccs](#power-output-socket:tesla_supercharger_ccs) | What power output does a single plug of type <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}_<br/>1 options | technical | *[socket:tesla_supercharger_ccs:output](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_destination_us](#plugs-amount-socket:tesla_destination_us) | How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?<br/>_There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_destination_us](#voltage-socket:tesla_destination_us) | What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}_<br/>1 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_destination_us](#current-socket:tesla_destination_us) | What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_destination_us](#power-output-socket:tesla_destination_us) | What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}_<br/>3 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_destination](#plugs-amount-socket:tesla_destination) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_destination](#voltage-socket:tesla_destination) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}_<br/>2 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_destination](#current-socket:tesla_destination) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_destination](#power-output-socket:tesla_destination) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}_<br/>2 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [OH](#OH) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | When is this charging station opened?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [fee](#fee) | Does one have to pay to use this charging station?<br/>5 options | | _Multiple choice only_ |
|
||||
| [charge](#charge) | How much does one have to pay to use this charging station?<br/>_Using this charging station costs <b>{charge}</b>_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-advanced))_ | Which methods of payment are accepted here?<br/>6 options | | _Multiple choice only_ |
|
||||
| [app-name](#app-name) | What is the name of the app used for payment?<br/>_Payment can be done using the app <b>{payment:app}</b>_ | | *[payment:app](https://wiki.osm.org/wiki/Key:payment:app)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Authentication](#Authentication) | What kind of authentication is available at the charging station?<br/>8 options | | _Multiple choice only_ |
|
||||
| [Auth phone](#Auth phone) | What's the phone number for authentication call or SMS?<br/>_Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>_ | | *[authentication:phone_call:number](https://wiki.osm.org/wiki/Key:authentication:phone_call:number)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [maxstay](#maxstay) <br/> _(Original in [questions](./BuiltinQuestions.md#maxstay))_ | What is the maximum amount of time one is allowed to stay here?<br/>_One can stay at most <b>{canonical(maxstay)}</b>_<br/>1 options | | *[maxstay](https://wiki.osm.org/wiki/Key:maxstay)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [Network](#Network) | Is this charging station part of a network?<br/>_Part of the network <b>{network}</b>_<br/>8 options | | *[network](https://wiki.osm.org/wiki/Key:network)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operator](#Operator) | Who is the operator of this charging station?<br/>_This charging station is operated by {operator}_<br/>1 options | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [phone](#phone) | What number can one call if there is a problem with this charging station?<br/>_In case of problems, call <a href='tel:{phone}'>{phone}</a>_ | | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) | What is the email address of the operator?<br/>_In case of problems, send an email to <a href='mailto:{email}'>{email}</a>_ | | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) | What is the website where one can find more information about this charging station?<br/>_More info on <a href='{website}'>{website}</a>_ | | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [ref](#ref) | What is the reference number of this charging station?<br/>_Reference number is <b>{ref}</b>_ | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operational status](#Operational status) | Is this charging point in use?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Parking:fee](#Parking:fee) | Does one have to pay a parking fee while charging?<br/>2 options | | _Multiple choice only_ |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [questions-technical](#questions-technical) | _<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -1944,7 +2115,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -1963,6 +2134,32 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3D) [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [vending](#vending) | What does this vending machine sell?<br/>_This vending machine sells {vending}_<br/>28 options | | *[vending](https://wiki.osm.org/wiki/Key:vending)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand) | Which brand of tubes are sold here?<br/>_{brand} tubes are sold here_<br/>2 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours_24_7](#opening_hours_24_7) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [payment-options-split](#payment-options-split) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-split))_ | Which methods of payment are accepted here?<br/>7 options | | _Multiple choice only_ |
|
||||
| [denominations-coins](#denominations-coins) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-coins))_ | What coins can you use to pay here?<br/>15 options | | _Multiple choice only_ |
|
||||
| [denominations-notes](#denominations-notes) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-notes))_ | what notes can you use to pay here?<br/>13 options | | _Multiple choice only_ |
|
||||
| [operator](#operator) | Who operates this vending machine?<br/>_This vending machine is operated by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [indoor](#indoor) | Is this vending machine indoors?<br/>3 options | | _Multiple choice only_ |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of the operator of this vending machine?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [charge_bicycle_tube](#charge_bicycle_tube) | How much does a a bicycle tube cost?<br/>_a bicycle tube costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_bicycle_light](#charge_bicycle_light) | How much does a bicycle light cost?<br/>_bicycle light costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_condom](#charge_condom) | How much does a a condom cost?<br/>_a condom costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [operational_status](#operational_status) | Is this vending machine still operational?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -44,6 +44,8 @@ Available languages:
|
|||
2. [streets_without_etymology](#streets_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -59,6 +61,8 @@ Available languages:
|
|||
3. [parks_and_forests_without_etymology](#parks_and_forests_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -74,6 +78,8 @@ Available languages:
|
|||
4. [education_institutions_without_etymology](#education_institutions_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -89,6 +95,8 @@ Available languages:
|
|||
5. [cultural_places_without_etymology](#cultural_places_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -104,6 +112,8 @@ Available languages:
|
|||
6. [toursistic_places_without_etymology](#toursistic_places_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -119,6 +129,8 @@ Available languages:
|
|||
7. [health_and_social_places_without_etymology](#health_and_social_places_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -134,6 +146,8 @@ Available languages:
|
|||
8. [sport_places_without_etymology](#sport_places_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -149,6 +163,8 @@ Available languages:
|
|||
9. [parks_without_etymology](#parks_without_etymology)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
+ [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
||||
+ [wikipedia-etymology](#wikipedia-etymology)
|
||||
+ [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
||||
|
@ -186,13 +202,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -277,13 +309,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -368,13 +416,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -459,13 +523,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -550,13 +630,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -641,13 +737,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -732,13 +844,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -823,13 +951,29 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | _{image_carousel(name:etymology:wikidata)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia-etymology](#wikipedia-etymology) | What is the Wikidata-item that this object is named after?<br/>_<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}_ | | *[name:etymology:wikidata](https://wiki.osm.org/wiki/Key:name:etymology:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [zoeken op inventaris onroerend erfgoed](#zoeken op inventaris onroerend erfgoed) | _<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>_ | | _Multiple choice only_ |
|
||||
| [simple etymology](#simple etymology) | What is this object named after?<br/>_Named after {name:etymology}_<br/>1 options | | *[name:etymology](https://wiki.osm.org/wiki/Key:name:etymology)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [streetsign-image-carousel](#streetsign-image-carousel) | _{image_carousel(image:streetsign;panoramax:streetsign)}_ | | _Multiple choice only_ |
|
||||
| [streetsign-upload](#streetsign-upload) | _{image_upload(image:streetsign,Add image of a street name sign,)}_ | | _Multiple choice only_ |
|
||||
| [minimap](#minimap) | _{minimap(18, id, _same_name_ids):height:10rem}_ | | _Multiple choice only_ |
|
||||
| [etymology_multi_apply](#etymology_multi_apply) | _{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}_ | | _Multiple choice only_ |
|
||||
| [wikipedia](#wikipedia) | _A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### etymology-images-from-wikipedia
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -38,6 +38,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [facadegardens-direction](#facadegardens-direction)
|
||||
+ [facadegardens-sunshine](#facadegardens-sunshine)
|
||||
|
@ -78,7 +79,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -90,6 +91,23 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/plant#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/plant/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [plant](https://wiki.openstreetmap.org/wiki/Key:plant) | Multiple choice | [vine](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dvine) [flower](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dflower) [shrub](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dshrub) [groundcover](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dgroundcover) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [facadegardens-direction](#facadegardens-direction) | What is the orientation of the garden?<br/>_Orientation: {direction} (where 0=N and 90=O)_ | | *[direction](https://wiki.osm.org/wiki/Key:direction)* ([direction](../SpecialInputElements.md#direction)) |
|
||||
| [facadegardens-sunshine](#facadegardens-sunshine) | Is the garden shaded or sunny?<br/>3 options | | _Multiple choice only_ |
|
||||
| [facadegardens-rainbarrel](#facadegardens-rainbarrel) | Is there a water barrel installed for the garden?<br/>2 options | | _Multiple choice only_ |
|
||||
| [facadegardens-start_date](#facadegardens-start_date) | When was the garden constructed? (a year is sufficient)<br/>_Construction date of the garden: {start_date}_ | | *[start_date](https://wiki.osm.org/wiki/Key:start_date)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [facadegardens-edible](#facadegardens-edible) | Are there any edible plants?<br/>2 options | | _Multiple choice only_ |
|
||||
| [facadegardens-plants](#facadegardens-plants) | What kinds of plants grow here?<br/>4 options | | _Multiple choice only_ |
|
||||
| [facadegardens-description](#facadegardens-description) | Extra describing info about the garden (if needed and not yet described above)<br/>_More details: {description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -34,6 +34,9 @@ Available languages:
|
|||
2. [friture](#friture)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Drive-through opening hours](#drive-through-opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [Name](#name)
|
||||
|
@ -105,7 +108,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -143,6 +146,55 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Cuisine](#Cuisine) | What kind of food is served here?<br/>_This place mostly serves {cuisine}_<br/>19 options | | *[cuisine](https://wiki.osm.org/wiki/Key:cuisine)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
|
||||
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
|
||||
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
|
||||
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
|
||||
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
|
||||
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
|
||||
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
|
||||
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
|
||||
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -30,6 +30,7 @@ Available languages:
|
|||
2. [advertising_wall_paintings](#advertising_wall_paintings)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [type](#type)
|
||||
+ [animated](#animated)
|
||||
|
@ -46,6 +47,9 @@ Available languages:
|
|||
3. [artwork_on_wall](#artwork_on_wall)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Wikipedia page about the memorial](#wikipedia-page-about-the-memorial)
|
||||
+ [Wikipedia page about the remembered event or person](#wikipedia-page-about-the-remembered-event-or-person)
|
||||
+ [historic_or_not](#historic_or_not)
|
||||
+ [images_no_blur](#images_no_blur)
|
||||
+ [artwork-artwork_type](#artwork-artwork_type)
|
||||
|
@ -57,6 +61,10 @@ Available languages:
|
|||
+ [doubles_as_memorial](#doubles_as_memorial)
|
||||
+ [memorial-type](#memorial-type)
|
||||
+ [inscription](#inscription)
|
||||
+ [memorial-wikidata](#memorial-wikidata)
|
||||
+ [Wikipedia page about the memorial](#wikipedia-page-about-the-memorial)
|
||||
+ [subject-wikidata](#subject-wikidata)
|
||||
+ [Wikipedia page about the remembered event or person](#wikipedia-page-about-the-remembered-event-or-person)
|
||||
+ [doubles_as_bench](#doubles_as_bench)
|
||||
+ [bench-backrest](#bench-backrest)
|
||||
+ [bench-armrest](#bench-armrest)
|
||||
|
@ -103,7 +111,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -114,6 +122,24 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [advertising](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [type](#type) | Which type of advertising feature is this?<br/>_This is a {advertising}_<br/>13 options | | *[advertising](https://wiki.osm.org/wiki/Key:advertising)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [animated](#animated) | Does this advertisement cycle through multiple messages?<br/>5 options | | _Multiple choice only_ |
|
||||
| [luminous_or_lit_advertising](#luminous_or_lit_advertising) <br/> _(Original in [questions](./BuiltinQuestions.md#luminous_or_lit))_ | Is this object lit or does it emit light?<br/>5 options | | _Multiple choice only_ |
|
||||
| [operator](#operator) | Who operates this feature?<br/>_Operated by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [message_type](#message_type) | What kind of message is shown?<br/>10 options | | _Multiple choice only_ |
|
||||
| [Sides](#Sides) | From how many sides you can watch advertisments?<br/>2 options | | _Multiple choice only_ |
|
||||
| [ref](#ref) | Wich is the reference number?<br/>_Reference number is {ref}_ | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [historic](#historic) | Is this sign for a business that no longer exists or no longer being maintained?<br/>2 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -242,7 +268,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -256,6 +282,8 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/memorial#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/memorial/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [memorial](https://wiki.openstreetmap.org/wiki/Key:memorial) | [string](../SpecialInputElements.md#string) | [statue](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue) [plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque) [bench](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench) [ghost_bike](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dghost_bike) [stolperstein](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstolperstein) [stele](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstele) [stone](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstone) [bust](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbust) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dsculpture) [obelisk](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dobelisk) [cross](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dcross) [blue_plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dblue_plaque) [tank](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtank) [tree](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtree) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/backrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/backrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/armrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/armrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) |
|
||||
|
@ -274,6 +302,45 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/denomination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/denomination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/denomination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/denomination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [historic_or_not](#historic_or_not) | Is this artwork a historic advertisement?<br/>2 options | | _Multiple choice only_ |
|
||||
| [images_no_blur](#images_no_blur) <br/> _(Original in [questions](./BuiltinQuestions.md#images_no_blur))_ | _{image_carousel()}{image_upload(,,,true)}_ | | _Multiple choice only_ |
|
||||
| [artwork-artwork_type](#artwork-artwork_type) | What is the type of this artwork?<br/>_This is a {artwork_type}_<br/>13 options | artwork-question | *[artwork_type](https://wiki.osm.org/wiki/Key:artwork_type)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [artwork-artist-wikidata](#artwork-artist-wikidata) | Who made this artwork?<br/>_This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}_ | artwork-question | *[artist:wikidata](https://wiki.osm.org/wiki/Key:artist:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [artwork-artist_name](#artwork-artist_name) | Which artist created this?<br/>_Created by {artist_name}_ | artwork-question | *[artist_name](https://wiki.osm.org/wiki/Key:artist_name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [artwork-website](#artwork-website) | Is there a website with more information about this artwork?<br/>_{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}_ | artwork-question | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [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)) |
|
||||
| [artwork_subject](#artwork_subject) | What does this artwork depict?<br/>_This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}_ | artwork-question | *[subject:wikidata](https://wiki.osm.org/wiki/Key:subject:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [doubles_as_memorial](#doubles_as_memorial) | Does this artwork serve as a memorial?<br/>2 options | | _Multiple choice only_ |
|
||||
| [memorial-type](#memorial-type) <br/> _(Original in [memorial](./memorial.md#memorial-type))_ | What type of memorial is this?<br/>_This is a {memorial}_<br/>15 options | memorial-questions | *[memorial](https://wiki.osm.org/wiki/Key:memorial)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [inscription](#inscription) <br/> _(Original in [memorial](./memorial.md#inscription))_ | What is the inscription on this memorial?<br/>_The inscription on this memorial reads: <p><i>{inscription}<i></p>_<br/>1 options | memorial-questions | *[inscription](https://wiki.osm.org/wiki/Key:inscription)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [memorial-wikidata](#memorial-wikidata) <br/> _(Original in [memorial](./memorial.md#memorial-wikidata))_ | What is the Wikipedia page about this memorial?<br/>_<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}_ | memorial-specific, memorial-questions | *[wikidata](https://wiki.osm.org/wiki/Key:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [subject-wikidata](#subject-wikidata) <br/> _(Original in [memorial](./memorial.md#subject-wikidata))_ | What is the Wikipedia page about the person or event that is remembered here?<br/>_<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}_ | memorial-specific, memorial-questions | *[subject:wikidata](https://wiki.osm.org/wiki/Key:subject:wikidata)* ([wikidata](../SpecialInputElements.md#wikidata)) |
|
||||
| [doubles_as_bench](#doubles_as_bench) | Does this artwork serve as a bench?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bench-backrest](#bench-backrest) <br/> _(Original in [bench](./bench.md#bench-backrest))_ | Does this bench have a backrest?<br/>3 options | bench-questions | _Multiple choice only_ |
|
||||
| [bench-armrest](#bench-armrest) <br/> _(Original in [bench](./bench.md#bench-armrest))_ | Does this bench have one or more armrests?<br/>2 options | bench-questions | _Multiple choice only_ |
|
||||
| [bench-seats](#bench-seats) <br/> _(Original in [bench](./bench.md#bench-seats))_ | How many seats does this bench have?<br/>_This bench has {seats} seats_<br/>1 options | bench-questions | *[seats](https://wiki.osm.org/wiki/Key:seats)* ([nat](../SpecialInputElements.md#nat)) |
|
||||
| [bench-material](#bench-material) <br/> _(Original in [bench](./bench.md#bench-material))_ | What is the bench (seating) made from?<br/>_Material: {material}_<br/>6 options | bench-questions | *[material](https://wiki.osm.org/wiki/Key:material)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [bench-direction](#bench-direction) <br/> _(Original in [bench](./bench.md#bench-direction))_ | In which direction are you looking when sitting on the bench?<br/>_When sitting on the bench, one looks towards {direction}°._ | bench-questions | *[direction](https://wiki.osm.org/wiki/Key:direction)* ([direction](../SpecialInputElements.md#direction)) |
|
||||
| [bench-colour](#bench-colour) <br/> _(Original in [bench](./bench.md#bench-colour))_ | Which colour does this bench have?<br/>_Colour: {colour}_<br/>8 options | bench-questions | *[colour](https://wiki.osm.org/wiki/Key:colour)* ([color](../SpecialInputElements.md#color)) |
|
||||
| [bench-survey:date](#bench-survey:date) <br/> _(Original in [bench](./bench.md#bench-survey:date))_ | When was this bench last surveyed?<br/>_This bench was last surveyed on {survey:date}_<br/>1 options | bench-questions | *[survey:date](https://wiki.osm.org/wiki/Key:survey:date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [bench-inscription](#bench-inscription) <br/> _(Original in [bench](./bench.md#bench-inscription))_ | Does this bench have an inscription?<br/>_This bench has the following inscription:<br/><p><i>{inscription}</i></p>_<br/>2 options | bench-questions | *[inscription](https://wiki.osm.org/wiki/Key:inscription)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [bench-memorial](#bench-memorial) <br/> _(Original in [bench](./bench.md#bench-memorial))_ | Does this bench act as memorial for someone or something?<br/>2 options | bench-questions | _Multiple choice only_ |
|
||||
| [doubles_as_wayside_shrine](#doubles_as_wayside_shrine) | Does this artwork also double as wayside shrine?<br/>2 options | | _Multiple choice only_ |
|
||||
| [shrine_name](#shrine_name) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#shrine_name))_ | What's the name of this ?<br/>_The name of this {title()} is <b>{name}</b>_<br/>1 options | shrine_questions | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [religion](#religion) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#religion))_ | To which religion is this shrine dedicated?<br/>_This shrine is {religion}_<br/>11 options | shrine_questions | *[religion](https://wiki.osm.org/wiki/Key:religion)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [denomination_christian](#denomination_christian) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#denomination_christian))_ | What's the Christian denomination of this ?<br/>_The religious denomination is <b>{denomination}</b>_<br/>10 options | shrine_questions | *[denomination](https://wiki.osm.org/wiki/Key:denomination)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [denomination_muslim](#denomination_muslim) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#denomination_muslim))_ | What's the Muslim denomination of this shrine?<br/>_The religious subdenomination is {denomination}_<br/>3 options | shrine_questions | *[denomination](https://wiki.osm.org/wiki/Key:denomination)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [denomination_jewish](#denomination_jewish) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#denomination_jewish))_ | What's the Jewish denomination of this shrine?<br/>_The religious subdenomination is {denomination}_<br/>4 options | shrine_questions | *[denomination](https://wiki.osm.org/wiki/Key:denomination)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [denomination_other](#denomination_other) <br/> _(Original in [wayside_shrine](./wayside_shrine.md#denomination_other))_ | What's the denomination of this shrine?<br/>_The denomination of this shrine is {denomination}_ | shrine_questions | *[denomination](https://wiki.osm.org/wiki/Key:denomination)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### historic_or_not
|
||||
|
||||
The question is `Is this artwork a historic advertisement?`
|
||||
|
@ -392,6 +459,26 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
This tagrendering has labels
|
||||
`memorial-questions`
|
||||
|
||||
### memorial-wikidata
|
||||
|
||||
The question is `What is the Wikipedia page about this memorial?`
|
||||
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
||||
This tagrendering has labels
|
||||
`memorial-specific`
|
||||
`memorial-questions`
|
||||
|
||||
### subject-wikidata
|
||||
|
||||
The question is `What is the Wikipedia page about the person or event that is remembered here?`
|
||||
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
||||
This tagrendering has labels
|
||||
`memorial-specific`
|
||||
`memorial-questions`
|
||||
|
||||
### doubles_as_bench
|
||||
|
||||
The question is `Does this artwork serve as a bench?`
|
||||
|
@ -634,8 +721,8 @@ This tagrendering has labels
|
|||
| id | question | osmTags |
|
||||
-----|-----|----- |
|
||||
| has_image.0 | *With and without images* (default) | |
|
||||
| has_image.1 | Has at least one image | image~.+ | image:0~.+ | image:1~.+ | image:2~.+ | image:3~.+ | mapillary~.+ |
|
||||
| has_image.2 | Probably does not have an image | image= & image:0= & image:1= & image:2= & image:3= & mapillary= |
|
||||
| has_image.1 | Has at least one image | image~.+ | ^(image:[0-9]+)$~~.+ | ^(panoramax:[0-9]+)$~~.+ | mapillary~.+ |
|
||||
| has_image.2 | Probably does not have an image | (image!~.+ | ^(image:[0-9]+!)$~~.+ | ^(panoramax:[0-9]+!)$~~.+ | mapillary!~.+) |
|
||||
|
||||
| id | question | osmTags |
|
||||
-----|-----|----- |
|
||||
|
|
|
@ -38,6 +38,9 @@ Available languages:
|
|||
2. [food_glutenfree](#food_glutenfree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Drive-through opening hours](#drive-through-opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [gluten_free](#gluten_free)
|
||||
|
@ -88,6 +91,8 @@ Available languages:
|
|||
3. [icecream_glutenfree](#icecream_glutenfree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [gluten_free](#gluten_free)
|
||||
|
@ -109,6 +114,8 @@ Available languages:
|
|||
4. [shops_glutenfree](#shops_glutenfree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [gluten_free](#gluten_free)
|
||||
|
@ -182,7 +189,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -220,6 +227,55 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Cuisine](#Cuisine) | What kind of food is served here?<br/>_This place mostly serves {cuisine}_<br/>19 options | | *[cuisine](https://wiki.osm.org/wiki/Key:cuisine)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
|
||||
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
|
||||
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
|
||||
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
|
||||
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
|
||||
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
|
||||
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
|
||||
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
|
||||
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -735,7 +791,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -750,6 +806,27 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [1](#1) | What is the name of this ice cream parlor?<br/>_This ice cream parlor is named <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [vegan](#vegan) <br/> _(Original in [questions](./BuiltinQuestions.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
@ -935,7 +1012,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -976,6 +1053,57 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -27,6 +27,7 @@ Available languages:
|
|||
2. [osm_buildings_no_points](#osm_buildings_no_points)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [building type](#building-type)
|
||||
+ [grb-housenumber](#grb-housenumber)
|
||||
+ [grb-unit](#grb-unit)
|
||||
|
@ -41,6 +42,9 @@ Available languages:
|
|||
3. [grb](#grb)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [GRB geometry:](#grb-geometry)
|
||||
+ [OSM geometry:](#osm-geometry)
|
||||
+ [Import-button](#import-button)
|
||||
+ [Building info](#building-info)
|
||||
+ [overlapping building address](#overlapping-building-address)
|
||||
|
@ -57,11 +61,13 @@ Available languages:
|
|||
4. [service_ways](#service_ways)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
5. [generic_osm_object](#generic_osm_object)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [all_tags](#all_tags)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
|
@ -86,7 +92,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -97,6 +103,21 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fixme#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fixme/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/building:min_level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/building%3Amin_level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [building:min_level](https://wiki.openstreetmap.org/wiki/Key:building:min_level) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [building type](#building type) | What kind of building is this?<br/>_The building type is <b>{building}</b>_<br/>9 options | | *[building](https://wiki.osm.org/wiki/Key:building)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [grb-housenumber](#grb-housenumber) | Wat is het huisnummer?<br/>_Het huisnummer is <b>{addr:housenumber}</b>_<br/>1 options | | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [grb-unit](#grb-unit) | Wat is de wooneenheid-aanduiding?<br/>_De wooneenheid-aanduiding is <b>{addr:unit}</b> _<br/>1 options | | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [grb-street](#grb-street) | Wat is de straat?<br/>_De straat is <b>{addr:street}</b>_ | | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [grb-reference](#grb-reference) | _Has been imported from GRB, reference number is {source:geometry:ref}_ | | _Multiple choice only_ |
|
||||
| [grb-fixme](#grb-fixme) | Wat zegt de fixme?<br/>_De fixme is <b>{fixme}</b>_<br/>1 options | | *[fixme](https://wiki.osm.org/wiki/Key:fixme)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [grb-min-level](#grb-min-level) | Hoeveel verdiepingen ontbreken?<br/>_Dit gebouw begint maar op de {building:min_level} verdieping_ | | *[building:min_level](https://wiki.osm.org/wiki/Key:building:min_level)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### building type
|
||||
|
||||
The question is `What kind of building is this?`
|
||||
|
@ -202,6 +223,22 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [Import-button](#Import-button) | _{import_way_button(osm_buildings_no_points,building=$building;man_made=$man_made; source:geometry:date=$_grb_date; source:geometry:ref=$_grb_ref; addr:street=$addr:street; addr:housenumber=$addr:housenumber; building:min_level=$_building:min_level, Upload this building to OpenStreetMap,,_is_part_of_building=true,1,_moveable=true)}_<br/>4 options | | _Multiple choice only_ |
|
||||
| [Building info](#Building info) | _This is a <b>{building}</b> <span class='subtle'>detected by {detection_method}</span>_ | | _Multiple choice only_ |
|
||||
| [overlapping building address](#overlapping building address) | _The overlapping openstreetmap-building has no address information at all_<br/>4 options | | _Multiple choice only_ |
|
||||
| [grb_address_diff](#grb_address_diff) | _<div>The overlapping openstreetmap-building has a different address then this GRB-object: {addr:street} {addr:housenumber}<br/>{tag_apply(addr:street=$addr:street; addr:housenumber=$addr:housenumber,Copy the GRB-address onto the OSM-object,,_osm_obj:id)}_ | | _Multiple choice only_ |
|
||||
| [overlapping building id](#overlapping building id) | _The overlapping <a href='https://osm.org/{_osm_obj:id}' target='_blank'>openstreetmap-building has id {_osm_obj:id}</a>_ | | _Multiple choice only_ |
|
||||
| [overlapping building type](#overlapping building type) | _The overlapping building is a <b>{_osm_obj:building}</b> and covers <b>{_overlap_percentage}%</b> of the GRB building. <br/>The GRB-building covers <b>{_reverse_overlap_percentage}%</b> of the OSM building<br/>The OSM-building is based on GRB-data from {_osm_obj:source:date}._ | | _Multiple choice only_ |
|
||||
| [overlapping building map](#overlapping building map) | _<h3>GRB geometry:</h3>{minimap(21, id):height:10rem;border-radius:1rem;overflow:hidden}<h3>OSM geometry:</h3>{minimap(21,_osm_obj:id):height:10rem;border-radius:1rem;overflow:hidden}_ | | _Multiple choice only_ |
|
||||
| [apply-id](#apply-id) | _{tag_apply(source:geometry:date=$_grb_date; source:geometry:ref=$_grb_ref,Mark the OSM-building as imported,,_osm_obj:id)}_ | | _Multiple choice only_ |
|
||||
| [apply-building-type](#apply-building-type) | _{tag_apply(building=$building,Use the building type from GRB,,_osm_obj:id)}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### Import-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -298,6 +335,13 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -336,6 +380,14 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### all_tags
|
||||
Shows a table with all the tags of the feature
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -46,6 +46,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -126,7 +128,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -167,6 +169,57 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -38,6 +38,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [signals](#signals)
|
||||
+ [markings](#markings)
|
||||
|
@ -82,7 +83,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -99,6 +100,27 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:right:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Aright%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:right:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:straight:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Astraight%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:straight:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [signals](#signals) | Are there traffic signals at this crossing?<br/>3 options | | _Multiple choice only_ |
|
||||
| [markings](#markings) | What kind of markings does this crossing have?<br/>_This crossing has {crossing:markings} markings_<br/>15 options | | *[crossing:markings](https://wiki.osm.org/wiki/Key:crossing:markings)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [crossing-bicycle-allowed](#crossing-bicycle-allowed) | Is this crossing also for bicycles?<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-has-island](#crossing-has-island) | Does this crossing have an island in the middle?<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-tactile](#crossing-tactile) | Does this crossing have tactile paving?<br/>4 options | | _Multiple choice only_ |
|
||||
| [crossing-button](#crossing-button) | Does this traffic light have a button to request green light?<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-sound](#crossing-sound) | Does this traffic light have sound signals to aid crossing?<br/>4 options | | _Multiple choice only_ |
|
||||
| [crossing-vibration](#crossing-vibration) | Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-arrow](#crossing-arrow) | Does this traffic light have an arrow pointing in the direction of crossing?<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-minimap](#crossing-minimap) | Does this traffic light have a tactile map showing the layout of the crossing?<br/>2 options | | _Multiple choice only_ |
|
||||
| [crossing-right-turn-through-red](#crossing-right-turn-through-red) | Can a cyclist turn right when the light is red?<br/>3 options | | _Multiple choice only_ |
|
||||
| [crossing-continue-through-red](#crossing-continue-through-red) | Can a cyclist go straight on when the light is red?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -34,6 +34,9 @@ Available languages:
|
|||
2. [food_lactosefree](#food_lactosefree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Drive-through opening hours](#drive-through-opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [lactose_free](#lactose_free)
|
||||
|
@ -84,6 +87,8 @@ Available languages:
|
|||
3. [icecream_lactosefree](#icecream_lactosefree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [lactose_free](#lactose_free)
|
||||
|
@ -105,6 +110,8 @@ Available languages:
|
|||
4. [shops_lactosefree](#shops_lactosefree)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [lactose_free](#lactose_free)
|
||||
|
@ -178,7 +185,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -216,6 +223,55 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Cuisine](#Cuisine) | What kind of food is served here?<br/>_This place mostly serves {cuisine}_<br/>19 options | | *[cuisine](https://wiki.osm.org/wiki/Key:cuisine)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
|
||||
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
|
||||
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
|
||||
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
|
||||
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
|
||||
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
|
||||
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
|
||||
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
|
||||
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -731,7 +787,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -746,6 +802,27 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [1](#1) | What is the name of this ice cream parlor?<br/>_This ice cream parlor is named <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [vegan](#vegan) <br/> _(Original in [questions](./BuiltinQuestions.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
@ -931,7 +1008,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -972,6 +1049,57 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -28,6 +28,7 @@ Available languages:
|
|||
2. [mapcomplete-changes](#mapcomplete-changes)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [show_changeset_id](#show_changeset_id)
|
||||
+ [contributor](#contributor)
|
||||
+ [theme-id](#theme-id)
|
||||
|
@ -62,7 +63,7 @@ Elements must match the expression **editor~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -73,6 +74,20 @@ Elements must match the expression **editor~.+**
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/android#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/android/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [android](https://wiki.openstreetmap.org/wiki/Key:android) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:android%3D) [yes](https://wiki.openstreetmap.org/wiki/Tag:android%3Dyes) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/editor#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/editor/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [editor](https://wiki.openstreetmap.org/wiki/Key:editor) | [string](../SpecialInputElements.md#string) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [show_changeset_id](#show_changeset_id) | _Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>_ | | _Multiple choice only_ |
|
||||
| [contributor](#contributor) | What contributor did make this change?<br/>_Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>_ | | *[user](https://wiki.osm.org/wiki/Key:user)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [theme-id](#theme-id) | What theme was used to make this change?<br/>_Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>_ | | *[theme](https://wiki.osm.org/wiki/Key:theme)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [locale](#locale) | What locale (language) was this change made in?<br/>_User locale is {locale}_ | | *[locale](https://wiki.osm.org/wiki/Key:locale)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [host](#host) | What host (website) was this change made with?<br/>_Change with with <a href='{host}'>{host}</a>_<br/>2 options | | *[host](https://wiki.osm.org/wiki/Key:host)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [platform](#platform) | With what platform was the change made?<br/>2 options | | _Multiple choice only_ |
|
||||
| [version](#version) | What version of MapComplete was used to make this change?<br/>_Made with {editor}_ | | *[editor](https://wiki.osm.org/wiki/Key:editor)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### show_changeset_id
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -54,12 +54,14 @@ Available languages:
|
|||
2. [onwheels_entrance_data](#onwheels_entrance_data)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [_stolen_entrances](#_stolen_entrances)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
3. [parking_spaces_disabled](#parking_spaces_disabled)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [_stolen_entrances](#_stolen_entrances)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -94,6 +96,14 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [_stolen_entrances](#_stolen_entrances) | _{steal(_enclosing_building,walls_and_buildings.entrance_info; walls_and_buildings.biggest_width)}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### _stolen_entrances
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -129,6 +139,16 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [_stolen_entrances](#_stolen_entrances) | _{steal(_enclosing_building,walls_and_buildings.entrance_info; walls_and_buildings.biggest_width)}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -38,6 +38,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -92,6 +94,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [repeated](#repeated)
|
||||
+ [single_level](#single_level)
|
||||
|
@ -120,6 +124,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [phone](#phone)
|
||||
|
@ -160,7 +166,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -202,6 +208,59 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:private_video_booth#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aprivate_video_booth/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:private_video_booth](https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [fetish](#fetish) | Does this shop offer fetish gear?<br/>5 options | | _Multiple choice only_ |
|
||||
| [has_video_booth](#has_video_booth) | Does have a private video booth?<br/>2 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -1060,7 +1119,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -1080,6 +1139,33 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3D) [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:private_video_booth#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aprivate_video_booth/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:private_video_booth](https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [vending](#vending) | What does this vending machine sell?<br/>_This vending machine sells {vending}_<br/>28 options | | *[vending](https://wiki.osm.org/wiki/Key:vending)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand) | Which brand of tubes are sold here?<br/>_{brand} tubes are sold here_<br/>2 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours_24_7](#opening_hours_24_7) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [payment-options-split](#payment-options-split) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-split))_ | Which methods of payment are accepted here?<br/>7 options | | _Multiple choice only_ |
|
||||
| [denominations-coins](#denominations-coins) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-coins))_ | What coins can you use to pay here?<br/>15 options | | _Multiple choice only_ |
|
||||
| [denominations-notes](#denominations-notes) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-notes))_ | what notes can you use to pay here?<br/>13 options | | _Multiple choice only_ |
|
||||
| [operator](#operator) | Who operates this vending machine?<br/>_This vending machine is operated by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [indoor](#indoor) | Is this vending machine indoors?<br/>3 options | | _Multiple choice only_ |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of the operator of this vending machine?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [charge_bicycle_tube](#charge_bicycle_tube) | How much does a a bicycle tube cost?<br/>_a bicycle tube costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_bicycle_light](#charge_bicycle_light) | How much does a bicycle light cost?<br/>_bicycle light costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_condom](#charge_condom) | How much does a a condom cost?<br/>_a condom costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [operational_status](#operational_status) | Is this vending machine still operational?<br/>4 options | | _Multiple choice only_ |
|
||||
| [has_video_booth](#has_video_booth) | Does have a private video booth?<br/>2 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -1348,7 +1434,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -1359,6 +1445,22 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:private_video_booth#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aprivate_video_booth/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:private_video_booth](https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [cinema_type](#cinema_type) | What type of cinema is this?<br/>2 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [has_video_booth](#has_video_booth) | Does have a private video booth?<br/>2 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -45,6 +45,9 @@ Available languages:
|
|||
2. [food_dog_friendly](#food_dog_friendly)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Drive-through opening hours](#drive-through-opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [Name](#name)
|
||||
|
@ -96,6 +99,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -147,6 +152,8 @@ Available languages:
|
|||
4. [shop_dog_friendly](#shop_dog_friendly)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -198,6 +205,7 @@ Available languages:
|
|||
5. [waste_basket_dogs](#waste_basket_dogs)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [waste-basket-waste-types](#waste-basket-waste-types)
|
||||
+ [dispensing_dog_bags](#dispensing_dog_bags)
|
||||
|
@ -229,7 +237,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -267,6 +275,55 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Cuisine](#Cuisine) | What kind of food is served here?<br/>_This place mostly serves {cuisine}_<br/>19 options | | *[cuisine](https://wiki.osm.org/wiki/Key:cuisine)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
|
||||
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
|
||||
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
|
||||
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
|
||||
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
|
||||
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
|
||||
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
|
||||
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
|
||||
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
|
||||
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
|
||||
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
|
||||
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
|
||||
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -784,7 +841,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -825,6 +882,57 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -1652,7 +1760,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -1693,6 +1801,57 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -2527,13 +2686,25 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/waste#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/waste/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [waste](https://wiki.openstreetmap.org/wiki/Key:waste) | Multiple choice | [trash](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dtrash) [dog_excrement](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddog_excrement) [cigarettes](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dcigarettes) [drugs](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddrugs) [sharps](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dsharps) [plastic](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dplastic) [pmd](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dpmd) [paper](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dpaper) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/vending#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/vending/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [vending](https://wiki.openstreetmap.org/wiki/Key:vending) | Multiple choice | [excrement_bags](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dexcrement_bags) [](https://wiki.openstreetmap.org/wiki/Tag:vending%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [waste-basket-waste-types](#waste-basket-waste-types) | What kind of waste basket is this?<br/>9 options | | _Multiple choice only_ |
|
||||
| [dispensing_dog_bags](#dispensing_dog_bags) | Does this waste basket have a dispenser for dog excrement bags?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -38,17 +38,20 @@ Available languages:
|
|||
2. [postal_code_boundary](#postal_code_boundary)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [postal_code](#postal_code)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
3. [wrong_postal_code](#wrong_postal_code)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [lod](#lod)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
4. [town_hall](#town_hall)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
|
||||
|
@ -71,6 +74,14 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [postal_code](#postal_code) | _The postal code is {postal_code}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### postal_code
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -107,6 +118,13 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -137,6 +155,13 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -36,6 +36,7 @@ Available languages:
|
|||
2. [rainbow_crossing_high_zoom](#rainbow_crossing_high_zoom)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [crossing-with-rainbow](#crossing-with-rainbow)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -63,6 +64,16 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [crossing-with-rainbow](#crossing-with-rainbow) | Does this crossing has rainbow paintings?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -28,6 +28,7 @@ Available languages:
|
|||
2. [group_campsite](#group_campsite)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [group_only](#group_only)
|
||||
+ [name](#name)
|
||||
|
@ -48,6 +49,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [name](#name)
|
||||
|
@ -72,6 +74,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [name](#name)
|
||||
|
@ -116,7 +119,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -133,6 +136,26 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets:wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets%3Awheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:mastodon#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Amastodon/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [group_only](#group_only) | Is this campsite exclusively for groups?<br/>2 options | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name of this campsite?<br/>_The name of this campsite is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [capacity_persons](#capacity_persons) | How many people can stay here?<br/>_{capacity:persons} people can stay here_ | | *[capacity:persons](https://wiki.osm.org/wiki/Key:capacity:persons)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [fee](#fee) | Is there a fee?<br/>2 options | | _Multiple choice only_ |
|
||||
| [charge_person_day](#charge_person_day) | What is the charge per person per day?<br/>_Charge per person per day: {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_day](#charge_day) | What is the charge per day?<br/>_Charge per day: {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [caravansites-toilets](#caravansites-toilets) <br/> _(Original in [caravansites](./caravansites.md#caravansites-toilets))_ | Does this place have toilets?<br/>2 options | | _Multiple choice only_ |
|
||||
| [toilets-wheelchair](#toilets-wheelchair) <br/> _(Original in [toilet_at_amenity](./toilet_at_amenity.md#toilets-wheelchair))_ | Is there a dedicated toilet for wheelchair users?<br/>3 options | wheelchair, hidden | _Multiple choice only_ |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [mastodon](#mastodon) <br/> _(Original in [questions](./BuiltinQuestions.md#mastodon))_ | What is the Mastodon-handle of ?<br/>_{fediverse_link(contact:mastodon)}_ | | *[contact:mastodon](https://wiki.osm.org/wiki/Key:contact:mastodon)* ([fediverse](../SpecialInputElements.md#fediverse)) |
|
||||
| [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_
|
||||
|
@ -293,7 +316,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -310,6 +333,30 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name of this ?<br/>_{name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [presettypeselect](#presettypeselect) | _{preset_type_select()}_ | | _Multiple choice only_ |
|
||||
| [group_only](#group_only) | Is this hostel exclusively for groups?<br/>2 options | | _Multiple choice only_ |
|
||||
| [brand](#brand) <br/> _(Original in [questions](./BuiltinQuestions.md#brand))_ | Is part of a bigger brand?<br/>_Part of {brand}_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [toilets-wheelchair](#toilets-wheelchair) <br/> _(Original in [toilet_at_amenity](./toilet_at_amenity.md#toilets-wheelchair))_ | Is there a dedicated toilet for wheelchair users?<br/>3 options | wheelchair, hidden | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -505,7 +552,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -522,6 +569,30 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name of this ?<br/>_{name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [presettypeselect](#presettypeselect) | _{preset_type_select()}_ | | _Multiple choice only_ |
|
||||
| [group_only](#group_only) | Is this hostel exclusively for groups?<br/>2 options | | _Multiple choice only_ |
|
||||
| [brand](#brand) <br/> _(Original in [questions](./BuiltinQuestions.md#brand))_ | Is part of a bigger brand?<br/>_Part of {brand}_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [toilets-wheelchair](#toilets-wheelchair) <br/> _(Original in [toilet_at_amenity](./toilet_at_amenity.md#toilets-wheelchair))_ | Is there a dedicated toilet for wheelchair users?<br/>3 options | wheelchair, hidden | _Multiple choice only_ |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -27,12 +27,15 @@ Available languages:
|
|||
2. [shadow](#shadow)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [has-video](#has-video)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
3. [walking_routes](#walking_routes)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Korte beschrijving:](#korte-beschrijving)
|
||||
+ [has-video](#has-video)
|
||||
+ [walk-length](#walk-length)
|
||||
+ [walk-type](#walk-type)
|
||||
|
@ -68,12 +71,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_video:id#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_video%3Aid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_video:id](https://wiki.openstreetmap.org/wiki/Key:_video:id) | [string](../SpecialInputElements.md#string) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [has-video](#has-video) | _<iframe style='width: 100%; height: 300px' src="https://www.youtube-nocookie.com/embed/{_video:id}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>_ | | *[_video:id](https://wiki.osm.org/wiki/Key:_video:id)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### has-video
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -112,7 +123,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -122,6 +133,20 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Aemail/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:email](https://wiki.openstreetmap.org/wiki/Key:operator:email) | [email](../SpecialInputElements.md#email) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [has-video](#has-video) | _<iframe style='width: 100%; height: 300px' src="https://www.youtube-nocookie.com/embed/{_video:id}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>_ | | *[_video:id](https://wiki.osm.org/wiki/Key:_video:id)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [walk-length](#walk-length) | _Deze wandeling is <b>{_length:km}km</b> lang_ | | _Multiple choice only_ |
|
||||
| [walk-type](#walk-type) | 4 options | | _Multiple choice only_ |
|
||||
| [walk-description](#walk-description) | Geef een korte beschrijving van de wandeling (max 255 tekens)<br/>_<h3>Korte beschrijving:</h3>{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [walk-operator](#walk-operator) | Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?<br/>_Signalisatie geplaatst door {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [walk-operator-email](#walk-operator-email) | Naar wie kan men emailen bij problemen rond signalisatie?<br/>_Bij problemen met signalisatie kan men emailen naar <a href='mailto:{operator:email}'>{operator:email}</a>_ | | *[operator:email](https://wiki.osm.org/wiki/Key:operator:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### has-video
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -41,6 +41,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [reviews](#reviews)
|
||||
+ [shops-name](#shops-name)
|
||||
|
@ -116,7 +118,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -157,6 +159,57 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
|
||||
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [second_hand](#second_hand) | Does this shop sell second-hand items?<br/>3 options | | _Multiple choice only_ |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
|
||||
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
|
||||
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
|
||||
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sells_new_bikes](#sells_new_bikes) | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bike_second_hand](#bike_second_hand) | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [repairs_bikes](#repairs_bikes) | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
|
||||
| [bicycle_rental](#bicycle_rental) | Does this shop rent out bikes?<br/>2 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#bicycle-types))_ | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-city_bike))_ | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-ebike))_ | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-kid_bike))_ | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bmx))_ | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-mtb))_ | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-bicycle_pannier))_ | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) <br/> _(Original in [bicycle_rental](./bicycle_rental.md#rental-capacity-tandem_bicycle))_ | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [bike_pump_service](#bike_pump_service) | Does this shop offer a bike pump for use by anyone?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_repair_tools](#bike_repair_tools) | Are there tools here to repair your own bike?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_wash](#bike_wash) | Are bicycles washed here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) <br/> _(Original in [bike_cleaning](./bike_cleaning.md#bike_cleaning-service_bicycle_cleaning_charge))_ | How much does it cost to use the cleaning service?<br/>_Using the cleaning service costs {service:bicycle:cleaning:charge}_<br/>2 options | | *[service:bicycle:cleaning:charge](https://wiki.osm.org/wiki/Key:service:bicycle:cleaning:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [internet](#internet) <br/> _(Original in [questions](./BuiltinQuestions.md#internet))_ | Does this place offer internet access?<br/>6 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
|
||||
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
|
||||
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
|
||||
| [dog-access](#dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
|
||||
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -56,10 +56,12 @@ Available languages:
|
|||
2. [train_station](#train_station)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
3. [departures_board](#departures_board)
|
||||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [type](#type)
|
||||
+ [repeated](#repeated)
|
||||
|
@ -90,6 +92,11 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
|
||||
# departures_board
|
||||
|
||||
Displays showing the trains that will leave from this station
|
||||
|
@ -116,13 +123,25 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/departures_board#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/departures_board/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [departures_board](https://wiki.openstreetmap.org/wiki/Key:departures_board) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Dyes) [realtime](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Drealtime) [timetable](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Dtimetable) [delay](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Ddelay) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [type](#type) | What kind of departures board is this?<br/>4 options | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -40,6 +40,7 @@ Available languages:
|
|||
2. [lit_streets](#lit_streets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [lit](#lit)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -68,12 +69,22 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/lit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/lit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [lit](#lit) | Is this street lit?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [split_button](#split_button) <br/> _(Original in [questions](./BuiltinQuestions.md#split_button))_ | _{split_button()}_ | | _Multiple choice only_ |
|
||||
| [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_
|
||||
|
|
|
@ -23,6 +23,7 @@ Available languages:
|
|||
2. [assen](#assen)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [all_tags](#all_tags)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
|
@ -48,6 +49,14 @@ Elements must match the expression **Lichtmastnummer~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### all_tags
|
||||
Shows a table with all the tags of the feature
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -31,6 +31,9 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [Technical questions](#technical-questions)
|
||||
+ [images](#images)
|
||||
+ [Type](#type)
|
||||
+ [access](#access)
|
||||
|
@ -150,6 +153,8 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [bicycle_rental_type](#bicycle_rental_type)
|
||||
+ [website](#website)
|
||||
|
@ -202,7 +207,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -308,6 +313,123 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/planned:amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/planned%3Aamenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [planned:amenity](https://wiki.openstreetmap.org/wiki/Key:planned:amenity) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [charging_station](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3Dcharging_station) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) [](https://wiki.openstreetmap.org/wiki/Tag:planned:amenity%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/parking:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/parking%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [parking:fee](https://wiki.openstreetmap.org/wiki/Key:parking:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:parking:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:parking:fee%3Dyes) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [Type](#Type) | Which vehicles are allowed to charge here?<br/>5 options | | _Multiple choice only_ |
|
||||
| [access](#access) | Who is allowed to use this charging station?<br/>_Access is {access}_<br/>6 options | | *[access](https://wiki.osm.org/wiki/Key:access)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [capacity](#capacity) | How much vehicles can be charged here at the same time?<br/>_{capacity} vehicles can be charged here at the same time_ | | *[capacity](https://wiki.osm.org/wiki/Key:capacity)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [Available_charging_stations (generated)](#Available_charging_stations (generated)) | Which charging connections are available here?<br/>42 options | | _Multiple choice only_ |
|
||||
| [plugs-amount-socket:schuko](#plugs-amount-socket:schuko) | How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) are available here?<br/>_There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here_ | plugs-amount | *[socket:schuko](https://wiki.osm.org/wiki/Key:socket:schuko)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:schuko](#voltage-socket:schuko) | What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}_<br/>1 options | technical | *[socket:schuko:voltage](https://wiki.osm.org/wiki/Key:socket:schuko:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:schuko](#current-socket:schuko) | What current do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}_<br/>1 options | technical | *[socket:schuko:current](https://wiki.osm.org/wiki/Key:socket:schuko:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:schuko](#power-output-socket:schuko) | What power output does a single plug of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}_<br/>1 options | technical | *[socket:schuko:output](https://wiki.osm.org/wiki/Key:socket:schuko:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:typee](#plugs-amount-socket:typee) | How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) are available here?<br/>_There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here_ | plugs-amount | *[socket:typee](https://wiki.osm.org/wiki/Key:socket:typee)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:typee](#voltage-socket:typee) | What voltage do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}_<br/>1 options | technical | *[socket:typee:voltage](https://wiki.osm.org/wiki/Key:socket:typee:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:typee](#current-socket:typee) | What current do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}_<br/>1 options | technical | *[socket:typee:current](https://wiki.osm.org/wiki/Key:socket:typee:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:typee](#power-output-socket:typee) | What power output does a single plug of type <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?<br/>_<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}_<br/>2 options | technical | *[socket:typee:output](https://wiki.osm.org/wiki/Key:socket:typee:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:chademo](#plugs-amount-socket:chademo) | How much plugs of type <b>Chademo</b> are available here?<br/>_There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here_ | plugs-amount | *[socket:chademo](https://wiki.osm.org/wiki/Key:socket:chademo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:chademo](#voltage-socket:chademo) | What voltage do the plugs with <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}_<br/>1 options | technical | *[socket:chademo:voltage](https://wiki.osm.org/wiki/Key:socket:chademo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:chademo](#current-socket:chademo) | What current do the plugs with <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}_<br/>1 options | technical | *[socket:chademo:current](https://wiki.osm.org/wiki/Key:socket:chademo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:chademo](#power-output-socket:chademo) | What power output does a single plug of type <b>Chademo</b> offer?<br/>_<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}_<br/>1 options | technical | *[socket:chademo:output](https://wiki.osm.org/wiki/Key:socket:chademo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1_cable](#plugs-amount-socket:type1_cable) | How much plugs of type <b>Type 1 with cable</b> (J1772) are available here?<br/>_There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here_ | plugs-amount | *[socket:type1_cable](https://wiki.osm.org/wiki/Key:socket:type1_cable)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1_cable](#voltage-socket:type1_cable) | What voltage do the plugs with <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}_<br/>2 options | technical | *[socket:type1_cable:voltage](https://wiki.osm.org/wiki/Key:socket:type1_cable:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1_cable](#current-socket:type1_cable) | What current do the plugs with <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}_<br/>1 options | technical | *[socket:type1_cable:current](https://wiki.osm.org/wiki/Key:socket:type1_cable:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1_cable](#power-output-socket:type1_cable) | What power output does a single plug of type <b>Type 1 with cable</b> (J1772) offer?<br/>_<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}_<br/>2 options | technical | *[socket:type1_cable:output](https://wiki.osm.org/wiki/Key:socket:type1_cable:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1](#plugs-amount-socket:type1) | How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) are available here?<br/>_There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here_ | plugs-amount | *[socket:type1](https://wiki.osm.org/wiki/Key:socket:type1)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1](#voltage-socket:type1) | What voltage do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}_<br/>2 options | technical | *[socket:type1:voltage](https://wiki.osm.org/wiki/Key:socket:type1:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1](#current-socket:type1) | What current do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}_<br/>1 options | technical | *[socket:type1:current](https://wiki.osm.org/wiki/Key:socket:type1:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1](#power-output-socket:type1) | What power output does a single plug of type <b>Type 1 <i>without</i> cable</b> (J1772) offer?<br/>_<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}_<br/>4 options | technical | *[socket:type1:output](https://wiki.osm.org/wiki/Key:socket:type1:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type1_combo](#plugs-amount-socket:type1_combo) | How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) are available here?<br/>_There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here_ | plugs-amount | *[socket:type1_combo](https://wiki.osm.org/wiki/Key:socket:type1_combo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type1_combo](#voltage-socket:type1_combo) | What voltage do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}_<br/>2 options | technical | *[socket:type1_combo:voltage](https://wiki.osm.org/wiki/Key:socket:type1_combo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type1_combo](#current-socket:type1_combo) | What current do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}_<br/>2 options | technical | *[socket:type1_combo:current](https://wiki.osm.org/wiki/Key:socket:type1_combo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type1_combo](#power-output-socket:type1_combo) | What power output does a single plug of type <b>Type 1 CCS</b> (aka Type 1 Combo) offer?<br/>_<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}_<br/>4 options | technical | *[socket:type1_combo:output](https://wiki.osm.org/wiki/Key:socket:type1_combo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_supercharger](#plugs-amount-socket:tesla_supercharger) | How much plugs of type <b>Tesla Supercharger</b> are available here?<br/>_There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here_ | plugs-amount | *[socket:tesla_supercharger](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_supercharger](#voltage-socket:tesla_supercharger) | What voltage do the plugs with <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}_<br/>1 options | technical | *[socket:tesla_supercharger:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_supercharger](#current-socket:tesla_supercharger) | What current do the plugs with <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}_<br/>2 options | technical | *[socket:tesla_supercharger:current](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_supercharger](#power-output-socket:tesla_supercharger) | What power output does a single plug of type <b>Tesla Supercharger</b> offer?<br/>_<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}_<br/>3 options | technical | *[socket:tesla_supercharger:output](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2](#plugs-amount-socket:type2) | How much plugs of type <b>Type 2</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here_ | plugs-amount | *[socket:type2](https://wiki.osm.org/wiki/Key:socket:type2)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2](#voltage-socket:type2) | What voltage do the plugs with <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}_<br/>2 options | technical | *[socket:type2:voltage](https://wiki.osm.org/wiki/Key:socket:type2:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2](#current-socket:type2) | What current do the plugs with <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}_<br/>2 options | technical | *[socket:type2:current](https://wiki.osm.org/wiki/Key:socket:type2:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2](#power-output-socket:type2) | What power output does a single plug of type <b>Type 2</b> (mennekes) offer?<br/>_<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}_<br/>2 options | technical | *[socket:type2:output](https://wiki.osm.org/wiki/Key:socket:type2:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2_combo](#plugs-amount-socket:type2_combo) | How much plugs of type <b>Type 2 CCS</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here_ | plugs-amount | *[socket:type2_combo](https://wiki.osm.org/wiki/Key:socket:type2_combo)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2_combo](#voltage-socket:type2_combo) | What voltage do the plugs with <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}_<br/>2 options | technical | *[socket:type2_combo:voltage](https://wiki.osm.org/wiki/Key:socket:type2_combo:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2_combo](#current-socket:type2_combo) | What current do the plugs with <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}_<br/>2 options | technical | *[socket:type2_combo:current](https://wiki.osm.org/wiki/Key:socket:type2_combo:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2_combo](#power-output-socket:type2_combo) | What power output does a single plug of type <b>Type 2 CCS</b> (mennekes) offer?<br/>_<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}_<br/>1 options | technical | *[socket:type2_combo:output](https://wiki.osm.org/wiki/Key:socket:type2_combo:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:type2_cable](#plugs-amount-socket:type2_cable) | How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here_ | plugs-amount | *[socket:type2_cable](https://wiki.osm.org/wiki/Key:socket:type2_cable)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:type2_cable](#voltage-socket:type2_cable) | What voltage do the plugs with <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}_<br/>2 options | technical | *[socket:type2_cable:voltage](https://wiki.osm.org/wiki/Key:socket:type2_cable:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:type2_cable](#current-socket:type2_cable) | What current do the plugs with <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}_<br/>2 options | technical | *[socket:type2_cable:current](https://wiki.osm.org/wiki/Key:socket:type2_cable:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:type2_cable](#power-output-socket:type2_cable) | What power output does a single plug of type <b>Type 2 with cable</b> (mennekes) offer?<br/>_<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}_<br/>2 options | technical | *[socket:type2_cable:output](https://wiki.osm.org/wiki/Key:socket:type2_cable:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_supercharger_ccs](#plugs-amount-socket:tesla_supercharger_ccs) | How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?<br/>_There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here_ | plugs-amount | *[socket:tesla_supercharger_ccs](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_supercharger_ccs](#voltage-socket:tesla_supercharger_ccs) | What voltage do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}_<br/>2 options | technical | *[socket:tesla_supercharger_ccs:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_supercharger_ccs](#current-socket:tesla_supercharger_ccs) | What current do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}_<br/>2 options | technical | *[socket:tesla_supercharger_ccs:current](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_supercharger_ccs](#power-output-socket:tesla_supercharger_ccs) | What power output does a single plug of type <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?<br/>_<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}_<br/>1 options | technical | *[socket:tesla_supercharger_ccs:output](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_destination_us](#plugs-amount-socket:tesla_destination_us) | How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?<br/>_There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_destination_us](#voltage-socket:tesla_destination_us) | What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}_<br/>1 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_destination_us](#current-socket:tesla_destination_us) | What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_destination_us](#power-output-socket:tesla_destination_us) | What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}_<br/>3 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:tesla_destination](#plugs-amount-socket:tesla_destination) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:tesla_destination](#voltage-socket:tesla_destination) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}_<br/>2 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:tesla_destination](#current-socket:tesla_destination) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:tesla_destination](#power-output-socket:tesla_destination) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}_<br/>2 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [OH](#OH) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | When is this charging station opened?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [fee](#fee) | Does one have to pay to use this charging station?<br/>5 options | | _Multiple choice only_ |
|
||||
| [charge](#charge) | How much does one have to pay to use this charging station?<br/>_Using this charging station costs <b>{charge}</b>_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-advanced))_ | Which methods of payment are accepted here?<br/>6 options | | _Multiple choice only_ |
|
||||
| [app-name](#app-name) | What is the name of the app used for payment?<br/>_Payment can be done using the app <b>{payment:app}</b>_ | | *[payment:app](https://wiki.osm.org/wiki/Key:payment:app)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Authentication](#Authentication) | What kind of authentication is available at the charging station?<br/>8 options | | _Multiple choice only_ |
|
||||
| [Auth phone](#Auth phone) | What's the phone number for authentication call or SMS?<br/>_Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>_ | | *[authentication:phone_call:number](https://wiki.osm.org/wiki/Key:authentication:phone_call:number)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [maxstay](#maxstay) <br/> _(Original in [questions](./BuiltinQuestions.md#maxstay))_ | What is the maximum amount of time one is allowed to stay here?<br/>_One can stay at most <b>{canonical(maxstay)}</b>_<br/>1 options | | *[maxstay](https://wiki.osm.org/wiki/Key:maxstay)* ([pfloat](../SpecialInputElements.md#pfloat)) |
|
||||
| [Network](#Network) | Is this charging station part of a network?<br/>_Part of the network <b>{network}</b>_<br/>8 options | | *[network](https://wiki.osm.org/wiki/Key:network)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operator](#Operator) | Who is the operator of this charging station?<br/>_This charging station is operated by {operator}_<br/>1 options | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [phone](#phone) | What number can one call if there is a problem with this charging station?<br/>_In case of problems, call <a href='tel:{phone}'>{phone}</a>_ | | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [email](#email) | What is the email address of the operator?<br/>_In case of problems, send an email to <a href='mailto:{email}'>{email}</a>_ | | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [website](#website) | What is the website where one can find more information about this charging station?<br/>_More info on <a href='{website}'>{website}</a>_ | | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [ref](#ref) | What is the reference number of this charging station?<br/>_Reference number is <b>{ref}</b>_ | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [Operational status](#Operational status) | Is this charging point in use?<br/>5 options | | _Multiple choice only_ |
|
||||
| [Parking:fee](#Parking:fee) | Does one have to pay a parking fee while charging?<br/>2 options | | _Multiple choice only_ |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [questions-technical](#questions-technical) | _<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
@ -1517,7 +1639,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -1534,6 +1656,31 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abicycle_pannier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Atandem_bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [bicycle_rental_type](#bicycle_rental_type) | What kind of bicycle rental is this?<br/>6 options | | _Multiple choice only_ |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
|
||||
| [payment-options-advanced](#payment-options-advanced) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-advanced))_ | Which methods of payment are accepted here?<br/>5 options | | _Multiple choice only_ |
|
||||
| [bicycle-types](#bicycle-types) | What kind of bicycles and accessories are rented here?<br/>_{rental} is rented here_<br/>9 options | bicycle_rental | *[rental](https://wiki.osm.org/wiki/Key:rental)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [rental-capacity-city_bike](#rental-capacity-city_bike) | How many city bikes can be rented here?<br/>_{capacity:city_bike} city bikes can be rented here_ | bicycle_rental | *[capacity:city_bike](https://wiki.osm.org/wiki/Key:capacity:city_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-ebike](#rental-capacity-ebike) | How many electrical bikes can be rented here?<br/>_{capacity:ebike} electrical bikes can be rented here_ | bicycle_rental | *[capacity:ebike](https://wiki.osm.org/wiki/Key:capacity:ebike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-kid_bike](#rental-capacity-kid_bike) | How many bikes for children can be rented here?<br/>_{capacity:kid_bike} bikes for children can be rented here_ | bicycle_rental | *[capacity:kid_bike](https://wiki.osm.org/wiki/Key:capacity:kid_bike)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bmx](#rental-capacity-bmx) | How many BMX bikes can be rented here?<br/>_{capacity:bmx} BMX bikes can be rented here_ | bicycle_rental | *[capacity:bmx](https://wiki.osm.org/wiki/Key:capacity:bmx)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-mtb](#rental-capacity-mtb) | How many mountainbikes can be rented here?<br/>_{capacity:mtb} mountainbikes can be rented here_ | bicycle_rental | *[capacity:mtb](https://wiki.osm.org/wiki/Key:capacity:mtb)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) | How many bicycle panniers can be rented here?<br/>_{capacity:bicycle_pannier} bicycle panniers can be rented here_ | bicycle_rental | *[capacity:bicycle_pannier](https://wiki.osm.org/wiki/Key:capacity:bicycle_pannier)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) | How many tandem can be rented here?<br/>_{capacity:tandem_bicycle} tandem can be rented here_ | bicycle_rental | *[capacity:tandem_bicycle](https://wiki.osm.org/wiki/Key:capacity:tandem_bicycle)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -40,6 +40,7 @@ Available languages:
|
|||
2. [pt_shelter](#pt_shelter)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [move-button](#move-button)
|
||||
|
@ -68,6 +69,15 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _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_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -25,9 +25,11 @@ Available languages:
|
|||
2. [raw_inspire_polygons](#raw_inspire_polygons)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
3. [to_import](#to_import)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [uk_addresses_explanation](#uk_addresses_explanation)
|
||||
+ [uk_addresses_embedding_outline](#uk_addresses_embedding_outline)
|
||||
+ [uk_addresses_import_button](#uk_addresses_import_button)
|
||||
|
@ -37,6 +39,7 @@ Available languages:
|
|||
4. [uk_address](#uk_address)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [questions](#questions)
|
||||
+ [preview](#preview)
|
||||
+ [uk_addresses_unit](#uk_addresses_unit)
|
||||
|
@ -77,6 +80,11 @@ Elements must match the expression **inspireid~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
|
||||
# to_import
|
||||
|
||||
Alamat
|
||||
|
@ -101,12 +109,22 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_embedding_object:id#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_embedding_object%3Aid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_embedding_object:id](https://wiki.openstreetmap.org/wiki/Key:_embedding_object:id) | Multiple choice | [true](https://wiki.openstreetmap.org/wiki/Tag:_embedding_object:id%3Dtrue) [false](https://wiki.openstreetmap.org/wiki/Tag:_embedding_object:id%3Dfalse) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [uk_addresses_explanation](#uk_addresses_explanation) | _We think there should be an address here. Please click below to add it._ | | _Multiple choice only_ |
|
||||
| [uk_addresses_embedding_outline](#uk_addresses_embedding_outline) | _<b>Warning: </b>This point lies within a building or area for which we already have an address. You should only add this address if it is different. <br>The number and street name we have for the <a href='#{_embedding_object:id}'>existing address</a> is <b>{_embedding_object:addr:housenumber} {_embedding_object:addr:street}</b>_<br/>2 options | | _Multiple choice only_ |
|
||||
| [uk_addresses_import_button](#uk_addresses_import_button) | _{import_button(address,urpn_count=$urpn_count;ref:GB:uprn=$ref:GB:uprn$,Add this address,./assets/themes/uk_addresses/housenumber_add.svg,,,,,)}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### uk_addresses_explanation
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -176,7 +194,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -190,6 +208,24 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:parentstreet#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Aparentstreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:parentstreet](https://wiki.openstreetmap.org/wiki/Key:addr:parentstreet) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:addr:parentstreet%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:parentstreet%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:parentstreet%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fixme:addr#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fixme%3Aaddr/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fixme:addr](https://wiki.openstreetmap.org/wiki/Key:fixme:addr) | [string](../SpecialInputElements.md#string) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [preview](#preview) | _<div>The envelope below shows the address that we have recorded. You can change this by answering any remaining questions above, or by clicking the pencil icons below. We do not need you to provide a recipient's name or any of the parts shown in <span style='color: #4e7ce8'>[blue]</span>.</div><div style='background: #f1d592; min-height: 270px; border-radius: 2px; padding: 1rem 1rem 2rem 7rem; margin: 1rem; box-shadow: 0 2px 5px 0px rgba(0,0,0,.6)' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp-outline.png' class='self-end w-16'/><div>{addr:unit} {addr:housename}</div><div>{addr:housenumber} {addr:street}</div><div>{addr:parentstreet}</div><div style='color: #4e7ce8'>[Suburb]</div><div style='color: #4e7ce8'>[Town]</div><div style='color: #4e7ce8'>[Postal code]</div></div>_<br/>1 options | | _Multiple choice only_ |
|
||||
| [uk_addresses_unit](#uk_addresses_unit) | What is the sub-unit for this address?<br/>_<div class='subtle'>Sub-unit (e.g. 1, Flat 2, Unit C)</div><div><b>{addr:unit}</b></div>_<br/>3 options | | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_housename](#uk_addresses_housename) | What is the house or building name for this address?<br/>_<div class='subtle'>House or building name</div><div><b>{addr:housename}</b></div>_<br/>3 options | | *[addr:housename](https://wiki.osm.org/wiki/Key:addr:housename)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_housenumber](#uk_addresses_housenumber) | What is the house or building number for this address?<br/>_<div class='subtle'>Number (e.g. 1, 1A, 2)</div><div><b>{addr:housenumber}</b></div>_<br/>2 options | | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_placename](#uk_addresses_placename) | What is the place or locality for this address?<br/>_<div class='subtle'>Place (e.g. Castle Mews, West Business Park)</div><div><b>{addr:substreet}</b></div>_<br/>3 options | | *[addr:substreet](https://wiki.osm.org/wiki/Key:addr:substreet)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_placename_with_parent](#uk_addresses_placename_with_parent) | What is the place or locality for this address?<br/>_<div class='subtle'>Place (e.g. Castle Mews, West Business Park)</div><div><b>{addr:substreet}</b></div>_<br/>3 options | | *[addr:substreet](https://wiki.osm.org/wiki/Key:addr:substreet)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_street](#uk_addresses_street) | What is the street name for this address?<br/>_<div class='subtle'>Street name</div><div><b>{addr:street}</b></div>_<br/>6 options | | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [uk_addresses_parentstreet](#uk_addresses_parentstreet) | What is the parent street name for this address?<br/>_<div class='subtle'>Parent street name</div><div><b>{addr:parentstreet}</b></div>_<br/>9 options | | *[addr:parentstreet](https://wiki.osm.org/wiki/Key:addr:parentstreet)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [fixme](#fixme) | Please explain what the address is so that someone else can look at it<br/>_This address is complicated. We have recorded the following description: {fixme:addr}_<br/>1 options | | *[fixme:addr](https://wiki.osm.org/wiki/Key:fixme:addr)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [address-sign-image](#address-sign-image) | _{image_carousel(image:address)}<br/>{image_upload(image:address, Too complex? Add a photo of the address)}_ | | _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_ |
|
||||
|
||||
### questions
|
||||
Show the questions block at this location
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -28,6 +28,12 @@ Available languages:
|
|||
2. [velopark_maproulette](#velopark_maproulette)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Nearby parkings](#nearby-parkings)
|
||||
+ [Add a parking to OpenStreetMap](#add-a-parking-to-openstreetmap)
|
||||
+ [Manually link](#manually-link)
|
||||
+ [Closing without importing or linking](#closing-without-importing-or-linking)
|
||||
+ [Extra information](#extra-information)
|
||||
+ [velopark-ref](#velopark-ref)
|
||||
+ [comparison_tool](#comparison_tool)
|
||||
+ [login](#login)
|
||||
|
@ -58,6 +64,9 @@ Available languages:
|
|||
3. [bike_parking_with_velopark_ref](#bike_parking_with_velopark_ref)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Attributes from OpenStreetMap](#attributes-from-openstreetmap)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [velopark-ref](#velopark-ref)
|
||||
+ [comparison_tool](#comparison_tool)
|
||||
+ [questions-intro](#questions-intro)
|
||||
|
@ -110,7 +119,7 @@ Elements must match the expression **mr_taskId~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -118,6 +127,31 @@ Elements must match the expression **mr_taskId~.+**
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_osm_parkings_with_this_velopark_ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_osm_parkings_with_this_velopark_ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_osm_parkings_with_this_velopark_ref](https://wiki.openstreetmap.org/wiki/Key:_osm_parkings_with_this_velopark_ref) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_nearby_bicycle_parkings:count#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_nearby_bicycle_parkings%3Acount/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_nearby_bicycle_parkings:count](https://wiki.openstreetmap.org/wiki/Key:_nearby_bicycle_parkings:count) | Multiple choice | [0](https://wiki.openstreetmap.org/wiki/Tag:_nearby_bicycle_parkings:count%3D0) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [velopark-ref](#velopark-ref) | What is the URL of the data path within Velopark?<br/>_This bicycle parking is on OpenStreetMap and is linked to Velopark:{link(&LBRACEref:velopark&RBRACE,&LBRACEref:velopark&RBRACE,,,,)}_ | | *[ref:velopark](https://wiki.osm.org/wiki/Key:ref:velopark)* ([velopark](../SpecialInputElements.md#velopark)) |
|
||||
| [comparison_tool](#comparison_tool) | _{linked_data_from_website(ref:velopark,no,https://data.velopark.be,,no)}_ | | _Multiple choice only_ |
|
||||
| [login](#login) | _{login_button(,)}_ | | _Multiple choice only_ |
|
||||
| [is_linked](#is_linked) | _{link(Matched with bicycle parking &LBRACE_osm_parkings_with_this_velopark_ref&RBRACE,#&LBRACE_osm_parkings_with_this_velopark_ref&RBRACE,,,,)}_ | | *[_osm_parkings_with_this_velopark_ref](https://wiki.osm.org/wiki/Key:_osm_parkings_with_this_velopark_ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [velopark-link](#velopark-link) | _This is data from <b>Velopark</b>. {link(See on velopark &LPARENSwebpage&RPARENS,https://www.velopark.be/static/data/&LBRACEmr_velopark_id&RBRACE,,,,)}_ | | _Multiple choice only_ |
|
||||
| [show-data-velopark](#show-data-velopark) | _{linked_data_from_website(ref:velopark,no,https://data.velopark.be,readonly,no)}_ | | _Multiple choice only_ |
|
||||
| [closest_parkings](#closest_parkings) | _<h3>Nearby parkings</h3>There are {_nearby_bicycle_parkings:count} bicycle parkings within {_distance_cutoff}m known in OpenStreetMap._<br/>1 options | | _Multiple choice only_ |
|
||||
| [list_nearby_bike_parkings](#list_nearby_bike_parkings) | _Choose below which bicycle parking you want to link.{multi(_nearby_bicycle_parkings:props,<b><a href='#&LBRACEid&RBRACE'>&LBRACEid&RBRACE</a></b> &LPARENS&LBRACE_distance&RBRACEm&COMMA &LBRACE_velopark:id&RBRACE&COMMA place for &LBRACEcapacity&RBRACE&COMMA covered: &LBRACEcovered&RBRACE&RPARENS &LBRACEminimap&LPARENS20&COMMAid&COMMA_mr_id&RPARENS&RBRACE &LBRACEtag_apply&LPARENSref:velopark=$_ref&COMMALink this object.&COMMAlink&COMMAid&COMMA_mr_id&RPARENS&RBRACE,p-2 m-1 my-4 border-2 border-dashed border-black)}_ | | _Multiple choice only_ |
|
||||
| [title_create_new](#title_create_new) | _<h3>Add a parking to OpenStreetMap</h3>Use this if the bicycle parking is missing in OpenStreetMap (there is no blue or green pin)_ | | _Multiple choice only_ |
|
||||
| [import_point](#import_point) | _{import_button(bike_parking_with_velopark_ref bike_parking,amenity=bicycle_parking;ref:velopark=$ref:velopark,Create a new bicycle parking in OSM. This parking will have the link&COMMA you'll be able to copy the attributes in the next step,,,,,mr_taskId,yes)}_ | | _Multiple choice only_ |
|
||||
| [title_manually_copy](#title_manually_copy) | _<h3>Manually link</h3>Does the bicycle parking exist in OpenStreetMap but is it further then 25m away? Then: <ol><li>Copy the following URL: <span class='literal-code'>{ref:velopark}</span></li><li>Select the correct bicycle parking on the map</li><li>Paste the URL into the question <i>What is the URL of the data path in Velopark?</i></li><li>Mark this item as handled with the button below:</li></ul>_ | | _Multiple choice only_ |
|
||||
| [close_mr](#close_mr) | _{maproulette_set_status(Mark this item as linked manually. Use this if you did apply the reference via copy-paste or via another editor,,,1,,)}_ | | _Multiple choice only_ |
|
||||
| [title_error](#title_error) | _<h3>Closing without importing or linking</h3>_ | | _Multiple choice only_ |
|
||||
| [close_mr_incorrect](#close_mr_incorrect) | _{maproulette_set_status(Mark this item as incorrect or too hard to solve &LPARENSduplicate&COMMA does not exist anymore&COMMA contradictory data&COMMA not placeable from aerial imagery&RPARENS,invalid,,6,,Is this point incorrect or is it difficult to solve? Please provide some feedback below)}_ | | _Multiple choice only_ |
|
||||
| [title_debug](#title_debug) | _<h3>Extra information</h3>_ | | _Multiple choice only_ |
|
||||
| [velopark-data-link](#velopark-data-link) | _{link(Inspect raw data on velopark.be,&LBRACEref:velopark&RBRACE,,,,)}_ | | _Multiple choice only_ |
|
||||
| [nearby_images](#nearby_images) | _{nearby_images(,readonly)}_ | | _Multiple choice only_ |
|
||||
| [no_save_needed](#no_save_needed) | _Changes are automatically saved. You can simply close this popup with the cross at the upper-right_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### velopark-ref
|
||||
|
||||
The question is `What is the URL of the data path within Velopark?`
|
||||
|
@ -278,7 +312,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -298,6 +332,36 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:cargo_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Acargo_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:cargo_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:cargo_bike) | [nat](../SpecialInputElements.md#nat) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/maxstay#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/maxstay/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [maxstay](https://wiki.openstreetmap.org/wiki/Key:maxstay) | [pnat](../SpecialInputElements.md#pnat) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [velopark-ref](#velopark-ref) | What is the URL of the data path within Velopark?<br/>_This bicycle parking is on OpenStreetMap and is linked to Velopark:{link(&LBRACEref:velopark&RBRACE,&LBRACEref:velopark&RBRACE,,,,)}_ | | *[ref:velopark](https://wiki.osm.org/wiki/Key:ref:velopark)* ([velopark](../SpecialInputElements.md#velopark)) |
|
||||
| [comparison_tool](#comparison_tool) | _{linked_data_from_website(ref:velopark,no,https://data.velopark.be,,no)}_ | | _Multiple choice only_ |
|
||||
| [questions-intro](#questions-intro) | _The question(s) below inquiry about attributes that are not yet known in OpenStreetMap_ | | _Multiple choice only_ |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [osm-block-title](#osm-block-title) | _<h3>Attributes from OpenStreetMap</h3>Editing below will make changes directly in OpenStreetMap_ | | _Multiple choice only_ |
|
||||
| [Bicycle parking type](#Bicycle parking type) | What is the type of this bicycle parking?<br/>_This is a bicycle parking of the type: {bicycle_parking}_<br/>11 options | | *[bicycle_parking](https://wiki.osm.org/wiki/Key:bicycle_parking)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [location](#location) | What is the relative location of this bicycle parking?<br/>4 options | | _Multiple choice only_ |
|
||||
| [covered_and_building](#covered_and_building) | Is this parking covered?<br/>6 options | | _Multiple choice only_ |
|
||||
| [Capacity](#Capacity) | How many bicycles fit in this bicycle parking?<br/>_Place for {capacity} bikes_ | | *[capacity](https://wiki.osm.org/wiki/Key:capacity)* ([nat](../SpecialInputElements.md#nat)) |
|
||||
| [Access](#Access) | Who can use this bicycle parking?<br/>_{access}_<br/>4 options | | *[access](https://wiki.osm.org/wiki/Key:access)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [fee](#fee) | Are these bicycle parkings free to use?<br/>2 options | | _Multiple choice only_ |
|
||||
| [charge](#charge) | How much does it cost to park your bike here?<br/>_Parking your bike costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [opening_hours_24_7_default](#opening_hours_24_7_default) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7_default))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [operator](#operator) | Who maintains this bicycle parking?<br/>_This bicycle parking is maintained by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [operator_phone](#operator_phone) | What is the phone number of the operator of this bicycle parking?<br/>_<a href='tel:{operator:phone}'>{operator:phone}</a>_<br/>2 options | | *[operator:phone](https://wiki.osm.org/wiki/Key:operator:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [operator_website](#operator_website) | What is the website number of the operator of this bicycle parking?<br/>_<a href='{operator:website}'>{operator:website}</a>_<br/>2 options | | *[operator:website](https://wiki.osm.org/wiki/Key:operator:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [operator_email](#operator_email) | What is the email address of the operator of this bicycle parking?<br/>_<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>_ | | *[operator:email](https://wiki.osm.org/wiki/Key:operator:email)* ([email](../SpecialInputElements.md#email)) |
|
||||
| [Cargo bike spaces?](#Cargo bike spaces?) | Does this bicycle parking have spots for cargo bikes?<br/>3 options | | _Multiple choice only_ |
|
||||
| [Cargo bike capacity?](#Cargo bike capacity?) | How many cargo bicycles fit in this bicycle parking?<br/>_This parking fits {capacity:cargo_bike} cargo bikes_<br/>1 options | | *[capacity:cargo_bike](https://wiki.osm.org/wiki/Key:capacity:cargo_bike)* ([nat](../SpecialInputElements.md#nat)) |
|
||||
| [maxstay](#maxstay) | What is the maximum allowed parking duration?<br/>_A bike can be parked here for at most {canonical(maxstay)}_ | | *[maxstay](https://wiki.osm.org/wiki/Key:maxstay)* ([pnat](../SpecialInputElements.md#pnat)) |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
| [no_save_needed](#no_save_needed) | _Changes are automatically saved. You can simply close this popup with the cross at the upper-right_ | | _Multiple choice only_ |
|
||||
|
||||
### velopark-ref
|
||||
|
||||
The question is `What is the URL of the data path within Velopark?`
|
||||
|
|
|
@ -39,6 +39,8 @@ Available languages:
|
|||
2. [all_vending_machine](#all_vending_machine)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [Opening hours](#opening-hours)
|
||||
+ [images](#images)
|
||||
+ [repeated](#repeated)
|
||||
+ [single_level](#single_level)
|
||||
|
@ -87,7 +89,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -106,6 +108,32 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3D) [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [repeated](#repeated) <br/> _(Original in [questions](./BuiltinQuestions.md#repeated))_ | _Multiple, identical objects can be found on floors {repeat_on}._ | level | _Multiple choice only_ |
|
||||
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [vending](#vending) | What does this vending machine sell?<br/>_This vending machine sells {vending}_<br/>28 options | | *[vending](https://wiki.osm.org/wiki/Key:vending)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand) | Which brand of tubes are sold here?<br/>_{brand} tubes are sold here_<br/>2 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [opening_hours_24_7](#opening_hours_24_7) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
|
||||
| [payment-options-split](#payment-options-split) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options-split))_ | Which methods of payment are accepted here?<br/>7 options | | _Multiple choice only_ |
|
||||
| [denominations-coins](#denominations-coins) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-coins))_ | What coins can you use to pay here?<br/>15 options | | _Multiple choice only_ |
|
||||
| [denominations-notes](#denominations-notes) <br/> _(Original in [questions](./BuiltinQuestions.md#denominations-notes))_ | what notes can you use to pay here?<br/>13 options | | _Multiple choice only_ |
|
||||
| [operator](#operator) | Who operates this vending machine?<br/>_This vending machine is operated by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [indoor](#indoor) | Is this vending machine indoors?<br/>3 options | | _Multiple choice only_ |
|
||||
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of the operator of this vending machine?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
|
||||
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
|
||||
| [charge_bicycle_tube](#charge_bicycle_tube) | How much does a a bicycle tube cost?<br/>_a bicycle tube costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_bicycle_light](#charge_bicycle_light) | How much does a bicycle light cost?<br/>_bicycle light costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [charge_condom](#charge_condom) | How much does a a condom cost?<br/>_a condom costs {charge}_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([currency](../SpecialInputElements.md#currency)) |
|
||||
| [operational_status](#operational_status) | Is this vending machine still operational?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -30,6 +30,7 @@ Available languages:
|
|||
2. [node2node_hiking](#node2node_hiking)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [node2node-survey:date](#node2node-surveydate)
|
||||
+ [export_as_gpx](#export_as_gpx)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
|
@ -38,6 +39,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [node-rwn_ref](#node-rwn_ref)
|
||||
+ [survey_date](#survey_date)
|
||||
+ [node-expected_rwn_route_relations](#node-expected_rwn_route_relations)
|
||||
|
@ -48,6 +50,7 @@ Available languages:
|
|||
- [Presets](#presets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [images](#images)
|
||||
+ [name](#name)
|
||||
+ [ref](#ref)
|
||||
|
@ -78,12 +81,21 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [node2node-survey:date](#node2node-survey:date) <br/> _(Original in [questions](./BuiltinQuestions.md#survey_date))_ | When was this node to node link last surveyed?<br/>_This node to node link was last surveyed on {survey:date}_<br/>1 options | | *[survey:date](https://wiki.osm.org/wiki/Key:survey:date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [export_as_gpx](#export_as_gpx) <br/> _(Original in [questions](./BuiltinQuestions.md#export_as_gpx))_ | _{export_as_gpx()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### node2node-survey:date
|
||||
|
||||
The question is `When was this node to node link last surveyed?`
|
||||
|
@ -131,7 +143,7 @@ Elements must match **any** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -139,6 +151,17 @@ Elements must match **any** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/expected_rwn_route_relations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/expected_rwn_route_relations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [expected_rwn_route_relations](https://wiki.openstreetmap.org/wiki/Key:expected_rwn_route_relations) | [int](../SpecialInputElements.md#int) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [node-rwn_ref](#node-rwn_ref) | What is the reference number of this walking node?<br/>_This walking node has reference number {rwn_ref}_ | | *[rwn_ref](https://wiki.osm.org/wiki/Key:rwn_ref)* ([int](../SpecialInputElements.md#int)) |
|
||||
| [survey_date](#survey_date) <br/> _(Original in [questions](./BuiltinQuestions.md#survey_date))_ | When was this walking node last surveyed?<br/>_This walking node was last surveyed on {survey:date}_<br/>1 options | | *[survey:date](https://wiki.osm.org/wiki/Key:survey:date)* ([date](../SpecialInputElements.md#date)) |
|
||||
| [node-expected_rwn_route_relations](#node-expected_rwn_route_relations) | How many other walking nodes does this node link to?<br/>_This node links to {expected_rwn_route_relations} other walking nodes._ | | *[expected_rwn_route_relations](https://wiki.osm.org/wiki/Key:expected_rwn_route_relations)* ([int](../SpecialInputElements.md#int)) |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### node-rwn_ref
|
||||
|
||||
The question is `What is the reference number of this walking node?`
|
||||
|
@ -202,7 +225,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -210,6 +233,19 @@ Elements must match **all** of the following expressions:
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ele#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ele/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [name](#name) | What is the name noted on this guidepost?<br/>_Name noted on the guidepost: {name}_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ref](#ref) | What is the reference number of this guidepost?<br/>_Reference number of the guidepost: {ref}_<br/>1 options | | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [ele](#ele) | What is the elevation noted on this guidepost?<br/>_Elevation noted on the guidepost: {ele} m_<br/>1 options | | *[ele](https://wiki.osm.org/wiki/Key:ele)* ([float](../SpecialInputElements.md#float)) |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
|
||||
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### 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_
|
||||
|
|
|
@ -25,12 +25,14 @@ Available languages:
|
|||
2. [waste_basket_assen](#waste_basket_assen)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [all_tags](#all_tags)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
3. [recycling_assen](#recycling_assen)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [all_tags](#all_tags)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
|
@ -58,6 +60,14 @@ Elements must match the expression **OBJECTID~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### all_tags
|
||||
Shows a table with all the tags of the feature
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -96,6 +106,14 @@ Elements must match the expression **OBJECTID~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [all_tags](#all_tags) <br/> _(Original in [questions](./BuiltinQuestions.md#all_tags))_ | _{all_tags()}_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### all_tags
|
||||
Shows a table with all the tags of the feature
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
|
|
@ -21,6 +21,7 @@ Available languages:
|
|||
2. [street_with_width](#street_with_width)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [carriageway_width](#carriageway_width)
|
||||
+ [too_little_width](#too_little_width)
|
||||
+ [needed_for_cars](#needed_for_cars)
|
||||
|
@ -50,7 +51,7 @@ Elements must match the expression **width:carriageway~.+**
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -60,6 +61,21 @@ Elements must match the expression **width:carriageway~.+**
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sidewalk#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sidewalk/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sidewalk](https://wiki.openstreetmap.org/wiki/Key:sidewalk) | Multiple choice | [none](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dnone) [left](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dleft) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sidewalk#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sidewalk/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sidewalk](https://wiki.openstreetmap.org/wiki/Key:sidewalk) | Multiple choice | [both](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dboth) [none](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dnone) [left](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dleft) [right](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dright) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [carriageway_width](#carriageway_width) | Hoe breed is deze straat?<br/>_Deze straat is <b>{width:carriageway}m</b> breed_ | | *[width:carriageway](https://wiki.osm.org/wiki/Key:width:carriageway)* ([distance](../SpecialInputElements.md#distance)) |
|
||||
| [too_little_width](#too_little_width) | _Deze straat heeft <span class='alert'>{_width:difference}m</span> te weinig. De ruimte die nodig zou zijn is:_<br/>1 options | | _Multiple choice only_ |
|
||||
| [needed_for_cars](#needed_for_cars) | _<b>{_width:needed:cars}m</b> voor het autoverkeer_<br/>2 options | | _Multiple choice only_ |
|
||||
| [needed_for_parking](#needed_for_parking) | _<b>{_width:needed:parking}m</b> voor het geparkeerde wagens_ | | _Multiple choice only_ |
|
||||
| [needed_for_cyclists](#needed_for_cyclists) | _<b>{_width:needed:cyclists}m</b> voor fietsers_<br/>2 options | | _Multiple choice only_ |
|
||||
| [needed_for_pedestrians](#needed_for_pedestrians) | _<b>{_width:needed:pedestrians}m</b> voor voetgangers_<br/>2 options | | _Multiple choice only_ |
|
||||
| [total_width_needed](#total_width_needed) | _<span style='border: 1px solid black; border-radius: 0.5em; padding: 0.25em;'><b>{_width:needed:total}m</b> nodig in het totaal</span>_ | | _Multiple choice only_ |
|
||||
| [has_sidewalks](#has_sidewalks) | Heeft deze straat voetpaden?<br/>4 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### carriageway_width
|
||||
|
||||
The question is `Hoe breed is deze straat?`
|
||||
|
|
|
@ -22,6 +22,7 @@ Available languages:
|
|||
2. [serviced_streets](#serviced_streets)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
- [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
+ [winter_service](#winter_service)
|
||||
+ [leftover-questions](#leftover-questions)
|
||||
+ [lod](#lod)
|
||||
|
@ -50,12 +51,20 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/winter_service#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/winter_service/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [winter_service](https://wiki.openstreetmap.org/wiki/Key:winter_service) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [winter_service](#winter_service) | Is this road serviced (e.g. cleared of snow) in winter?<br/>3 options | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### winter_service
|
||||
|
||||
The question is `Is this road serviced (e.g. cleared of snow) in winter?`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue