bicycle_tube_vending_machine
==============================
A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, ...)
## Table of contents
1. [bicycle_tube_vending_machine](#bicycle_tube_vending_machine)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
+ [Still in use?](#still-in-use)
+ [bicycle_tube_vending_machine-charge](#bicycle_tube_vending_machine-charge)
+ [vending-machine-payment-methods](#vending-machine-payment-methods)
+ [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand)
+ [bicycle_tube_vending_machine-operator](#bicycle_tube_vending_machine-operator)
+ [bicycle_tube_vending_maching-other-items](#bicycle_tube_vending_maching-other-items)
#### Themes using this layer
- [cyclofix](https://mapcomplete.osm.be/cyclofix)
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- amenity=vending_machine
- vending~^.*bicycle_tube.*$
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22vending_machine%22%5D%5B%22vending%22~%22%5E.*bicycle_tube.*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[](https://taginfo.openstreetmap.org/keys/operational_status#values) [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | [string](../SpecialInputElements.md#string) | [](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)
[](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) |
[](https://taginfo.openstreetmap.org/keys/brand#values) [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | [Continental](https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental) [Schwalbe](https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe)
[](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [Schwalbe](https://wiki.openstreetmap.org/wiki/Tag:operator%3DSchwalbe) [Continental](https://wiki.openstreetmap.org/wiki/Tag:operator%3DContinental)
### images
_This tagrendering has no question and is thus read-only_
### Still in use?
The question is **Is this vending machine still operational?**
This rendering asks information about the property [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status)
This is rendered with `The operational status is {operational_status}`
- **This vending machine works** corresponds with
- **This vending machine is broken** corresponds with operational_status=broken
- **This vending machine is closed** corresponds with operational_status=closed
### bicycle_tube_vending_machine-charge
The question is **How much does a bicycle tube cost?**
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
This is rendered with `A bicycle tube costs {charge}`
### vending-machine-payment-methods
The question is **How can one pay at this tube vending machine?**
- **Payment with coins is possible** corresponds with payment:coins=yesUnselecting this answer will add payment:coins=no
- **Payment with notes is possible** corresponds with payment:notes=yesUnselecting this answer will add payment:notes=no
- **Payment with cards is possible** corresponds with payment:cards=yesUnselecting this answer will add payment:cards=no
### bicycle_tube_vending_machine-brand
The question is **Which brand of tubes are sold here?**
This rendering asks information about the property [brand](https://wiki.openstreetmap.org/wiki/Key:brand)
This is rendered with `{brand} tubes are sold here`
- **Continental tubes are sold here** corresponds with brand=Continental
- **Schwalbe tubes are sold here** corresponds with brand=Schwalbe
### bicycle_tube_vending_machine-operator
The question is **Who maintains this vending machine?**
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
This is rendered with `This vending machine is maintained by {operator}`
- **Maintained by Schwalbe** corresponds with operator=Schwalbe
- **Maintained by Continental** corresponds with operator=Continental
### bicycle_tube_vending_maching-other-items
The question is **Are other bicycle bicycle accessories sold here?**
- **Bicycle lights are sold here** corresponds with vending:bicycle_light=yesUnselecting this answer will add vending:bicycle_light=no
- **Gloves are sold here** corresponds with vending:gloves=yesUnselecting this answer will add vending:gloves=no
- **Bicycle repair kits are sold here** corresponds with vending:bicycle_repair_kit=yesUnselecting this answer will add vending:bicycle_repair_kit=no
- **Bicycle pumps are sold here** corresponds with vending:bicycle_pump=yesUnselecting this answer will add vending:bicycle_pump=no
- **Bicycle locks are sold here** corresponds with vending:bicycle_lock=yesUnselecting this answer will add vending:bicycle_lock=no
This document is autogenerated from [assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json)