mapcomplete/Docs/Layers/bicycle_library.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

225 lines
6.8 KiB
Markdown
Raw Normal View History

bicycle_library
2022-01-14 19:36:36 +01:00
=================
<img src='https://mapcomplete.osm.be/pin:#22ff55;./assets/layers/bicycle_library/bicycle_library.svg' height="100px">
2022-01-14 19:36:36 +01:00
A facility where bicycles can be lent for longer period of times
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **8** and higher
#### Themes using this layer
- [bicyclelib](https://mapcomplete.osm.be/bicyclelib)
- [cyclofix](https://mapcomplete.osm.be/cyclofix)
2022-02-14 04:59:49 +01:00
- [personal](https://mapcomplete.osm.be/personal)
2022-01-14 19:36:36 +01:00
Basic tags for this layer
2022-01-14 19:36:36 +01:00
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_library' target='_blank'>bicycle_library</a>
2022-03-24 19:59:57 +01:00
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_library%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
Warning:
this quick overview is incomplete
2022-01-14 19:36:36 +01:00
2022-01-14 19:36:36 +01:00
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |
2022-01-14 19:36:36 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) [€20warranty + €20/year](https://wiki.openstreetmap.org/wiki/Tag:charge%3D€20warranty + €20/year)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/bicycle_library:for#values) [bicycle_library:for](https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for) | Multiple choice | [child](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dchild) [adult](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dadult) [disabled](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Ddisabled)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/description#values) [description](https://wiki.openstreetmap.org/wiki/Key:description) | [string](../SpecialInputElements.md#string) |
### images
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
This tagrendering has no question and is thus read-only
2022-01-14 19:36:36 +01:00
### bicycle_library-name
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What is the name of this bicycle library?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
2022-12-08 00:48:44 +01:00
This is rendered with `This bicycle library is called {name}`
2022-01-14 19:36:36 +01:00
### website
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What is the website of {title()}?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
2022-12-08 00:48:44 +01:00
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+`
- This option cannot be chosen as answer
### phone
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What is the phone number of {title()}?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
2022-12-08 00:48:44 +01:00
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
- *<a href='tel:{contact:phone}'>{contact:phone}</a>* corresponds with `contact:phone~.+`
- This option cannot be chosen as answer
### email
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What is the email address of {title()}?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
2022-12-08 00:48:44 +01:00
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
- *<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>* corresponds with `contact:email~.+`
- This option cannot be chosen as answer
### opening_hours
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *What are the opening hours of {title()}?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
2022-12-08 00:48:44 +01:00
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
2022-01-14 19:36:36 +01:00
### bicycle_library-charge
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *How much does lending a bicycle cost?*
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
This is rendered with `Lending a bicycle costs {charge}`
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
- *Lending a bicycle is free* corresponds with `fee=no`
- *Lending a bicycle costs €20/year and €20 warranty* corresponds with `fee=yes&charge=€20warranty + €20/year`
### bicycle-library-target-group
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
The question is *Who can loan bicycles here?*
2022-01-14 19:36:36 +01:00
2022-12-08 00:48:44 +01:00
- *Bikes for children available* corresponds with `bicycle_library:for=child`
- *Bikes for adult available* corresponds with `bicycle_library:for=adult`
- *Bikes for disabled persons available* corresponds with `bicycle_library:for=disabled`
### description
2022-12-08 00:48:44 +01:00
The question is *Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>*
This rendering asks information about the property [description](https://wiki.openstreetmap.org/wiki/Key:description)
2022-12-08 00:48:44 +01:00
This is rendered with `{description}`
2022-01-14 19:36:36 +01:00
2022-02-15 00:00:30 +01:00
This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_library/bicycle_library.json)