diff --git a/Docs/BuiltinQuestions.md b/Docs/BuiltinQuestions.md
index df881e8825..f29fb6377b 100644
--- a/Docs/BuiltinQuestions.md
+++ b/Docs/BuiltinQuestions.md
@@ -44,7 +44,6 @@ The following items can be easily reused in your layers
+ [internet](#internet)
+ [internet-fee](#internet-fee)
+ [internet-ssid](#internet-ssid)
- + [default](#default)
+ [defaults](#defaults)
+ [isOpen](#isopen)
+ [phonelink](#phonelink)
@@ -536,14 +535,6 @@ What is the network name for the wireless internet access?
-### default
-
-
-
-*Read-only tagrendering*
-
-
-
### defaults
diff --git a/Docs/Layers/dogshop.md b/Docs/Layers/dogshop.md
index d8dac30ad4..6762421676 100644
--- a/Docs/Layers/dogshop.md
+++ b/Docs/Layers/dogshop.md
@@ -418,7 +418,7 @@ The question is *What paper formats does this shop offer?*
- Unselecting this answer will add service:print:A0=no
-This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes`
+This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes`
diff --git a/Docs/Layers/hydrant.md b/Docs/Layers/hydrant.md
index 8d3432e7ed..2b25c65460 100644
--- a/Docs/Layers/hydrant.md
+++ b/Docs/Layers/hydrant.md
@@ -64,6 +64,7 @@ attribute | type | values which are supported by this layer
[
](https://taginfo.openstreetmap.org/keys/fire_hydrant:type#values) [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type) | [string](../SpecialInputElements.md#string) | [pillar](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar) [pipe](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe) [wall](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall) [underground](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground)
[
](https://taginfo.openstreetmap.org/keys/emergency#values) [emergency](https://wiki.openstreetmap.org/wiki/Key:emergency) | Multiple choice | [fire_hydrant](https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D)
[
](https://taginfo.openstreetmap.org/keys/fire_hydrant:diameter#values) [fire_hydrant:diameter](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:diameter) | [int](../SpecialInputElements.md#int) |
+[
](https://taginfo.openstreetmap.org/keys/couplings#values) [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings) | [int](../SpecialInputElements.md#int) |
[
](https://taginfo.openstreetmap.org/keys/couplings:type#values) [couplings:type](https://wiki.openstreetmap.org/wiki/Key:couplings:type) | [string](../SpecialInputElements.md#string) | [Storz](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DStorz) [UNI](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DUNI) [Barcelona](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DBarcelona)
[
](https://taginfo.openstreetmap.org/keys/couplings:diameters#values) [couplings:diameters](https://wiki.openstreetmap.org/wiki/Key:couplings:diameters) | [string](../SpecialInputElements.md#string) |
@@ -147,6 +148,20 @@ This is rendered with `Pipe diameter: {canonical(fire_hydrant:diameter)}`
+### hydrant-number-of-couplings
+
+
+
+The question is *How many couplings does this fire hydrant have?*
+
+This rendering asks information about the property [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings)
+
+This is rendered with `Number of couplings: {couplings}`
+
+
+
+
+
### hydrant-couplings
diff --git a/Docs/Layers/medical-shops.md b/Docs/Layers/medical-shops.md
new file mode 100644
index 0000000000..d238dc831f
--- /dev/null
+++ b/Docs/Layers/medical-shops.md
@@ -0,0 +1,575 @@
+
+
+ medical-shops
+===============
+
+
+
+
+
+A shop
+
+
+
+
+
+
+ - This layer is shown at zoomlevel **13** and higher
+
+
+
+
+#### Themes using this layer
+
+
+
+
+
+ - [healthcare](https://mapcomplete.osm.be/healthcare)
+
+
+
+
+ Basic tags for this layer
+---------------------------
+
+
+
+Elements must have the all of following tags to be shown on this layer:
+
+
+
+ - shop~.+
+ - shop=medical_supply|shop=hearing_aids|shop=optician
+
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22shop%22%3D%22medical_supply%22%5D%5B%22shop%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22hearing_aids%22%5D%5B%22shop%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22optician%22%5D%5B%22shop%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+
+
+ Supported attributes
+----------------------
+
+
+
+Warning:
+
+this quick overview is incomplete
+
+
+
+attribute | type | values which are supported by this layer
+----------- | ------ | ------------------------------------------
+[
](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
+[
](https://taginfo.openstreetmap.org/keys/shop#values) [shop](https://wiki.openstreetmap.org/wiki/Key:shop) | [string](../SpecialInputElements.md#string) | [agrarian](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dagrarian) [alcohol](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dalcohol) [anime](https://wiki.openstreetmap.org/wiki/Tag:shop%3Danime) [antiques](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dantiques) [appliance](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dappliance) [art](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dart) [baby_goods](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbaby_goods) [bag](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbag) [bakery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery) [bathroom_furnishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbathroom_furnishing) [beauty](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeauty) [bed](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbed) [beverages](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages) [bicycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle) [boat](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dboat) [bookmaker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbookmaker) [books](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbooks) [brewing_supplies](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbrewing_supplies) [butcher](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbutcher) [camera](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcamera) [candles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcandles) [cannabis](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcannabis) [car](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar) [car_parts](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_parts) [car_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_repair) [caravan](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcaravan) [carpet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcarpet) [catalogue](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcatalogue) [charity](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcharity) [cheese](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcheese) [chemist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchemist) [chocolate](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate) [clothes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dclothes) [coffee](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcoffee) [collector](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcollector) [computer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcomputer) [confectionery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconfectionery) [convenience](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience) [copyshop](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcopyshop) [cosmetics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcosmetics) [country_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcountry_store) [craft](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcraft) [curtain](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcurtain) [dairy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddairy) [deli](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli) [department_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddepartment_store) [doityourself](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself) [doors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoors) [dry_cleaning](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddry_cleaning) [e-cigarette](https://wiki.openstreetmap.org/wiki/Tag:shop%3De-cigarette) [electrical](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectrical) [electronics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectronics) [erotic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Derotic) [fabric](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfabric) [farm](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm) [fashion_accessories](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfashion_accessories) [fireplace](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfireplace) [fishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfishing) [flooring](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflooring) [florist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflorist) [frame](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dframe) [frozen_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food) [fuel](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuel) [funeral_directors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuneral_directors) [furniture](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfurniture) [games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgames) [garden_centre](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgarden_centre) [gas](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgas) [general](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgeneral) [gift](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgift) [greengrocer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer) [hairdresser](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser) [hairdresser_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser_supply) [hardware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhardware) [health_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food) [hearing_aids](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhearing_aids) [herbalist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dherbalist) [hifi](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhifi) [hobby](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhobby) [household_linen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhousehold_linen) [houseware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhouseware) [hunting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhunting) [interior_decoration](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dinterior_decoration) [jewelry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Djewelry) [kiosk](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkiosk) [kitchen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkitchen) [laundry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlaundry) [leather](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dleather) [lighting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlighting) [locksmith](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlocksmith) [lottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlottery) [mall](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmall) [massage](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmassage) [medical_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmedical_supply) [military_surplus](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmilitary_surplus) [mobile_phone](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmobile_phone) [model](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmodel) [money_lender](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmoney_lender) [motorcycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle) [motorcycle_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle_repair) [music](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusic) [musical_instrument](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusical_instrument) [newsagent](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnewsagent) [nutrition_supplements](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnutrition_supplements) [optician](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doptician) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor) [outpost](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutpost) [paint](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpaint) [party](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dparty) [pastry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry) [pawnbroker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpawnbroker) [perfumery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dperfumery) [pet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet) [pet_grooming](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet_grooming) [photo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dphoto) [pottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpottery) [printer_ink](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dprinter_ink) [psychic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpsychic) [pyrotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpyrotechnics) [radiotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dradiotechnics) [religion](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dreligion) [rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental) [repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drepair) [scuba_diving](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dscuba_diving) [seafood](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dseafood) [second_hand](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsecond_hand) [sewing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsewing) [shoe_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoe_repair) [shoes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoes) [spices](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dspices) [sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsports) [stationery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstationery) [storage_rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstorage_rental) [supermarket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket) [swimming_pool](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dswimming_pool) [tailor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtailor) [tattoo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtattoo) [tea](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtea) [telecommunication](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtelecommunication) [ticket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dticket) [tiles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtiles) [tobacco](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtobacco) [tool_hire](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtool_hire) [toys](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtoys) [trade](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrade) [travel_agency](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtravel_agency) [trophy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrophy) [tyres](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtyres) [vacuum_cleaner](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvacuum_cleaner) [variety_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvariety_store) [video](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo) [video_games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo_games) [watches](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwatches) [water](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater) [water_sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater_sports) [weapons](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dweapons) [wholesale](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwholesale) [wigs](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwigs) [window_blind](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwindow_blind) [wine](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwine)
+[
](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |
+[
](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
+[
](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
+[
](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) |
+[
](https://taginfo.openstreetmap.org/keys/level#values) [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1)
+[
](https://taginfo.openstreetmap.org/keys/internet_access#values) [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)
+[
](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [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)
+[
](https://taginfo.openstreetmap.org/keys/internet_access:ssid#values) [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)
+[
](https://taginfo.openstreetmap.org/keys/organic#values) [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno)
+
+
+
+
+### images
+
+
+
+This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+### shops-name
+
+
+
+The question is *What is the name of this shop?*
+
+This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
+
+This is rendered with `This shop is called {name}`
+
+
+
+
+
+### shop_types
+
+
+
+The question is *What kind of shop is this?*
+
+This rendering asks information about the property [shop](https://wiki.openstreetmap.org/wiki/Key:shop)
+
+This is rendered with `This is a {shop}`
+
+
+
+
+
+ - *Farm Supply Shop* corresponds with `shop=agrarian`
+ - *Liquor Store* corresponds with `shop=alcohol`
+ - *Anime / Manga Shop* corresponds with `shop=anime`
+ - *Antiques Shop* corresponds with `shop=antiques`
+ - *Appliance Store* corresponds with `shop=appliance`
+ - *Art Store* corresponds with `shop=art`
+ - *Baby Goods Store* corresponds with `shop=baby_goods`
+ - *Bag/Luggage Store* corresponds with `shop=bag`
+ - *Bakery* corresponds with `shop=bakery`
+ - *Bathroom Furnishing Store* corresponds with `shop=bathroom_furnishing`
+ - *Beauty Shop* corresponds with `shop=beauty`
+ - *Bedding/Mattress Store* corresponds with `shop=bed`
+ - *Beverage Store* corresponds with `shop=beverages`
+ - *Bicycle Shop* corresponds with `shop=bicycle`
+ - *Boat Store* corresponds with `shop=boat`
+ - *Bookmaker* corresponds with `shop=bookmaker`
+ - *Book Store* corresponds with `shop=books`
+ - *Brewing Supply Store* corresponds with `shop=brewing_supplies`
+ - *Butcher* corresponds with `shop=butcher`
+ - *Camera Equipment Store* corresponds with `shop=camera`
+ - *Candle Shop* corresponds with `shop=candles`
+ - *Cannabis Shop* corresponds with `shop=cannabis`
+ - *Car Dealership* corresponds with `shop=car`
+ - *Car Parts Store* corresponds with `shop=car_parts`
+ - *Car Repair Shop* corresponds with `shop=car_repair`
+ - *RV Dealership* corresponds with `shop=caravan`
+ - *Carpet Store* corresponds with `shop=carpet`
+ - *Catalog Shop* corresponds with `shop=catalogue`
+ - *Charity Store* corresponds with `shop=charity`
+ - *Cheese Store* corresponds with `shop=cheese`
+ - *Drugstore* corresponds with `shop=chemist`
+ - *Chocolate Store* corresponds with `shop=chocolate`
+ - *Clothing Store* corresponds with `shop=clothes`
+ - *Coffee Store* corresponds with `shop=coffee`
+ - *Collectibles Shop* corresponds with `shop=collector`
+ - *Computer Store* corresponds with `shop=computer`
+ - *Candy Store* corresponds with `shop=confectionery`
+ - *Convenience Store* corresponds with `shop=convenience`
+ - *Copy Store* corresponds with `shop=copyshop`
+ - *Cosmetics Store* corresponds with `shop=cosmetics`
+ - *Country Store* corresponds with `shop=country_store`
+ - *Arts & Crafts Store* corresponds with `shop=craft`
+ - *Curtain Store* corresponds with `shop=curtain`
+ - *Dairy Store* corresponds with `shop=dairy`
+ - *Deli* corresponds with `shop=deli`
+ - *Department Store* corresponds with `shop=department_store`
+ - *DIY Store* corresponds with `shop=doityourself`
+ - *Door Shop* corresponds with `shop=doors`
+ - *Dry Cleaner* corresponds with `shop=dry_cleaning`
+ - *E-Cigarette Shop* corresponds with `shop=e-cigarette`
+ - *Electrical Equipment Store* corresponds with `shop=electrical`
+ - *Electronics Store* corresponds with `shop=electronics`
+ - *Erotic Store* corresponds with `shop=erotic`
+ - *Fabric Store* corresponds with `shop=fabric`
+ - *Produce Stand* corresponds with `shop=farm`
+ - *Fashion Accessories Store* corresponds with `shop=fashion_accessories`
+ - *Fireplace Store* corresponds with `shop=fireplace`
+ - *Fishing Shop* corresponds with `shop=fishing`
+ - *Flooring Supply Shop* corresponds with `shop=flooring`
+ - *Florist* corresponds with `shop=florist`
+ - *Framing Shop* corresponds with `shop=frame`
+ - *Frozen Food Store* corresponds with `shop=frozen_food`
+ - *Fuel Shop* corresponds with `shop=fuel`
+ - *Funeral Home* corresponds with `shop=funeral_directors`
+ - *Furniture Store* corresponds with `shop=furniture`
+ - *Tabletop Game Store* corresponds with `shop=games`
+ - *Garden Center* corresponds with `shop=garden_centre`
+ - *Bottled Gas Shop* corresponds with `shop=gas`
+ - *General Store* corresponds with `shop=general`
+ - *Gift Shop* corresponds with `shop=gift`
+ - *Greengrocer* corresponds with `shop=greengrocer`
+ - *Hairdresser* corresponds with `shop=hairdresser`
+ - *Hairdresser Supply Store* corresponds with `shop=hairdresser_supply`
+ - *Hardware Store* corresponds with `shop=hardware`
+ - *Health Food Shop* corresponds with `shop=health_food`
+ - *Hearing Aids Store* corresponds with `shop=hearing_aids`
+ - *Herbalist* corresponds with `shop=herbalist`
+ - *Hifi Store* corresponds with `shop=hifi`
+ - *Hobby Shop* corresponds with `shop=hobby`
+ - *Household Linen Shop* corresponds with `shop=household_linen`
+ - *Houseware Store* corresponds with `shop=houseware`
+ - *Hunting Shop* corresponds with `shop=hunting`
+ - *Interior Decoration Store* corresponds with `shop=interior_decoration`
+ - *Jewelry Store* corresponds with `shop=jewelry`
+ - *Kiosk* corresponds with `shop=kiosk`
+ - *Kitchen Design Store* corresponds with `shop=kitchen`
+ - *Laundry* corresponds with `shop=laundry`
+ - *Leather Store* corresponds with `shop=leather`
+ - *Lighting Store* corresponds with `shop=lighting`
+ - *Locksmith* corresponds with `shop=locksmith`
+ - *Lottery Shop* corresponds with `shop=lottery`
+ - *Mall* corresponds with `shop=mall`
+ - *Massage Shop* corresponds with `shop=massage`
+ - *Medical Supply Store* corresponds with `shop=medical_supply`
+ - *Military Surplus Store* corresponds with `shop=military_surplus`
+ - *Mobile Phone Store* corresponds with `shop=mobile_phone`
+ - *Model Shop* corresponds with `shop=model`
+ - *Money Lender* corresponds with `shop=money_lender`
+ - *Motorcycle Dealership* corresponds with `shop=motorcycle`
+ - *Motorcycle Repair Shop* corresponds with `shop=motorcycle_repair`
+ - *Music Store* corresponds with `shop=music`
+ - *Musical Instrument Store* corresponds with `shop=musical_instrument`
+ - *Newspaper/Magazine Shop* corresponds with `shop=newsagent`
+ - *Nutrition Supplements Store* corresponds with `shop=nutrition_supplements`
+ - *Optician* corresponds with `shop=optician`
+ - *Outdoors Store* corresponds with `shop=outdoor`
+ - *Online Retailer Outpost* corresponds with `shop=outpost`
+ - *Paint Store* corresponds with `shop=paint`
+ - *Party Supply Store* corresponds with `shop=party`
+ - *Pastry Shop* corresponds with `shop=pastry`
+ - *Pawn Shop* corresponds with `shop=pawnbroker`
+ - *Perfume Store* corresponds with `shop=perfumery`
+ - *Pet Store* corresponds with `shop=pet`
+ - *Pet Grooming Store* corresponds with `shop=pet_grooming`
+ - *Photography Store* corresponds with `shop=photo`
+ - *Pottery Store* corresponds with `shop=pottery`
+ - *Printer Ink Store* corresponds with `shop=printer_ink`
+ - *Psychic* corresponds with `shop=psychic`
+ - *Fireworks Store* corresponds with `shop=pyrotechnics`
+ - *Radio/Electronic Component Store* corresponds with `shop=radiotechnics`
+ - *Religious Store* corresponds with `shop=religion`
+ - *Rental Shop* corresponds with `shop=rental`
+ - *Repair Shop* corresponds with `shop=repair`
+ - *Scuba Diving Shop* corresponds with `shop=scuba_diving`
+ - *Seafood Shop* corresponds with `shop=seafood`
+ - *Consignment/Thrift Store* corresponds with `shop=second_hand`
+ - *Sewing Supply Shop* corresponds with `shop=sewing`
+ - *Shoe Repair Shop* corresponds with `shop=shoe_repair`
+ - *Shoe Store* corresponds with `shop=shoes`
+ - *Spice Shop* corresponds with `shop=spices`
+ - *Sporting Goods Store* corresponds with `shop=sports`
+ - *Stationery Store* corresponds with `shop=stationery`
+ - *Storage Rental* corresponds with `shop=storage_rental`
+ - *Supermarket* corresponds with `shop=supermarket`
+ - *Pool Supply Store* corresponds with `shop=swimming_pool`
+ - *Tailor* corresponds with `shop=tailor`
+ - *Tattoo Parlor* corresponds with `shop=tattoo`
+ - *Tea Store* corresponds with `shop=tea`
+ - *Telecom Retail Store* corresponds with `shop=telecommunication`
+ - *Ticket Seller* corresponds with `shop=ticket`
+ - *Tile Shop* corresponds with `shop=tiles`
+ - *Tobacco Shop* corresponds with `shop=tobacco`
+ - *Tool Rental* corresponds with `shop=tool_hire`
+ - *Toy Store* corresponds with `shop=toys`
+ - *Trade Shop* corresponds with `shop=trade`
+ - *Travel Agency* corresponds with `shop=travel_agency`
+ - *Trophy Shop* corresponds with `shop=trophy`
+ - *Tire Store* corresponds with `shop=tyres`
+ - *Vacuum Cleaner Store* corresponds with `shop=vacuum_cleaner`
+ - *Variety Store* corresponds with `shop=variety_store`
+ - *Video Store* corresponds with `shop=video`
+ - *Video Game Store* corresponds with `shop=video_games`
+ - *Watches Shop* corresponds with `shop=watches`
+ - *Drinking Water Shop* corresponds with `shop=water`
+ - *Watersport/Swim Shop* corresponds with `shop=water_sports`
+ - *Weapon Shop* corresponds with `shop=weapons`
+ - *Wholesale Store* corresponds with `shop=wholesale`
+ - *Wig Shop* corresponds with `shop=wigs`
+ - *Window Blind Store* corresponds with `shop=window_blind`
+ - *Wine Shop* corresponds with `shop=wine`
+
+
+
+
+### opening_hours
+
+
+
+The question is *What are the opening hours of {title()}?*
+
+This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
+
+This is rendered with `
Opening hours
{opening_hours_table(opening_hours)}`
+
+
+
+
+
+### website
+
+
+
+The question is *What is the website of {title()}?*
+
+This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
+
+This is rendered with `{website}`
+
+
+
+
+
+ - *{contact:website}* corresponds with `contact:website~.+`
+ - This option cannot be chosen as answer
+
+
+
+
+### email
+
+
+
+The question is *What is the email address of {title()}?*
+
+This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
+
+This is rendered with `{email}`
+
+
+
+
+
+ - *{contact:email}* corresponds with `contact:email~.+`
+ - This option cannot be chosen as answer
+
+
+
+
+### phone
+
+
+
+The question is *What is the phone number of {title()}?*
+
+This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
+
+This is rendered with `{phone}`
+
+
+
+
+
+ - *{contact:phone}* corresponds with `contact:phone~.+`
+ - This option cannot be chosen as answer
+
+
+
+
+### payment-options
+
+
+
+The question is *Which methods of payment are accepted here?*
+
+
+
+
+
+ - *Cash is accepted here* corresponds with `payment:cash=yes`
+ - Unselecting this answer will add payment:cash=no
+ - *Payment cards are accepted here* corresponds with `payment:cards=yes`
+ - Unselecting this answer will add payment:cards=no
+
+
+
+
+### level
+
+
+
+The question is *On what level is this feature located?*
+
+This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
+
+This is rendered with `Located on the {level}th floor`
+
+
+
+
+
+ - *Located underground* corresponds with `location=underground`
+ - This option cannot be chosen as answer
+ - *Located on the ground floor* corresponds with `level=0`
+ - *Located on the ground floor* corresponds with ``
+ - This option cannot be chosen as answer
+ - *Located on the first floor* corresponds with `level=1`
+ - *Located on the first basement level* corresponds with `level=-1`
+
+
+
+
+### copyshop-print-sizes
+
+
+
+The question is *What paper formats does this shop offer?*
+
+
+
+
+
+ - *This shop can print on papers of size A4* corresponds with `service:print:A4=yes`
+ - Unselecting this answer will add service:print:A4=no
+ - *This shop can print on papers of size A3* corresponds with `service:print:A3=yes`
+ - Unselecting this answer will add service:print:A3=no
+ - *This shop can print on papers of size A2* corresponds with `service:print:A2=yes`
+ - Unselecting this answer will add service:print:A2=no
+ - *This shop can print on papers of size A1* corresponds with `service:print:A1=yes`
+ - Unselecting this answer will add service:print:A1=no
+ - *This shop can print on papers of size A0* corresponds with `service:print:A0=yes`
+ - Unselecting this answer will add service:print:A0=no
+
+
+This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes`
+
+
+
+### internet
+
+
+
+The question is *Does this place offer internet access?*
+
+
+
+
+
+ - *This place offers wireless internet access* corresponds with `internet_access=wlan`
+ - *This place does not offer internet access* corresponds with `internet_access=no`
+ - *This place offers internet access* corresponds with `internet_access=yes`
+ - This option cannot be chosen as answer
+ - *This place offers internet access via a terminal or computer* corresponds with `internet_access=terminal`
+ - *This place offers wired internet access* corresponds with `internet_access=wired`
+
+
+
+
+### internet-fee
+
+
+
+The question is *Is there a fee for internet access?*
+
+
+
+
+
+ - *There is a fee for the internet access at this place* corresponds with `internet_access:fee=yes`
+ - *Internet access is free at this place* corresponds with `internet_access:fee=no`
+ - *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
+
+
+This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
+
+
+
+### internet-ssid
+
+
+
+The question is *What is the network name for the wireless internet access?*
+
+This rendering asks information about the property [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid)
+
+This is rendered with `The network name is {internet_access:ssid}`
+
+
+
+
+
+ - *Telekom* corresponds with `internet_access:ssid=Telekom`
+
+
+This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
+
+
+
+### organic
+
+
+
+The question is *Does this shop offer organic products?*
+
+
+
+
+
+ - *This shop offers organic products* corresponds with `organic=yes`
+ - *This shop only offers organic products* corresponds with `organic=only`
+ - *This shop does not offer organic products* corresponds with `organic=no`
+
+
+This tagrendering is only visible in the popup if the following condition is met: `shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist`
+
+
+
+### questions
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+### reviews
+
+
+
+Shows the reviews module (including the possibility to leave a review)
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+### questions
+
+
+
+Show the images block at this location
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+### minimap
+
+
+
+Shows a small map with the feature. Added by default to every popup
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+#### Filters
+
+
+
+
+
+id | question | osmTags
+---- | ---------- | ---------
+open_now.0 | Opened 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/themes/healthcare/healthcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/healthcare/healthcare.json)
\ No newline at end of file
diff --git a/Docs/Layers/shops.md b/Docs/Layers/shops.md
index 10796c5356..e1ff4ca2fc 100644
--- a/Docs/Layers/shops.md
+++ b/Docs/Layers/shops.md
@@ -25,6 +25,7 @@ A shop
+ - [healthcare](https://mapcomplete.osm.be/healthcare)
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
- [pets](https://mapcomplete.osm.be/pets)
@@ -420,7 +421,7 @@ The question is *What paper formats does this shop offer?*
- Unselecting this answer will add service:print:A0=no
-This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes`
+This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes`
diff --git a/Docs/Layers/sport_shops.md b/Docs/Layers/sport_shops.md
index 1b77c81ba4..7cdd13007c 100644
--- a/Docs/Layers/sport_shops.md
+++ b/Docs/Layers/sport_shops.md
@@ -417,7 +417,7 @@ The question is *What paper formats does this shop offer?*
- Unselecting this answer will add service:print:A0=no
-This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes`
+This tagrendering is only visible in the popup if the following condition is met: `shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes`
diff --git a/Docs/Layers/usersettings.md b/Docs/Layers/usersettings.md
index 42ea34a397..db4eee88ac 100644
--- a/Docs/Layers/usersettings.md
+++ b/Docs/Layers/usersettings.md
@@ -52,6 +52,10 @@ this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[
](https://taginfo.openstreetmap.org/keys/mapcomplete-pictures-license#values) [mapcomplete-pictures-license](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-pictures-license) | Multiple choice | [CC0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC0) [CC-BY 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY 4.0) [CC-BY-SA 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY-SA 4.0)
+[
](https://taginfo.openstreetmap.org/keys/mapcomplete-translation-mode#values) [mapcomplete-translation-mode](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-translation-mode) | Multiple choice | [false](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dfalse) [true](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dtrue) [mobile](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dmobile)
+[
](https://taginfo.openstreetmap.org/keys/mapcomplete-translation-mode#values) [mapcomplete-translation-mode](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-translation-mode) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dyes)
+[
](https://taginfo.openstreetmap.org/keys/_translation_percentage#values) [_translation_percentage](https://wiki.openstreetmap.org/wiki/Key:_translation_percentage) | Multiple choice | [100](https://wiki.openstreetmap.org/wiki/Tag:_translation_percentage%3D100)
+[
](https://taginfo.openstreetmap.org/keys/mapcomplete-show_debug#values) [mapcomplete-show_debug](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-show_debug) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-show_debug%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-show_debug%3Dno)
@@ -77,6 +81,87 @@ The question is *Under what license do you want to publish your pictures?*
+### translations-title
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+This tagrendering is part of group `translations`
+
+
+
+### translation-mode
+
+
+
+The question is *Do you want to help translating MapComplete?*
+
+
+
+
+
+ - *Don't show a button to quickly change translations* corresponds with `mapcomplete-translation-mode=false`
+ - *Show a button to quickly open translations when using MapComplete on a big screen* corresponds with `mapcomplete-translation-mode=true`
+ - *Always show the translation buttons, including on mobile* corresponds with `mapcomplete-translation-mode=mobile`
+
+
+This tagrendering is part of group `translations`
+
+
+
+### translation-help
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+ - *Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.* corresponds with `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
+
+
+This tagrendering is part of group `translations`
+
+
+
+### translation-completeness
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+ - *Completely translated* corresponds with `_translation_percentage=100`
+
+
+This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
+
+This tagrendering is part of group `translations`
+
+
+
+### translation-links
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+This tagrendering is only visible in the popup if the following condition is met: `_translation_links~.+&mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
+
+This tagrendering is part of group `translations`
+
+
+
### verified-mastodon
@@ -93,6 +178,21 @@ This tagrendering has no question and is thus read-only
+### cscount-thanks
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+ - *You have made changes on {_csCount} different occasions! That is awesome!* corresponds with `_csCount>0`
+
+
+
+
### translation-thanks
@@ -119,6 +219,25 @@ This tagrendering has no question and is thus read-only
- *You have contributed code to MapComplete with {_code_contributions} commits! That's awesome!* corresponds with `_code_contributions>0`
+ - This option cannot be chosen as answer
+
+
+
+
+### show_debug
+
+
+
+The question is *Show user settings debug info?*
+
+
+
+
+
+ - *Show debug info* corresponds with `mapcomplete-show_debug=yes`
+ - *Don't show debug info* corresponds with `mapcomplete-show_debug=no`
+ - *Don't show debug info* corresponds with ``
+ - This option cannot be chosen as answer
@@ -131,6 +250,6 @@ This tagrendering has no question and is thus read-only
-This tagrendering is only visible in the popup if the following condition is met: `_name=Pieter Vander Vennet`
+This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-show_debug=yes`
This document is autogenerated from [assets/layers/usersettings/usersettings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/usersettings/usersettings.json)
\ No newline at end of file
diff --git a/Docs/SpecialInputElements.md b/Docs/SpecialInputElements.md
index aaddec9a46..07a6f0ac77 100644
--- a/Docs/SpecialInputElements.md
+++ b/Docs/SpecialInputElements.md
@@ -43,7 +43,7 @@ A simple piece of text
-A longer piece of text
+A longer piece of text. Uses an textArea instead of a textField
diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md
index 0426ec8ea9..8cd0cf6afe 100644
--- a/Docs/SpecialRenderings.md
+++ b/Docs/SpecialRenderings.md
@@ -849,8 +849,8 @@ tagrendering | _undefined_ | An entire tagRenderingConfig
"special": {
"type": "multi",
"key": "_doors_from_building_properties",
- "tagRendering": {
- "render": "The building containing this feature has a door of width {entrance:width}"
+ "tagrendering": {
+ "en": "The building containing this feature has a door of width {entrance:width}"
}
}
}
diff --git a/Docs/TagInfo/mapcomplete_hailhydrant.json b/Docs/TagInfo/mapcomplete_hailhydrant.json
index 43ef61eb70..10e51b65f6 100644
--- a/Docs/TagInfo/mapcomplete_hailhydrant.json
+++ b/Docs/TagInfo/mapcomplete_hailhydrant.json
@@ -92,6 +92,10 @@
"key": "fire_hydrant:diameter",
"description": "Layer 'Map of hydrants' shows and asks freeform values for key 'fire_hydrant:diameter' (in the MapComplete.osm.be theme 'Hydrants, Extinguishers, Fire stations, and Ambulance stations')"
},
+ {
+ "key": "couplings",
+ "description": "Layer 'Map of hydrants' shows and asks freeform values for key 'couplings' (in the MapComplete.osm.be theme 'Hydrants, Extinguishers, Fire stations, and Ambulance stations')"
+ },
{
"key": "couplings:type",
"description": "Layer 'Map of hydrants' shows and asks freeform values for key 'couplings:type' (in the MapComplete.osm.be theme 'Hydrants, Extinguishers, Fire stations, and Ambulance stations')"
diff --git a/Docs/TagInfo/mapcomplete_healthcare.json b/Docs/TagInfo/mapcomplete_healthcare.json
index f29eb12e8d..b628a57486 100644
--- a/Docs/TagInfo/mapcomplete_healthcare.json
+++ b/Docs/TagInfo/mapcomplete_healthcare.json
@@ -311,6 +311,1989 @@
"key": "wheelchair",
"description": "Layer 'Pharmacies' shows wheelchair=limited with a fixed text, namely 'This pharmacy has limited access for wheelchair users' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
"value": "limited"
+ },
+ {
+ "key": "shop",
+ "description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag"
+ },
+ {
+ "key": "shop",
+ "description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
+ "value": "medical_supply"
+ },
+ {
+ "key": "shop",
+ "description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
+ "value": "hearing_aids"
+ },
+ {
+ "key": "shop",
+ "description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag",
+ "value": "optician"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Shop 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 'Shop 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 'Shop 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 'Shop 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": "name",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'shop' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=agrarian with a fixed text, namely 'Farm Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "agrarian"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=alcohol with a fixed text, namely 'Liquor Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "alcohol"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=anime with a fixed text, namely 'Anime / Manga Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "anime"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=antiques with a fixed text, namely 'Antiques Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "antiques"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=appliance with a fixed text, namely 'Appliance Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "appliance"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=art with a fixed text, namely 'Art Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "art"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=baby_goods with a fixed text, namely 'Baby Goods Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "baby_goods"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bag with a fixed text, namely 'Bag/Luggage Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bag"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bakery with a fixed text, namely 'Bakery' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bakery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bathroom_furnishing with a fixed text, namely 'Bathroom Furnishing Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bathroom_furnishing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=beauty with a fixed text, namely 'Beauty Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "beauty"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bed with a fixed text, namely 'Bedding/Mattress Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bed"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=beverages with a fixed text, namely 'Beverage Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "beverages"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bicycle with a fixed text, namely 'Bicycle Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bicycle"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=boat with a fixed text, namely 'Boat Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "boat"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bookmaker with a fixed text, namely 'Bookmaker' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bookmaker"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=books with a fixed text, namely 'Book Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "books"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=brewing_supplies with a fixed text, namely 'Brewing Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "brewing_supplies"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=butcher with a fixed text, namely 'Butcher' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "butcher"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=camera with a fixed text, namely 'Camera Equipment Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "camera"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=candles with a fixed text, namely 'Candle Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "candles"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cannabis with a fixed text, namely 'Cannabis Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cannabis"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car with a fixed text, namely 'Car Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car_parts with a fixed text, namely 'Car Parts Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car_parts"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car_repair with a fixed text, namely 'Car Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=caravan with a fixed text, namely 'RV Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "caravan"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=carpet with a fixed text, namely 'Carpet Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "carpet"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=catalogue with a fixed text, namely 'Catalog Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "catalogue"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=charity with a fixed text, namely 'Charity Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "charity"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cheese with a fixed text, namely 'Cheese Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cheese"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=chemist with a fixed text, namely 'Drugstore' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "chemist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=chocolate with a fixed text, namely 'Chocolate Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "chocolate"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=clothes with a fixed text, namely 'Clothing Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "clothes"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=coffee with a fixed text, namely 'Coffee Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "coffee"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=collector with a fixed text, namely 'Collectibles Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "collector"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=computer with a fixed text, namely 'Computer Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "computer"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=confectionery with a fixed text, namely 'Candy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "confectionery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=convenience with a fixed text, namely 'Convenience Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "convenience"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=copyshop with a fixed text, namely 'Copy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "copyshop"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cosmetics with a fixed text, namely 'Cosmetics Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cosmetics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=country_store with a fixed text, namely 'Country Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "country_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=craft with a fixed text, namely 'Arts & Crafts Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "craft"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=curtain with a fixed text, namely 'Curtain Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "curtain"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=dairy with a fixed text, namely 'Dairy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "dairy"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=deli with a fixed text, namely 'Deli' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "deli"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=department_store with a fixed text, namely 'Department Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "department_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=doityourself with a fixed text, namely 'DIY Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "doityourself"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=doors with a fixed text, namely 'Door Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "doors"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=dry_cleaning with a fixed text, namely 'Dry Cleaner' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "dry_cleaning"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=e-cigarette with a fixed text, namely 'E-Cigarette Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "e-cigarette"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=electrical with a fixed text, namely 'Electrical Equipment Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "electrical"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=electronics with a fixed text, namely 'Electronics Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "electronics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=erotic with a fixed text, namely 'Erotic Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "erotic"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fabric with a fixed text, namely 'Fabric Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fabric"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=farm with a fixed text, namely 'Produce Stand' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "farm"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fashion_accessories with a fixed text, namely 'Fashion Accessories Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fashion_accessories"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fireplace with a fixed text, namely 'Fireplace Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fireplace"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fishing with a fixed text, namely 'Fishing Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fishing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=flooring with a fixed text, namely 'Flooring Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "flooring"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=florist with a fixed text, namely 'Florist' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "florist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=frame with a fixed text, namely 'Framing Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "frame"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=frozen_food with a fixed text, namely 'Frozen Food Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "frozen_food"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fuel with a fixed text, namely 'Fuel Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fuel"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=funeral_directors with a fixed text, namely 'Funeral Home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "funeral_directors"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=furniture with a fixed text, namely 'Furniture Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "furniture"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=games with a fixed text, namely 'Tabletop Game Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "games"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=garden_centre with a fixed text, namely 'Garden Center' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "garden_centre"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=gas with a fixed text, namely 'Bottled Gas Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "gas"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=general with a fixed text, namely 'General Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "general"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=gift with a fixed text, namely 'Gift Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "gift"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=greengrocer with a fixed text, namely 'Greengrocer' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "greengrocer"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hairdresser with a fixed text, namely 'Hairdresser' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hairdresser"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hairdresser_supply with a fixed text, namely 'Hairdresser Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hairdresser_supply"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hardware with a fixed text, namely 'Hardware Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hardware"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=health_food with a fixed text, namely 'Health Food Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "health_food"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hearing_aids with a fixed text, namely 'Hearing Aids Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hearing_aids"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=herbalist with a fixed text, namely 'Herbalist' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "herbalist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hifi with a fixed text, namely 'Hifi Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hifi"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hobby with a fixed text, namely 'Hobby Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hobby"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=household_linen with a fixed text, namely 'Household Linen Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "household_linen"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=houseware with a fixed text, namely 'Houseware Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "houseware"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hunting with a fixed text, namely 'Hunting Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hunting"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=interior_decoration with a fixed text, namely 'Interior Decoration Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "interior_decoration"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=jewelry with a fixed text, namely 'Jewelry Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "jewelry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=kiosk with a fixed text, namely 'Kiosk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "kiosk"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=kitchen with a fixed text, namely 'Kitchen Design Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "kitchen"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=laundry with a fixed text, namely 'Laundry' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "laundry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=leather with a fixed text, namely 'Leather Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "leather"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=lighting with a fixed text, namely 'Lighting Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "lighting"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=locksmith with a fixed text, namely 'Locksmith' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "locksmith"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=lottery with a fixed text, namely 'Lottery Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "lottery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=mall with a fixed text, namely 'Mall' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "mall"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=massage with a fixed text, namely 'Massage Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "massage"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=medical_supply with a fixed text, namely 'Medical Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "medical_supply"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=military_surplus with a fixed text, namely 'Military Surplus Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "military_surplus"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=mobile_phone with a fixed text, namely 'Mobile Phone Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "mobile_phone"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=model with a fixed text, namely 'Model Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "model"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=money_lender with a fixed text, namely 'Money Lender' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "money_lender"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=motorcycle with a fixed text, namely 'Motorcycle Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "motorcycle"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=motorcycle_repair with a fixed text, namely 'Motorcycle Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "motorcycle_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=music with a fixed text, namely 'Music Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "music"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=musical_instrument with a fixed text, namely 'Musical Instrument Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "musical_instrument"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=newsagent with a fixed text, namely 'Newspaper/Magazine Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "newsagent"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=nutrition_supplements with a fixed text, namely 'Nutrition Supplements Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "nutrition_supplements"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=optician with a fixed text, namely 'Optician' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "optician"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=outdoor with a fixed text, namely 'Outdoors Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "outdoor"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=outpost with a fixed text, namely 'Online Retailer Outpost' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "outpost"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=paint with a fixed text, namely 'Paint Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "paint"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=party with a fixed text, namely 'Party Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "party"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pastry with a fixed text, namely 'Pastry Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pastry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pawnbroker with a fixed text, namely 'Pawn Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pawnbroker"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=perfumery with a fixed text, namely 'Perfume Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "perfumery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pet with a fixed text, namely 'Pet Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pet"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pet_grooming with a fixed text, namely 'Pet Grooming Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pet_grooming"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=photo with a fixed text, namely 'Photography Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "photo"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pottery with a fixed text, namely 'Pottery Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pottery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=printer_ink with a fixed text, namely 'Printer Ink Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "printer_ink"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=psychic with a fixed text, namely 'Psychic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "psychic"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pyrotechnics with a fixed text, namely 'Fireworks Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pyrotechnics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=radiotechnics with a fixed text, namely 'Radio/Electronic Component Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "radiotechnics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=religion with a fixed text, namely 'Religious Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "religion"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=rental with a fixed text, namely 'Rental Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "rental"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=repair with a fixed text, namely 'Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=scuba_diving with a fixed text, namely 'Scuba Diving Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "scuba_diving"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=seafood with a fixed text, namely 'Seafood Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "seafood"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=second_hand with a fixed text, namely 'Consignment/Thrift Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "second_hand"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=sewing with a fixed text, namely 'Sewing Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "sewing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=shoe_repair with a fixed text, namely 'Shoe Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "shoe_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=shoes with a fixed text, namely 'Shoe Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "shoes"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=spices with a fixed text, namely 'Spice Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "spices"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=sports with a fixed text, namely 'Sporting Goods Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "sports"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=stationery with a fixed text, namely 'Stationery Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "stationery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=storage_rental with a fixed text, namely 'Storage Rental' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "storage_rental"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=supermarket with a fixed text, namely 'Supermarket' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "supermarket"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=swimming_pool with a fixed text, namely 'Pool Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "swimming_pool"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tailor with a fixed text, namely 'Tailor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tailor"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tattoo with a fixed text, namely 'Tattoo Parlor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tattoo"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tea with a fixed text, namely 'Tea Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tea"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=telecommunication with a fixed text, namely 'Telecom Retail Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "telecommunication"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=ticket with a fixed text, namely 'Ticket Seller' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "ticket"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tiles with a fixed text, namely 'Tile Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tiles"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tobacco with a fixed text, namely 'Tobacco Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tobacco"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tool_hire with a fixed text, namely 'Tool Rental' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tool_hire"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=toys with a fixed text, namely 'Toy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "toys"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=trade with a fixed text, namely 'Trade Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "trade"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=travel_agency with a fixed text, namely 'Travel Agency' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "travel_agency"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=trophy with a fixed text, namely 'Trophy Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "trophy"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tyres with a fixed text, namely 'Tire Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tyres"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=vacuum_cleaner with a fixed text, namely 'Vacuum Cleaner Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "vacuum_cleaner"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=variety_store with a fixed text, namely 'Variety Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "variety_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=video with a fixed text, namely 'Video Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "video"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=video_games with a fixed text, namely 'Video Game Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "video_games"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=watches with a fixed text, namely 'Watches Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "watches"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=water with a fixed text, namely 'Drinking Water Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "water"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=water_sports with a fixed text, namely 'Watersport/Swim Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "water_sports"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=weapons with a fixed text, namely 'Weapon Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "weapons"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wholesale with a fixed text, namely 'Wholesale Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wholesale"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wigs with a fixed text, namely 'Wig Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wigs"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=window_blind with a fixed text, namely 'Window Blind Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "window_blind"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wine with a fixed text, namely 'Wine Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wine"
+ },
+ {
+ "key": "opening_hours",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "email",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:email",
+ "description": "Layer 'Shop' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "phone",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:phone",
+ "description": "Layer 'Shop' shows contact:phone~.+ with a fixed text, namely '{contact:phone}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "payment:cash",
+ "description": "Layer 'Shop' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "payment:cards",
+ "description": "Layer 'Shop' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "location",
+ "description": "Layer 'Shop' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "underground"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "0"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Healthcare') Picking this answer will delete the key level.",
+ "value": ""
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "1"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "-1"
+ },
+ {
+ "key": "service:print:A4",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A3",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A2",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A1",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A0",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' 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.osm.be theme 'Healthcare')",
+ "value": "wlan"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=no with a fixed text, namely 'This place does not offer internet access' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "no"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=yes with a fixed text, namely 'This place offers internet access' (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=terminal with a fixed text, namely 'This place offers internet access via a terminal or computer' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "terminal"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=wired with a fixed text, namely 'This place offers wired internet access' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wired"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=yes with a fixed text, namely 'There is a fee for the internet access at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=no with a fixed text, namely 'Internet access is free at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "no"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=customers with a fixed text, namely 'Internet access is free at this place, for customers only' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "customers"
+ },
+ {
+ "key": "internet_access:ssid",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'internet_access:ssid' (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access=wlan)"
+ },
+ {
+ "key": "internet_access:ssid",
+ "description": "Layer 'Shop' shows internet_access:ssid=Telekom with a fixed text, namely 'Telekom' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access=wlan)",
+ "value": "Telekom"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=yes with a fixed text, namely 'This shop offers organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=only with a fixed text, namely 'This shop only offers organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "only"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=no with a fixed text, namely 'This shop does not offer organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "no"
+ },
+ {
+ "key": "shop",
+ "description": "The MapComplete theme Healthcare has a layer Shop showing features with this tag"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Shop 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 'Shop 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 'Shop 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 'Shop 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": "name",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'shop' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=agrarian with a fixed text, namely 'Farm Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "agrarian"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=alcohol with a fixed text, namely 'Liquor Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "alcohol"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=anime with a fixed text, namely 'Anime / Manga Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "anime"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=antiques with a fixed text, namely 'Antiques Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "antiques"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=appliance with a fixed text, namely 'Appliance Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "appliance"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=art with a fixed text, namely 'Art Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "art"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=baby_goods with a fixed text, namely 'Baby Goods Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "baby_goods"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bag with a fixed text, namely 'Bag/Luggage Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bag"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bakery with a fixed text, namely 'Bakery' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bakery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bathroom_furnishing with a fixed text, namely 'Bathroom Furnishing Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bathroom_furnishing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=beauty with a fixed text, namely 'Beauty Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "beauty"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bed with a fixed text, namely 'Bedding/Mattress Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bed"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=beverages with a fixed text, namely 'Beverage Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "beverages"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bicycle with a fixed text, namely 'Bicycle Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bicycle"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=boat with a fixed text, namely 'Boat Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "boat"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=bookmaker with a fixed text, namely 'Bookmaker' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "bookmaker"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=books with a fixed text, namely 'Book Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "books"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=brewing_supplies with a fixed text, namely 'Brewing Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "brewing_supplies"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=butcher with a fixed text, namely 'Butcher' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "butcher"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=camera with a fixed text, namely 'Camera Equipment Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "camera"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=candles with a fixed text, namely 'Candle Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "candles"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cannabis with a fixed text, namely 'Cannabis Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cannabis"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car with a fixed text, namely 'Car Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car_parts with a fixed text, namely 'Car Parts Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car_parts"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=car_repair with a fixed text, namely 'Car Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "car_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=caravan with a fixed text, namely 'RV Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "caravan"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=carpet with a fixed text, namely 'Carpet Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "carpet"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=catalogue with a fixed text, namely 'Catalog Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "catalogue"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=charity with a fixed text, namely 'Charity Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "charity"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cheese with a fixed text, namely 'Cheese Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cheese"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=chemist with a fixed text, namely 'Drugstore' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "chemist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=chocolate with a fixed text, namely 'Chocolate Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "chocolate"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=clothes with a fixed text, namely 'Clothing Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "clothes"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=coffee with a fixed text, namely 'Coffee Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "coffee"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=collector with a fixed text, namely 'Collectibles Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "collector"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=computer with a fixed text, namely 'Computer Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "computer"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=confectionery with a fixed text, namely 'Candy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "confectionery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=convenience with a fixed text, namely 'Convenience Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "convenience"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=copyshop with a fixed text, namely 'Copy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "copyshop"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=cosmetics with a fixed text, namely 'Cosmetics Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "cosmetics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=country_store with a fixed text, namely 'Country Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "country_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=craft with a fixed text, namely 'Arts & Crafts Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "craft"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=curtain with a fixed text, namely 'Curtain Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "curtain"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=dairy with a fixed text, namely 'Dairy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "dairy"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=deli with a fixed text, namely 'Deli' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "deli"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=department_store with a fixed text, namely 'Department Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "department_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=doityourself with a fixed text, namely 'DIY Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "doityourself"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=doors with a fixed text, namely 'Door Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "doors"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=dry_cleaning with a fixed text, namely 'Dry Cleaner' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "dry_cleaning"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=e-cigarette with a fixed text, namely 'E-Cigarette Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "e-cigarette"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=electrical with a fixed text, namely 'Electrical Equipment Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "electrical"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=electronics with a fixed text, namely 'Electronics Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "electronics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=erotic with a fixed text, namely 'Erotic Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "erotic"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fabric with a fixed text, namely 'Fabric Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fabric"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=farm with a fixed text, namely 'Produce Stand' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "farm"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fashion_accessories with a fixed text, namely 'Fashion Accessories Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fashion_accessories"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fireplace with a fixed text, namely 'Fireplace Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fireplace"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fishing with a fixed text, namely 'Fishing Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fishing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=flooring with a fixed text, namely 'Flooring Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "flooring"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=florist with a fixed text, namely 'Florist' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "florist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=frame with a fixed text, namely 'Framing Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "frame"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=frozen_food with a fixed text, namely 'Frozen Food Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "frozen_food"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=fuel with a fixed text, namely 'Fuel Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "fuel"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=funeral_directors with a fixed text, namely 'Funeral Home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "funeral_directors"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=furniture with a fixed text, namely 'Furniture Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "furniture"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=games with a fixed text, namely 'Tabletop Game Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "games"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=garden_centre with a fixed text, namely 'Garden Center' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "garden_centre"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=gas with a fixed text, namely 'Bottled Gas Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "gas"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=general with a fixed text, namely 'General Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "general"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=gift with a fixed text, namely 'Gift Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "gift"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=greengrocer with a fixed text, namely 'Greengrocer' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "greengrocer"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hairdresser with a fixed text, namely 'Hairdresser' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hairdresser"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hairdresser_supply with a fixed text, namely 'Hairdresser Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hairdresser_supply"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hardware with a fixed text, namely 'Hardware Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hardware"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=health_food with a fixed text, namely 'Health Food Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "health_food"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hearing_aids with a fixed text, namely 'Hearing Aids Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hearing_aids"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=herbalist with a fixed text, namely 'Herbalist' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "herbalist"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hifi with a fixed text, namely 'Hifi Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hifi"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hobby with a fixed text, namely 'Hobby Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hobby"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=household_linen with a fixed text, namely 'Household Linen Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "household_linen"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=houseware with a fixed text, namely 'Houseware Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "houseware"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=hunting with a fixed text, namely 'Hunting Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "hunting"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=interior_decoration with a fixed text, namely 'Interior Decoration Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "interior_decoration"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=jewelry with a fixed text, namely 'Jewelry Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "jewelry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=kiosk with a fixed text, namely 'Kiosk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "kiosk"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=kitchen with a fixed text, namely 'Kitchen Design Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "kitchen"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=laundry with a fixed text, namely 'Laundry' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "laundry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=leather with a fixed text, namely 'Leather Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "leather"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=lighting with a fixed text, namely 'Lighting Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "lighting"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=locksmith with a fixed text, namely 'Locksmith' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "locksmith"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=lottery with a fixed text, namely 'Lottery Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "lottery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=mall with a fixed text, namely 'Mall' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "mall"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=massage with a fixed text, namely 'Massage Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "massage"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=medical_supply with a fixed text, namely 'Medical Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "medical_supply"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=military_surplus with a fixed text, namely 'Military Surplus Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "military_surplus"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=mobile_phone with a fixed text, namely 'Mobile Phone Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "mobile_phone"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=model with a fixed text, namely 'Model Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "model"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=money_lender with a fixed text, namely 'Money Lender' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "money_lender"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=motorcycle with a fixed text, namely 'Motorcycle Dealership' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "motorcycle"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=motorcycle_repair with a fixed text, namely 'Motorcycle Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "motorcycle_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=music with a fixed text, namely 'Music Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "music"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=musical_instrument with a fixed text, namely 'Musical Instrument Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "musical_instrument"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=newsagent with a fixed text, namely 'Newspaper/Magazine Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "newsagent"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=nutrition_supplements with a fixed text, namely 'Nutrition Supplements Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "nutrition_supplements"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=optician with a fixed text, namely 'Optician' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "optician"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=outdoor with a fixed text, namely 'Outdoors Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "outdoor"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=outpost with a fixed text, namely 'Online Retailer Outpost' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "outpost"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=paint with a fixed text, namely 'Paint Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "paint"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=party with a fixed text, namely 'Party Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "party"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pastry with a fixed text, namely 'Pastry Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pastry"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pawnbroker with a fixed text, namely 'Pawn Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pawnbroker"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=perfumery with a fixed text, namely 'Perfume Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "perfumery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pet with a fixed text, namely 'Pet Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pet"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pet_grooming with a fixed text, namely 'Pet Grooming Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pet_grooming"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=photo with a fixed text, namely 'Photography Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "photo"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pottery with a fixed text, namely 'Pottery Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pottery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=printer_ink with a fixed text, namely 'Printer Ink Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "printer_ink"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=psychic with a fixed text, namely 'Psychic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "psychic"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=pyrotechnics with a fixed text, namely 'Fireworks Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "pyrotechnics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=radiotechnics with a fixed text, namely 'Radio/Electronic Component Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "radiotechnics"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=religion with a fixed text, namely 'Religious Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "religion"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=rental with a fixed text, namely 'Rental Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "rental"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=repair with a fixed text, namely 'Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=scuba_diving with a fixed text, namely 'Scuba Diving Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "scuba_diving"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=seafood with a fixed text, namely 'Seafood Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "seafood"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=second_hand with a fixed text, namely 'Consignment/Thrift Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "second_hand"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=sewing with a fixed text, namely 'Sewing Supply Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "sewing"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=shoe_repair with a fixed text, namely 'Shoe Repair Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "shoe_repair"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=shoes with a fixed text, namely 'Shoe Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "shoes"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=spices with a fixed text, namely 'Spice Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "spices"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=sports with a fixed text, namely 'Sporting Goods Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "sports"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=stationery with a fixed text, namely 'Stationery Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "stationery"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=storage_rental with a fixed text, namely 'Storage Rental' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "storage_rental"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=supermarket with a fixed text, namely 'Supermarket' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "supermarket"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=swimming_pool with a fixed text, namely 'Pool Supply Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "swimming_pool"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tailor with a fixed text, namely 'Tailor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tailor"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tattoo with a fixed text, namely 'Tattoo Parlor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tattoo"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tea with a fixed text, namely 'Tea Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tea"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=telecommunication with a fixed text, namely 'Telecom Retail Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "telecommunication"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=ticket with a fixed text, namely 'Ticket Seller' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "ticket"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tiles with a fixed text, namely 'Tile Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tiles"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tobacco with a fixed text, namely 'Tobacco Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tobacco"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tool_hire with a fixed text, namely 'Tool Rental' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tool_hire"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=toys with a fixed text, namely 'Toy Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "toys"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=trade with a fixed text, namely 'Trade Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "trade"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=travel_agency with a fixed text, namely 'Travel Agency' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "travel_agency"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=trophy with a fixed text, namely 'Trophy Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "trophy"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=tyres with a fixed text, namely 'Tire Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "tyres"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=vacuum_cleaner with a fixed text, namely 'Vacuum Cleaner Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "vacuum_cleaner"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=variety_store with a fixed text, namely 'Variety Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "variety_store"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=video with a fixed text, namely 'Video Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "video"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=video_games with a fixed text, namely 'Video Game Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "video_games"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=watches with a fixed text, namely 'Watches Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "watches"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=water with a fixed text, namely 'Drinking Water Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "water"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=water_sports with a fixed text, namely 'Watersport/Swim Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "water_sports"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=weapons with a fixed text, namely 'Weapon Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "weapons"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wholesale with a fixed text, namely 'Wholesale Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wholesale"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wigs with a fixed text, namely 'Wig Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wigs"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=window_blind with a fixed text, namely 'Window Blind Store' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "window_blind"
+ },
+ {
+ "key": "shop",
+ "description": "Layer 'Shop' shows shop=wine with a fixed text, namely 'Wine Shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wine"
+ },
+ {
+ "key": "opening_hours",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "email",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:email",
+ "description": "Layer 'Shop' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "phone",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "contact:phone",
+ "description": "Layer 'Shop' shows contact:phone~.+ with a fixed text, namely '{contact:phone}' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "payment:cash",
+ "description": "Layer 'Shop' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "payment:cards",
+ "description": "Layer 'Shop' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Healthcare')"
+ },
+ {
+ "key": "location",
+ "description": "Layer 'Shop' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "underground"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "0"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Healthcare') Picking this answer will delete the key level.",
+ "value": ""
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "1"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Shop' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "-1"
+ },
+ {
+ "key": "service:print:A4",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A3",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A2",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A1",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "service:print:A0",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' 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.osm.be theme 'Healthcare')",
+ "value": "wlan"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=no with a fixed text, namely 'This place does not offer internet access' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "no"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=yes with a fixed text, namely 'This place offers internet access' (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=terminal with a fixed text, namely 'This place offers internet access via a terminal or computer' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "terminal"
+ },
+ {
+ "key": "internet_access",
+ "description": "Layer 'Shop' shows internet_access=wired with a fixed text, namely 'This place offers wired internet access' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare')",
+ "value": "wired"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=yes with a fixed text, namely 'There is a fee for the internet access at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "yes"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=no with a fixed text, namely 'Internet access is free at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "no"
+ },
+ {
+ "key": "internet_access:fee",
+ "description": "Layer 'Shop' shows internet_access:fee=customers with a fixed text, namely 'Internet access is free at this place, for customers only' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access!=no&internet_access~.+)",
+ "value": "customers"
+ },
+ {
+ "key": "internet_access:ssid",
+ "description": "Layer 'Shop' shows and asks freeform values for key 'internet_access:ssid' (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access=wlan)"
+ },
+ {
+ "key": "internet_access:ssid",
+ "description": "Layer 'Shop' shows internet_access:ssid=Telekom with a fixed text, namely 'Telekom' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if internet_access=wlan)",
+ "value": "Telekom"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=yes with a fixed text, namely 'This shop offers organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=only with a fixed text, namely 'This shop only offers organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "only"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Shop' shows organic=no with a fixed text, namely 'This shop does not offer organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Healthcare') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
+ "value": "no"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json
index 000efd6a11..de8e54f943 100644
--- a/Docs/TagInfo/mapcomplete_onwheels.json
+++ b/Docs/TagInfo/mapcomplete_onwheels.json
@@ -2103,27 +2103,27 @@
},
{
"key": "service:print:A4",
- "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A3",
- "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A2",
- "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A1",
- "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A0",
- "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
diff --git a/Docs/TagInfo/mapcomplete_personal.json b/Docs/TagInfo/mapcomplete_personal.json
index 3b0314b005..939f7d62e0 100644
--- a/Docs/TagInfo/mapcomplete_personal.json
+++ b/Docs/TagInfo/mapcomplete_personal.json
@@ -7092,6 +7092,10 @@
"key": "fire_hydrant:diameter",
"description": "Layer 'Map of hydrants' shows and asks freeform values for key 'fire_hydrant:diameter' (in the MapComplete.osm.be theme 'Personal theme')"
},
+ {
+ "key": "couplings",
+ "description": "Layer 'Map of hydrants' shows and asks freeform values for key 'couplings' (in the MapComplete.osm.be theme 'Personal theme')"
+ },
{
"key": "couplings:type",
"description": "Layer 'Map of hydrants' shows and asks freeform values for key 'couplings:type' (in the MapComplete.osm.be theme 'Personal theme')"
@@ -10339,27 +10343,27 @@
},
{
"key": "service:print:A4",
- "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A3",
- "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A2",
- "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A1",
- "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A0",
- "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
diff --git a/Docs/TagInfo/mapcomplete_pets.json b/Docs/TagInfo/mapcomplete_pets.json
index 014f549d32..cc236be4ca 100644
--- a/Docs/TagInfo/mapcomplete_pets.json
+++ b/Docs/TagInfo/mapcomplete_pets.json
@@ -1477,27 +1477,27 @@
},
{
"key": "service:print:A4",
- "description": "Layer 'Dog-friendly shops' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Dog-friendly shops' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A3",
- "description": "Layer 'Dog-friendly shops' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Dog-friendly shops' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A2",
- "description": "Layer 'Dog-friendly shops' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Dog-friendly shops' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A1",
- "description": "Layer 'Dog-friendly shops' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Dog-friendly shops' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A0",
- "description": "Layer 'Dog-friendly shops' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Dog-friendly shops' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
diff --git a/Docs/TagInfo/mapcomplete_shops.json b/Docs/TagInfo/mapcomplete_shops.json
index 383ec50a61..088f16d1b9 100644
--- a/Docs/TagInfo/mapcomplete_shops.json
+++ b/Docs/TagInfo/mapcomplete_shops.json
@@ -907,27 +907,27 @@
},
{
"key": "service:print:A4",
- "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A3",
- "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A2",
- "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A1",
- "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A0",
- "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Open Shop Map') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
diff --git a/Docs/TagInfo/mapcomplete_sports.json b/Docs/TagInfo/mapcomplete_sports.json
index 64a479203e..b74d530df8 100644
--- a/Docs/TagInfo/mapcomplete_sports.json
+++ b/Docs/TagInfo/mapcomplete_sports.json
@@ -1398,27 +1398,27 @@
},
{
"key": "service:print:A4",
- "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A4=yes with a fixed text, namely 'This shop can print on papers of size A4' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A3",
- "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A3=yes with a fixed text, namely 'This shop can print on papers of size A3' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A2",
- "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A2=yes with a fixed text, namely 'This shop can print on papers of size A2' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A1",
- "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A1=yes with a fixed text, namely 'This shop can print on papers of size A1' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
"key": "service:print:A0",
- "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationary.*)$|service:print=yes)",
+ "description": "Layer 'Shop' shows service:print:A0=yes with a fixed text, namely 'This shop can print on papers of size A0' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports') (This is only shown if shop~^(.*copyshop.*)$|shop~^(.*stationery.*)$|service:print=yes)",
"value": "yes"
},
{
diff --git a/Docs/Themes/blind_osm.md b/Docs/Themes/blind_osm.md
index e4b75b4f82..6ff01f082d 100644
--- a/Docs/Themes/blind_osm.md
+++ b/Docs/Themes/blind_osm.md
@@ -35,6 +35,7 @@ Available languages:
- nb_NO
- ca
- cs
+ - ru
This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json)
\ No newline at end of file
diff --git a/Docs/Themes/food.md b/Docs/Themes/food.md
index 34d7039174..0e64194361 100644
--- a/Docs/Themes/food.md
+++ b/Docs/Themes/food.md
@@ -35,6 +35,7 @@ Available languages:
- fr
- da
- cs
+ - ru
This document is autogenerated from [assets/themes/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/food/food.json)
\ No newline at end of file
diff --git a/Docs/Themes/healthcare.md b/Docs/Themes/healthcare.md
index d393177ba7..2f505f8f95 100644
--- a/Docs/Themes/healthcare.md
+++ b/Docs/Themes/healthcare.md
@@ -16,6 +16,8 @@ This theme contains the following layers:
- [dentist](../Layers/dentist.md)
- [hospital](../Layers/hospital.md)
- [pharmacy](../Layers/pharmacy.md)
+ - [medical-shops](../Layers/medical-shops.md)
+ - [shops](../Layers/shops.md)
- [selected_element](../Layers/selected_element.md)
- [gps_location](../Layers/gps_location.md)
- [gps_location_history](../Layers/gps_location_history.md)
@@ -36,6 +38,7 @@ Available languages:
- pa_PK
- cs
- nb_NO
+ - ru
This document is autogenerated from [assets/themes/healthcare/healthcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/healthcare/healthcare.json)
\ No newline at end of file
diff --git a/Docs/Themes/kerbs_and_crossings.md b/Docs/Themes/kerbs_and_crossings.md
index cf450444c5..31e5450ac6 100644
--- a/Docs/Themes/kerbs_and_crossings.md
+++ b/Docs/Themes/kerbs_and_crossings.md
@@ -32,6 +32,7 @@ Available languages:
- da
- cs
- nb_NO
+ - ru
This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json)
\ No newline at end of file
diff --git a/Docs/Themes/maxspeed.md b/Docs/Themes/maxspeed.md
index 1327c5564c..6c48df0348 100644
--- a/Docs/Themes/maxspeed.md
+++ b/Docs/Themes/maxspeed.md
@@ -34,6 +34,7 @@ Available languages:
- nl
- pa_PK
- cs
+ - ru
This document is autogenerated from [assets/themes/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maxspeed/maxspeed.json)
\ No newline at end of file
diff --git a/Docs/Themes/rainbow_crossings.md b/Docs/Themes/rainbow_crossings.md
index 16f0f76696..97c0a4c642 100644
--- a/Docs/Themes/rainbow_crossings.md
+++ b/Docs/Themes/rainbow_crossings.md
@@ -30,6 +30,7 @@ Available languages:
- fr
- da
- nl
+ - ru
This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json)
\ No newline at end of file
diff --git a/Docs/Themes/waste.md b/Docs/Themes/waste.md
index 298cc7ea4f..628bf73954 100644
--- a/Docs/Themes/waste.md
+++ b/Docs/Themes/waste.md
@@ -34,6 +34,7 @@ Available languages:
- it
- da
- es
+ - ru
This document is autogenerated from [assets/themes/waste/waste.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste/waste.json)
\ No newline at end of file
diff --git a/assets/contributors.json b/assets/contributors.json
index 5f7a22e9bf..6ede2ddd16 100644
--- a/assets/contributors.json
+++ b/assets/contributors.json
@@ -1,7 +1,7 @@
{
"contributors": [
{
- "commits": 5008,
+ "commits": 5033,
"contributor": "Pieter Vander Vennet"
},
{
@@ -13,7 +13,7 @@
"contributor": "Tobias"
},
{
- "commits": 35,
+ "commits": 36,
"contributor": "Win Olario"
},
{
@@ -37,7 +37,7 @@
"contributor": "karelleketers"
},
{
- "commits": 24,
+ "commits": 25,
"contributor": "riQQ"
},
{
@@ -101,7 +101,7 @@
"contributor": "Bavo Vanderghote"
},
{
- "commits": 10,
+ "commits": 11,
"contributor": "RobJN"
},
{
@@ -116,6 +116,10 @@
"commits": 8,
"contributor": "Midgard"
},
+ {
+ "commits": 7,
+ "contributor": "OliNau"
+ },
{
"commits": 7,
"contributor": "Mateusz Konieczny"
@@ -140,10 +144,6 @@
"commits": 6,
"contributor": "pelderson"
},
- {
- "commits": 5,
- "contributor": "OliNau"
- },
{
"commits": 4,
"contributor": "Nadhem"
diff --git a/assets/layers/dentist/dentist.json b/assets/layers/dentist/dentist.json
index 16c9d326ae..8ef78df720 100644
--- a/assets/layers/dentist/dentist.json
+++ b/assets/layers/dentist/dentist.json
@@ -3,7 +3,7 @@
"name": {
"en": "Dentist",
"nl": "Tandarts",
- "de": "Zahnarzt"
+ "de": "Zahnärzte"
},
"description": {
"en": "This layer shows dentist offices",
diff --git a/assets/layers/drinking_water/drinking_water.json b/assets/layers/drinking_water/drinking_water.json
index 707e35c590..d5562981ca 100644
--- a/assets/layers/drinking_water/drinking_water.json
+++ b/assets/layers/drinking_water/drinking_water.json
@@ -141,7 +141,8 @@
"fr": "Est-il facile de remplir des bouteilles d'eau ?",
"hu": "Mennyire könnyű itt vizespalackot tölteni?",
"es": "¿Cómo de fácil es rellenar botellas de agua?",
- "ca": "Com de fàcil és reomplir botelles d'aigua?"
+ "ca": "Com de fàcil és reomplir botelles d'aigua?",
+ "ru": "Поместится ли здесь бутылка для воды?"
},
"mappings": [
{
@@ -154,7 +155,8 @@
"fr": "Il est facile de remplir les bouteilles d'eau",
"hu": "Könnyen lehet vizespalackot tölteni",
"es": "Es fácil rellenar botellas de agua",
- "ca": "És fàcil reomplir botelles d'aigua"
+ "ca": "És fàcil reomplir botelles d'aigua",
+ "ru": "Здесь легко поместится бутылка для воды"
}
},
{
@@ -167,7 +169,8 @@
"fr": "Les bouteilles d'eau peuvent ne pas passer",
"hu": "Lehet, hogy nem fér alá egy vizespalack",
"es": "Las botellas de agua pueden no caber",
- "ca": "Les botelles d'aigua podrien no cabre"
+ "ca": "Les botelles d'aigua podrien no cabre",
+ "ru": "Бутылка для воды может не поместиться"
}
}
],
diff --git a/assets/layers/extinguisher/extinguisher.json b/assets/layers/extinguisher/extinguisher.json
index 3834a51b07..f2ebbe5620 100644
--- a/assets/layers/extinguisher/extinguisher.json
+++ b/assets/layers/extinguisher/extinguisher.json
@@ -126,7 +126,7 @@
"en": "a fire extinguisher",
"ja": "消火器",
"nb_NO": "en brannslukker",
- "ru": "Огнетушитель",
+ "ru": "огнетушитель",
"fr": "une extincteur",
"de": "einen Feuerlöscher",
"it": "una estintore",
diff --git a/assets/layers/fire_station/fire_station.json b/assets/layers/fire_station/fire_station.json
index db5ead0890..b8eea16b6a 100644
--- a/assets/layers/fire_station/fire_station.json
+++ b/assets/layers/fire_station/fire_station.json
@@ -272,7 +272,7 @@
"title": {
"en": "a fire station",
"ja": "消防署",
- "ru": "Пожарная часть",
+ "ru": "пожарная часть",
"fr": "une caserne de pompiers",
"de": "eine Feuerwache",
"it": "una caserma dei vigili del fuoco",
diff --git a/assets/layers/gps_track/gps_track.json b/assets/layers/gps_track/gps_track.json
index 71d86a84d6..f7275288a1 100644
--- a/assets/layers/gps_track/gps_track.json
+++ b/assets/layers/gps_track/gps_track.json
@@ -32,7 +32,7 @@
"name": {
"en": "Your travelled track",
"nl": "Jouw afgelegde route",
- "de": "Zurückgelegte Strecke anzeigen",
+ "de": "Zurückgelegte Strecke",
"fr": "Votre chemin parcouru",
"da": "Dit tilbagelagte spor",
"ca": "La teva pista recorreguda"
diff --git a/assets/layers/hospital/hospital.json b/assets/layers/hospital/hospital.json
index 144490447b..f36af954ad 100644
--- a/assets/layers/hospital/hospital.json
+++ b/assets/layers/hospital/hospital.json
@@ -5,14 +5,16 @@
"de": "Krankenhäuser",
"nl": "Ziekenhuizen",
"pa_PK": "ہسپتال",
- "ca": "Hospitals"
+ "ca": "Hospitals",
+ "ru": "Больницы"
},
"title": {
"render": {
"en": "Hospital",
"de": "Krankenhaus",
"nl": "Ziekenhuis",
- "pa_PK": "ہسپتال"
+ "pa_PK": "ہسپتال",
+ "ru": "Больница"
}
},
"description": {
@@ -31,13 +33,15 @@
"en": "This hospital is called {name}",
"ca": "Aquest hospital s'anomena {name}",
"de": "Der Name des Krankenhauses lautet {name}",
- "nl": "Dit ziekenhuis heet {name}"
+ "nl": "Dit ziekenhuis heet {name}",
+ "ru": "Эта больница называется {name}"
},
"question": {
"en": "What is the name of this hospital?",
"de": "Wie lautet der Name des Krankenhauses?",
"nl": "Wat is de naam van dit ziekenhuis?",
- "ca": "Quin és el nom d'aquest hospital?"
+ "ca": "Quin és el nom d'aquest hospital?",
+ "ru": "Как называется эта больница?"
},
"freeform": {
"key": "name"
diff --git a/assets/layers/hotel/hotel.json b/assets/layers/hotel/hotel.json
index c1ed833969..54f5563a8f 100644
--- a/assets/layers/hotel/hotel.json
+++ b/assets/layers/hotel/hotel.json
@@ -4,7 +4,8 @@
"en": "Hotels",
"nl": "Hotels",
"de": "Hotels",
- "pa_PK": "ہوٹل"
+ "pa_PK": "ہوٹل",
+ "ru": "Гостиницы"
},
"description": {
"en": "Layer showing all hotels",
@@ -39,7 +40,8 @@
"en": "a hotel",
"nl": "een hotel",
"de": "ein Hotel",
- "ca": "un hotel"
+ "ca": "un hotel",
+ "ru": "гостиница"
},
"tags": [
"tourism=hotel"
@@ -66,13 +68,15 @@
"placeholder": {
"en": "Name of the hotel",
"nl": "Naam van het hotel",
- "de": "Name des Hotels"
+ "de": "Name des Hotels",
+ "ru": "Название гостиницы"
}
},
"question": {
"en": "What is the name of this hotel?",
"nl": "Wat is de naam van dit hotel?",
- "de": "Wie lautet der Name des Hotels?"
+ "de": "Wie lautet der Name des Hotels?",
+ "ru": "Как называется эта гостиница?"
},
"render": {
"en": "This hotel is called {name}",
diff --git a/assets/layers/hydrant/hydrant.json b/assets/layers/hydrant/hydrant.json
index 6c97a33f7c..0814661d34 100644
--- a/assets/layers/hydrant/hydrant.json
+++ b/assets/layers/hydrant/hydrant.json
@@ -141,7 +141,7 @@
"en": "What type of hydrant is it?",
"ja": "どんな消火栓なんですか?",
"it": "Di che tipo è questo idrante?",
- "ru": "К какому типу относится этот гидрант?",
+ "ru": "Какого вида этот гидрант?",
"fr": "De quel type de borne s’agit-il ?",
"de": "Welche Bauform hat der Hydrant?",
"nl": "Wat voor soort brandkraan is dit?",
@@ -153,7 +153,7 @@
},
"render": {
"en": " Hydrant type: {fire_hydrant:type}",
- "ru": " Тип гидранта: {fire_hydrant:type}",
+ "ru": " Вид гидранта: {fire_hydrant:type}",
"ja": " 消火栓のタイプ:{fire_hydrant:type}",
"it": " Tipo di idrante: {fire_hydrant:type}",
"fr": " Type de borne : {fire_hydrant:type}",
@@ -192,9 +192,10 @@
"fr": "Pilier.",
"de": "Überflurhydrant.",
"it": "Soprasuolo.",
- "nl": "Bovengrondse brandkraan.",
+ "nl": "Pillaar type.",
"es": "De pilar.",
- "ca": "De pilar."
+ "ca": "De pilar.",
+ "ru": "Наземный."
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_pillar.svg",
@@ -215,7 +216,8 @@
"it": "Tubo.",
"nl": "Buis type.",
"es": "De tubería.",
- "ca": "De tuberia."
+ "ca": "De tuberia.",
+ "ru": "Труба."
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_unknown.svg",
@@ -231,7 +233,7 @@
"then": {
"en": "Wall type.",
"id": "Jenis dinding.",
- "ru": "Тип стены.",
+ "ru": "Настенный.",
"ja": "壁型。",
"fr": "Mural.",
"de": "Wandhydrant.",
@@ -257,9 +259,10 @@
"fr": "Enterré.",
"de": "Unterflurhydrant.",
"it": "Sottosuolo.",
- "nl": "Ondergrondse brandkraan.",
+ "nl": "Ondergronds type.",
"ca": "Subterrani.",
- "es": "Bajo tierra."
+ "es": "Bajo tierra.",
+ "ru": "Подземный."
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_underground.svg",
@@ -278,7 +281,8 @@
"it": "Aggiorna lo stato di funzionamento dell’idrante.",
"nl": "Werkt deze brandkraan nog?",
"es": "¿Todavía funciona esta boca de incendios?",
- "ca": "Encara funciona aquest hidrant?"
+ "ca": "Encara funciona aquest hidrant?",
+ "ru": "Этот гидрант в рабочем состоянии?"
},
"mappings": [
{
@@ -314,7 +318,8 @@
"it": "L’idrante è fuori servizio.",
"nl": "De brandkraan is niet beschikbaar",
"es": "La boca de incendios no está disponible",
- "ca": "L'hidrant no està disponible"
+ "ca": "L'hidrant no està disponible",
+ "ru": "К гидранту нет доступа"
}
},
{
@@ -344,21 +349,24 @@
"en": "What is the pipe diameter of this hydrant?",
"de": "Was ist der Rohrdurchmesser dieses Hydranten?",
"nl": "Wat is de pijpdiameter van deze hydrant?",
- "ca": "Quin és el diàmetre d'aquest hidrant?"
+ "ca": "Quin és el diàmetre d'aquest hidrant?",
+ "ru": "Какой диаметр трубы у этого гидранта?"
},
"freeform": {
"key": "fire_hydrant:diameter",
"placeholder": {
"en": "Pipe diameter",
"de": "Rohrdurchmesser",
- "nl": "Pijpdiameter"
+ "nl": "Pijpdiameter",
+ "ru": "Диаметр трубы"
},
"type": "int"
},
"render": {
"en": "Pipe diameter: {canonical(fire_hydrant:diameter)}",
"de": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}",
- "nl": "Pijpdiameter:{canonical(fire_hydrant:diameter)}"
+ "nl": "Pijpdiameter:{canonical(fire_hydrant:diameter)}",
+ "ru": "Диаметр трубы: {canonical(fire_hydrant:diameter)}"
}
},
{
@@ -390,14 +398,16 @@
"en": "What kind of couplings does this hydrant have?",
"de": "Welche Art von Kupplungen hat dieser Hydrant?",
"nl": "Welke soort koppeling heeft deze hydrant?",
- "ca": "Quin tipus d‘acoblament té aquest hidrant?"
+ "ca": "Quin tipus d‘acoblament té aquest hidrant?",
+ "ru": "Какого вида соединительные головки у этого гидранта?"
},
"freeform": {
"key": "couplings:type",
"placeholder": {
"en": "Coupling type",
"de": "Art der Kupplung",
- "nl": "Soort koppeling"
+ "nl": "Soort koppeling",
+ "ru": "Тип соединительной головки"
},
"type": "string"
},
@@ -408,7 +418,8 @@
"en": "Storz coupling",
"de": "Storz-Kupplung",
"nl": "Storz-koppeling",
- "ca": "Acoblament Storz"
+ "ca": "Acoblament Storz",
+ "ru": "Головка типа Storz"
},
"icon": {
"path": "./assets/layers/hydrant/storz.jpg",
@@ -421,7 +432,8 @@
"en": "UNI coupling",
"de": "UNI-Kupplung",
"nl": "UNI-koppeling",
- "ca": "Acoblament UNI"
+ "ca": "Acoblament UNI",
+ "ru": "Головка типа UNI"
}
},
{
@@ -430,7 +442,8 @@
"en": "Barcelona coupling",
"de": "Barcelona-Kupplung",
"nl": "Barcelona-koppeling",
- "ca": "Acoblament Barcelona"
+ "ca": "Acoblament Barcelona",
+ "ru": "Головка типа Barcelona"
},
"icon": {
"path": "./assets/layers/hydrant/barcelona.jpg",
@@ -442,7 +455,8 @@
"render": {
"en": "Couplings: {couplings:type}",
"de": "Kupplungen: {couplings:type}",
- "nl": "Koppelingen:{couplings:type}"
+ "nl": "Koppelingen:{couplings:type}",
+ "ru": "Соединительные головки: {couplings:type}"
}
},
{
@@ -451,20 +465,23 @@
"en": "What diameter are the couplings of this hydrant?",
"de": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?",
"nl": "Welke diameter hebben de koppelingen van deze hydrant?",
- "ca": "Quin és el diàmetre dels acoblaments d'aquest hidrant?"
+ "ca": "Quin és el diàmetre dels acoblaments d'aquest hidrant?",
+ "ru": "Какой диаметр соединительных головок у этого гидранта?"
},
"freeform": {
"key": "couplings:diameters",
"placeholder": {
"en": "Coupling diameters",
"de": "Kupplungsdurchmesser",
- "nl": "Koppeldiameters"
+ "nl": "Koppeldiameters",
+ "ru": "Диаметры соединительных головок"
}
},
"render": {
"en": "Coupling diameters: {couplings:diameters}",
"de": "Kupplungsdurchmesser: {couplings:diameters}",
- "nl": "Koppelingdiameters:{couplings:diameters}"
+ "nl": "Koppelingdiameters:{couplings:diameters}",
+ "ru": "Диаметр соединительных головок: {couplings:diameters}"
}
},
"images"
@@ -494,7 +511,8 @@
"it": "Un idrante è un punto di collegamento dove i pompieri possono estrarre acqua. Potrebbe trovarsi sottoterra.",
"nl": "Een brandkraan is een kraan waar brandweerlieden een brandslang kunnen aansluiten. Soms zit deze ondergronds.",
"es": "Una boca de incendios es un punto de conexión en el que los bomberos pueden conseguir agua. Puede situarse bajo tierra.",
- "ca": "Un hidrant és un punt de connexió on els bombers poden aconseguir aigua. Pot estar baix terra."
+ "ca": "Un hidrant és un punt de connexió on els bombers poden aconseguir aigua. Pot estar baix terra.",
+ "ru": "Гидрант – приспособление, с помощью которого пожарные могут подключаться к водопроводу. Гидранты могут быть под землёй."
}
}
],
@@ -534,13 +552,15 @@
"en": "millimeters",
"nl": "millimeter",
"de": "Millimeter",
- "pa_PK": "ملیمیٹر"
+ "pa_PK": "ملیمیٹر",
+ "ru": "миллиметры"
},
"humanSingular": {
"en": "millimeter",
"nl": "millimeter",
"de": "Millimeter",
- "pa_PK": "ملیمیٹر"
+ "pa_PK": "ملیمیٹر",
+ "ru": "миллиметр"
}
}
],
@@ -549,4 +569,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json
index 691550ace7..88c9ae2500 100644
--- a/assets/layers/indoors/indoors.json
+++ b/assets/layers/indoors/indoors.json
@@ -117,12 +117,14 @@
"question": {
"en": "What is the name of this room?",
"de": "Wie lautet der Name dieses Raums?",
- "nl": "Wat is de naam van deze ruimte?"
+ "nl": "Wat is de naam van deze ruimte?",
+ "ru": "Как называется эта комната?"
},
"render": {
"en": "This room is named {name}",
"de": "Der Name des Raums lautet {name}",
- "nl": "Deze ruimte heet {name}"
+ "nl": "Deze ruimte heet {name}",
+ "ru": "Эта комната называется {name}"
},
"freeform": {
"key": "name",
@@ -130,7 +132,8 @@
"placeholder": {
"en": "Name of the room",
"de": "Name des Raums",
- "nl": "Naam van de ruimte"
+ "nl": "Naam van de ruimte",
+ "ru": "Название комнаты"
}
},
"condition": {
diff --git a/assets/layers/kerbs/kerbs.json b/assets/layers/kerbs/kerbs.json
index c3293aaec0..2c2e007a9f 100644
--- a/assets/layers/kerbs/kerbs.json
+++ b/assets/layers/kerbs/kerbs.json
@@ -5,13 +5,15 @@
"nl": "Stoepranden",
"de": "Bordsteine",
"fr": "Bordures",
- "pa_PK": "کرب"
+ "pa_PK": "کرب",
+ "ru": "Бордюры"
},
"description": {
"en": "A layer showing kerbs.",
"nl": "Een laag met stoepranden.",
"de": "Eine Ebene, die Bordsteine zeigt.",
- "fr": "Un calque montrant les bordures."
+ "fr": "Un calque montrant les bordures.",
+ "ru": "Слой, изображающий бордюры."
},
"source": {
"osmTags": "barrier=kerb"
@@ -23,7 +25,8 @@
"nl": "Stoeprand",
"de": "Bordstein",
"fr": "Bordure",
- "pa_PK": "کرب"
+ "pa_PK": "کرب",
+ "ru": "Бордюр"
}
},
"mapRendering": [
@@ -68,7 +71,8 @@
"nl": "Hoe hoog is deze stoeprand?",
"de": "Wie hoch ist der Bordstein?",
"fr": "Quelle est la hauteur de ce trottoir ?",
- "ca": "Quina és l'altura d'aquest gual?"
+ "ca": "Quina és l'altura d'aquest gual?",
+ "ru": "Какая высота у этого бордюра?"
},
"mappings": [
{
@@ -92,7 +96,8 @@
"nl": "Deze stoeprand is verlaagd (~3 cm)",
"de": "Der Bordstein ist abgesenkt (~3 cm)",
"fr": "Cette bordure est abaissée (~3 cm)",
- "ca": "Aquest gual està rebaixat (~3 cm)"
+ "ca": "Aquest gual està rebaixat (~3 cm)",
+ "ru": "Это пониженный бордюр (~3 см)"
},
"icon": {
"path": "./assets/layers/kerbs/lowered.svg",
@@ -106,7 +111,8 @@
"nl": "Deze stoeprand is vlak (~0cm)",
"de": "Der Bordstein ist bündig (~0cm)",
"fr": "Cette bordure est affleurante (~0cm)",
- "ca": "Aquest gual està a ras (~0cm)"
+ "ca": "Aquest gual està a ras (~0cm)",
+ "ru": "Этот бордюр вровень с дорогой (~0 см)"
},
"icon": {
"path": "./assets/layers/kerbs/flush.svg",
@@ -119,7 +125,8 @@
"en": "There is no kerb here",
"nl": "Er is hier geen stoeprand",
"de": "Hier gibt es keinen Bordstein",
- "fr": "Il n'y a pas de bordure ici"
+ "fr": "Il n'y a pas de bordure ici",
+ "ru": "Здесь нет бордюра"
},
"hideInAnswer": true,
"icon": {
@@ -147,7 +154,8 @@
"de": "Gibt es am Bordstein ein taktiles Pflaster?",
"fr": "Y a-t-il un revêtement tactile sur cette bordure ?",
"nl": "Is er voelbare bestrating bij deze stoeprand?",
- "ca": "Hi ha una superfície podotàctil a aquest gual?"
+ "ca": "Hi ha una superfície podotàctil a aquest gual?",
+ "ru": "Есть ли тактильная плитка у этого бордюра?"
},
"mappings": [
{
@@ -157,7 +165,8 @@
"de": "Der Bordstein hat ein taktiles Pflaster.",
"fr": "Cette bordure a un revêtement podotactile.",
"nl": "Deze stoeprand heeft voelbare bestrating.",
- "ca": "Aquest gual té superfície podotàctil."
+ "ca": "Aquest gual té superfície podotàctil.",
+ "ru": "У этого бордюра есть тактильная плитка."
}
},
{
@@ -167,7 +176,8 @@
"de": "Der Bordstein hat kein taktiles Pflaster.",
"fr": "Cette bordure n'a pas de revêtement podotactile.",
"nl": "Deze stoeprand heeft geen voelbare bestrating.",
- "ca": "Aquest gual no té superfície podotàctil."
+ "ca": "Aquest gual no té superfície podotàctil.",
+ "ru": "У этого бордюра нет тактильной плитки."
}
},
{
@@ -177,7 +187,8 @@
"de": "Der Bordstein hat ein taktiles Pflaster, das aber falsch ist.",
"fr": "Cette bordure a un pavage tactile, mais il est incorrect.",
"nl": "Deze stoeprand heeft voelbare bestrating, maar deze is incorrect.",
- "ca": "La vorera té superfície podotàctil, però és incorrecte."
+ "ca": "La vorera té superfície podotàctil, però és incorrecte.",
+ "ru": "У этого бордюра неверно выложенная тактильная плитка."
},
"hideInAnswer": true
}
@@ -191,13 +202,15 @@
"nl": "Hoe hoog is deze stoeprand?",
"de": "Wie hoch ist der Bordstein?",
"fr": "Quelle est la hauteur de ce trottoir ?",
- "ca": "Quina és l'altura d'aquest gual?"
+ "ca": "Quina és l'altura d'aquest gual?",
+ "ru": "Какая высота у этого бордюра?"
},
"render": {
"en": "Kerb height: {kerb:height}",
"nl": "Stoeprandhoogte: {kerb:height}",
"de": "Bordsteinhöhe: {kerb:height}",
- "fr": "Hauteur du trottoir : {kerb:height}"
+ "fr": "Hauteur du trottoir : {kerb:height}",
+ "ru": "Высота бордюра: {kerb:height}"
},
"freeform": {
"key": "kerb:height",
@@ -205,7 +218,8 @@
"en": "Height of the kerb",
"nl": "Hoogte van de stoeprand",
"de": "Höhe des Bordsteins",
- "fr": "Hauteur de la bordure"
+ "fr": "Hauteur de la bordure",
+ "ru": "Высота бордюра"
},
"type": "pnat"
},
@@ -228,7 +242,8 @@
"en": "a kerb",
"nl": "een stoeprand",
"de": "einen Bordstein",
- "fr": "une bordure"
+ "fr": "une bordure",
+ "ru": "бордюр"
},
"tags": [
"barrier=kerb"
@@ -258,7 +273,8 @@
"en": "All types of kerbs",
"nl": "Alle typen stoepranden",
"de": "Alle Arten von Bordsteinen",
- "fr": "Tous types de bordures"
+ "fr": "Tous types de bordures",
+ "ru": "Все виды бордюров"
}
},
{
@@ -276,7 +292,8 @@
"en": "Lowered kerb (~3 cm)",
"nl": "Verlaagde stoeprand (~3 cm)",
"de": "Abgesenkter Bordstein (~3 cm)",
- "fr": "Bordure abaissée (~3 cm)"
+ "fr": "Bordure abaissée (~3 cm)",
+ "ru": "Пониженный бордюр (~3 см)"
}
},
{
@@ -285,7 +302,8 @@
"en": "Flush kerb (~0cm)",
"nl": "Vlakke stoeprand (~0cm)",
"de": "Bündiger Bordstein (~0 cm)",
- "fr": "Bordure affleurante (~0cm)"
+ "fr": "Bordure affleurante (~0cm)",
+ "ru": "Вровень с дорогой (~0 см)"
}
},
{
@@ -294,7 +312,8 @@
"en": "No kerb",
"nl": "Geen stoeprand",
"de": "Kein Bordstein",
- "fr": "Pas de trottoir"
+ "fr": "Pas de trottoir",
+ "ru": "Нет бордюра"
}
},
{
@@ -324,14 +343,16 @@
"nl": "centimeter",
"de": "Zentimeter",
"fr": "centimètres",
- "pa_PK": "سینٹیمیٹر"
+ "pa_PK": "سینٹیمیٹر",
+ "ru": "сантиметры"
},
"humanSingular": {
"en": "centimeter",
"nl": "centimeter",
"de": "Zentimeter",
"fr": "centimètre",
- "pa_PK": "سینٹیمیٹر"
+ "pa_PK": "سینٹیمیٹر",
+ "ru": "сантиметр"
}
},
{
@@ -345,14 +366,16 @@
"nl": "meter",
"de": "Meter",
"fr": "mètres",
- "pa_PK": "میٹر"
+ "pa_PK": "میٹر",
+ "ru": "метры"
},
"humanSingular": {
"en": "meter",
"nl": "meter",
"de": "Meter",
"fr": "mètre",
- "pa_PK": "میٹر"
+ "pa_PK": "میٹر",
+ "ru": "метр"
}
}
],
diff --git a/assets/layers/kindergarten_childcare/kindergarten_childcare.json b/assets/layers/kindergarten_childcare/kindergarten_childcare.json
index e8dbc246ea..429605edd4 100644
--- a/assets/layers/kindergarten_childcare/kindergarten_childcare.json
+++ b/assets/layers/kindergarten_childcare/kindergarten_childcare.json
@@ -128,7 +128,8 @@
"title": {
"en": "a kindergarten",
"nl": "een kleuterschool",
- "de": "einen Kindergarten"
+ "de": "einen Kindergarten",
+ "ru": "детский сад"
},
"description": "A kindergarten (also known as preschool) is a school where small kids receive early education.",
"tags": [
diff --git a/assets/layers/maxspeed/maxspeed.json b/assets/layers/maxspeed/maxspeed.json
index cb79050573..b02f7e1221 100644
--- a/assets/layers/maxspeed/maxspeed.json
+++ b/assets/layers/maxspeed/maxspeed.json
@@ -4,7 +4,7 @@
"en": "Maxspeed",
"es": "Velocidad",
"ca": "Velocitat",
- "de": "Höchstgeschwindigkeit",
+ "de": "Höchstgeschwindigkeiten",
"nl": "Maximumsnelheid",
"pa_PK": "حد رفتار"
},
@@ -174,7 +174,8 @@
"es": "km/h",
"nl": "km/u",
"de": "km/h",
- "pa_PK": "ہر گھنٹے وچ کیلومیٹر"
+ "pa_PK": "ہر گھنٹے وچ کیلومیٹر",
+ "ru": "км/ч"
}
},
{
diff --git a/assets/layers/physiotherapist/physiotherapist.json b/assets/layers/physiotherapist/physiotherapist.json
index ebd4772f58..215d6f6cfb 100644
--- a/assets/layers/physiotherapist/physiotherapist.json
+++ b/assets/layers/physiotherapist/physiotherapist.json
@@ -3,7 +3,7 @@
"name": {
"en": "Physiotherapist",
"nl": "Kinesist",
- "de": "Physiotherapeut"
+ "de": "Physiotherapeuten"
},
"description": {
"en": "This layer shows physiotherapists",
diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json
index 4796f713b9..7ef0ecb0d1 100644
--- a/assets/layers/shops/shops.json
+++ b/assets/layers/shops/shops.json
@@ -411,4 +411,4 @@
"accepts_cards",
"has_organic"
]
-}
+}
\ No newline at end of file
diff --git a/assets/layers/speed_display/speed_display.json b/assets/layers/speed_display/speed_display.json
index 721aa72f1d..f80a099ab0 100644
--- a/assets/layers/speed_display/speed_display.json
+++ b/assets/layers/speed_display/speed_display.json
@@ -2,7 +2,7 @@
"id": "speed_display",
"name": {
"en": "Speed Display",
- "de": "Geschwindigkeitsanzeige",
+ "de": "Geschwindigkeitsanzeigen",
"nl": "Snelheidsdisplay"
},
"description": {
diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json
index 5e686c05db..33c3bb647f 100644
--- a/assets/layers/sport_pitch/sport_pitch.json
+++ b/assets/layers/sport_pitch/sport_pitch.json
@@ -79,7 +79,8 @@
"it": "Qui si gioca a basket",
"ru": "Здесь можно играть в баскетбол",
"de": "Hier wird Basketball gespielt",
- "es": "Aquí se juega al baloncesto"
+ "es": "Aquí se juega al baloncesto",
+ "ca": "Aquí es juga bàsquet"
}
},
{
@@ -95,7 +96,8 @@
"it": "Qui si gioca a calcio",
"ru": "Здесь можно играть в футбол",
"de": "Hier wird Fußball gespielt",
- "es": "Aquí se juega al fútbol"
+ "es": "Aquí se juega al fútbol",
+ "ca": "Aquí es juga futbol"
}
},
{
@@ -111,7 +113,8 @@
"ru": "Это стол для пинг-понга",
"it": "Questo è un tavolo da ping pong",
"de": "Dies ist eine Tischtennisplatte",
- "es": "Esto es una mesa de ping pong"
+ "es": "Esto es una mesa de ping pong",
+ "ca": "Aquí es juga ping pong"
}
},
{
@@ -127,7 +130,8 @@
"it": "Qui si gioca a tennis",
"ru": "Здесь можно играть в теннис",
"de": "Hier wird Tennis gespielt",
- "es": "Aquí se juega al tenis"
+ "es": "Aquí se juega al tenis",
+ "ca": "Aquí es juga al tenis"
}
},
{
@@ -142,7 +146,8 @@
"en": "Korfball is played here",
"it": "Qui si gioca a korfball",
"ru": "Здесь можно играть в корфбол",
- "de": "Hier wird Kopfball gespielt"
+ "de": "Hier wird Kopfball gespielt",
+ "ca": "Aquí es juga al corfbol"
}
},
{
diff --git a/assets/layers/stairs/stairs.json b/assets/layers/stairs/stairs.json
index f88a625315..c1843ae29e 100644
--- a/assets/layers/stairs/stairs.json
+++ b/assets/layers/stairs/stairs.json
@@ -3,7 +3,7 @@
"name": {
"en": "Stairs",
"nl": "Trappen",
- "de": "Treppe"
+ "de": "Treppen"
},
"description": {
"en": "Layer showing stairs and escalators",
diff --git a/assets/layers/usersettings/usersettings.json b/assets/layers/usersettings/usersettings.json
index 830f6d0d90..45c85401d3 100644
--- a/assets/layers/usersettings/usersettings.json
+++ b/assets/layers/usersettings/usersettings.json
@@ -40,7 +40,8 @@
"then": {
"en": "Pictures you take will be licensed with CC0 and added to the public domain. This means that everyone can use your pictures for any purpose.",
"de": "Die von Ihnen aufgenommenen Bilder werden mit CC0 lizenziert und der Public Domain hinzugefügt. Das bedeutet, dass jeder Ihre Bilder für jeden Zweck verwenden kann.",
- "nl": "Afbeeldingen die je toevoegt zullen gepubliceerd worden met de CC0-licentie en dus aan het publieke domein toegevoegd worden. Dit betekent dat iedereen je afbeeldingen kan gebruiken voor elk mogelijks gebruik."
+ "nl": "Afbeeldingen die je toevoegt zullen gepubliceerd worden met de CC0-licentie en dus aan het publieke domein toegevoegd worden. Dit betekent dat iedereen je afbeeldingen kan gebruiken voor elk mogelijks gebruik.",
+ "ru": "Изображения будут опубликованы под лицензией CC0 и перейдут в общественное достояние. Это значит, что кто угодно имеет право использовать их без ограничений."
}
},
{
@@ -273,4 +274,4 @@
}
],
"mapRendering": null
-}
+}
\ No newline at end of file
diff --git a/assets/themes/blind_osm/blind_osm.json b/assets/themes/blind_osm/blind_osm.json
index 6a09fcb034..c5415d390e 100644
--- a/assets/themes/blind_osm/blind_osm.json
+++ b/assets/themes/blind_osm/blind_osm.json
@@ -7,7 +7,8 @@
"fr": "OSM pour les malvoyants",
"nb_NO": "OSM for blinde",
"ca": "OSM per als cecs",
- "cs": "Mapování systému objektů pro nevidomé"
+ "cs": "Mapování systému objektů pro nevidomé",
+ "ru": "OSM для слепых и слабовидящих"
},
"description": {
"en": "Help to map features relevant for the blind",
diff --git a/assets/themes/food/food.json b/assets/themes/food/food.json
index ed736be857..7e1925e4dc 100644
--- a/assets/themes/food/food.json
+++ b/assets/themes/food/food.json
@@ -12,7 +12,8 @@
"es": "Restaurantes y comida rápida",
"fr": "Restaurants et restaurants rapides",
"da": "Restauranter og fastfood",
- "cs": "Restaurace a podniky rychlého občerstvení"
+ "cs": "Restaurace a podniky rychlého občerstvení",
+ "ru": "Общественное питание"
},
"description": {
"nl": "Restaurants en fast food",
diff --git a/assets/themes/ghostbikes/ghostbikes.json b/assets/themes/ghostbikes/ghostbikes.json
index 1cca6d6b23..491d397763 100644
--- a/assets/themes/ghostbikes/ghostbikes.json
+++ b/assets/themes/ghostbikes/ghostbikes.json
@@ -16,7 +16,7 @@
"it": "Bici fantasma",
"pl": "Duch roweru",
"pt_BR": "Bicicleta fantasma",
- "ru": "Велосипед Ghost",
+ "ru": "Призрачные велосипеды",
"sv": "Spökcykel",
"da": "Spøgelsescykler",
"ca": "Bicicletes fantasmes",
diff --git a/assets/themes/healthcare/healthcare.json b/assets/themes/healthcare/healthcare.json
index 0e999220bd..c8579c5efa 100644
--- a/assets/themes/healthcare/healthcare.json
+++ b/assets/themes/healthcare/healthcare.json
@@ -9,7 +9,8 @@
"nl": "Gezondheidszorg",
"pa_PK": "سیت سمبھال",
"cs": "Zdravotní péče",
- "nb_NO": "Helsebehandling"
+ "nb_NO": "Helsebehandling",
+ "ru": "Здравоохранение"
},
"description": {
"en": "On this map, various healthcare related items are shown",
@@ -92,4 +93,4 @@
}
}
]
-}
+}
\ No newline at end of file
diff --git a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
index d79a6a500c..08fb942e12 100644
--- a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
+++ b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
@@ -7,7 +7,8 @@
"fr": "Ressauts et traversées",
"da": "Kantsten og overgange",
"cs": "Obrubníky a přechody",
- "nb_NO": "Fortauskanter og fotgjengerfelt."
+ "nb_NO": "Fortauskanter og fotgjengerfelt.",
+ "ru": "Бордюры и пешеходные переходы"
},
"description": {
"en": "A map showing kerbs and crossings.",
diff --git a/assets/themes/maxspeed/maxspeed.json b/assets/themes/maxspeed/maxspeed.json
index 4f98d276f7..4ce72e37cd 100644
--- a/assets/themes/maxspeed/maxspeed.json
+++ b/assets/themes/maxspeed/maxspeed.json
@@ -9,7 +9,8 @@
"da": "Højeste hastighed",
"nl": "Maximale snelheden",
"pa_PK": "حد رفتار",
- "cs": "Maximální rychlost"
+ "cs": "Maximální rychlost",
+ "ru": "Ограничения скорости"
},
"shortDescription": {
"en": "This map shows the legally allowed maximum speed on every road.",
diff --git a/assets/themes/rainbow_crossings/rainbow_crossings.json b/assets/themes/rainbow_crossings/rainbow_crossings.json
index 9eb16fe3aa..026d09b084 100644
--- a/assets/themes/rainbow_crossings/rainbow_crossings.json
+++ b/assets/themes/rainbow_crossings/rainbow_crossings.json
@@ -5,7 +5,8 @@
"de": "Regenbogen-Fußgängerübergänge",
"fr": "Passages cloutés arc-en-ciel",
"da": "Regnbue fodgængerfelter",
- "nl": "Regenboogzebrapaden"
+ "nl": "Regenboogzebrapaden",
+ "ru": "Радужные пешеходные переходы"
},
"description": {
"en": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
diff --git a/assets/themes/shops/shops.json b/assets/themes/shops/shops.json
index f9af132909..1d0e6358ea 100644
--- a/assets/themes/shops/shops.json
+++ b/assets/themes/shops/shops.json
@@ -5,7 +5,7 @@
"fr": "Carte des magasins",
"ja": "オープン ショップ マップ",
"zh_Hant": "開放商店地圖",
- "ru": "Открыть карту магазинов",
+ "ru": "Открытая карта магазинов",
"de": "Freie Geschäftskarte",
"it": "Mappa dei negozi",
"nb_NO": "Kart over åpne butikker",
diff --git a/assets/themes/uk_addresses/uk_addresses.json b/assets/themes/uk_addresses/uk_addresses.json
index b1d0ef8c94..fabf576ae1 100644
--- a/assets/themes/uk_addresses/uk_addresses.json
+++ b/assets/themes/uk_addresses/uk_addresses.json
@@ -681,4 +681,4 @@
"enableShareScreen": false,
"enableMoreQuests": false,
"credits": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett"
-}
+}
\ No newline at end of file
diff --git a/assets/themes/waste/waste.json b/assets/themes/waste/waste.json
index a5fdbc717b..8cba4aa2e2 100644
--- a/assets/themes/waste/waste.json
+++ b/assets/themes/waste/waste.json
@@ -9,7 +9,8 @@
"fr": "Déchets",
"it": "Rifiuti",
"da": "Affald",
- "es": "Basura y reciclaje"
+ "es": "Basura y reciclaje",
+ "ru": "Мусор"
},
"description": {
"en": "Map showing waste baskets and recycling facilities.",
diff --git a/assets/translators.json b/assets/translators.json
index 54e018ab51..692d4a915d 100644
--- a/assets/translators.json
+++ b/assets/translators.json
@@ -5,7 +5,7 @@
"contributor": "Pieter Vander Vennet"
},
{
- "commits": 233,
+ "commits": 235,
"contributor": "kjon"
},
{
@@ -13,7 +13,7 @@
"contributor": "Allan Nordhøy"
},
{
- "commits": 65,
+ "commits": 67,
"contributor": "paunofu"
},
{
@@ -64,6 +64,10 @@
"commits": 15,
"contributor": "WaldiS"
},
+ {
+ "commits": 14,
+ "contributor": "mcliquid"
+ },
{
"commits": 14,
"contributor": "LeJun"
@@ -84,10 +88,6 @@
"commits": 13,
"contributor": "Joost"
},
- {
- "commits": 11,
- "contributor": "mcliquid"
- },
{
"commits": 11,
"contributor": "Jiří Podhorecký"
@@ -168,6 +168,10 @@
"commits": 6,
"contributor": "lvgx"
},
+ {
+ "commits": 5,
+ "contributor": "ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ ZOUHIR DEHBI"
+ },
{
"commits": 5,
"contributor": "sylvain-m"
@@ -208,10 +212,6 @@
"commits": 4,
"contributor": "Lucas"
},
- {
- "commits": 4,
- "contributor": "ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ ZOUHIR DEHBI"
- },
{
"commits": 4,
"contributor": "André Marcelo Alvarenga"
@@ -240,6 +240,10 @@
"commits": 4,
"contributor": "Jan Zabel"
},
+ {
+ "commits": 3,
+ "contributor": "Alexey Lutskyi"
+ },
{
"commits": 3,
"contributor": "gallegonovato"
diff --git a/langs/layers/ca.json b/langs/layers/ca.json
index d67db641b1..064d69e039 100644
--- a/langs/layers/ca.json
+++ b/langs/layers/ca.json
@@ -98,15 +98,6 @@
"1": {
"then": "Mural"
},
- "10": {
- "then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
- },
- "11": {
- "then": "Enrajolat"
- },
- "12": {
- "then": "Tallat a la fusta"
- },
"2": {
"then": "Pintura"
},
@@ -130,6 +121,15 @@
},
"9": {
"then": "Relleu"
+ },
+ "10": {
+ "then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
+ },
+ "11": {
+ "then": "Enrajolat"
+ },
+ "12": {
+ "then": "Tallat a la fusta"
}
},
"question": "Quin tipus d'obra és aquesta peça?",
@@ -853,14 +853,14 @@
"0": {
"question": "Tots els connectors"
},
- "13": {
- "question": "Té un connector Tesla Supercharger (Destination) (Tipus 2 amb un cable de marca tesla)
"
- },
"5": {
"question": "Té un connecgtor de Tipus 1sensecable (J1772)
"
},
"6": {
"question": "Té un connector Tipus 1 CSS (Combo Tipus 1)
"
+ },
+ "13": {
+ "question": "Té un connector Tesla Supercharger (Destination) (Tipus 2 amb un cable de marca tesla)
"
}
}
}
@@ -869,6 +869,21 @@
"tagRenderings": {
"Available_charging_stations (generated)": {
"mappings": {
+ "2": {
+ "then": "Endoll de paret Europeu amb pin de terra (CEE7/4 tipus E)"
+ },
+ "4": {
+ "then": "CHAdeMo"
+ },
+ "5": {
+ "then": "Chademo"
+ },
+ "6": {
+ "then": "Tipus 1 amb cable (J1772)"
+ },
+ "8": {
+ "then": "Tipus 1 sense cable (J1772)"
+ },
"10": {
"then": "CSS 1Tipus 1 (també conegut com Tipus 1 combo)"
},
@@ -884,9 +899,6 @@
"18": {
"then": "Tipus 2 amb cable (mennekes)"
},
- "2": {
- "then": "Endoll de paret Europeu amb pin de terra (CEE7/4 tipus E)"
- },
"20": {
"then": "CSS Supercarregador Tesla (tipus2_css de la marca)"
},
@@ -895,18 +907,6 @@
},
"26": {
"then": "USB per a carregar mòbils i dispositius petits"
- },
- "4": {
- "then": "CHAdeMo"
- },
- "5": {
- "then": "Chademo"
- },
- "6": {
- "then": "Tipus 1 amb cable (J1772)"
- },
- "8": {
- "then": "Tipus 1 sense cable (J1772)"
}
},
"question": "Quins tipus de connexions de càrrega estan disponibles aquí?"
@@ -1625,6 +1625,9 @@
"hydrant-diameter": {
"question": "Quin és el diàmetre d'aquest hidrant?"
},
+ "hydrant-number-of-couplings": {
+ "question": "Quants acoblaments té aquest hidrant?"
+ },
"hydrant-state": {
"mappings": {
"0": {
@@ -2134,6 +2137,30 @@
"1": {
"then": "Aquí es poden reciclar els cartons de begudes"
},
+ "2": {
+ "then": "Aquí es poden reciclar llaunes"
+ },
+ "3": {
+ "then": "Aquí es pot reciclar roba"
+ },
+ "4": {
+ "then": "Aquí es pot reciclar oli de cuina"
+ },
+ "5": {
+ "then": "Aquí es pot reciclar oli de motor"
+ },
+ "6": {
+ "then": "Aquí es poden reciclar tub fluroescents"
+ },
+ "7": {
+ "then": "Aquí es poden reciclar residus verds"
+ },
+ "8": {
+ "then": "Ací es poden reciclar residus orgànics"
+ },
+ "9": {
+ "then": "Aquí es poden reciclar ampolles de vidre"
+ },
"10": {
"then": "Aquí es pot reciclar vidre"
},
@@ -2161,35 +2188,11 @@
"19": {
"then": "Aquí es poden reciclar petits aparells electrònics"
},
- "2": {
- "then": "Aquí es poden reciclar llaunes"
- },
"20": {
"then": "Aquí es poden reciclar petits aparells elèctrics"
},
"22": {
"then": "Ací es pot reciclar el rebuig"
- },
- "3": {
- "then": "Aquí es pot reciclar roba"
- },
- "4": {
- "then": "Aquí es pot reciclar oli de cuina"
- },
- "5": {
- "then": "Aquí es pot reciclar oli de motor"
- },
- "6": {
- "then": "Aquí es poden reciclar tub fluroescents"
- },
- "7": {
- "then": "Aquí es poden reciclar residus verds"
- },
- "8": {
- "then": "Ací es poden reciclar residus orgànics"
- },
- "9": {
- "then": "Aquí es poden reciclar ampolles de vidre"
}
},
"question": "Què es pot reciclar aquí?"
@@ -2532,12 +2535,6 @@
"1": {
"then": "Aquest fanal utilitza LED"
},
- "10": {
- "then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
- },
- "11": {
- "then": "Aquest fanal s'il·lumina amb gas"
- },
"2": {
"then": "Aquest fanal utilitza il·luminació incandescent"
},
@@ -2561,6 +2558,12 @@
},
"9": {
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)"
+ },
+ "10": {
+ "then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
+ },
+ "11": {
+ "then": "Aquest fanal s'il·lumina amb gas"
}
}
},
@@ -2943,6 +2946,16 @@
}
}
},
+ "translation-completeness": {
+ "render": "Les traduccions de {_theme} en {_language} tenen un {_translation_percentage}%: {_translation_translated_count} cadenes de {_translation_total} estan traduïdes"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Fes clic a la icona 'tradueix' al costat d'una cadena per introduir o actualitzar un fragment de text. Necessites un compte de Weblate per a això. Crea'n un amb el teu nom d'usuari OSM per desbloquejar automàticament el mode de traducció."
+ }
+ }
+ },
"translation-thanks": {
"mappings": {
"0": {
@@ -3035,4 +3048,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/da.json b/langs/layers/da.json
index 2ee74cccc8..ba332afaf8 100644
--- a/langs/layers/da.json
+++ b/langs/layers/da.json
@@ -2737,6 +2737,20 @@
"render": "Træ"
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-completeness": {
+ "render": "Oversættelser for {_theme} i {_language} er på {_translation_percentage}%: {_translation_translated_count} strenge ud af {_translation_total} er oversat"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Klik på 'oversæt'-ikonet ved siden af en streng for at indtaste eller opdatere et stykke tekst. Du skal have en Weblate-konto for at kunne gøre dette. Opret en med dit OSM-brugernavn for automatisk at låse oversættelsestilstanden op."
+ }
+ }
+ }
+ }
+ },
"veterinary": {
"name": "dyrlæge",
"presets": {
diff --git a/langs/layers/de.json b/langs/layers/de.json
index 06f57840e0..119388e68b 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -98,15 +98,6 @@
"1": {
"then": "Wandbild"
},
- "10": {
- "then": "Azulejo (spanische dekorative Fliesenarbeit)"
- },
- "11": {
- "then": "Fliesenarbeit"
- },
- "12": {
- "then": "Holzschnitzerei"
- },
"2": {
"then": "Malerei"
},
@@ -130,6 +121,15 @@
},
"9": {
"then": "Relief"
+ },
+ "10": {
+ "then": "Azulejo (spanische dekorative Fliesenarbeit)"
+ },
+ "11": {
+ "then": "Fliesenarbeit"
+ },
+ "12": {
+ "then": "Holzschnitzerei"
}
},
"question": "Um welche Art Kunstwerk handelt es sich?",
@@ -1569,27 +1569,6 @@
"1": {
"question": "Verfügt über einen Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
"
},
- "10": {
- "question": "Hat einen Typ 2 (Mennekes) 
Anschluss mit Kabel"
- },
- "11": {
- "question": "Hat einen Tesla Supercharger CCS (Typ 2 CSS vonTesla) 
Anschluss"
- },
- "12": {
- "question": "Hat einen Tesla Supercharger (Destination) 
Anschluss"
- },
- "13": {
- "question": "Hat einen Tesla Supercharger (Destination) (Typ 2 von Tesla) 
Anschluss mit Kabel"
- },
- "14": {
- "question": "Hat einen USB-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten 
"
- },
- "15": {
- "question": "Hat einen Bosch Active Connect Anschluss mit 3 Pins 
und Kabel"
- },
- "16": {
- "question": "Hat einen Bosch Active Connect Anschluss mit 5 Pins 
und Kabel"
- },
"2": {
"question": "Verfügt über einen europäischen Netzstecker mit Erdungsstift (CEE7/4 Typ E) 
Anschluss"
},
@@ -1613,6 +1592,27 @@
},
"9": {
"question": "Hat einen Typ 2 CCS (Mennekes) 
Anschluss"
+ },
+ "10": {
+ "question": "Hat einen Typ 2 (Mennekes) 
Anschluss mit Kabel"
+ },
+ "11": {
+ "question": "Hat einen Tesla Supercharger CCS (Typ 2 CSS vonTesla) 
Anschluss"
+ },
+ "12": {
+ "question": "Hat einen Tesla Supercharger (Destination) 
Anschluss"
+ },
+ "13": {
+ "question": "Hat einen Tesla Supercharger (Destination) (Typ 2 von Tesla) 
Anschluss mit Kabel"
+ },
+ "14": {
+ "question": "Hat einen USB-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten 
"
+ },
+ "15": {
+ "question": "Hat einen Bosch Active Connect Anschluss mit 3 Pins 
und Kabel"
+ },
+ "16": {
+ "question": "Hat einen Bosch Active Connect Anschluss mit 5 Pins 
und Kabel"
}
}
}
@@ -1668,6 +1668,30 @@
"1": {
"then": "Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)"
},
+ "2": {
+ "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
+ },
+ "3": {
+ "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
+ },
+ "4": {
+ "then": "Chademo-Anschluss"
+ },
+ "5": {
+ "then": "Chademo-Anschluss"
+ },
+ "6": {
+ "then": "Typ 1 mit Kabel (J1772)"
+ },
+ "7": {
+ "then": "Typ 1 mit Kabel (J1772)"
+ },
+ "8": {
+ "then": "Typ 1 ohne Kabel (J1772)"
+ },
+ "9": {
+ "then": " Typ 1 ohne Kabel (J1772)"
+ },
"10": {
"then": "Typ 1 CCS (Typ 1 Combo)"
},
@@ -1698,9 +1722,6 @@
"19": {
"then": "Typ 2 mit Kabel (mennekes)"
},
- "2": {
- "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
- },
"20": {
"then": "Tesla Supercharger CCS (Typ 2 CSS von Tesla)"
},
@@ -1731,32 +1752,11 @@
"29": {
"then": " Bosch Active Connect mit 3 Pins und Kabel"
},
- "3": {
- "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
- },
"30": {
"then": "Bosch Active Connect mit 5 Pins und Kabel"
},
"31": {
"then": " Bosch Active Connect mit 5 Pins und Kabel"
- },
- "4": {
- "then": "Chademo-Anschluss"
- },
- "5": {
- "then": "Chademo-Anschluss"
- },
- "6": {
- "then": "Typ 1 mit Kabel (J1772)"
- },
- "7": {
- "then": "Typ 1 mit Kabel (J1772)"
- },
- "8": {
- "then": "Typ 1 ohne Kabel (J1772)"
- },
- "9": {
- "then": " Typ 1 ohne Kabel (J1772)"
}
},
"question": "Welche Ladeanschlüsse gibt es hier?"
@@ -3100,15 +3100,6 @@
"1": {
"then": "Dieser Radweg hat einen festen Belag"
},
- "10": {
- "then": "Dieser Radweg besteht aus feinem Schotter"
- },
- "11": {
- "then": "Der Radweg ist aus Kies"
- },
- "12": {
- "then": "Dieser Radweg besteht aus Rohboden"
- },
"2": {
"then": "Der Radweg ist aus Asphalt"
},
@@ -3132,6 +3123,15 @@
},
"9": {
"then": "Der Radweg ist aus Schotter"
+ },
+ "10": {
+ "then": "Dieser Radweg besteht aus feinem Schotter"
+ },
+ "11": {
+ "then": "Der Radweg ist aus Kies"
+ },
+ "12": {
+ "then": "Dieser Radweg besteht aus Rohboden"
}
},
"question": "Was ist der Belag dieses Radwegs?",
@@ -3180,15 +3180,6 @@
"1": {
"then": "Dieser Radweg hat einen festen Belag"
},
- "10": {
- "then": "Dieser Radweg besteht aus feinem Schotter"
- },
- "11": {
- "then": "Der Radweg ist aus Kies"
- },
- "12": {
- "then": "Dieser Radweg besteht aus Rohboden"
- },
"2": {
"then": "Der Radweg ist aus Asphalt"
},
@@ -3212,6 +3203,15 @@
},
"9": {
"then": "Der Radweg ist aus Schotter"
+ },
+ "10": {
+ "then": "Dieser Radweg besteht aus feinem Schotter"
+ },
+ "11": {
+ "then": "Der Radweg ist aus Kies"
+ },
+ "12": {
+ "then": "Dieser Radweg besteht aus Rohboden"
}
},
"question": "Was ist der Belag dieser Straße?",
@@ -4132,6 +4132,30 @@
"1": {
"then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
},
+ "2": {
+ "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
+ },
+ "3": {
+ "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
+ },
+ "4": {
+ "then": "Die Fitness-Station hat Stangen zum Dehnen."
+ },
+ "5": {
+ "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
+ },
+ "6": {
+ "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
+ },
+ "7": {
+ "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
+ },
+ "8": {
+ "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
+ },
+ "9": {
+ "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
+ },
"10": {
"then": "Die Fitness-Station hat Trittsteine."
},
@@ -4162,9 +4186,6 @@
"19": {
"then": "Die Fitness-Station hat Kampfseile (battle ropes)."
},
- "2": {
- "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
- },
"20": {
"then": "Die Fitness-Station hat ein Fahrradergometer."
},
@@ -4179,27 +4200,6 @@
},
"24": {
"then": "Die Fitness-Station hat eine Slackline."
- },
- "3": {
- "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
- },
- "4": {
- "then": "Die Fitness-Station hat Stangen zum Dehnen."
- },
- "5": {
- "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
- },
- "6": {
- "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
- },
- "7": {
- "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
- },
- "8": {
- "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
- },
- "9": {
- "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
}
},
"question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
@@ -4285,21 +4285,6 @@
"1": {
"then": "Dies ist eine Pommesbude"
},
- "10": {
- "then": "Hier werden chinesische Gerichte serviert"
- },
- "11": {
- "then": "Hier werden griechische Gerichte serviert"
- },
- "12": {
- "then": "Hier werden indische Gerichte serviert"
- },
- "13": {
- "then": "Hier werden türkische Gerichte serviert"
- },
- "14": {
- "then": "Hier werden thailändische Gerichte serviert"
- },
"2": {
"then": "Bietet vorwiegend Pastagerichte an"
},
@@ -4323,6 +4308,21 @@
},
"9": {
"then": "Hier werden französische Gerichte serviert"
+ },
+ "10": {
+ "then": "Hier werden chinesische Gerichte serviert"
+ },
+ "11": {
+ "then": "Hier werden griechische Gerichte serviert"
+ },
+ "12": {
+ "then": "Hier werden indische Gerichte serviert"
+ },
+ "13": {
+ "then": "Hier werden türkische Gerichte serviert"
+ },
+ "14": {
+ "then": "Hier werden thailändische Gerichte serviert"
}
},
"question": "Welches Essen gibt es hier?",
@@ -4791,6 +4791,13 @@
"question": "Was ist der Rohrdurchmesser dieses Hydranten?",
"render": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}"
},
+ "hydrant-number-of-couplings": {
+ "freeform": {
+ "placeholder": "Anzahl der Kupplungen"
+ },
+ "question": "Wie viele Kupplungen hat dieser Hydrant?",
+ "render": "Anzahl der Kupplungen: {couplings}"
+ },
"hydrant-state": {
"mappings": {
"0": {
@@ -5414,19 +5421,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Alle Notizen"
- },
- "1": {
- "question": "Importnotizen ausblenden"
- },
- "2": {
- "question": "Nur Importnotizen anzeigen"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -5482,6 +5476,19 @@
"question": "Nur offene Notizen anzeigen"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Alle Notizen"
+ },
+ "1": {
+ "question": "Importnotizen ausblenden"
+ },
+ "2": {
+ "question": "Nur Importnotizen anzeigen"
+ }
+ }
}
},
"name": "OpenStreetMap-Hinweise",
@@ -5810,21 +5817,6 @@
"1": {
"then": "Dies ist ein normaler Stellplatz."
},
- "10": {
- "then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
- },
- "11": {
- "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
- },
- "12": {
- "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
- },
- "13": {
- "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
- },
- "14": {
- "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
- },
"2": {
"then": "Dies ist ein Behindertenstellplatz."
},
@@ -5848,6 +5840,21 @@
},
"9": {
"then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
+ },
+ "10": {
+ "then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
+ },
+ "11": {
+ "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
+ },
+ "12": {
+ "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
+ },
+ "13": {
+ "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
+ },
+ "14": {
+ "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
}
},
"question": "Welche Art von Stellplatz ist dies?"
@@ -6472,6 +6479,30 @@
"1": {
"question": "Recycling von Batterien"
},
+ "2": {
+ "question": "Recycling von Getränkekartons"
+ },
+ "3": {
+ "question": "Recycling von Dosen"
+ },
+ "4": {
+ "question": "Recycling von Kleidung"
+ },
+ "5": {
+ "question": "Recycling von Speiseöl"
+ },
+ "6": {
+ "question": "Recycling von Motoröl"
+ },
+ "7": {
+ "question": "Recycling von Leuchtstoffröhren"
+ },
+ "8": {
+ "question": "Recycling von Grünabfällen"
+ },
+ "9": {
+ "question": "Recycling von Glasflaschen"
+ },
"10": {
"question": "Recycling von Glas"
},
@@ -6501,30 +6532,6 @@
},
"19": {
"question": "Recycling von Restabfällen"
- },
- "2": {
- "question": "Recycling von Getränkekartons"
- },
- "3": {
- "question": "Recycling von Dosen"
- },
- "4": {
- "question": "Recycling von Kleidung"
- },
- "5": {
- "question": "Recycling von Speiseöl"
- },
- "6": {
- "question": "Recycling von Motoröl"
- },
- "7": {
- "question": "Recycling von Leuchtstoffröhren"
- },
- "8": {
- "question": "Recycling von Grünabfällen"
- },
- "9": {
- "question": "Recycling von Glasflaschen"
}
}
},
@@ -6592,6 +6599,30 @@
"1": {
"then": "Getränkekartons können hier recycelt werden"
},
+ "2": {
+ "then": "Dosen können hier recycelt werden"
+ },
+ "3": {
+ "then": "Kleidung kann hier recycelt werden"
+ },
+ "4": {
+ "then": "Speiseöl kann hier recycelt werden"
+ },
+ "5": {
+ "then": "Motoröl kann hier recycelt werden"
+ },
+ "6": {
+ "then": "Hier können Leuchtstoffröhren recycelt werden"
+ },
+ "7": {
+ "then": "Grünabfälle können hier recycelt werden"
+ },
+ "8": {
+ "then": "Bio-Abfall kann hier recycelt werden"
+ },
+ "9": {
+ "then": "Glasflaschen können hier recycelt werden"
+ },
"10": {
"then": "Glas kann hier recycelt werden"
},
@@ -6622,9 +6653,6 @@
"19": {
"then": "Elektrokleingeräte können hier recycelt werden"
},
- "2": {
- "then": "Dosen können hier recycelt werden"
- },
"20": {
"then": "Elektrokleingeräte können hier recycelt werden"
},
@@ -6633,27 +6661,6 @@
},
"22": {
"then": "Restmüll kann hier recycelt werden"
- },
- "3": {
- "then": "Kleidung kann hier recycelt werden"
- },
- "4": {
- "then": "Speiseöl kann hier recycelt werden"
- },
- "5": {
- "then": "Motoröl kann hier recycelt werden"
- },
- "6": {
- "then": "Hier können Leuchtstoffröhren recycelt werden"
- },
- "7": {
- "then": "Grünabfälle können hier recycelt werden"
- },
- "8": {
- "then": "Bio-Abfall kann hier recycelt werden"
- },
- "9": {
- "then": "Glasflaschen können hier recycelt werden"
}
},
"question": "Was kann hier recycelt werden?"
@@ -7200,12 +7207,6 @@
},
"question": "Hat die Treppe einen Handlauf?"
},
- "multilevels": {
- "override": {
- "question": "Zwischen welchen Stockwerken befindet sich die Treppe?",
- "render": "Die Treppe befindet sich zwischen den Stockwerken {level}"
- }
- },
"ramp": {
"mappings": {
"0": {
@@ -7332,12 +7333,6 @@
"1": {
"then": "Diese Straßenlaterne verwendet LEDs"
},
- "10": {
- "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
- },
- "11": {
- "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
- },
"2": {
"then": "Diese Straßenlaterne verwendet Glühlampenlicht"
},
@@ -7361,6 +7356,12 @@
},
"9": {
"then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
+ },
+ "10": {
+ "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
+ },
+ "11": {
+ "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
}
},
"question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
@@ -7619,18 +7620,6 @@
},
"render": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}"
},
- "payment-options": {
- "override": {
- "mappings+": {
- "0": {
- "then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
- },
- "1": {
- "then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
- }
- }
- }
- },
"validator-operator": {
"freeform": {
"placeholder": "Name des Betreibers"
@@ -7850,11 +7839,6 @@
},
"name": "Toiletten in anderen Einrichtungen",
"tagRenderings": {
- "opening_hours": {
- "override": {
- "question": "Wann ist die Einrichtung, in der sich diese Toiletten befinden, geöffnet?"
- }
- },
"toilet-access": {
"mappings": {
"0": {
@@ -8296,6 +8280,16 @@
},
"question": "Unter welcher Lizenz möchten Sie Ihre Bilder veröffentlichen?"
},
+ "translation-completeness": {
+ "render": "Die Übersetzung für {_theme} in {_language} ist zu {_translation_percentage}% vollständig: {_translation_translated_count} Zeichenfolgen von {_translation_total} sind übersetzt"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Klicken Sie auf das Übersetzungssymbol neben einer Zeichenfolge, um den Übersetzungstext einzugeben oder zu aktualisieren. Dazu benötigen Sie ein Weblate-Konto. Erstellen Sie eines mit Ihrem OSM-Benutzernamen, um den Übersetzungsmodus automatisch freizuschalten."
+ }
+ }
+ },
"translation-thanks": {
"mappings": {
"0": {
@@ -8633,4 +8627,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 5b7c2c2c46..4d533d9e1c 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -4791,6 +4791,13 @@
"question": "What is the pipe diameter of this hydrant?",
"render": "Pipe diameter: {canonical(fire_hydrant:diameter)}"
},
+ "hydrant-number-of-couplings": {
+ "freeform": {
+ "placeholder": "Number of couplings"
+ },
+ "question": "How many couplings does this fire hydrant have?",
+ "render": "Number of couplings: {couplings}"
+ },
"hydrant-state": {
"mappings": {
"0": {
@@ -8279,6 +8286,13 @@
}
}
},
+ "cscount-thanks": {
+ "mappings": {
+ "0": {
+ "then": "You have made changes on {_csCount} different occasions! That is awesome!"
+ }
+ }
+ },
"picture-license": {
"mappings": {
"0": {
@@ -8296,6 +8310,49 @@
},
"question": "Under what license do you want to publish your pictures?"
},
+ "show_debug": {
+ "mappings": {
+ "0": {
+ "then": "Show debug info"
+ },
+ "1": {
+ "then": "Don't show debug info"
+ },
+ "2": {
+ "then": "Don't show debug info"
+ }
+ },
+ "question": "Show user settings debug info?"
+ },
+ "translation-completeness": {
+ "mappings": {
+ "0": {
+ "then": "Completely translated"
+ }
+ },
+ "render": "Translations for {_theme} in {_language} are at {_translation_percentage}%: {_translation_translated_count} strings out of {_translation_total} are translated"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode."
+ }
+ }
+ },
+ "translation-mode": {
+ "mappings": {
+ "0": {
+ "then": "Don't show a button to quickly change translations"
+ },
+ "1": {
+ "then": "Show a button to quickly open translations when using MapComplete on a big screen"
+ },
+ "2": {
+ "then": "Always show the translation buttons, including on mobile"
+ }
+ },
+ "question": "Do you want to help translating MapComplete?"
+ },
"translation-thanks": {
"mappings": {
"0": {
diff --git a/langs/layers/es.json b/langs/layers/es.json
index 963e236f95..0820868e98 100644
--- a/langs/layers/es.json
+++ b/langs/layers/es.json
@@ -3985,6 +3985,20 @@
"render": "Árbol"
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-completeness": {
+ "render": "Las traducciones para {_theme} en {_language} están al {_translation_percentage}%: {_translation_translated_count} cadenas de {_translation_total} están traducidas"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Haz clic en el icono 'traducir' al lado de una cadena para introducir o actualizar un texto. Necesitas una cuenta de Weblate para esto. Crea una con tu usuario de OSM para desbloquear el modo de traducción automáticamente."
+ }
+ }
+ }
+ }
+ },
"veterinary": {
"name": "veterinario",
"presets": {
diff --git a/langs/layers/fr.json b/langs/layers/fr.json
index eae85815a8..e39ea7fbec 100644
--- a/langs/layers/fr.json
+++ b/langs/layers/fr.json
@@ -4720,6 +4720,17 @@
"render": "Arbre"
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Cliquez sur l'icône \"traduire\" à côté d'une chaîne de caractères pour saisir ou mettre à jour la chaine de texte. Vous aurez besoin d'un compte Weblate pour cela. Créez-en un avec votre nom d'utilisateur OSM pour déverrouiller automatiquement le mode traduction."
+ }
+ }
+ }
+ }
+ },
"veterinary": {
"name": "vétérinaire",
"presets": {
diff --git a/langs/layers/id.json b/langs/layers/id.json
index ff0490afef..5e7a46f29a 100644
--- a/langs/layers/id.json
+++ b/langs/layers/id.json
@@ -469,6 +469,13 @@
}
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-completeness": {
+ "render": "Terjemahan untuk {_theme} dalam {_language} masih {_translation_percentage}%: {_translation_translated_count} string dari {_translation_total} diterjemahkan"
+ }
+ }
+ },
"veterinary": {
"title": {
"render": "Dokter hewan"
diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json
index e9ca94f6bc..3a40f580ee 100644
--- a/langs/layers/nb_NO.json
+++ b/langs/layers/nb_NO.json
@@ -522,6 +522,13 @@
"render": "Postkontor"
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-completeness": {
+ "render": "Oversettelsen for {_theme} i {_language} har {_translation_percentage}% dekning: {_translation_translated_count} strenger av {_translation_total} har blitt oversatt"
+ }
+ }
+ },
"windturbine": {
"units": {
"0": {
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index 240225df3c..c2b9b69580 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -4707,6 +4707,13 @@
"question": "Wat is de pijpdiameter van deze hydrant?",
"render": "Pijpdiameter:{canonical(fire_hydrant:diameter)}"
},
+ "hydrant-number-of-couplings": {
+ "freeform": {
+ "placeholder": "Aantal koppelingen"
+ },
+ "question": "Hoe veel koppelingen bezit deze brandkraan?",
+ "render": "Aantal koppelingen: {couplings}"
+ },
"hydrant-state": {
"mappings": {
"0": {
@@ -8085,6 +8092,21 @@
},
"question": "Met welke licentie wil je je afbeeldingen toevoegen?"
},
+ "translation-completeness": {
+ "mappings": {
+ "0": {
+ "then": "Volledig vertaald"
+ }
+ },
+ "render": "Vertalingen voor {_theme} in {_language} zijn momenteel op {_translation_percentage}%: van {_translation_total} teksten zijn er reeds {_translation_translated_count} vertaald"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "Klik op het 'vertaal'-icoontje die naast een stukje tekst staat om deze tekst te vertalen of aan te passen. Hiervoor heb je een (gratis) Weblate-account nodig. Indien je jouw account maakt met dezelfde naam als je OSM-gebruikersnaam, dan zullen de vertaalknoppen automatisch verschijnen."
+ }
+ }
+ },
"translation-thanks": {
"mappings": {
"0": {
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index 38be41717e..fa7d59631f 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -81,12 +81,6 @@
"1": {
"then": "Фреска"
},
- "10": {
- "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
- },
- "11": {
- "then": "Плитка (мозаика)"
- },
"2": {
"then": "Живопись"
},
@@ -110,6 +104,12 @@
},
"9": {
"then": "Рельеф"
+ },
+ "10": {
+ "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
+ },
+ "11": {
+ "then": "Плитка (мозаика)"
}
},
"question": "К какому типу относится эта работа?",
@@ -1946,4 +1946,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json
index d47a79da98..3bf18a16b1 100644
--- a/langs/layers/zh_Hant.json
+++ b/langs/layers/zh_Hant.json
@@ -589,6 +589,20 @@
"render": "郵局"
}
},
+ "usersettings": {
+ "tagRenderings": {
+ "translation-completeness": {
+ "render": "{_theme} 的 {_language} 翻譯目前是 {_translation_percentage}%:{_translation_total} 中的 {_translation_translated_count} 已經翻譯了"
+ },
+ "translation-help": {
+ "mappings": {
+ "0": {
+ "then": "點字串旁邊的 'translate'-icon 來輸入或是更新一段文字。你需要 Weblate 帳號。用你 OSM 帳號名稱來創建帳號,並且自動解鎖翻譯模式。"
+ }
+ }
+ }
+ }
+ },
"windturbine": {
"name": "風機",
"presets": {
diff --git a/langs/themes/en.json b/langs/themes/en.json
index e393c2c085..6381f14da6 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -731,6 +731,23 @@
},
"healthcare": {
"description": "On this map, various healthcare related items are shown",
+ "layers": {
+ "5": {
+ "override": {
+ "=presets": {
+ "0": {
+ "title": "a medical supply shop"
+ },
+ "1": {
+ "title": "a hearing aids shop"
+ },
+ "2": {
+ "title": "an optician"
+ }
+ }
+ }
+ }
+ },
"title": "Healthcare"
},
"hotels": {
diff --git a/langs/themes/ru.json b/langs/themes/ru.json
index ebb00901d3..31323d6d94 100644
--- a/langs/themes/ru.json
+++ b/langs/themes/ru.json
@@ -405,4 +405,4 @@
"waste": {
"title": "Мусор"
}
-}
+}
\ No newline at end of file