Chore: regenerate docs
This commit is contained in:
parent
365d573b7c
commit
3b33d69c82
26 changed files with 4120 additions and 7 deletions
|
@ -159,6 +159,7 @@
|
|||
- trail
|
||||
- transit_stops
|
||||
- tree_node
|
||||
- vending_machine
|
||||
- viewpoint
|
||||
- village_green
|
||||
- waste_basket
|
||||
|
@ -411,6 +412,7 @@
|
|||
- parcel_lockers
|
||||
- recycling
|
||||
- toilet
|
||||
- vending_machine
|
||||
|
||||
|
||||
|
||||
|
@ -438,6 +440,7 @@
|
|||
- ticket_validator
|
||||
- toilet
|
||||
- toilet_at_amenity
|
||||
- vending_machine
|
||||
|
||||
|
||||
|
||||
|
@ -800,6 +803,7 @@
|
|||
- shower
|
||||
- ticket_machine
|
||||
- toilet
|
||||
- vending_machine
|
||||
|
||||
|
||||
|
||||
|
@ -812,6 +816,7 @@
|
|||
|
||||
- parking_ticket_machine
|
||||
- ticket_machine
|
||||
- vending_machine
|
||||
|
||||
|
||||
|
||||
|
@ -824,6 +829,7 @@
|
|||
|
||||
- parking_ticket_machine
|
||||
- ticket_machine
|
||||
- vending_machine
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/themes/artwork/artwork.svg' height="100px">
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/themes/artwork/artwork.svg' height="100px">
|
||||
|
||||
An open map of statues, busts, graffitis and other artwork all over the world
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/layers/bench/bench.svg' height="100px">
|
||||
<img src='https://mapcomplete.osm.be/circle:99bd54;./assets/layers/bench/bench.svg' height="100px">
|
||||
|
||||
A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.
|
||||
|
||||
|
@ -28,6 +28,7 @@ A bench is a wooden, metal, stone, … surface where a human can sit. This layer
|
|||
- [benches](https://mapcomplete.osm.be/benches)
|
||||
- [nature](https://mapcomplete.osm.be/nature)
|
||||
- [personal](https://mapcomplete.osm.be/personal)
|
||||
- [playgrounds](https://mapcomplete.osm.be/playgrounds)
|
||||
|
||||
|
||||
This is a special layer - data is not sourced from OpenStreetMap
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/themes/benches/bench_public_transport.svg' height="100px">
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/themes/benches/bench_public_transport.svg' height="100px">
|
||||
|
||||
A layer showing all public-transport-stops which do have a bench
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ this quick overview is incomplete
|
|||
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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<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/subject#values) [subject](https://wiki.openstreetmap.org/wiki/Key:subject) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/source#values) [source](https://wiki.openstreetmap.org/wiki/Key:source) | [url](../SpecialInputElements.md#url) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) |
|
||||
|
@ -102,14 +102,16 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
The question is *Whom is remembered by this ghost bike?*
|
||||
|
||||
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
|
||||
This rendering asks information about the property [subject](https://wiki.openstreetmap.org/wiki/Key:subject)
|
||||
|
||||
This is rendered with `In remembrance of {name}`
|
||||
This is rendered with `In remembrance of {subject}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *In remembrance of {name}* corresponds with `name~.+`
|
||||
- This option cannot be chosen as answer
|
||||
- *No name is marked on the bike* corresponds with `noname=yes`
|
||||
|
||||
|
||||
|
|
|
@ -48,6 +48,8 @@ this quick overview is incomplete
|
|||
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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_type#values) [map_type](https://wiki.openstreetmap.org/wiki/Key:map_type) | Multiple choice | [topo](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtopo) [street](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dstreet) [scheme](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dscheme) [toposcope](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtoposcope)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_size#values) [map_size](https://wiki.openstreetmap.org/wiki/Key:map_size) | Multiple choice | [building](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dbuilding) [site](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dsite) [village](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dvillage) [city](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dcity) [region](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dregion)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_source#values) [map_source](https://wiki.openstreetmap.org/wiki/Key:map_source) | [string](../SpecialInputElements.md#string) | [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_source:attribution#values) [map_source:attribution](https://wiki.openstreetmap.org/wiki/Key:map_source:attribution) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes) [incomplete](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete) [sticker](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker) [none](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone)
|
||||
|
||||
|
@ -85,6 +87,43 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
### map_type
|
||||
|
||||
|
||||
|
||||
The question is *What type of map is shown?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Topographical map <p class='subtle'>The map contains contour lines. </p>* corresponds with `map_type=topo`
|
||||
- *A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>* corresponds with `map_type=street`
|
||||
- *This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> * corresponds with `map_type=scheme`
|
||||
- *This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>* corresponds with `map_type=toposcope`
|
||||
|
||||
|
||||
|
||||
|
||||
### map_size
|
||||
|
||||
|
||||
|
||||
The question is *What is the size of the shown area on the map?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *A map of the rooms within a building* corresponds with `map_size=building`
|
||||
- *A map of special site, like of a historical castle, a park, a campus, a forest, ....* corresponds with `map_size=site`
|
||||
- *A map showing the village or town* corresponds with `map_size=village`
|
||||
- * A map of a city.* corresponds with `map_size=city`
|
||||
- *The map of an entire region, showing multiple cities and villages* corresponds with `map_size=region`
|
||||
|
||||
|
||||
|
||||
|
||||
### map-map_source
|
||||
|
||||
|
||||
|
|
141
Docs/Layers/memorial.md
Normal file
141
Docs/Layers/memorial.md
Normal file
|
@ -0,0 +1,141 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
memorial
|
||||
==========
|
||||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/memorial/plaque.svg' height="100px">
|
||||
|
||||
Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **0** and higher
|
||||
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
|
||||
|
||||
|
||||
This is a special layer - data is not sourced from OpenStreetMap
|
||||
|
||||
|
||||
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
Warning:
|
||||
|
||||
this quick overview is incomplete
|
||||
|
||||
|
||||
|
||||
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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
|
||||
|
||||
|
||||
|
||||
|
||||
### just_created
|
||||
|
||||
|
||||
|
||||
This element shows a 'thank you' that the contributor has recently created this element
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
|
||||
|
||||
|
||||
|
||||
### inscription
|
||||
|
||||
|
||||
|
||||
The question is *What is the inscription of this plaque?*
|
||||
|
||||
This rendering asks information about the property [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription)
|
||||
|
||||
This is rendered with `The inscription on this plaque reads: <p><i>{inscription}<i></p>`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### move-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### delete-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### last_edit
|
||||
|
||||
|
||||
|
||||
Gives some metainfo about the last edit and who did edit it - rendering only
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
|
||||
|
||||
|
||||
|
||||
### all-tags
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/memorial/memorial.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/memorial/memorial.json)
|
|
@ -28,6 +28,7 @@ The layer showing picnic tables
|
|||
- [benches](https://mapcomplete.osm.be/benches)
|
||||
- [nature](https://mapcomplete.osm.be/nature)
|
||||
- [personal](https://mapcomplete.osm.be/personal)
|
||||
- [playgrounds](https://mapcomplete.osm.be/playgrounds)
|
||||
|
||||
|
||||
This is a special layer - data is not sourced from OpenStreetMap
|
||||
|
|
|
@ -25,6 +25,7 @@ A shop
|
|||
|
||||
|
||||
|
||||
- [climbing](https://mapcomplete.osm.be/climbing)
|
||||
- [healthcare](https://mapcomplete.osm.be/healthcare)
|
||||
- [onwheels](https://mapcomplete.osm.be/onwheels)
|
||||
- [personal](https://mapcomplete.osm.be/personal)
|
||||
|
|
660
Docs/Layers/shops_with_climbing_shoe_repair.md
Normal file
660
Docs/Layers/shops_with_climbing_shoe_repair.md
Normal file
File diff suppressed because one or more lines are too long
378
Docs/Layers/vending_machine.md
Normal file
378
Docs/Layers/vending_machine.md
Normal file
|
@ -0,0 +1,378 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
vending_machine
|
||||
=================
|
||||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/layers/vending_machine/vending_machine.svg' height="100px">
|
||||
|
||||
Layer showing vending machines
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **0** and higher
|
||||
|
||||
|
||||
|
||||
|
||||
#### Themes using this layer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- [vending_machine](https://mapcomplete.osm.be/vending_machine)
|
||||
|
||||
|
||||
This is a special layer - data is not sourced from OpenStreetMap
|
||||
|
||||
|
||||
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
Warning:
|
||||
|
||||
this quick overview is incomplete
|
||||
|
||||
|
||||
|
||||
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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/vending#values) [vending](https://wiki.openstreetmap.org/wiki/Key:vending) | [string](../SpecialInputElements.md#string) | [drinks](https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddrinks) [sweets](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dsweets) [food](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfood) [cigarettes](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcigarettes) [condoms](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcondoms) [coffee](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcoffee) [water](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dwater) [newspapers](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dnewspapers) [bicycle_tube](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_tube) [milk](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmilk) [bread](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbread) [eggs](https://wiki.openstreetmap.org/wiki/Tag:vending%3Deggs) [cheese](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcheese) [honey](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dhoney) [potatoes](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpotatoes) [flowers](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dflowers)
|
||||
[<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) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/payment:coins:denominations#values) [payment:coins:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations) | Multiple choice | [0.01 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR) [0.02 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR) [0.05 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR) [0.10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR) [0.20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR) [0.50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR) [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/payment:notes:denominations#values) [payment:notes:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations) | Multiple choice | [5 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D5 EUR) [10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 EUR) [20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 EUR) [50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 EUR) [100 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 EUR) [200 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 EUR) [500 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D500 EUR)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/indoor#values) [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [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)
|
||||
|
||||
|
||||
|
||||
|
||||
### just_created
|
||||
|
||||
|
||||
|
||||
This element shows a 'thank you' that the contributor has recently created this element
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
|
||||
|
||||
|
||||
|
||||
### images
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### vending
|
||||
|
||||
|
||||
|
||||
The question is *What does this vending machine sell?*
|
||||
|
||||
This rendering asks information about the property [vending](https://wiki.openstreetmap.org/wiki/Key:vending)
|
||||
|
||||
This is rendered with `This vending machine sells {vending}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Drinks are sold* corresponds with `vending=drinks`
|
||||
- *Sweets are sold* corresponds with `vending=sweets`
|
||||
- *Food is sold* corresponds with `vending=food`
|
||||
- *Cigarettes are sold* corresponds with `vending=cigarettes`
|
||||
- *Condoms are sold* corresponds with `vending=condoms`
|
||||
- *Coffee is sold* corresponds with `vending=coffee`
|
||||
- *Drinking water is sold* corresponds with `vending=water`
|
||||
- *Newspapers are sold* corresponds with `vending=newspapers`
|
||||
- *Bicycle inner tubes are sold* corresponds with `vending=bicycle_tube`
|
||||
- *Milk is sold* corresponds with `vending=milk`
|
||||
- *Bread is sold* corresponds with `vending=bread`
|
||||
- *Eggs are sold* corresponds with `vending=eggs`
|
||||
- *Cheese is sold* corresponds with `vending=cheese`
|
||||
- *Honey is sold* corresponds with `vending=honey`
|
||||
- *Potatoes are sold* corresponds with `vending=potatoes`
|
||||
- *Flowers are sold* corresponds with `vending=flowers`
|
||||
|
||||
|
||||
|
||||
|
||||
### opening_hours_24_7
|
||||
|
||||
|
||||
|
||||
The question is *What are the opening hours of {title()}?*
|
||||
|
||||
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
|
||||
|
||||
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *24/7 opened (including holidays)* corresponds with `opening_hours=24/7`
|
||||
|
||||
|
||||
|
||||
|
||||
### payment-options-split
|
||||
|
||||
|
||||
|
||||
The question is *Which methods of payment are accepted here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Cash is accepted here* corresponds with `payment:cash=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Payment by QR-code is possible here* corresponds with `payment:qr_code=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
||||
- *Coins are accepted here* corresponds with `payment:coins=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins' target='_blank'>payment:coins</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dno' target='_blank'>no</a>
|
||||
- *Bank notes are accepted here* corresponds with `payment:notes=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes' target='_blank'>payment:notes</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dno' target='_blank'>no</a>
|
||||
- *Debit cards are accepted here* corresponds with `payment:debit_cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno' target='_blank'>no</a>
|
||||
- *Credit cards are accepted here* corresponds with `payment:credit_cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
|
||||
|
||||
|
||||
|
||||
|
||||
### denominations-coins
|
||||
|
||||
|
||||
|
||||
The question is *What coins can you use to pay here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *1 cent coins are accepted* corresponds with `payment:coins:denominations=0.01 EUR`
|
||||
- *2 cent coins are accepted* corresponds with `payment:coins:denominations=0.02 EUR`
|
||||
- *5 cent coins are accepted* corresponds with `payment:coins:denominations=0.05 EUR`
|
||||
- *10 cent coins are accepted* corresponds with `payment:coins:denominations=0.10 EUR`
|
||||
- *20 cent coins are accepted* corresponds with `payment:coins:denominations=0.20 EUR`
|
||||
- *50 cent coins are accepted* corresponds with `payment:coins:denominations=0.50 EUR`
|
||||
- *1 euro coins are accepted* corresponds with `payment:coins:denominations=1 EUR`
|
||||
- *2 euro coins are accepted* corresponds with `payment:coins:denominations=2 EUR`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk`
|
||||
|
||||
|
||||
|
||||
### denominations-notes
|
||||
|
||||
|
||||
|
||||
The question is *what notes can you use to pay here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *5 euro notes are accepted* corresponds with `payment:notes:denominations=5 EUR`
|
||||
- *10 euro notes are accepted* corresponds with `payment:notes:denominations=10 EUR`
|
||||
- *20 euro notes are accepted* corresponds with `payment:notes:denominations=20 EUR`
|
||||
- *50 euro notes are accepted* corresponds with `payment:notes:denominations=50 EUR`
|
||||
- *100 euro notes are accepted* corresponds with `payment:notes:denominations=100 EUR`
|
||||
- *200 euro notes are accepted* corresponds with `payment:notes:denominations=200 EUR`
|
||||
- *500 euro notes are accepted* corresponds with `payment:notes:denominations=500 EUR`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk`
|
||||
|
||||
|
||||
|
||||
### operator
|
||||
|
||||
|
||||
|
||||
The question is *Who operates 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 operated by {operator}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### indoor
|
||||
|
||||
|
||||
|
||||
The question is *Is this vending machine indoors?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This vending machine is outdoors* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *This vending machine is indoors* corresponds with `indoor=yes`
|
||||
- *This vending machine is outdoors* corresponds with `indoor=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### level
|
||||
|
||||
|
||||
|
||||
The question is *On what level is this feature located?*
|
||||
|
||||
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
|
||||
|
||||
This is rendered with `Located on the {level}th floor`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Located underground* corresponds with `location=underground`
|
||||
- This option cannot be chosen as answer
|
||||
- *Located on the ground floor* corresponds with `level=0`
|
||||
- *Located on the ground floor* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *Located on the first floor* corresponds with `level=1`
|
||||
- *Located on the first basement level* corresponds with `level=-1`
|
||||
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### move-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### delete-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### last_edit
|
||||
|
||||
|
||||
|
||||
Gives some metainfo about the last edit and who did edit it - rendering only
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
|
||||
|
||||
|
||||
|
||||
### all-tags
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Open now | _isOpen=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
vending.0 | All vending machines (default) |
|
||||
vending.1 | Sale of drinks | vending~^(.*drinks.*)$
|
||||
vending.2 | Sale of sweets | vending~^(.*sweets.*)$
|
||||
vending.3 | Sale of food | vending~^(.*food.*)$
|
||||
vending.4 | Sale of cigarettes | vending~^(.*cigarettes.*)$
|
||||
vending.5 | Sale of condoms | vending~^(.*condoms.*)$
|
||||
vending.6 | Sale of coffee | vending~^(.*coffee.*)$
|
||||
vending.7 | Sale of water | vending~^(.*water.*)$
|
||||
vending.8 | Sale of newspapers | vending~^(.*newspapers.*)$
|
||||
vending.9 | Sale of bicycle inner tubes | vending~^(.*bicycle_tube.*)$
|
||||
vending.10 | Sale of milk | vending~^(.*milk.*)$
|
||||
vending.11 | Sale of bread | vending~^(.*bread.*)$
|
||||
vending.12 | Sale of eggs | vending~^(.*eggs.*)$
|
||||
vending.13 | Sale of cheese | vending~^(.*cheese.*)$
|
||||
vending.14 | Sale of honey | vending~^(.*honey.*)$
|
||||
vending.15 | Sale of potatoes | vending~^(.*potatoes.*)$
|
||||
vending.16 | Sale of flowers | vending~^(.*flowers.*)$
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/vending_machine/vending_machine.json)
|
File diff suppressed because it is too large
Load diff
|
@ -35,9 +35,13 @@
|
|||
"key": "wikipedia",
|
||||
"description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "subject",
|
||||
"description": "Layer 'Ghost bikes' shows and asks freeform values for key 'subject' (in the MapComplete.osm.be theme 'Ghost bikes')"
|
||||
},
|
||||
{
|
||||
"key": "name",
|
||||
"description": "Layer 'Ghost bikes' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Ghost bikes')"
|
||||
"description": "Layer 'Ghost bikes' shows name~.+ with a fixed text, namely 'In remembrance of {name}' (in the MapComplete.osm.be theme 'Ghost bikes')"
|
||||
},
|
||||
{
|
||||
"key": "noname",
|
||||
|
|
|
@ -355,6 +355,16 @@
|
|||
"key": "shop",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
|
||||
"value": "shoe_repair"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
|
||||
"value": "key_cutter"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
|
||||
|
@ -1363,6 +1373,16 @@
|
|||
"key": "shop",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
|
||||
"value": "shoe_repair"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
|
||||
"value": "key_cutter"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Shop' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
|
|
|
@ -40,6 +40,51 @@
|
|||
"key": "wikipedia",
|
||||
"description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=topo with a fixed text, namely 'Topographical map <p class='subtle'>The map contains contour lines. </p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "topo"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=street with a fixed text, namely 'A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "street"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=scheme with a fixed text, namely 'This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> ' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "scheme"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=toposcope with a fixed text, namely 'This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "toposcope"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=building with a fixed text, namely 'A map of the rooms within a building' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "building"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=site with a fixed text, namely 'A map of special site, like of a historical castle, a park, a campus, a forest, ....' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "site"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=village with a fixed text, namely 'A map showing the village or town' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "village"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=city with a fixed text, namely ' A map of a city.' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "city"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=region with a fixed text, namely 'The map of an entire region, showing multiple cities and villages' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'A map of maps')",
|
||||
"value": "region"
|
||||
},
|
||||
{
|
||||
"key": "map_source",
|
||||
"description": "Layer 'Maps' shows and asks freeform values for key 'map_source' (in the MapComplete.osm.be theme 'A map of maps')"
|
||||
|
|
|
@ -395,6 +395,51 @@
|
|||
"key": "wikipedia",
|
||||
"description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=topo with a fixed text, namely 'Topographical map <p class='subtle'>The map contains contour lines. </p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "topo"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=street with a fixed text, namely 'A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "street"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=scheme with a fixed text, namely 'This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> ' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "scheme"
|
||||
},
|
||||
{
|
||||
"key": "map_type",
|
||||
"description": "Layer 'Maps' shows map_type=toposcope with a fixed text, namely 'This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "toposcope"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=building with a fixed text, namely 'A map of the rooms within a building' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "building"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=site with a fixed text, namely 'A map of special site, like of a historical castle, a park, a campus, a forest, ....' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "site"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=village with a fixed text, namely 'A map showing the village or town' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "village"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=city with a fixed text, namely ' A map of a city.' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "city"
|
||||
},
|
||||
{
|
||||
"key": "map_size",
|
||||
"description": "Layer 'Maps' shows map_size=region with a fixed text, namely 'The map of an entire region, showing multiple cities and villages' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Into nature')",
|
||||
"value": "region"
|
||||
},
|
||||
{
|
||||
"key": "map_source",
|
||||
"description": "Layer 'Maps' shows and asks freeform values for key 'map_source' (in the MapComplete.osm.be theme 'Into nature')"
|
||||
|
|
|
@ -1244,6 +1244,16 @@
|
|||
"key": "shop",
|
||||
"description": "The MapComplete theme OnWheels has a layer Shop showing features with this tag"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme OnWheels has a layer Shop showing features with this tag",
|
||||
"value": "shoe_repair"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme OnWheels has a layer Shop showing features with this tag",
|
||||
"value": "key_cutter"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Shop' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
|
|
|
@ -175,6 +175,348 @@
|
|||
"key": "opening_hours",
|
||||
"description": "Layer 'Playgrounds' shows opening_hours=24/7 with a fixed text, namely 'Always accessible' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "24/7"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Playgrounds has a layer Benches showing features with this tag",
|
||||
"value": "bench"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Benches' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "backrest",
|
||||
"description": "Layer 'Benches' shows backrest=yes&two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "two_sided",
|
||||
"description": "Layer 'Benches' shows backrest=yes&two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "backrest",
|
||||
"description": "Layer 'Benches' shows backrest=yes with a fixed text, namely 'Does have a backrest' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "backrest",
|
||||
"description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'Does <b>not</b> have a backrest' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "seats",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "seats:separated",
|
||||
"description": "Layer 'Benches' shows seats:separated=no with a fixed text, namely 'This bench does not have separated seats' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'material' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=wood with a fixed text, namely 'The seating is made from wood' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "wood"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=metal with a fixed text, namely 'The seating is made from metal' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "metal"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=stone with a fixed text, namely 'The seating is made from stone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "stone"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=concrete with a fixed text, namely 'The seating is made from concrete' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "concrete"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=plastic with a fixed text, namely 'The seating is made from plastic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "plastic"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Benches' shows material=steel with a fixed text, namely 'The seating is made from steel' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "steel"
|
||||
},
|
||||
{
|
||||
"key": "direction",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'direction' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if two_sided!=yes)"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'colour' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=brown with a fixed text, namely 'Colour: brown' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "brown"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=green with a fixed text, namely 'Colour: green' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "green"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=gray with a fixed text, namely 'Colour: gray' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "gray"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=white with a fixed text, namely 'Colour: white' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "white"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=red with a fixed text, namely 'Colour: red' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "red"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=black with a fixed text, namely 'Colour: black' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "black"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=blue with a fixed text, namely 'Colour: blue' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "blue"
|
||||
},
|
||||
{
|
||||
"key": "colour",
|
||||
"description": "Layer 'Benches' shows colour=yellow with a fixed text, namely 'Colour: yellow' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "yellow"
|
||||
},
|
||||
{
|
||||
"key": "survey:date",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'survey:date' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "survey:date",
|
||||
"description": "Layer 'Benches' shows survey:date= with a fixed text, namely 'Surveyed today!' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') Picking this answer will delete the key survey:date.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "inscription",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'inscription' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "not:inscription",
|
||||
"description": "Layer 'Benches' shows not:inscription=yes with a fixed text, namely 'This bench does not have an inscription' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "inscription",
|
||||
"description": "Layer 'Benches' shows with a fixed text, namely 'This bench does <span class='subtle'>(probably)</span> not have an inscription' (in the MapComplete.osm.be theme 'Playgrounds') Picking this answer will delete the key inscription.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"description": "Layer 'Benches' shows tourism=artwork with a fixed text, namely 'This bench has an integrated artwork' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "artwork"
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"description": "Layer 'Benches' shows with a fixed text, namely 'This bench does not have an integrated artwork' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') Picking this answer will delete the key tourism.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "historic",
|
||||
"description": "Layer 'Benches' shows historic=memorial with a fixed text, namely 'This bench is a memorial for someone or something' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if historic=memorial|inscription~.+|memorial=bench|tourism=artwork)",
|
||||
"value": "memorial"
|
||||
},
|
||||
{
|
||||
"key": "historic",
|
||||
"description": "Layer 'Benches' shows not:historic=memorial with a fixed text, namely 'This bench is a <b>not</b> a memorial for someone or something' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') Picking this answer will delete the key historic. (This is only shown if historic=memorial|inscription~.+|memorial=bench|tourism=artwork)",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "not:historic",
|
||||
"description": "Layer 'Benches' shows not:historic=memorial with a fixed text, namely 'This bench is a <b>not</b> a memorial for someone or something' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if historic=memorial|inscription~.+|memorial=bench|tourism=artwork)",
|
||||
"value": "memorial"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'artwork_type' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=architecture with a fixed text, namely 'Architecture' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "architecture"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=mural with a fixed text, namely 'Mural' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "mural"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=painting with a fixed text, namely 'Painting' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "painting"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=sculpture with a fixed text, namely 'Sculpture' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "sculpture"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=statue with a fixed text, namely 'Statue' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "statue"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=bust with a fixed text, namely 'Bust' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "bust"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=stone with a fixed text, namely 'Stone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "stone"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=installation with a fixed text, namely 'Installation' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "installation"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=graffiti with a fixed text, namely 'Graffiti' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "graffiti"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=relief with a fixed text, namely 'Relief' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "relief"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=azulejo with a fixed text, namely 'Azulejo (Spanish decorative tilework)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "azulejo"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=tilework with a fixed text, namely 'Tilework' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "tilework"
|
||||
},
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"description": "Layer 'Benches' shows artwork_type=woodcarving with a fixed text, namely 'Woodcarving' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)",
|
||||
"value": "woodcarving"
|
||||
},
|
||||
{
|
||||
"key": "artist:wikidata",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'artist:wikidata' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)"
|
||||
},
|
||||
{
|
||||
"key": "artist_name",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'artist_name' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)"
|
||||
},
|
||||
{
|
||||
"key": "website",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)"
|
||||
},
|
||||
{
|
||||
"key": "subject:wikidata",
|
||||
"description": "Layer 'Benches' shows and asks freeform values for key 'subject:wikidata' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if tourism=artwork)"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"description": "The MapComplete theme Playgrounds has a layer Picnic tables showing features with this tag",
|
||||
"value": "picnic_table"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Picnic tables' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Playgrounds') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Picnic tables' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "location",
|
||||
"description": "Layer 'Picnic tables' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "underground"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Picnic tables' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Picnic tables' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Playgrounds') Picking this answer will delete the key level.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Picnic tables' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Picnic tables' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Picnic tables' shows and asks freeform values for key 'material' (in the MapComplete.osm.be theme 'Playgrounds')"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Picnic tables' shows material=wood with a fixed text, namely 'This is a wooden picnic table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "wood"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Picnic tables' shows material=concrete with a fixed text, namely 'This is a concrete picnic table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "concrete"
|
||||
},
|
||||
{
|
||||
"key": "material",
|
||||
"description": "Layer 'Picnic tables' shows material=plastic with a fixed text, namely 'This picnic table is made from (recycled) plastic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
|
||||
"value": "plastic"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -14,6 +14,16 @@
|
|||
"key": "shop",
|
||||
"description": "The MapComplete theme Shops has a layer Shop showing features with this tag"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Shops has a layer Shop showing features with this tag",
|
||||
"value": "shoe_repair"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
"description": "The MapComplete theme Shops has a layer Shop showing features with this tag",
|
||||
"value": "key_cutter"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Shop' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Shops') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
|
|
290
Docs/TagInfo/mapcomplete_vending_machine.json
Normal file
290
Docs/TagInfo/mapcomplete_vending_machine.json
Normal file
|
@ -0,0 +1,290 @@
|
|||
{
|
||||
"data_format": 1,
|
||||
"project": {
|
||||
"name": "MapComplete Vending Machines",
|
||||
"description": "Find vending machines for everything",
|
||||
"project_url": "https://mapcomplete.osm.be/vending_machine",
|
||||
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
|
||||
"icon_url": "https://mapcomplete.osm.be/assets/layers/vending_machine/vending_machine.svg",
|
||||
"contact_name": "Pieter Vander Vennet",
|
||||
"contact_email": "pietervdvn@posteo.net"
|
||||
},
|
||||
"tags": [
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Vending Machines has a layer Vending Machines showing features with this tag",
|
||||
"value": "vending_machine"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Vending Machines' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows and asks freeform values for key 'vending' (in the MapComplete.osm.be theme 'Vending Machines')"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=drinks with a fixed text, namely 'Drinks are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "drinks"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=sweets with a fixed text, namely 'Sweets are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "sweets"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=food with a fixed text, namely 'Food is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "food"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=cigarettes with a fixed text, namely 'Cigarettes are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "cigarettes"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=condoms with a fixed text, namely 'Condoms are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "condoms"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=coffee with a fixed text, namely 'Coffee is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "coffee"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=water with a fixed text, namely 'Drinking water is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "water"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=newspapers with a fixed text, namely 'Newspapers are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "newspapers"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=bicycle_tube with a fixed text, namely 'Bicycle inner tubes are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "bicycle_tube"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=milk with a fixed text, namely 'Milk is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "milk"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=bread with a fixed text, namely 'Bread is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "bread"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=eggs with a fixed text, namely 'Eggs are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "eggs"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=cheese with a fixed text, namely 'Cheese is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "cheese"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=honey with a fixed text, namely 'Honey is sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "honey"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=potatoes with a fixed text, namely 'Potatoes are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "potatoes"
|
||||
},
|
||||
{
|
||||
"key": "vending",
|
||||
"description": "Layer 'Vending Machines' shows vending=flowers with a fixed text, namely 'Flowers are sold' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "flowers"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Vending Machines' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Vending Machines')"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Vending Machines' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "24/7"
|
||||
},
|
||||
{
|
||||
"key": "payment:cash",
|
||||
"description": "Layer 'Vending Machines' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:cards",
|
||||
"description": "Layer 'Vending Machines' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:qr_code",
|
||||
"description": "Layer 'Vending Machines' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins=yes with a fixed text, namely 'Coins are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes=yes with a fixed text, namely 'Bank notes are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:debit_cards",
|
||||
"description": "Layer 'Vending Machines' shows payment:debit_cards=yes with a fixed text, namely 'Debit cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:credit_cards",
|
||||
"description": "Layer 'Vending Machines' shows payment:credit_cards=yes with a fixed text, namely 'Credit cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.01 EUR with a fixed text, namely '1 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.01 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.02 EUR with a fixed text, namely '2 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.02 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.05 EUR with a fixed text, namely '5 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.05 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.10 EUR with a fixed text, namely '10 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.10 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.20 EUR with a fixed text, namely '20 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.20 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=0.50 EUR with a fixed text, namely '50 cent coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "0.50 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=1 EUR with a fixed text, namely '1 euro coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "1 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:coins:denominations=2 EUR with a fixed text, namely '2 euro coins are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "2 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=5 EUR with a fixed text, namely '5 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "5 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=10 EUR with a fixed text, namely '10 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "10 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=20 EUR with a fixed text, namely '20 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "20 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=50 EUR with a fixed text, namely '50 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "50 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=100 EUR with a fixed text, namely '100 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "100 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=200 EUR with a fixed text, namely '200 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "200 EUR"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes:denominations",
|
||||
"description": "Layer 'Vending Machines' shows payment:notes:denominations=500 EUR with a fixed text, namely '500 euro notes are accepted' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines') (This is only shown if payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk)",
|
||||
"value": "500 EUR"
|
||||
},
|
||||
{
|
||||
"key": "operator",
|
||||
"description": "Layer 'Vending Machines' shows and asks freeform values for key 'operator' (in the MapComplete.osm.be theme 'Vending Machines')"
|
||||
},
|
||||
{
|
||||
"key": "indoor",
|
||||
"description": "Layer 'Vending Machines' shows with a fixed text, namely 'This vending machine is outdoors' (in the MapComplete.osm.be theme 'Vending Machines') Picking this answer will delete the key indoor.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "indoor",
|
||||
"description": "Layer 'Vending Machines' shows indoor=yes with a fixed text, namely 'This vending machine is indoors' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "indoor",
|
||||
"description": "Layer 'Vending Machines' shows indoor=no with a fixed text, namely 'This vending machine is outdoors' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Vending Machines' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Vending Machines')"
|
||||
},
|
||||
{
|
||||
"key": "location",
|
||||
"description": "Layer 'Vending Machines' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "underground"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Vending Machines' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Vending Machines' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Vending Machines') Picking this answer will delete the key level.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Vending Machines' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Vending Machines' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Vending Machines')",
|
||||
"value": "-1"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -16,6 +16,8 @@ This theme contains the following layers:
|
|||
- [climbing_route](../Layers/climbing_route.md)
|
||||
- [climbing_area](../Layers/climbing_area.md)
|
||||
- [climbing_opportunity](../Layers/climbing_opportunity.md)
|
||||
- [shops_with_climbing_shoe_repair](../Layers/shops_with_climbing_shoe_repair.md)
|
||||
- [shops](../Layers/shops.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
- [gps_location_history](../Layers/gps_location_history.md)
|
||||
|
|
31
Docs/Themes/elongated_coin.md
Normal file
31
Docs/Themes/elongated_coin.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
Penny Presses ( [elongated_coin](https://mapcomplete.osm.be/elongated_coin) )
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Find penny presses to create your own elongated coins.
|
||||
|
||||
This theme contains the following layers:
|
||||
|
||||
|
||||
|
||||
- [elongated_coin](../Layers/elongated_coin.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
- [gps_location_history](../Layers/gps_location_history.md)
|
||||
- [home_location](../Layers/home_location.md)
|
||||
- [gps_track](../Layers/gps_track.md)
|
||||
- [range](../Layers/range.md)
|
||||
- [last_click](../Layers/last_click.md)
|
||||
|
||||
|
||||
Available languages:
|
||||
|
||||
|
||||
|
||||
- en
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/elongated_coin/elongated_coin.json)
|
|
@ -12,6 +12,8 @@ This theme contains the following layers:
|
|||
|
||||
|
||||
- [playground](../Layers/playground.md)
|
||||
- [bench](../Layers/bench.md)
|
||||
- [picnic_table](../Layers/picnic_table.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
- [gps_location_history](../Layers/gps_location_history.md)
|
||||
|
|
32
Docs/Themes/vending_machine.md
Normal file
32
Docs/Themes/vending_machine.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
Vending Machines ( [vending_machine](https://mapcomplete.osm.be/vending_machine) )
|
||||
------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Find vending machines for everything
|
||||
|
||||
This theme contains the following layers:
|
||||
|
||||
|
||||
|
||||
- [vending_machine](../Layers/vending_machine.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
- [gps_location_history](../Layers/gps_location_history.md)
|
||||
- [home_location](../Layers/home_location.md)
|
||||
- [gps_track](../Layers/gps_track.md)
|
||||
- [range](../Layers/range.md)
|
||||
- [last_click](../Layers/last_click.md)
|
||||
|
||||
|
||||
Available languages:
|
||||
|
||||
|
||||
|
||||
- en
|
||||
- nl
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/vending_machine/vending_machine.json)
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
1. [URL-parameters and URL-hash](#url-parameters-and-url-hash)
|
||||
- [What is a URL parameter?](#what-is-a-url-parameter)
|
||||
- [language](#language)
|
||||
- [fs-translation-mode](#fs-translation-mode)
|
||||
- [backend](#backend)
|
||||
- [fake-user](#fake-user)
|
||||
|
@ -61,6 +62,20 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
|
|||
|
||||
|
||||
|
||||
language
|
||||
----------
|
||||
|
||||
The language to display MapComplete in.
|
||||
The user display language is determined in the following order:
|
||||
- If the user did log in and did set their language before with MapComplete, use this language
|
||||
- If the user visited MapComplete before and did change their language, use this language (saved in localStorage)
|
||||
- Use the navigator-language (if available)
|
||||
- Use English
|
||||
|
||||
Translations are never complete. If a translation in a certain language is missing, English is used as fallback. No default value set
|
||||
|
||||
|
||||
|
||||
fs-translation-mode
|
||||
---------------------
|
||||
|
||||
|
|
|
@ -488,6 +488,15 @@
|
|||
|genre= POI, editor, trees
|
||||
}}
|
||||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/vending_machine vending_machine]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:nl|en}}
|
||||
|descr= A MapComplete theme: Find vending machines for everything
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|genre= POI, editor, vending_machine
|
||||
}}
|
||||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/waste_basket waste_basket]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:cs|en}}
|
||||
|
|
Loading…
Reference in a new issue