diff --git a/Docs/BuiltinIndex.md b/Docs/BuiltinIndex.md index ddaa9602b..8a3a3ffa3 100644 --- a/Docs/BuiltinIndex.md +++ b/Docs/BuiltinIndex.md @@ -499,6 +499,10 @@ - climbing_gym + ### shower + + - climbing_gym + ### seasonal - drinking_water diff --git a/Docs/BuiltinQuestions.md b/Docs/BuiltinQuestions.md index f8a49b069..5b2ece82f 100644 --- a/Docs/BuiltinQuestions.md +++ b/Docs/BuiltinQuestions.md @@ -71,6 +71,7 @@ This is a special layer - data is not sourced from OpenStreetMap 46. [lod](#lod) 47. [split_button](#split_button) 48. [seasonal](#seasonal) +49. [shower](#shower) ## Supported attributes @@ -107,6 +108,7 @@ This is a special layer - data is not sourced from OpenStreetMap | [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) | | [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) | | [seasonal](https://wiki.openstreetmap.org/wiki/Key:seasonal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno) [summer](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer) [spring;summer;autumn](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn) | +| [shower](https://wiki.openstreetmap.org/wiki/Key:shower) | Multiple choice | [hot](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot) [cold](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold) [yes](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno) | @@ -618,8 +620,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -634,8 +636,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -691,4 +693,19 @@ The question is `Is {title()} available all around the year?` +### shower + +The question is `Does this facility offer showers?` + + + + - *This facility does have showers with warm water* is shown if with shower=hot + - *This facility does have showers, but the water is not heated* is shown if with shower=cold + - *This facility does have showers* is shown if with shower=yes + - *This facility does not offer a shower* is shown if with shower=no + + + + + This document is autogenerated from [assets/layers/questions/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/questions/questions.json) diff --git a/Docs/Layers/all_vending_machine.md b/Docs/Layers/all_vending_machine.md index 6696e1eaa..799a256c8 100644 --- a/Docs/Layers/all_vending_machine.md +++ b/Docs/Layers/all_vending_machine.md @@ -420,4 +420,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + 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) diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md index c0b2a0783..dbe7a10c1 100644 --- a/Docs/Layers/artwork.md +++ b/Docs/Layers/artwork.md @@ -31,6 +31,7 @@ An open map of statues, busts, graffitis and other artwork all over the world - [artwork_subject](#artwork_subject) - [doubles_as_bench](#doubles_as_bench) - [bench-backrest](#bench-backrest) + - [bench-armrest](#bench-armrest) - [bench-seats](#bench-seats) - [bench-material](#bench-material) - [bench-direction](#bench-direction) @@ -74,6 +75,7 @@ Elements must match the expression ** [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | | [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D) | | [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) | +| [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) | | [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | | | [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) | | [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | | @@ -192,6 +194,20 @@ The question is `Does this bench have a backrest?` - *This bench does not have a backrest* is shown if with backrest=no +This tagrendering is only visible in the popup if the following condition is met: amenity=bench +This tagrendering has labels +`bench-questions` + +### bench-armrest + +The question is `Does this bench have one or more armrests?` + + + + - *This bench does have one or more armrests* is shown if with armrest=yes + - *This bench does not have any armrests* is shown if with armrest=no + + This tagrendering is only visible in the popup if the following condition is met: amenity=bench This tagrendering has labels `bench-questions` @@ -347,7 +363,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| artwork-artwork_type.0 | *All types* (default) | | +| artwork-artwork_type.0 | *What is the type of this artwork?* (default) | | | artwork-artwork_type.1 | Architecture | artwork_type=architecture | | artwork-artwork_type.2 | Mural | artwork_type=mural | | artwork-artwork_type.3 | Painting | artwork_type=painting | diff --git a/Docs/Layers/atm.md b/Docs/Layers/atm.md index 7b8cbedce..cf1037ad6 100644 --- a/Docs/Layers/atm.md +++ b/Docs/Layers/atm.md @@ -222,7 +222,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| open_now.0 | Open now | _isOpen=yes | +| speech_output.0 | With speech output | speech_output=yes | @@ -231,7 +231,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| speech_output.0 | With speech output | speech_output=yes | +| open_now.0 | Open now | _isOpen=yes | diff --git a/Docs/Layers/bbq.md b/Docs/Layers/bbq.md index f0c3bcdcb..e481ac7b4 100644 --- a/Docs/Layers/bbq.md +++ b/Docs/Layers/bbq.md @@ -35,6 +35,7 @@ A permanently installed barbecue, typically accessible to the public. - [fireplace](https://mapcomplete.org/fireplace) + - [nature](https://mapcomplete.org/nature) - [personal](https://mapcomplete.org/personal) diff --git a/Docs/Layers/bench.md b/Docs/Layers/bench.md index 116598ebf..749cd12ba 100644 --- a/Docs/Layers/bench.md +++ b/Docs/Layers/bench.md @@ -23,6 +23,7 @@ A bench is a wooden, metal, stone, … surface where a human can sit. This layer 3. [Supported attributes](#supported-attributes) - [images](#images) - [bench-backrest](#bench-backrest) + - [bench-armrest](#bench-armrest) - [bench-seats](#bench-seats) - [bench-material](#bench-material) - [bench-direction](#bench-direction) @@ -69,6 +70,7 @@ Elements must match the expression ** [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) | +| [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) | | [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | | | [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) | | [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | | @@ -105,6 +107,20 @@ The question is `Does this bench have a backrest?` +This tagrendering has labels +`bench-questions` + +### bench-armrest + +The question is `Does this bench have one or more armrests?` + + + + - *This bench does have one or more armrests* is shown if with armrest=yes + - *This bench does not have any armrests* is shown if with armrest=no + + + This tagrendering has labels `bench-questions` diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md index fc4f24af9..f2e1ca5ef 100644 --- a/Docs/Layers/bike_shop.md +++ b/Docs/Layers/bike_shop.md @@ -66,10 +66,12 @@ A shop specifically selling bicycles or related items Elements must match **any** of the following expressions: + - service:bicycle:repair=yes + - service:bicycle:retail=yes - shop=bicycle - shop=sports & (sport=bicycle | sport=cycling | sport=) & service:bicycle:retail!=no & service:bicycle:repair!=no -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22shop%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22bicycle%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22cycling%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B!%22sport%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22service%3Abicycle%3Arepair%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Aretail%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22bicycle%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22cycling%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B!%22sport%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) ## Supported attributes @@ -432,15 +434,6 @@ This tagrendering has labels -| id | question | osmTags | ------|-----|----- | -| open_now.0 | Open now | _isOpen=yes | - - - - - - | id | question | osmTags | -----|-----|----- | | sells_second-hand.0 | Sells second-hand bicycles | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | @@ -457,4 +450,13 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Open now | _isOpen=yes | + + + + This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json) diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md index 3abad07ab..3e758337e 100644 --- a/Docs/Layers/cafe_pub.md +++ b/Docs/Layers/cafe_pub.md @@ -411,4 +411,15 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| dogs.0 | *No preference towards dogs* (default) | | +| dogs.1 | Dogs allowed | dog=unleashed | dog=yes | +| dogs.2 | No dogs allowed | dog=no | + + + + This document is autogenerated from [assets/layers/cafe_pub/cafe_pub.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cafe_pub/cafe_pub.json) diff --git a/Docs/Layers/charging_station.md b/Docs/Layers/charging_station.md index 56014a900..15b4735f8 100644 --- a/Docs/Layers/charging_station.md +++ b/Docs/Layers/charging_station.md @@ -1670,4 +1670,31 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Open now | _isOpen=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/charging_station/charging_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/charging_station/charging_station.json) diff --git a/Docs/Layers/climbing_gym.md b/Docs/Layers/climbing_gym.md index 5ed0b3823..4610270ae 100644 --- a/Docs/Layers/climbing_gym.md +++ b/Docs/Layers/climbing_gym.md @@ -31,18 +31,19 @@ A climbing gym - [opening_hours](#opening_hours) - [Opening hours](#opening-hours) - [reviews](#reviews) + - [bouldering](#bouldering) + - [sportclimbing](#sportclimbing) + - [toprope](#toprope) - [shoe_rental](#shoe_rental) - [harness_rental](#harness_rental) - [belay_device_rental](#belay_device_rental) - [rope_rental](#rope_rental) - - [bouldering](#bouldering) - - [sportclimbing](#sportclimbing) - - [toprope](#toprope) - [average_length](#average_length) - [min_difficulty](#min_difficulty) - [max_difficulty](#max_difficulty) - [max_bolts](#max_bolts) - [Speed climbing?](#speed-climbing) + - [shower](#shower) - [internet](#internet) - [internet-fee](#internet-fee) - [internet-ssid](#internet-ssid) @@ -79,17 +80,18 @@ Elements must match **all** of the following expressions: | [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | | [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | | -| [service:climbing_shoes:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno) | -| [service:climbing_harness:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno) | -| [service:climbing_rope:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno) | | [climbing:boulder](https://wiki.openstreetmap.org/wiki/Key:climbing:boulder) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited) | | [climbing:sport](https://wiki.openstreetmap.org/wiki/Key:climbing:sport) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dno) | | [climbing:toprope](https://wiki.openstreetmap.org/wiki/Key:climbing:toprope) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dno) | +| [service:climbing_shoes:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno) | +| [service:climbing_harness:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno) | +| [service:climbing_rope:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno) | | [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pfloat](../SpecialInputElements.md#pfloat) | | | [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) | [string](../SpecialInputElements.md#string) | | | [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) | [string](../SpecialInputElements.md#string) | | | [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) | [pnat](../SpecialInputElements.md#pnat) | | | [climbing:speed](https://wiki.openstreetmap.org/wiki/Key:climbing:speed) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno) | +| [shower](https://wiki.openstreetmap.org/wiki/Key:shower) | Multiple choice | [hot](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot) [cold](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold) [yes](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno) | | [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -200,6 +202,49 @@ _This tagrendering has no question and is thus read-only_ +### bouldering + +The question is `Is bouldering possible here?` + + + + - *Bouldering is possible here* is shown if with climbing:boulder=yes + - *Bouldering is not possible here* is shown if with climbing:boulder=no + - *Bouldering is possible, although there are only a few problems* is shown if with climbing:boulder=limited + - *There are {climbing:boulder} boulder problems* is shown if with climbing:boulder~.+. _This option cannot be chosen as answer_ + + + + + +### sportclimbing + +The question is `Is sport climbing possible here on fixed anchors?` + + + + - *Sport climbing is possible here* is shown if with climbing:sport=yes + - *Sport climbing is not possible here* is shown if with climbing:sport=no + - *There are {climbing:sport} sport climbing routes* is shown if with climbing:sport~.+. _This option cannot be chosen as answer_ + + + + + +### toprope + +The question is `Is toprope climbing possible here?` + + + + - *Toprope climbing is possible here* is shown if with climbing:toprope=yes + - *Toprope climbing is not possible here* is shown if with climbing:toprope=no + - *There are {climbing:toprope} toprope routes* is shown if with climbing:toprope~.+. _This option cannot be chosen as answer_ + + + + + ### shoe_rental The question is `Can one rent climbing shoes here?` @@ -261,49 +306,6 @@ The question is `Can one rent a climbing rope here?` -### bouldering - -The question is `Is bouldering possible here?` - - - - - *Bouldering is possible here* is shown if with climbing:boulder=yes - - *Bouldering is not possible here* is shown if with climbing:boulder=no - - *Bouldering is possible, although there are only a few problems* is shown if with climbing:boulder=limited - - *There are {climbing:boulder} boulder problems* is shown if with climbing:boulder~.+. _This option cannot be chosen as answer_ - - - - - -### sportclimbing - -The question is `Is sport climbing possible here on fixed anchors?` - - - - - *Sport climbing is possible here* is shown if with climbing:sport=yes - - *Sport climbing is not possible here* is shown if with climbing:sport=no - - *There are {climbing:sport} sport climbing routes* is shown if with climbing:sport~.+. _This option cannot be chosen as answer_ - - - - - -### toprope - -The question is `Is toprope climbing possible here?` - - - - - *Toprope climbing is possible here* is shown if with climbing:toprope=yes - - *Toprope climbing is not possible here* is shown if with climbing:toprope=no - - *There are {climbing:toprope} toprope routes* is shown if with climbing:toprope~.+. _This option cannot be chosen as answer_ - - - - - ### average_length The question is `What is the (average) length of the routes in meters?` @@ -350,6 +352,21 @@ The question is `Is there a speed climbing wall?` +### shower + +The question is `Does this facility offer showers?` + + + + - *This facility does have showers with warm water* is shown if with shower=hot + - *This facility does have showers, but the water is not heated* is shown if with shower=cold + - *This facility does have showers* is shown if with shower=yes + - *This facility does not offer a shower* is shown if with shower=no + + + + + ### internet The question is `Does this place offer internet access?` diff --git a/Docs/Layers/cultural_places_without_etymology.md b/Docs/Layers/cultural_places_without_etymology.md index 9a841a8d6..bf4c04740 100644 --- a/Docs/Layers/cultural_places_without_etymology.md +++ b/Docs/Layers/cultural_places_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/defibrillator.md b/Docs/Layers/defibrillator.md index 5e096666e..4b1a0fc6a 100644 --- a/Docs/Layers/defibrillator.md +++ b/Docs/Layers/defibrillator.md @@ -171,7 +171,7 @@ The question is `Please give some explanation on where the defibrillator can be The question is `Please give some explanation on where the defibrillator can be found (in French)` *Extra information about the location (in French):
{defibrillator:location:fr}* is shown if `defibrillator:location:fr` is set - +This tagrendering is only visible in the popup if the following condition is met: _country=be | defibrillator:location:fr~.+ ### wheelchair-access diff --git a/Docs/Layers/dogfoodb.md b/Docs/Layers/dogfoodb.md index 3fce5c564..fb013d18c 100644 --- a/Docs/Layers/dogfoodb.md +++ b/Docs/Layers/dogfoodb.md @@ -400,8 +400,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -416,8 +416,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -703,11 +703,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -716,11 +712,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -729,11 +721,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | @@ -767,4 +755,13 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) diff --git a/Docs/Layers/dogshop.md b/Docs/Layers/dogshop.md index e2e608890..f0c7be7c5 100644 --- a/Docs/Layers/dogshop.md +++ b/Docs/Layers/dogshop.md @@ -528,8 +528,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -544,8 +544,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -626,6 +626,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -646,7 +664,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -655,7 +673,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -664,11 +682,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -677,24 +691,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Layers/education_institutions_without_etymology.md b/Docs/Layers/education_institutions_without_etymology.md index fc45d151c..096e05210 100644 --- a/Docs/Layers/education_institutions_without_etymology.md +++ b/Docs/Layers/education_institutions_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/elongated_coin.md b/Docs/Layers/elongated_coin.md index 3115e1675..39b4cf2dd 100644 --- a/Docs/Layers/elongated_coin.md +++ b/Docs/Layers/elongated_coin.md @@ -308,15 +308,6 @@ This tagrendering has labels -| id | question | osmTags | ------|-----|----- | -| open_now.0 | Open now | _isOpen=yes | - - - - - - | id | question | osmTags | -----|-----|----- | | accepts_debit_cards.0 | Accepts debit cards | payment:debit_cards=yes | @@ -333,4 +324,31 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Open now | _isOpen=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elongated_coin/elongated_coin.json) diff --git a/Docs/Layers/etymology.md b/Docs/Layers/etymology.md index 1f15f69bb..b3dfc85f6 100644 --- a/Docs/Layers/etymology.md +++ b/Docs/Layers/etymology.md @@ -58,7 +58,7 @@ Elements must match **any** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/firepit.md b/Docs/Layers/firepit.md index 608b9ecd6..8bd88599f 100644 --- a/Docs/Layers/firepit.md +++ b/Docs/Layers/firepit.md @@ -34,6 +34,7 @@ An outdoor place to make a fire, typically open to the public. - [fireplace](https://mapcomplete.org/fireplace) + - [nature](https://mapcomplete.org/nature) - [personal](https://mapcomplete.org/personal) diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md index 2d94257f5..263d14b8b 100644 --- a/Docs/Layers/food.md +++ b/Docs/Layers/food.md @@ -68,6 +68,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo - [food](https://mapcomplete.org/food) - [fritures](https://mapcomplete.org/fritures) + - [glutenfree](https://mapcomplete.org/glutenfree) + - [lactosefree](https://mapcomplete.org/lactosefree) - [onwheels](https://mapcomplete.org/onwheels) - [personal](https://mapcomplete.org/personal) - [pets](https://mapcomplete.org/pets) @@ -406,8 +408,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -422,8 +424,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -709,11 +711,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -722,11 +720,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -735,11 +729,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | @@ -773,4 +763,13 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + This document is autogenerated from [assets/layers/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/food/food.json) diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md index dff67a3f3..81aeb4069 100644 --- a/Docs/Layers/friture.md +++ b/Docs/Layers/friture.md @@ -400,8 +400,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -416,8 +416,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -703,11 +703,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -716,11 +712,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -729,11 +721,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | @@ -769,6 +757,15 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + + + | id | question | osmTags | -----|-----|----- | | oil-type.0 | *No oil type preference* (default) | | diff --git a/Docs/Layers/health_and_social_places_without_etymology.md b/Docs/Layers/health_and_social_places_without_etymology.md index c972165e8..9b4ca0034 100644 --- a/Docs/Layers/health_and_social_places_without_etymology.md +++ b/Docs/Layers/health_and_social_places_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/ice_cream.md b/Docs/Layers/ice_cream.md index eb8e2e26b..5add157f2 100644 --- a/Docs/Layers/ice_cream.md +++ b/Docs/Layers/ice_cream.md @@ -43,7 +43,9 @@ A place where ice cream is sold over the counter - [food](https://mapcomplete.org/food) + - [glutenfree](https://mapcomplete.org/glutenfree) - [icecream](https://mapcomplete.org/icecream) + - [lactosefree](https://mapcomplete.org/lactosefree) - [personal](https://mapcomplete.org/personal) - [shops](https://mapcomplete.org/shops) @@ -173,8 +175,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -189,8 +191,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no diff --git a/Docs/Layers/medical_shops.md b/Docs/Layers/medical_shops.md index d2ae0268e..d70130f35 100644 --- a/Docs/Layers/medical_shops.md +++ b/Docs/Layers/medical_shops.md @@ -528,8 +528,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -544,8 +544,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -624,4 +624,40 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | + + + + This document is autogenerated from [assets/themes/healthcare/healthcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/healthcare/healthcare.json) diff --git a/Docs/Layers/memorial.md b/Docs/Layers/memorial.md index 3a68f9611..5c8aad55b 100644 --- a/Docs/Layers/memorial.md +++ b/Docs/Layers/memorial.md @@ -30,6 +30,7 @@ Layer showing memorial plaques, based upon a unofficial theme. Can be expanded t - [Wikipedia page about the remembered event or person](#wikipedia-page-about-the-remembered-event-or-person) - [start_date](#start_date) - [bench-backrest](#bench-backrest) + - [bench-armrest](#bench-armrest) - [bench-seats](#bench-seats) - [bench-material](#bench-material) - [bench-direction](#bench-direction) @@ -72,6 +73,7 @@ Elements must match **any** of the following expressions: | [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | | [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | | | [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) | +| [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) | | [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | | | [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) | | [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | | @@ -164,6 +166,20 @@ The question is `Does this bench have a backrest?` - *This bench does not have a backrest* is shown if with backrest=no +This tagrendering is only visible in the popup if the following condition is met: amenity=bench +This tagrendering has labels +`bench-questions` + +### bench-armrest + +The question is `Does this bench have one or more armrests?` + + + + - *This bench does have one or more armrests* is shown if with armrest=yes + - *This bench does not have any armrests* is shown if with armrest=no + + This tagrendering is only visible in the popup if the following condition is met: amenity=bench This tagrendering has labels `bench-questions` diff --git a/Docs/Layers/parks_and_forests_without_etymology.md b/Docs/Layers/parks_and_forests_without_etymology.md index 404f354d5..d7ecf2fd4 100644 --- a/Docs/Layers/parks_and_forests_without_etymology.md +++ b/Docs/Layers/parks_and_forests_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/school.md b/Docs/Layers/school.md index b95726108..ec8cd466d 100644 --- a/Docs/Layers/school.md +++ b/Docs/Layers/school.md @@ -240,7 +240,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| pedagogy.0 | *All types* (default) | | +| pedagogy.0 | *What educational theory is applied on this school?* (default) | | | pedagogy.1 | This school does not use a specific pedagogy | pedagogy=mainstream | | pedagogy.2 | This school uses the Montessori method of education | pedagogy=montessori | | pedagogy.3 | This school is associated with the Freinet Modern School Movement | pedagogy=freinet | diff --git a/Docs/Layers/shops.md b/Docs/Layers/shops.md index 8ebcd2de0..b9732265d 100644 --- a/Docs/Layers/shops.md +++ b/Docs/Layers/shops.md @@ -56,7 +56,9 @@ A shop - [climbing](https://mapcomplete.org/climbing) + - [glutenfree](https://mapcomplete.org/glutenfree) - [healthcare](https://mapcomplete.org/healthcare) + - [lactosefree](https://mapcomplete.org/lactosefree) - [onwheels](https://mapcomplete.org/onwheels) - [openlovemap](https://mapcomplete.org/openlovemap) - [personal](https://mapcomplete.org/personal) @@ -536,8 +538,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -552,8 +554,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -634,6 +636,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -654,7 +674,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -663,7 +683,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -672,11 +692,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -685,24 +701,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Layers/shops_with_climbing_shoe_repair.md b/Docs/Layers/shops_with_climbing_shoe_repair.md index 1a1fcd9e5..1218d088d 100644 --- a/Docs/Layers/shops_with_climbing_shoe_repair.md +++ b/Docs/Layers/shops_with_climbing_shoe_repair.md @@ -543,8 +543,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -559,8 +559,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -641,6 +641,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -661,7 +679,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -670,7 +688,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -679,11 +697,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -692,24 +706,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Layers/shower.md b/Docs/Layers/shower.md index 387360176..08e1989d7 100644 --- a/Docs/Layers/shower.md +++ b/Docs/Layers/shower.md @@ -243,4 +243,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/shower/shower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/shower/shower.json) diff --git a/Docs/Layers/souvenir_coin.md b/Docs/Layers/souvenir_coin.md index 73fec889c..52707c043 100644 --- a/Docs/Layers/souvenir_coin.md +++ b/Docs/Layers/souvenir_coin.md @@ -293,4 +293,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/souvenir_coin/souvenir_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/souvenir_coin/souvenir_coin.json) diff --git a/Docs/Layers/souvenir_note.md b/Docs/Layers/souvenir_note.md index fc9cc1419..d5386cc59 100644 --- a/Docs/Layers/souvenir_note.md +++ b/Docs/Layers/souvenir_note.md @@ -294,4 +294,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/souvenir_note/souvenir_note.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/souvenir_note/souvenir_note.json) diff --git a/Docs/Layers/sport_places_without_etymology.md b/Docs/Layers/sport_places_without_etymology.md index f0280da79..5cdf6bf48 100644 --- a/Docs/Layers/sport_places_without_etymology.md +++ b/Docs/Layers/sport_places_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/sport_shops.md b/Docs/Layers/sport_shops.md index ae65129dc..91a851d8e 100644 --- a/Docs/Layers/sport_shops.md +++ b/Docs/Layers/sport_shops.md @@ -525,8 +525,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -541,8 +541,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -623,6 +623,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -643,7 +661,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -652,7 +670,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -661,11 +679,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -674,24 +688,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Layers/streets_without_etymology.md b/Docs/Layers/streets_without_etymology.md index ac96b15e4..b968e0d1d 100644 --- a/Docs/Layers/streets_without_etymology.md +++ b/Docs/Layers/streets_without_etymology.md @@ -58,7 +58,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/toilet.md b/Docs/Layers/toilet.md index 71ffdf07a..dcefb2542 100644 --- a/Docs/Layers/toilet.md +++ b/Docs/Layers/toilet.md @@ -420,4 +420,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/layers/toilet/toilet.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/toilet/toilet.json) diff --git a/Docs/Layers/toursistic_places_without_etymology.md b/Docs/Layers/toursistic_places_without_etymology.md index 86642b8c7..57b7a5273 100644 --- a/Docs/Layers/toursistic_places_without_etymology.md +++ b/Docs/Layers/toursistic_places_without_etymology.md @@ -57,7 +57,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Layers/transit_stops.md b/Docs/Layers/transit_stops.md index 5e57dc78f..059035f7e 100644 --- a/Docs/Layers/transit_stops.md +++ b/Docs/Layers/transit_stops.md @@ -248,7 +248,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| tactile_paving.0 | *All types* (default) | | +| tactile_paving.0 | *Does this stop have tactile paving?* (default) | | | tactile_paving.1 | This stop has tactile paving | tactile_paving=yes | | tactile_paving.2 | This stop does not have tactile paving | tactile_paving=no | diff --git a/Docs/Layers/vending_machine.md b/Docs/Layers/vending_machine.md index 49b4dfee0..eecbcd6d2 100644 --- a/Docs/Layers/vending_machine.md +++ b/Docs/Layers/vending_machine.md @@ -422,4 +422,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + 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) diff --git a/Docs/Layers/vending_machine_bicycle.md b/Docs/Layers/vending_machine_bicycle.md index c00cbcaed..618335ada 100644 --- a/Docs/Layers/vending_machine_bicycle.md +++ b/Docs/Layers/vending_machine_bicycle.md @@ -420,4 +420,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/SpecialInputElements.md b/Docs/SpecialInputElements.md index 8e48b5726..858a0d57f 100644 --- a/Docs/SpecialInputElements.md +++ b/Docs/SpecialInputElements.md @@ -40,7 +40,7 @@ The listed types here trigger a special input element. Use them in `tagrendering 34. [currency](#currency) ### string -A simple piece of text +A simple piece of text which is at most 255 characters long ### text A longer piece of text. Uses an textArea instead of a textField ### date diff --git a/Docs/TagInfo/mapcomplete_aed.json b/Docs/TagInfo/mapcomplete_aed.json index e84bc4cd3..9e9f2e32c 100644 --- a/Docs/TagInfo/mapcomplete_aed.json +++ b/Docs/TagInfo/mapcomplete_aed.json @@ -117,7 +117,7 @@ }, { "key": "defibrillator:location:fr", - "description": "Layer 'Defibrillators' shows and asks freeform values for key 'defibrillator:location:fr' (in the mapcomplete.org theme 'Defibrillators')" + "description": "Layer 'Defibrillators' shows and asks freeform values for key 'defibrillator:location:fr' (in the mapcomplete.org theme 'Defibrillators') (This is only shown if _country=be | defibrillator:location:fr~.+)" }, { "key": "wheelchair", diff --git a/Docs/TagInfo/mapcomplete_artwork.json b/Docs/TagInfo/mapcomplete_artwork.json index b33f56a07..66c19cca9 100644 --- a/Docs/TagInfo/mapcomplete_artwork.json +++ b/Docs/TagInfo/mapcomplete_artwork.json @@ -163,6 +163,16 @@ "description": "Layer 'Artworks' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if amenity=bench)", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if amenity=bench)", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if amenity=bench)", + "value": "no" + }, { "key": "seats", "description": "Layer 'Artworks' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Artwork') (This is only shown if amenity=bench)" diff --git a/Docs/TagInfo/mapcomplete_benches.json b/Docs/TagInfo/mapcomplete_benches.json index 72bba51ce..d903882d1 100644 --- a/Docs/TagInfo/mapcomplete_benches.json +++ b/Docs/TagInfo/mapcomplete_benches.json @@ -128,6 +128,16 @@ "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Benches')", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Benches')", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Benches')", + "value": "no" + }, { "key": "seats", "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Benches')" diff --git a/Docs/TagInfo/mapcomplete_climbing.json b/Docs/TagInfo/mapcomplete_climbing.json index 15c2181b5..55ae25b89 100644 --- a/Docs/TagInfo/mapcomplete_climbing.json +++ b/Docs/TagInfo/mapcomplete_climbing.json @@ -207,6 +207,53 @@ "description": "Layer 'Climbing gyms' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", "value": "closed" }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=yes with a fixed text, namely 'Bouldering is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "yes" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=no with a fixed text, namely 'Bouldering is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "no" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=limited with a fixed text, namely 'Bouldering is possible, although there are only a few problems' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "limited" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder~.+ with a fixed text, namely 'There are {climbing:boulder} boulder problems' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport=yes with a fixed text, namely 'Sport climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "yes" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport=no with a fixed text, namely 'Sport climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "no" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport~.+ with a fixed text, namely 'There are {climbing:sport} sport climbing routes' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope=yes with a fixed text, namely 'Toprope climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "yes" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope=no with a fixed text, namely 'Toprope climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "no" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope~.+ with a fixed text, namely 'There are {climbing:toprope} toprope routes' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" + }, { "key": "service:climbing_shoes:rental", "description": "Layer 'Climbing gyms' shows service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=no with a fixed text, namely 'Climbing shoes can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", @@ -333,53 +380,6 @@ "description": "Layer 'Climbing gyms' shows service:climbing_rope:rental=no with a fixed text, namely 'A climbing rope can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no)", "value": "no" }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=yes with a fixed text, namely 'Bouldering is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "yes" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=no with a fixed text, namely 'Bouldering is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "no" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=limited with a fixed text, namely 'Bouldering is possible, although there are only a few problems' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "limited" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder~.+ with a fixed text, namely 'There are {climbing:boulder} boulder problems' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport=yes with a fixed text, namely 'Sport climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "yes" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport=no with a fixed text, namely 'Sport climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "no" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport~.+ with a fixed text, namely 'There are {climbing:sport} sport climbing routes' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope=yes with a fixed text, namely 'Toprope climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "yes" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope=no with a fixed text, namely 'Toprope climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", - "value": "no" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope~.+ with a fixed text, namely 'There are {climbing:toprope} toprope routes' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" - }, { "key": "climbing:length", "description": "Layer 'Climbing gyms' shows and asks freeform values for key 'climbing:length' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)" @@ -410,6 +410,26 @@ "key": "climbing:speed", "description": "Layer 'Climbing gyms' shows climbing:speed~.+ with a fixed text, namely 'There are {climbing:speed} speed climbing walls' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')" }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=hot with a fixed text, namely 'This facility does have showers with warm water' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "hot" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=cold with a fixed text, namely 'This facility does have showers, but the water is not heated' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "cold" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=yes with a fixed text, namely 'This facility does have showers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "yes" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=no with a fixed text, namely 'This facility does not offer a shower' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", + "value": "no" + }, { "key": "internet_access", "description": "Layer 'Climbing gyms' shows internet_access=wlan with a fixed text, namely 'This place offers wireless internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')", diff --git a/Docs/TagInfo/mapcomplete_cyclofix.json b/Docs/TagInfo/mapcomplete_cyclofix.json index 902aa459c..0433df7bd 100644 --- a/Docs/TagInfo/mapcomplete_cyclofix.json +++ b/Docs/TagInfo/mapcomplete_cyclofix.json @@ -146,6 +146,16 @@ "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag", "value": "bicycle" }, + { + "key": "service:bicycle:retail", + "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag", + "value": "yes" + }, + { + "key": "service:bicycle:repair", + "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag", + "value": "yes" + }, { "key": "shop", "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag", diff --git a/Docs/TagInfo/mapcomplete_fireplace.json b/Docs/TagInfo/mapcomplete_fireplace.json index 5f3696311..b05847c14 100644 --- a/Docs/TagInfo/mapcomplete_fireplace.json +++ b/Docs/TagInfo/mapcomplete_fireplace.json @@ -12,72 +12,72 @@ "tags": [ { "key": "leisure", - "description": "The MapComplete theme Fireplaces and barbeques has a layer Firepitd showing features with this tag", + "description": "The MapComplete theme Fireplaces and barbeques has a layer Firepit showing features with this tag", "value": "firepit" }, { "key": "id", - "description": "Layer 'Firepitd' 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.org theme 'Fireplaces and barbeques') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" + "description": "Layer 'Firepit' 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.org theme 'Fireplaces and barbeques') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" }, { "key": "image", - "description": "The layer 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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": "access", - "description": "Layer 'Firepitd' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "yes" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "no" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "private" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "permissive" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "customers" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=permit with a fixed text, namely 'Access only for authorized' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows access=permit with a fixed text, namely 'Access only for authorized' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "permit" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=no with a fixed text, namely 'Available all around the year' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows seasonal=no with a fixed text, namely 'Available all around the year' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "no" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=summer with a fixed text, namely 'Only available in summer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows seasonal=summer with a fixed text, namely 'Only available in summer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "summer" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", + "description": "Layer 'Firepit' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')", "value": "spring;summer;autumn" }, { diff --git a/Docs/TagInfo/mapcomplete_memorials.json b/Docs/TagInfo/mapcomplete_memorials.json index 481697286..9b001d80f 100644 --- a/Docs/TagInfo/mapcomplete_memorials.json +++ b/Docs/TagInfo/mapcomplete_memorials.json @@ -209,6 +209,16 @@ "description": "Layer 'Memorials' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Memorials' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Memorials' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", + "value": "no" + }, { "key": "seats", "description": "Layer 'Memorials' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)" @@ -416,6 +426,16 @@ "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials')", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials')", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials')", + "value": "no" + }, { "key": "seats", "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Memorials')" @@ -798,6 +818,16 @@ "description": "Layer 'Artworks' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)", + "value": "no" + }, { "key": "seats", "description": "Layer 'Artworks' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Memorials') (This is only shown if amenity=bench)" diff --git a/Docs/TagInfo/mapcomplete_nature.json b/Docs/TagInfo/mapcomplete_nature.json index c6ea322a0..5b433ab2b 100644 --- a/Docs/TagInfo/mapcomplete_nature.json +++ b/Docs/TagInfo/mapcomplete_nature.json @@ -712,6 +712,16 @@ "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "no" + }, { "key": "seats", "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Into nature')" @@ -1414,6 +1424,161 @@ "key": "shelter_type", "description": "Layer 'Shelter' shows shelter_type=basic_hut with a fixed text, namely 'This is a basic hut, providing basic shelter and sleeping facilities.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", "value": "basic_hut" + }, + { + "key": "amenity", + "description": "The MapComplete theme Into nature has a layer BBQ showing features with this tag", + "value": "bbq" + }, + { + "key": "id", + "description": "Layer 'BBQ' 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.org theme 'Into nature') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" + }, + { + "key": "image", + "description": "The layer 'BBQ 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 'BBQ 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 'BBQ 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 'BBQ 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": "access", + "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "yes" + }, + { + "key": "access", + "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "no" + }, + { + "key": "access", + "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "private" + }, + { + "key": "access", + "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "permissive" + }, + { + "key": "access", + "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "customers" + }, + { + "key": "access", + "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'Access only for authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "permit" + }, + { + "key": "covered", + "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'The grill is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "no" + }, + { + "key": "covered", + "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'The grill is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "yes" + }, + { + "key": "fuel", + "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'Wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "wood" + }, + { + "key": "fuel", + "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'Charcoal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "charcoal" + }, + { + "key": "fuel", + "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'Electric' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "electric" + }, + { + "key": "fuel", + "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'Gas' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "gas" + }, + { + "key": "leisure", + "description": "The MapComplete theme Into nature has a layer Firepit showing features with this tag", + "value": "firepit" + }, + { + "key": "id", + "description": "Layer 'Firepit' 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.org theme 'Into nature') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" + }, + { + "key": "image", + "description": "The layer 'Firepit 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 'Firepit 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 'Firepit 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 'Firepit 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": "access", + "description": "Layer 'Firepit' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "yes" + }, + { + "key": "access", + "description": "Layer 'Firepit' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "no" + }, + { + "key": "access", + "description": "Layer 'Firepit' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "private" + }, + { + "key": "access", + "description": "Layer 'Firepit' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "permissive" + }, + { + "key": "access", + "description": "Layer 'Firepit' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "customers" + }, + { + "key": "access", + "description": "Layer 'Firepit' shows access=permit with a fixed text, namely 'Access only for authorized' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "permit" + }, + { + "key": "seasonal", + "description": "Layer 'Firepit' shows seasonal=no with a fixed text, namely 'Available all around the year' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "no" + }, + { + "key": "seasonal", + "description": "Layer 'Firepit' shows seasonal=summer with a fixed text, namely 'Only available in summer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "summer" + }, + { + "key": "seasonal", + "description": "Layer 'Firepit' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')", + "value": "spring;summer;autumn" } ] } \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_personal.json b/Docs/TagInfo/mapcomplete_personal.json index 51463d0e4..3cf4822f2 100644 --- a/Docs/TagInfo/mapcomplete_personal.json +++ b/Docs/TagInfo/mapcomplete_personal.json @@ -659,6 +659,16 @@ "description": "Layer 'Artworks' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Artworks' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", + "value": "no" + }, { "key": "seats", "description": "Layer 'Artworks' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" @@ -1244,6 +1254,16 @@ "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "no" + }, { "key": "seats", "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme')" @@ -2506,6 +2526,16 @@ "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag", "value": "bicycle" }, + { + "key": "service:bicycle:retail", + "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag", + "value": "yes" + }, + { + "key": "service:bicycle:repair", + "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag", + "value": "yes" + }, { "key": "shop", "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag", @@ -5093,6 +5123,53 @@ "description": "Layer 'Climbing gyms' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", "value": "closed" }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=yes with a fixed text, namely 'Bouldering is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "yes" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=no with a fixed text, namely 'Bouldering is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "no" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder=limited with a fixed text, namely 'Bouldering is possible, although there are only a few problems' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "limited" + }, + { + "key": "climbing:boulder", + "description": "Layer 'Climbing gyms' shows climbing:boulder~.+ with a fixed text, namely 'There are {climbing:boulder} boulder problems' (in the mapcomplete.org theme 'Personal theme')" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport=yes with a fixed text, namely 'Sport climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "yes" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport=no with a fixed text, namely 'Sport climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "no" + }, + { + "key": "climbing:sport", + "description": "Layer 'Climbing gyms' shows climbing:sport~.+ with a fixed text, namely 'There are {climbing:sport} sport climbing routes' (in the mapcomplete.org theme 'Personal theme')" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope=yes with a fixed text, namely 'Toprope climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "yes" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope=no with a fixed text, namely 'Toprope climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "no" + }, + { + "key": "climbing:toprope", + "description": "Layer 'Climbing gyms' shows climbing:toprope~.+ with a fixed text, namely 'There are {climbing:toprope} toprope routes' (in the mapcomplete.org theme 'Personal theme')" + }, { "key": "service:climbing_shoes:rental", "description": "Layer 'Climbing gyms' shows service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=no with a fixed text, namely 'Climbing shoes can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", @@ -5219,53 +5296,6 @@ "description": "Layer 'Climbing gyms' shows service:climbing_rope:rental=no with a fixed text, namely 'A climbing rope can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if climbing:sport!=no)", "value": "no" }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=yes with a fixed text, namely 'Bouldering is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=no with a fixed text, namely 'Bouldering is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder=limited with a fixed text, namely 'Bouldering is possible, although there are only a few problems' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "limited" - }, - { - "key": "climbing:boulder", - "description": "Layer 'Climbing gyms' shows climbing:boulder~.+ with a fixed text, namely 'There are {climbing:boulder} boulder problems' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport=yes with a fixed text, namely 'Sport climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport=no with a fixed text, namely 'Sport climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "climbing:sport", - "description": "Layer 'Climbing gyms' shows climbing:sport~.+ with a fixed text, namely 'There are {climbing:sport} sport climbing routes' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope=yes with a fixed text, namely 'Toprope climbing is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope=no with a fixed text, namely 'Toprope climbing is not possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "climbing:toprope", - "description": "Layer 'Climbing gyms' shows climbing:toprope~.+ with a fixed text, namely 'There are {climbing:toprope} toprope routes' (in the mapcomplete.org theme 'Personal theme')" - }, { "key": "climbing:length", "description": "Layer 'Climbing gyms' shows and asks freeform values for key 'climbing:length' (in the mapcomplete.org theme 'Personal theme') (This is only shown if climbing:sport!=no | climbing:toprope!=no)" @@ -5296,6 +5326,26 @@ "key": "climbing:speed", "description": "Layer 'Climbing gyms' shows climbing:speed~.+ with a fixed text, namely 'There are {climbing:speed} speed climbing walls' (in the mapcomplete.org theme 'Personal theme')" }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=hot with a fixed text, namely 'This facility does have showers with warm water' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "hot" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=cold with a fixed text, namely 'This facility does have showers, but the water is not heated' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "cold" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=yes with a fixed text, namely 'This facility does have showers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "yes" + }, + { + "key": "shower", + "description": "Layer 'Climbing gyms' shows shower=no with a fixed text, namely 'This facility does not offer a shower' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "value": "no" + }, { "key": "internet_access", "description": "Layer 'Climbing gyms' shows internet_access=wlan with a fixed text, namely 'This place offers wireless internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", @@ -6502,7 +6552,7 @@ }, { "key": "defibrillator:location:fr", - "description": "Layer 'Defibrillators' shows and asks freeform values for key 'defibrillator:location:fr' (in the mapcomplete.org theme 'Personal theme')" + "description": "Layer 'Defibrillators' shows and asks freeform values for key 'defibrillator:location:fr' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country=be | defibrillator:location:fr~.+)" }, { "key": "wheelchair", @@ -7916,72 +7966,72 @@ }, { "key": "leisure", - "description": "The MapComplete theme Personal theme has a layer Firepitd showing features with this tag", + "description": "The MapComplete theme Personal theme has a layer Firepit showing features with this tag", "value": "firepit" }, { "key": "id", - "description": "Layer 'Firepitd' 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.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" + "description": "Layer 'Firepit' 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.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" }, { "key": "image", - "description": "The layer 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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 'Firepitd 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" + "description": "The layer 'Firepit 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": "access", - "description": "Layer 'Firepitd' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "yes" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "no" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "private" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "permissive" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "customers" }, { "key": "access", - "description": "Layer 'Firepitd' shows access=permit with a fixed text, namely 'Access only for authorized' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows access=permit with a fixed text, namely 'Access only for authorized' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "permit" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=no with a fixed text, namely 'Available all around the year' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows seasonal=no with a fixed text, namely 'Available all around the year' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "no" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=summer with a fixed text, namely 'Only available in summer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows seasonal=summer with a fixed text, namely 'Only available in summer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "summer" }, { "key": "seasonal", - "description": "Layer 'Firepitd' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", + "description": "Layer 'Firepit' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", "value": "spring;summer;autumn" }, { @@ -11000,6 +11050,16 @@ "description": "Layer 'Memorials' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Memorials' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Memorials' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", + "value": "no" + }, { "key": "seats", "description": "Layer 'Memorials' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" diff --git a/Docs/TagInfo/mapcomplete_playgrounds.json b/Docs/TagInfo/mapcomplete_playgrounds.json index 72b7db597..f3d77b007 100644 --- a/Docs/TagInfo/mapcomplete_playgrounds.json +++ b/Docs/TagInfo/mapcomplete_playgrounds.json @@ -398,6 +398,16 @@ "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')", "value": "no" }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')", + "value": "yes" + }, + { + "key": "armrest", + "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')", + "value": "no" + }, { "key": "seats", "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Playgrounds')" diff --git a/Docs/Themes/climbing.md b/Docs/Themes/climbing.md index 7f921e621..28a2d2af7 100644 --- a/Docs/Themes/climbing.md +++ b/Docs/Themes/climbing.md @@ -582,8 +582,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -598,8 +598,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -680,6 +680,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -700,7 +718,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -709,7 +727,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -718,11 +736,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -731,24 +745,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md index 7434cc4bb..91721e0c6 100644 --- a/Docs/Themes/cyclofix.md +++ b/Docs/Themes/cyclofix.md @@ -2361,4 +2361,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Themes/etymology.md b/Docs/Themes/etymology.md index af23852b2..e75d285bc 100644 --- a/Docs/Themes/etymology.md +++ b/Docs/Themes/etymology.md @@ -178,7 +178,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -301,7 +301,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -424,7 +424,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -547,7 +547,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -670,7 +670,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -793,7 +793,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | @@ -916,7 +916,7 @@ Elements must match **all** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | | [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | +| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | diff --git a/Docs/Themes/fritures.md b/Docs/Themes/fritures.md index c95817f1d..7ffc67356 100644 --- a/Docs/Themes/fritures.md +++ b/Docs/Themes/fritures.md @@ -426,8 +426,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -442,8 +442,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -729,11 +729,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -742,11 +738,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -755,11 +747,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | @@ -795,6 +783,15 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + + + | id | question | osmTags | -----|-----|----- | | oil-type.0 | *No oil type preference* (default) | | diff --git a/Docs/Themes/healthcare.md b/Docs/Themes/healthcare.md index 23cb34ae6..aee54454a 100644 --- a/Docs/Themes/healthcare.md +++ b/Docs/Themes/healthcare.md @@ -563,8 +563,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -579,8 +579,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -659,4 +659,40 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | + + + + This document is autogenerated from [assets/themes/healthcare/healthcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/healthcare/healthcare.json) diff --git a/Docs/Themes/nature.md b/Docs/Themes/nature.md index c7f183de9..137637c9d 100644 --- a/Docs/Themes/nature.md +++ b/Docs/Themes/nature.md @@ -19,6 +19,8 @@ This theme contains the following layers: - [toilet](../Layers/toilet.md) - [guidepost](../Layers/guidepost.md) - [shelter](../Layers/shelter.md) + - [bbq](../Layers/bbq.md) + - [firepit](../Layers/firepit.md) Available languages: diff --git a/Docs/Themes/openlovemap.md b/Docs/Themes/openlovemap.md index 591699bad..41e52adf0 100644 --- a/Docs/Themes/openlovemap.md +++ b/Docs/Themes/openlovemap.md @@ -596,8 +596,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -612,8 +612,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -686,6 +686,60 @@ The question is `Does {title()} have a private video booth?` + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | + + + # condom_vending_machine @@ -1047,6 +1101,24 @@ This tagrendering has labels + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + # erotic_cinema diff --git a/Docs/Themes/pets.md b/Docs/Themes/pets.md index 54c41c7f9..d5990f1e4 100644 --- a/Docs/Themes/pets.md +++ b/Docs/Themes/pets.md @@ -464,8 +464,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -480,8 +480,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -767,11 +767,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -780,11 +776,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -793,11 +785,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | @@ -830,6 +818,15 @@ This tagrendering has labels + + + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + + + # dogshop @@ -1317,8 +1314,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -1333,8 +1330,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -1415,6 +1412,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -1435,7 +1450,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -1444,7 +1459,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -1453,11 +1468,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -1466,24 +1477,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Themes/sports.md b/Docs/Themes/sports.md index 7fb921e4e..2130d8ae8 100644 --- a/Docs/Themes/sports.md +++ b/Docs/Themes/sports.md @@ -555,8 +555,8 @@ The question is `Does this shop have a gluten free offering?` - - *This shop only sells gluten free products* is shown if with diet:gluten_free=only - - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited - *This shop has no gluten free offering* is shown if with diet:gluten_free=no @@ -571,8 +571,8 @@ The question is `Does {title()} have a lactose-free offering?` - - *Only sells lactose free products* is shown if with diet:lactose_free=only - - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes - *Limited lactose free offering* is shown if with diet:lactose_free=limited - *No lactose free offering* is shown if with diet:lactose_free=no @@ -653,6 +653,24 @@ This tagrendering has labels +| id | question | osmTags | +-----|-----|----- | +| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| has_organic.0 | Has organic options | organic=yes | organic=only | + + + + + + | id | question | osmTags | -----|-----|----- | | accepts_cash.0 | Accepts cash | payment:cash=yes | @@ -673,7 +691,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| has_organic.0 | Has organic options | organic=yes | organic=only | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | @@ -682,7 +700,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| second_hand.0 | Only show shops selling second-hand items | shop=second_hand | shop=charity | second_hand=yes | second_hand=only | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | @@ -691,11 +709,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| sugar_free.0 | *All types* (default) | | -| sugar_free.1 | This shop only sells sugar free products | diet:sugar_free=only | -| sugar_free.2 | This shop has a big sugar free offering | diet:sugar_free=yes | -| sugar_free.3 | This shop has a limited sugar free offering | diet:sugar_free=limited | -| sugar_free.4 | This shop has no sugar free offering | diet:sugar_free=no | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | @@ -704,24 +718,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| gluten_free.0 | *All types* (default) | | -| gluten_free.1 | This shop only sells gluten free products | diet:gluten_free=only | -| gluten_free.2 | This shop has a big gluten free offering | diet:gluten_free=yes | -| gluten_free.3 | This shop has a limited gluten free offering | diet:gluten_free=limited | -| gluten_free.4 | This shop has no gluten free offering | diet:gluten_free=no | - - - - - - -| id | question | osmTags | ------|-----|----- | -| lactose_free.0 | *All types* (default) | | -| lactose_free.1 | Only sells lactose free products | diet:lactose_free=only | -| lactose_free.2 | Big lactose free offering | diet:lactose_free=yes | -| lactose_free.3 | Limited lactose free offering | diet:lactose_free=limited | -| lactose_free.4 | No lactose free offering | diet:lactose_free=no | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | diff --git a/Docs/Themes/stations.md b/Docs/Themes/stations.md index 891a63824..0399f8f97 100644 --- a/Docs/Themes/stations.md +++ b/Docs/Themes/stations.md @@ -81,7 +81,7 @@ Layer showing train stations - - This layer is shown at zoomlevel **12** and higher + - This layer is shown at zoomlevel **8** and higher - Elements don't have a title set and cannot be toggled nor will they show up in the dashboard. If you import this layer in your theme, override `title` to make this toggleable. diff --git a/Docs/Themes/velopark.md b/Docs/Themes/velopark.md index 8c77b3d98..9fff0f574 100644 --- a/Docs/Themes/velopark.md +++ b/Docs/Themes/velopark.md @@ -645,4 +645,13 @@ This tagrendering is only visible in the popup if the following condition is met + + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Open now | _isOpen=yes | + + + + This document is autogenerated from [assets/themes/velopark/velopark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/velopark/velopark.json) diff --git a/Docs/Themes/vending_machine.md b/Docs/Themes/vending_machine.md index 5011f9c76..3bb2556e4 100644 --- a/Docs/Themes/vending_machine.md +++ b/Docs/Themes/vending_machine.md @@ -449,4 +449,22 @@ This tagrendering has labels + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + + + + + + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + + + + 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) diff --git a/Docs/URL_Parameters.md b/Docs/URL_Parameters.md index 2086d617a..369647937 100644 --- a/Docs/URL_Parameters.md +++ b/Docs/URL_Parameters.md @@ -102,7 +102,7 @@ Note that the _loading_ screen will always use the navigator language. Translations are never complete. If a translation in a certain language is missing, English is used as fallback. -This documentation is defined in the source code at [Locale.ts](/src/UI/i18n/Locale.ts#L35) +This documentation is defined in the source code at [Locale.ts](/src/UI/i18n/Locale.ts#L53) @@ -112,7 +112,7 @@ No default value set If set, will show a translation button next to every string. -This documentation is defined in the source code at [Locale.ts](/src/UI/i18n/Locale.ts#L78) +This documentation is defined in the source code at [Locale.ts](/src/UI/i18n/Locale.ts#L92) @@ -262,7 +262,7 @@ The default value is _true_ If true, 'dryrun' mode is activated. The app will behave as normal, except that changes to OSM will be printed onto the console instead of actually uploaded to osm.org -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L187) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L188) @@ -272,7 +272,7 @@ The default value is _false_ If true, shows some extra debugging help such as all the available tags on every object -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L193) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L194) @@ -282,7 +282,7 @@ The default value is _false_ If true, the location distance indication will not be written to the changeset and other privacy enhancing measures might be taken. -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L199) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L200) @@ -292,7 +292,7 @@ The default value is _false_ Point mapcomplete to a different overpass-instance. Example: https://overpass-api.de/api/interpreter -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L205) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L206) @@ -302,7 +302,7 @@ The default value is _https://overpass-api.de/api/interpreter,https://overpass.k Set a different timeout (in seconds) for queries in overpass -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L216) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L217) @@ -312,7 +312,7 @@ The default value is _30_ point to switch between OSM-api and overpass -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L224) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L225) @@ -322,7 +322,7 @@ The default value is _16_ Tilesize when the OSM-API is used to fetch data within a BBOX -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L232) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L233) @@ -332,7 +332,7 @@ The default value is _17_ The id of the background layer to start with -This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L239) +This documentation is defined in the source code at [FeatureSwitchState.ts](/src/Logic/State/FeatureSwitchState.ts#L240) @@ -372,7 +372,7 @@ The default value is _0_ Used to complete the login -This documentation is defined in the source code at [ThemeViewState.ts](/src/Models/ThemeViewState.ts#L174) +This documentation is defined in the source code at [ThemeViewState.ts](/src/Models/ThemeViewState.ts#L177) @@ -392,7 +392,7 @@ The default value is _true_ State of filter kid-books -This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L162) +This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L165) @@ -402,7 +402,7 @@ The default value is _false_ State of filter adult-books -This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L162) +This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L165) @@ -412,7 +412,7 @@ The default value is _false_ State of filter inside -This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L162) +This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L165) @@ -422,7 +422,7 @@ The default value is _0_ State of filter has_image -This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L162) +This documentation is defined in the source code at [FilterConfig.ts](/src/Models/ThemeConfig/FilterConfig.ts#L165) @@ -442,7 +442,7 @@ The default value is _true_ The mode the application starts in, e.g. 'map', 'dashboard' or 'statistics' -This documentation is defined in the source code at [generateDocs.ts](ervdvn/git2/MapComplete/scripts/generateDocs.ts#L418) +This documentation is defined in the source code at [generateDocs.ts](ervdvn/git/MapComplete/scripts/generateDocs.ts#L418) diff --git a/Docs/wikiIndex.txt b/Docs/wikiIndex.txt index b7440983b..048aa80fb 100644 --- a/Docs/wikiIndex.txt +++ b/Docs/wikiIndex.txt @@ -326,6 +326,15 @@ |genre= POI, editor, ghostsigns }} {{service_item +|name= [https://mapcomplete.org/glutenfree glutenfree] +|region= Worldwide +|lang= {{#language:en|en}} +|descr= A MapComplete theme: A crowdsourced map with glutenfree items +|material= {{yes|[https://mapcomplete.org/ Yes]}} +|image= MapComplete_Screenshot.png +|genre= POI, editor, glutenfree +}} +{{service_item |name= [https://mapcomplete.org/guideposts guideposts] |region= Worldwide |lang= {{#language:en|en}}, {{#language:cs|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:pl|en}} @@ -391,6 +400,15 @@ The position of a signpost can be used by a hiker/biker/rider/s… |genre= POI, editor, kerbs_and_crossings }} {{service_item +|name= [https://mapcomplete.org/lactosefree lactosefree] +|region= Worldwide +|lang= {{#language:en|en}} +|descr= A MapComplete theme: A crowdsourced map with lactose free shops and restaurants +|material= {{yes|[https://mapcomplete.org/ Yes]}} +|image= MapComplete_Screenshot.png +|genre= POI, editor, lactosefree +}} +{{service_item |name= [https://mapcomplete.org/lighthouses lighthouses] |region= Worldwide |lang= {{#language:en|en}}, {{#language:de|en}}