diff --git a/.gitignore b/.gitignore
index 073ca92577..d8e8f299c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,7 @@ error_changeset_*
public/*.webmanifest
public/assets/generated/
public/assets/langs/*
+
+android/
+dist-full/
+public/assets/icons/*.webp
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da6367a089..7fb8a7df08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,117 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [0.47.9](https://github.com/pietervdvn/mapcomplete/compare/v0.47.8...v0.47.9) (2024-11-07)
+
+
+### Features
+
+* **filters:** show tags that are filtered on, deal with multi-answer tags to allow having this option with auto-filters ([69a6ec6](https://github.com/pietervdvn/mapcomplete/commits69a6ec6b0291bf1a5ec0bdcece605c7cf9f6ea0a))
+
+
+### Bug Fixes
+
+* better support for complicated regex tags ([b4817f7](https://github.com/pietervdvn/mapcomplete/commitsb4817f7a7faafffe716619a4d6908c013d58efd6))
+* build ([70612f1](https://github.com/pietervdvn/mapcomplete/commits70612f1c12ef69209205a29828694c16a9bbc177))
+* build by fixing licenses ([62936b9](https://github.com/pietervdvn/mapcomplete/commits62936b916b238f7ddf4edb841383d4e2cb1bf3da))
+* deal with dashes in the path ([5127609](https://github.com/pietervdvn/mapcomplete/commits51276091203d48cecb154271e69be0ce784ed01d))
+* fix build by having correct regextag.asJson() ([0dd96f4](https://github.com/pietervdvn/mapcomplete/commits0dd96f469b8ed7fd83da4543998b0b473bcc2206))
+* fix fediverse link ([3683780](https://github.com/pietervdvn/mapcomplete/commits3683780f9d19016ee0972cffb6ee55997a0b60c5))
+* hide items if the layer is disabled and favourites is enabled ([7bdd308](https://github.com/pietervdvn/mapcomplete/commits7bdd30879b870406cf5ebf3a23edfc3fbeb52a47))
+* increase timeout when opening a new POI ([e8e4ae1](https://github.com/pietervdvn/mapcomplete/commitse8e4ae1f47514b1b7769e701bdf5a7581c231aa8))
+* show favourites in loaded layers if favourites are enabled ([e65f61d](https://github.com/pietervdvn/mapcomplete/commitse65f61d2962eba8301afa51e27f0e085e8db2ff7))
+* when using Chronic, check the `aslong` condition before actually running instead of using it to reset the clock. ([10e9416](https://github.com/pietervdvn/mapcomplete/commits10e9416f8f1abe4cda334242821157bd7c486986))
+
+
+### Theme improvements
+
+* **education:** add images, move contact information up ([d77bb7e](https://github.com/pietervdvn/mapcomplete/commitsd77bb7e22525aef3b64ce3a9aa57a39351ebb441))
+* **memorial:** add filter on type of memorial, remove obsolete 'memorial:type=stolperstein' ([1415fcd](https://github.com/pietervdvn/mapcomplete/commits1415fcdfecb4be757ea9611b08a1b473e5d50be7))
+* **playgrounds:** don't show counts for small POI, only for playgrounds; make icons smaller ([f3335c9](https://github.com/pietervdvn/mapcomplete/commitsf3335c93711bd224ad3dfa611b95a40039596746))
+* **postboxes:** add contact info, add condition for post partner ([8fcc747](https://github.com/pietervdvn/mapcomplete/commits8fcc747370fab69e93fac2e00c1886261cb6e08f))
+* **postboxes:** add option to snap to wall and rendering, add "operator" to post boxes ([f7b5db9](https://github.com/pietervdvn/mapcomplete/commitsf7b5db9ec34676f834a3b2d8966649f09b34c1b1))
+
+### [0.47.8](https://github.com/pietervdvn/mapcomplete/compare/v0.47.7...v0.47.8) (2024-11-01)
+
+
+### Bug Fixes
+
+* fix uploading images in the 'notes' theme ([5fd0314](https://github.com/pietervdvn/mapcomplete/commits5fd03144080aa32fe500333b64575069e93e8b79))
+
+### [0.47.7](https://github.com/pietervdvn/mapcomplete/compare/v0.47.6...v0.47.7) (2024-10-28)
+
+
+### Features
+
+* add script to upload images to panoramax and remove 'imgur'-links ([4233bd7](https://github.com/pietervdvn/mapcomplete/commits4233bd7618e69e71c00ef027bbb4afc199c29fa9))
+* panoramax uploads in testmode are sent to a different sequence ([834b6b1](https://github.com/pietervdvn/mapcomplete/commits834b6b18ff985cd1a79e725af915e307525d221e))
+* remove possibility to load a custom theme via the hash, no longer necessary with a theme server ([a016a8f](https://github.com/pietervdvn/mapcomplete/commitsa016a8f771ca3cfb210b5f5f92b136a011d08543))
+* update update script ([d27c38d](https://github.com/pietervdvn/mapcomplete/commitsd27c38d0e48d653675ffa44bc3812e6f8e05f5f8))
+* upload to specified panoramax instance ([3df0f9c](https://github.com/pietervdvn/mapcomplete/commits3df0f9ca94f8df6314322359edbfb4276c971419))
+
+
+### Bug Fixes
+
+* add missing import ([9bf013c](https://github.com/pietervdvn/mapcomplete/commits9bf013cd47468c88bbc9ad90376f9240d0e921c0))
+* attempt to fix build ([571791d](https://github.com/pietervdvn/mapcomplete/commits571791d06349cc9a409ddede0737f04824186210))
+* attempt to fix panoramax upload, see [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([07c1cc0](https://github.com/pietervdvn/mapcomplete/commits07c1cc0beea816d4f328adaa9ac15d32676380c4))
+* bing layer, see [#2222](https://github.com/pietervdvn/MapComplete/issues/2222) ([51608fb](https://github.com/pietervdvn/mapcomplete/commits51608fb22348a79b7459a7d3558202edb68ec773))
+* build ([01c8d63](https://github.com/pietervdvn/mapcomplete/commits01c8d63943c0df74892e2ae02720a469bf3bdb89))
+* don't index 'all_streets' ([c1c2390](https://github.com/pietervdvn/mapcomplete/commitsc1c2390694ab145524dae96cd7dff5a866e4b865))
+* fix [#2212](https://github.com/pietervdvn/MapComplete/issues/2212). ([91f5c8f](https://github.com/pietervdvn/mapcomplete/commits91f5c8f1669a448c36876e0fda374165f5b60886))
+* fix [#2213](https://github.com/pietervdvn/MapComplete/issues/2213), remove image-license from usersettings.json ([90a34ab](https://github.com/pietervdvn/mapcomplete/commits90a34ab31f23be942e27ba4cbcd60528c591f7df))
+* fix [#2222](https://github.com/pietervdvn/MapComplete/issues/2222), restore global background layers which were not included in the connect-src ([905f176](https://github.com/pietervdvn/mapcomplete/commits905f1768f2b994fa83af31224447c96003ab70ce))
+* **panoramax:** stabilize loading images ([8480f94](https://github.com/pietervdvn/mapcomplete/commits8480f9417c6fa11ab21bc06d15e4a5a5baeaa1f4))
+* see [#2212](https://github.com/pietervdvn/MapComplete/issues/2212): actually save custom themes as visited ([9427083](https://github.com/pietervdvn/mapcomplete/commits9427083939bb6958b07e6fd48f5356101f06e681))
+* special quicksearch for osmcha ([01cfc5f](https://github.com/pietervdvn/mapcomplete/commits01cfc5fe4db17362b3e3317f0eba7e0bf954a689))
+* translations ([d10f894](https://github.com/pietervdvn/mapcomplete/commitsd10f89469a7de5e91bc613ae4527054c502b966a))
+* translations ([ab8835b](https://github.com/pietervdvn/mapcomplete/commitsab8835b279a9c3aecf04a367464cc1bde25ac1d8))
+* Use alternative way to read coordinates from exif data ([6257c24](https://github.com/pietervdvn/mapcomplete/commits6257c2415a6fff2859168bb671f54e700f0b3152))
+* use popup when in an iframe ([63162c5](https://github.com/pietervdvn/mapcomplete/commits63162c58e147aaf9c1c4c77d5187b13aaa8cf13a))
+
+
+### Theme improvements
+
+* **bike_parking:** add lean_and_stick type ([9e1bd7f](https://github.com/pietervdvn/mapcomplete/commits9e1bd7fa9d9e3b2d5242fbe7b073234b7fa04cbd))
+* **bikeparking:** update text of access=private, sync translation ([4ce5a40](https://github.com/pietervdvn/mapcomplete/commits4ce5a40eb4b3b3d350873ff2bf9a2a7d9b3a5d15))
+* **cycle_infra:** add minzoom for all layers ([94bc478](https://github.com/pietervdvn/mapcomplete/commits94bc478b9e5cfdbbb9e062b3950433984bfd752b))
+* **items_with_image:** include 'panoramax' and 'mapillary' as tags for items with image, fix [#2225](https://github.com/pietervdvn/MapComplete/issues/2225) ([899312b](https://github.com/pietervdvn/mapcomplete/commits899312ba7cb2b9b00fc8c4483ffe57955f08cdf2))
+* **shops:** support `shop=sports` together with 'shop=sport' ([98470ef](https://github.com/pietervdvn/mapcomplete/commits98470ef8ac1c38cb54cdbae1bd07cbab825be795))
+* **velopark:** hide NMBS-maproulette items ([0a0d0a1](https://github.com/pietervdvn/mapcomplete/commits0a0d0a15cb546dd390bd2c388fafb43d13bda327))
+* **velopark:** properly hide NMBS-maproulette items with a filter ([4840816](https://github.com/pietervdvn/mapcomplete/commits4840816b1768cd3c4d43ef01d07c852cd32f1d3e))
+
+### [0.47.6](https://github.com/pietervdvn/mapcomplete/compare/v0.47.5...v0.47.6) (2024-10-15)
+
+
+### Features
+
+* remove 'noteImportLayer', they are not used enough for the big performance and maintenance impact they have ([e35df65](https://github.com/pietervdvn/mapcomplete/commitse35df654d7f2a0ef7c12c0ceef27cb3a1a7a1027))
+
+
+### Bug Fixes
+
+* add error reporting when image upload fails, see [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([368d785](https://github.com/pietervdvn/mapcomplete/commits368d7857a055c92109ec6d5155078aabaef230ac))
+* add nvm path ([7d83cb1](https://github.com/pietervdvn/mapcomplete/commits7d83cb1a7fdaad23d4a1343edb75145f60bf771f))
+* add spaces to opening hours picker for PH ([8a8b2e2](https://github.com/pietervdvn/mapcomplete/commits8a8b2e20aebe8019af86aca02e6bcc4d90896b4f))
+* attempt to workaround for [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([66465fd](https://github.com/pietervdvn/mapcomplete/commits66465fdc9893fa4c3f0c1f5b8279a51c33a1e407))
+* bug in error reporting ([4794032](https://github.com/pietervdvn/mapcomplete/commits4794032e49a4b5b2d3fdceac8a2b8a75994e94ea))
+* build: add generated file which is needed for some steps ([016908f](https://github.com/pietervdvn/mapcomplete/commits016908fb940a65dc863cddca5be8d681b9370c49))
+* explicitly use version number in update script ([977c6ff](https://github.com/pietervdvn/mapcomplete/commits977c6ff9fb30267f47c39aa55fb0a0f2e6028564))
+* fix [#2207](https://github.com/pietervdvn/MapComplete/issues/2207) ([ca17d3d](https://github.com/pietervdvn/mapcomplete/commitsca17d3da1b772e4976414b54406816a68ef0e175))
+* fix [#2209](https://github.com/pietervdvn/MapComplete/issues/2209), remove lingering incorrect translations ([fbcbdc5](https://github.com/pietervdvn/mapcomplete/commitsfbcbdc571edd848106885f9148e473c816990a67))
+* fix loading of preferences ([7060f7c](https://github.com/pietervdvn/mapcomplete/commits7060f7cf6cac807877efb8babc8586eabfc79351))
+* remove truly unrecoverable changes from report logging ([f2b681c](https://github.com/pietervdvn/mapcomplete/commitsf2b681caa59a419c4c217e705ad6d1a7ac271128))
+* reset translations ([6a4166f](https://github.com/pietervdvn/mapcomplete/commits6a4166febb5ce386beac8bbb06cd7527b90c6a12))
+* set max image size (100 MB) ([cc6ce3c](https://github.com/pietervdvn/mapcomplete/commitscc6ce3c271475759a7a2062b1ca7e4668ca4a230))
+* some fixes to studio ([c795e74](https://github.com/pietervdvn/mapcomplete/commitsc795e74037ca1aa222fdba6eb2cc4a32a78a8eb7))
+* tests ([c95999b](https://github.com/pietervdvn/mapcomplete/commitsc95999b50b84d294476783573baf21d46318cb16))
+
+
+### Theme improvements
+
+* don't do face blurring for some layers (artwork, memorials, ghost_bikes) ([15176a1](https://github.com/pietervdvn/mapcomplete/commits15176a16825d52e26a52f92567cf3977382ce213))
+* **food:** fix vegan questions, show vegan/vegetarian badge if `=only`, fix shops layer ([f8ef32f](https://github.com/pietervdvn/mapcomplete/commitsf8ef32f123340cb9db0060cdca7f4622cd55c228))
+
### [0.47.5](https://github.com/pietervdvn/mapcomplete/compare/v0.47.4...v0.47.5) (2024-10-08)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 36b4cb00c0..14fa619a67 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,6 +9,7 @@ There are multiple ways to contribute:
on [the Weblate website](https://hosted.weblate.org/projects/mapcomplete/)
- If you encounter a bug, the [issue tracker](https://github.com/pietervdvn/MapComplete/issues) is the place to be
- A good start to contribute is to create a single map layer showing features which interest you. Read more about [making your own theme](/Docs/Making_Your_Own_Theme.md).
+- Feel free to hop in [our chat channel on matrix](https://app.element.io/#/room/#MapComplete:matrix.org)
- If you want to improve a theme, create a new theme, spot a typo in the repo... the best way is to open a pull request.
People who stick around and contribute in a meaningful way, _might_ be granted write access to the repository (except the branches *master* and *develop*). This is
diff --git a/Cleanup.osc b/Cleanup.osc
deleted file mode 100644
index 8216e09ff0..0000000000
--- a/Cleanup.osc
+++ /dev/null
@@ -1,1122 +0,0 @@
-
[seasonal](https://wiki.openstreetmap.org/wiki/Key:seasonal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno) [summer](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer) [spring;summer;autumn](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn) |
|
[shower](https://wiki.openstreetmap.org/wiki/Key:shower) | Multiple choice | [hot](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot) [cold](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold) [yes](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno) |
|
[brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | |
+|
[indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
### questions
Show the questions block at this location
@@ -117,6 +120,11 @@ This block shows the known images which are linked with the `image`-keys, but al
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
+### images_no_blur
+Same as `images`, but uploaded request to disable blurring to the panoramax server
+_This tagrendering has no question and is thus read-only_
+*{image_carousel()}{image_upload(,,,true)}*
+
### mapillary
Shows a button to open Mapillary on this location
_This tagrendering has no question and is thus read-only_
@@ -534,6 +542,13 @@ The question is `Is {title()} part of a bigger brand?`
- *Not part of a bigger brand* is shown if with nobrand=yes
+### indoor
+
+The question is `Is this object located indoors?`
+
+ - *This object is located indoors* is shown if with indoor=yes
+ - *This object is located outdoors* is shown if with indoor=no
+
## Filters
| id | question | osmTags |
diff --git a/Docs/ELI-overview.md b/Docs/ELI-overview.md
index e9c22322d4..0bfae39335 100644
--- a/Docs/ELI-overview.md
+++ b/Docs/ELI-overview.md
@@ -203,6 +203,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| nrw_idop_wms | NRW iDOP | photo | | |
| nrw_ortho_wms | NRW Orthophoto (RGB) | photo | ⭐ | |
| nrw_vdop_wms | NRW vDOP | photo | | |
+| Saarland-DOP20 | Saarland DOP20 | photo | ⭐ | © Saarländer Landesamt für Vermessung, Geoinformation und Landentwicklung - dl-de/by-2-0 (https://www.govdata.de/dl-de/by-2-0) |
| GEOSN-DOP-RGB | Saxony latest aerial imagery | photo | ⭐ | Staatsbetrieb Geobasisinformation und Vermessung Sachsen |
| LSA-DOP20 | © GeoBasis-DE/LVermGeo LSA, DOP20 | photo | ⭐ | © GeoBasis-DE/LVermGeo LSA |
| GEOSN-WebAtlas | Saxony WebAtlasSN | map | | Staatsbetrieb Geobasisinformation und Vermessung Sachsen |
@@ -212,6 +213,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| GEOSN-DOP-CIR | Saxony latest aerial imagery infrared | photo | | Staatsbetrieb Geobasisinformation und Vermessung Sachsen |
| GEOSN-DTK | Saxony topographic map | map | | Staatsbetrieb Geobasisinformation und Vermessung Sachsen |
| Stuttgart-latest | Stuttgart Luftbild Stadtmessungsamt | photo | ⭐ | |
+| Thuringia-DOP20 | Thüringen DOP20 | photo | ⭐ | © Thüringer Landesamt für Bodenmanagement und Geoinformation - dl-de/by-2-0 (https://www.govdata.de/dl-de/by-2-0) |
| Worms-2003 | Worms 2003 | historicphoto | | © Nibelungenstadt Worms |
| Worms-2008 | Worms 2008 | historicphoto | | © Nibelungenstadt Worms |
| Worms-2012 | Worms 2012 | historicphoto | | © Nibelungenstadt Worms |
@@ -391,7 +393,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| Surrey-Air_Survey | Surrey Air Survey | photo | | |
| dgu-dof-2011 | dgu.hr: Croatia 2011 Aerial imagery | historicphoto | | Sadrži podatke Državne geodetske uprave |
| dgu-dof-2014-2016 | dgu.hr: Croatia 2014-2016 Aerial imagery | historicphoto | | Sadrži podatke Državne geodetske uprave |
-| dgu-dof-2019-2020 | dgu.hr: Croatia 2019-2020 aerial imagery | photo | ⭐ | Sadrži podatke Državne geodetske uprave |
+| dgu-dof-2019-2020 | dgu.hr: Croatia 2019-2020 aerial imagery | historicphoto | | Sadrži podatke Državne geodetske uprave |
+| dgu-dof-2021-2022 | dgu.hr: Croatia 2021-2022 aerial imagery | photo | ⭐ | Sadrži podatke Državne geodetske uprave |
| dgu-hok | dgu.hr: HOK | map | | Sadrži podatke Državne geodetske uprave |
| dgu-topo-100 | dgu.hr: Topo 100 | map | | Sadrži podatke Državne geodetske uprave |
| dgu-topo-200 | dgu.hr: Topo 200 | map | | Sadrži podatke Državne geodetske uprave |
@@ -439,6 +442,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| LV_ORTOFOTO_C5 | Orthophoto (2013-2015), 1:5000, Latvia | photo | | LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry). |
| LV_ORTOFOTO_C6 | Orthophoto (2016–2018), 1:5000, Latvia | photo | ⭐ | LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry). |
| LV_TERRAIN_LIDAR_LGIA | Digital terrain model (2013–2019), LĢIA, Latvia | elevation | | LĢIA (Latvian Geospatial Information Agency) provided these open data (CC0). WMS service is provided by LVM (Latvian State Forestry). |
+| German-1944_Aerial | German Aerial Imagery (1944) | historicphoto | | © Simpals SRL, Bundesarchiv - Stabsbildabteilung |
+| American-1966_Aerial | American Aerial Imagery (1966) | historicphoto | | © Simpals SRL, U.S. Geological Survey |
| Actueel_orthoHR_WMTS | PDOK aerial imagery Beeldmateriaal.nl 8cm (WMTS) latest | photo | ⭐ | Kadaster / Beeldmateriaal.nl, CC BY 4.0 |
| kartverket-topo4 | Kartverket topo | map | | © Kartverket |
| kartverket-ok-1st | Kartverket Economic Maps (historic) | historicmap | | © Kartverket |
@@ -485,7 +490,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| ORTOS_DGT_2018_WMS | Orthophotos of mainland Portugal - 25cm - 2018 (DGT) | photo | ⭐ | Informação geográfica cedida pela Direção-Geral do Território |
| ORTOS_DGRF_2004_06 | Orthophotos of mainland Portugal - 50cm - 2004-2006 (DGT) | historicphoto | | Informação geográfica cedida pela Direção-Geral do Território |
| ORTOS_DGT_2021_RGB | Orthophotos of the northern portion of mainland Portugal - 25cm - 2021 (DGT) | photo | ⭐ | Informação geográfica cedida pela Direção-Geral do Território |
-| ORTOSAT_DGT_2023_RGB | OrtoSat - Portugal Central - 30cm - 2023 (DGT) | photo | ⭐ | Informação geográfica cedida pela Direção-Geral do Território |
+| ORTOSAT_DGT_2023_RGB | OrtoSat - Portugal Continental - 30cm - 2023 (DGT) | photo | | Informação geográfica cedida pela Direção-Geral do Território |
| rs-osm-official-cyr | Official Serbia OSM (cyr) | osmbasedmap | | openstreetmap.rs |
| rs-osm-official-lat | Official Serbia OSM (lat) | osmbasedmap | | openstreetmap.rs |
| lantmateriet-orto1960 | Lantmäteriet Historic Orthophoto 1960 | historicphoto | | © Lantmäteriet, CC0 |
@@ -533,7 +538,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| CBJ_Aerial_20230516 | CBJ Aerial Imagery (May 2023) | photo | ⭐ | City and Borough of Juneau |
| CBJ_Aerial_20230618 | CBJ Aerial Imagery (June 2023) | photo | | City and Borough of Juneau |
| FNSB_Aerial_2023 | FNSB Aerial Imagery (2023) | photo | ⭐ | Fairbanks North Star Borough |
-| MOA_Aerial_2021 | MOA Aerial Imagery (2021) | photo | | Municipality of Anchorage GIS |
+| MOA_Aerial_2021 | MOA Aerial Imagery (2021) | historicphoto | | Municipality of Anchorage GIS |
+| MOA_Aerial_2024 | MOA Aerial Imagery (2024) | photo | ⭐ | Municipality of Anchorage GIS |
| MSB_Aerial_2019 | MSB Aerial Imagery - Area 1(2019) | historicphoto | | Matanuska-Susitna Borough GIS Division |
| MSB_Aerial_2020 | MSB Aerial Imagery - Area 2 (2020) | historicphoto | | Matanuska-Susitna Borough GIS Division |
| MSB_Aerial_2021 | MSB Aerial Imagery - Area 3 (2021) | historicphoto | | Matanuska-Susitna Borough GIS Division |
@@ -553,20 +559,27 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| LA_County_Basemap | LA County Basemap | map | | Los Angeles County |
| Manhattan_Beach_CA_2023 | City of Manhattan Beach Orthoimagery (2023) | photo | | City of Manhattan Beach |
| Manteca_CA_2022 | City of Manteca Orthoimagery (2022) | photo | | City of Manteca |
-| Modesto_CA_2023 | City of Modesto Orthoimagery (2023) | photo | | City of Modesto |
+| Modesto_CA_2023 | City of Modesto Orthoimagery (2023) | historicphoto | | City of Modesto |
+| Modesto_CA_2024 | City of Modesto Orthoimagery (2024) | photo | | City of Modesto |
| Orange_CA_2022 | Orange County Orthoimagery (2022) | photo | | Orange County |
| Roseville_CA_2023 | City of Roseville Orthoimagery (2023) | historicphoto | | City of Roseville |
| Roseville_CA_2024 | City of Roseville Orthoimagery (2024) | photo | | City of Roseville |
| Sacramento_CA_2022 | Sacramento County Orthoimagery (2022) | photo | | Sacramento County |
-| San_Bernardino_CA_2023 | San Bernardino County Orthoimagery (2023) | photo | | San Bernardino County |
-| San_Francisco_CA_2022 | San Francisco Orthoimagery (2022) | historicphoto | | City and County of San Francisco |
-| San_Francisco_CA_2022_CIR | San Francisco Orthoimagery CIR (2022) | historicphoto | | City and County of San Francisco |
-| San_Francisco_Ortho_2023 | San Francisco Orthoimagery (2023) | photo | | City and County of San Francisco |
+| San_Bernardino_CA_2023 | San Bernardino County Orthoimagery (2023) | historicphoto | | San Bernardino County |
+| San_Bernardino_CA_2024 | San Bernardino County Orthoimagery (2024) | photo | | San Bernardino County |
+| San_Francisco_2022 | San Francisco Orthoimagery (2022) | historicphoto | | City and County of San Francisco |
+| San_Francisco_2022_CIR | San Francisco Orthoimagery CIR (2022) | historicphoto | | City and County of San Francisco |
+| San_Francisco_2023 | San Francisco Orthoimagery (2023) | historicphoto | | City and County of San Francisco |
+| San_Francisco_2023_CIR | San Francisco Orthoimagery CIR (2023) | historicphoto | | City and County of San Francisco |
+| San_Francisco_2024 | San Francisco Orthoimagery (2024) | photo | | City and County of San Francisco |
+| San_Francisco_2024_CIR | San Francisco Orthoimagery CIR (2024) | photo | | City and County of San Francisco |
| San_Mateo_CA_2022 | San Mateo County Orthoimagery (2022) | photo | | San Mateo County |
| Santa_Clara_CA_2022 | Santa Clara County Orthoimagery (2022) | photo | | County of Santa Clara |
| Santa_Clara_CA_2023 | Santa Clara County Orthoimagery (2023) | photo | | County of Santa Clara |
| Santa_Rosa_CA_2022 | City of Santa Rosa Orthoimagery (2022) | photo | | City of Santa Rosa |
-| Solano_CA_2022 | Solano County Orthoimagery (2022) | photo | | Solano County |
+| Solano_CA_2022 | Solano County Orthoimagery (2022) | historicphoto | | Solano County |
+| Solano_CA_2023 | Solano County Orthoimagery (2023) | historicphoto | | Solano County |
+| Solano_CA_2024 | Solano County Orthoimagery (2024) | photo | | Solano County |
| Stockton_CA_2023 | City of Stockton Orthoimagery (2023) | photo | | City of Stockton |
| Arapahoe-County-Aerials-Latest | Arapahoe County Aerials Latest | photo | | Arapahoe County GIS |
| MCGIS-County-NAIP-Imagery-2015 | Mesa County GIS NAIP 2015 | historicphoto | | Mesa County GIS |
@@ -574,7 +587,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| MCGIS-County-Valleywide-Imagery-2020 | Mesa County GIS Valleywide 2020 | historicphoto | | Mesa County GIS |
| MCGIS-County-Valleywide-Imagery-2022 | Mesa County GIS Valleywide 2022 | photo | | Mesa County GIS |
| MCGIS-County-Valleywide-Imagery-2024 | Mesa County GIS Valleywide 2024 | photo | | Mesa County GIS |
-| CT_ECO_Ortho_2019_RGB | CT ECO Orthoimagery (2019) | photo | | Connecticut Environmental Conditions Online |
+| CT_ECO_Ortho_2019_RGB | CT ECO Orthoimagery (2019) | historicphoto | | Connecticut Environmental Conditions Online |
+| CT_ECO_Ortho_2023_RGB | CT ECO Orthoimagery (2023) | photo | | Connecticut Environmental Conditions Online |
| CT_ECO_Shaded_relief_2016 | CT ECO Shaded Relief | elevation | | Connecticut Environmental Conditions Online |
| MetroCOG_Ortho_2020 | MetroCOG Orthoimagery (2020) | photo | | Connecticut Metropolitan Council of Governments |
| DC_From_Above_Ortho_2019 | DC From Above Orthophoto 2019 | historicphoto | | OCTO, DCGIS |
@@ -749,7 +763,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| Franklin_OH_2021 | Franklin County Orthoimagery (2021) | photo | | Franklin County Auditor, State of Ohio |
| Franklin_OH_2023 | Franklin County Orthoimagery (2023) | photo | | Franklin County Auditor, State of Ohio |
| Greene_OH_2022 | Greene County Orthoimagery (2022) | historicphoto | | Greene County, State of Ohio |
-| Greene_OH_2023 | Greene County Orthoimagery (2023) | photo | | Greene County, State of Ohio |
+| Greene_OH_2023 | Greene County Orthoimagery (2023) | historicphoto | | Greene County, State of Ohio |
+| Greene_OH_2024 | Greene County Orthoimagery (2024) | photo | | Greene County, State of Ohio |
| Licking_OH_2023 | Licking County Orthoimagery (2023) | photo | | Licking County, State of Ohio |
| Lorain_OH_2024 | Lorain County Orthoimagery (2024) | photo | | Lorain County, State of Ohio |
| Lucas_OH_2023 | Lucas County Orthoimagery (2023) | photo | | Lucas County, State of Ohio |
@@ -812,7 +827,8 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| Suan_Juan_WA_2023 | Suan Juan County Aerials (2023) | photo | ⭐ | San Juan County GIS |
| Suan_Juan_WA_Basemap | Suan Juan County Basemap | map | | San Juan County GIS |
| Snohomish_WA_2020 | Snohomish County Orthoimagery (2020) | historicphoto | | Snohomish County GIS |
-| Snohomish_WA_2022 | Snohomish County Orthoimagery (2022) | photo | | Snohomish County GIS |
+| Snohomish_WA_2022 | Snohomish County Orthoimagery (2022) | historicphoto | | Snohomish County GIS |
+| Snohomish_WA_2024 | Snohomish County Orthoimagery (2024) | photo | | Snohomish County GIS |
| WISC_DNR_Ortho_Composite | Wisconsin Leaf-Off Orthophotography (DNR) | photo | | Wisconsin Regional Orthoimagery Consortium, Southeastern Wisconsin Regional Planning Commission, Wisconsin Department of Natural Resources |
| Monongalia_WV_2022 | Monongalia County 2022 Aerial Imagery | historicphoto | | Monongalia Morgantown Area Geospatial Information Consortium |
| Monongalia_WV_2023 | Monongalia County 2023 Aerial Imagery | photo | ⭐ | Monongalia Morgantown Area Geospatial Information Consortium |
@@ -839,6 +855,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| LINZ_Cyclone_Gabrielle_Hawkes_Bay | LINZ Cyclone Gabrielle – Hawke's Bay | photo | ⭐ | Sourced from LINZ CC-BY 4.0 |
| LINZ_NZ_Aerial_Imagery | LINZ NZ Aerial Imagery | photo | ⭐ | Sourced from LINZ CC-BY 4.0 |
| LINZ_Auckland_2010 | LINZ Auckland 2010-2012 | historicphoto | | Sourced from LINZ CC-BY 4.0 |
+| LINZ_Auckland_2023 | LINZ Auckland 2023 | photo | ⭐ | Sourced from LINZ CC-BY 4.0 |
| LINZ_Bay_of_Plenty_2014 | LINZ Bay of Plenty 2014-2015 | historicphoto | | Sourced from LINZ CC-BY 4.0 |
| LINZ_Christchurch_2015 | LINZ Christchurch 2015-2016 | historicphoto | | Sourced from LINZ CC-BY 4.0 |
| LINZ_Hamilton_2016 | LINZ Hamilton 2016-2017 | historicphoto | | Sourced from LINZ CC-BY 4.0 |
@@ -866,16 +883,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl
| rio2019 | Rio Mosaico 2019 | photo | ⭐ | Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro |
| rio2022 | Rio Mosaico 2022 | photo | | Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro |
| jaragua-do-sul-2020 | Jaraguá do Sul Ortomosaico 2020 | photo | | Prefeitura de Jaraguá do Sul, SC |
-| cyclosm | CyclOSM | osmbasedmap | | Rendering: CyclOSM (hosted by OpenStreetMap France) © Map data OpenStreetMap contributors |
-| EsriWorldImagery | Esri World Imagery | photo | | Terms & Feedback |
-| EsriWorldImageryClarity | Esri World Imagery (Clarity) Beta | photo | | Terms & Feedback |
-| Mapbox | Mapbox Satellite | photo | | Terms & Feedback |
-| OpenAerialMapMosaic | OpenAerialMap Mosaic, by Kontur.io | photo | | |
-| osmfr-basque | OpenStreetMap (Basque Style) | osmbasedmap | | Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL |
-| osmfr-breton | OpenStreetMap (Breton Style) | osmbasedmap | | Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL |
-| osmfr | OpenStreetMap (French Style) | osmbasedmap | | Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL |
-| HDM_HOT | OpenStreetMap (HOT Style) | osmbasedmap | | © OpenStreetMap contributors, tiles courtesy of Humanitarian OpenStreetMap Team |
-| osmfr-occitan | OpenStreetMap (Occitan Style) | osmbasedmap | | Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL |
+| UY-2019-orthophotos | Uruguay IDE.uy Ortofotos 2019 | photo | ⭐ | AGESIC - Agencia de Gobierno Electrónico y Sociedad de la Información y del Conocimiento |
diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md
index 58616f2fd3..10471656cf 100644
--- a/Docs/Layers/artwork.md
+++ b/Docs/Layers/artwork.md
@@ -13,7 +13,7 @@ An open map of statues, busts, graffitis and other artwork all over the world
2. [Presets](#presets)
3. [Basic tags for this layer](#basic-tags-for-this-layer)
4. [Supported attributes](#supported-attributes)
- - [images](#images)
+ - [images_no_blur](#images_no_blur)
- [artwork-artwork_type](#artwork-artwork_type)
- [artwork-artist-wikidata](#artwork-artist-wikidata)
- [artwork-artist_name](#artwork-artist_name)
@@ -84,10 +84,10 @@ Elements must match the expression **
[inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
[historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
-### images
-This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+### images_no_blur
+Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
-*{image_carousel()}{image_upload()}*
+*{image_carousel()}{image_upload(,,,true)}*
### artwork-artwork_type
@@ -157,7 +157,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a memorial?`
- *This artwork also serves as a memorial* is shown if with historic=memorial
- - *This artwork does not serve as a bench* is shown if with historic=
+ - *This artwork does not serve as a memorial* is shown if with historic=
### memorial-type
@@ -362,6 +362,25 @@ This tagrendering has labels
| artwork-artwork_type.12 | Tilework | artwork_type=tilework |
| artwork-artwork_type.13 | Woodcarving | artwork_type=woodcarving |
+| id | question | osmTags |
+-----|-----|----- |
+| memorial-type.0 | *What type of memorial is this?* (default) | |
+| memorial-type.1 | This is a statue | memorial=statue |
+| memorial-type.2 | This is a plaque | memorial=plaque |
+| memorial-type.3 | This is a commemorative bench | memorial=bench |
+| memorial-type.4 | This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash | memorial=ghost_bike |
+| memorial-type.5 | This is a stolperstein (stumbing stone) | memorial=stolperstein |
+| memorial-type.6 | This is a stele | memorial=stele |
+| memorial-type.7 | This is a memorial stone | memorial=stone |
+| memorial-type.8 | This is a bust | memorial=bust |
+| memorial-type.9 | This is a sculpture | memorial=sculpture |
+| memorial-type.10 | This is an obelisk | memorial=obelisk |
+| memorial-type.11 | This is a cross | memorial=cross |
+| memorial-type.12 | This is a blue plaque | memorial=blue_plaque |
+| memorial-type.13 | This is a historic tank, permanently placed in public space as memorial | memorial=tank |
+| memorial-type.14 | This is a memorial tree | memorial=tree |
+| memorial-type.15 | This is a gravestone; the person is buried here | historic=tomb |
+
This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json)
diff --git a/Docs/Layers/artwork_on_wall.md b/Docs/Layers/artwork_on_wall.md
index 7a78a168f0..25ad7f9a9d 100644
--- a/Docs/Layers/artwork_on_wall.md
+++ b/Docs/Layers/artwork_on_wall.md
@@ -14,7 +14,7 @@ An open map of statues, busts, graffitis and other artwork all over the world
2. [Basic tags for this layer](#basic-tags-for-this-layer)
3. [Supported attributes](#supported-attributes)
- [historic_or_not](#historic_or_not)
- - [images](#images)
+ - [images_no_blur](#images_no_blur)
- [artwork-artwork_type](#artwork-artwork_type)
- [artwork-artist-wikidata](#artwork-artist-wikidata)
- [artwork-artist_name](#artwork-artist_name)
@@ -87,10 +87,10 @@ The question is `Is this artwork a historic advertisement?`
- *This artwork is a historic advertisement* is shown if with historic=advertising
- *This artwork is not a historic advertisement* is shown if with historic=
-### images
-This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+### images_no_blur
+Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
-*{image_carousel()}{image_upload()}*
+*{image_carousel()}{image_upload(,,,true)}*
### artwork-artwork_type
@@ -160,7 +160,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a memorial?`
- *This artwork also serves as a memorial* is shown if with historic=memorial
- - *This artwork does not serve as a bench* is shown if with historic=
+ - *This artwork does not serve as a memorial* is shown if with historic=
### memorial-type
@@ -365,6 +365,25 @@ This tagrendering has labels
| artwork-artwork_type.12 | Tilework | artwork_type=tilework |
| artwork-artwork_type.13 | Woodcarving | artwork_type=woodcarving |
+| id | question | osmTags |
+-----|-----|----- |
+| memorial-type.0 | *What type of memorial is this?* (default) | |
+| memorial-type.1 | This is a statue | memorial=statue |
+| memorial-type.2 | This is a plaque | memorial=plaque |
+| memorial-type.3 | This is a commemorative bench | memorial=bench |
+| memorial-type.4 | This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash | memorial=ghost_bike |
+| memorial-type.5 | This is a stolperstein (stumbing stone) | memorial=stolperstein |
+| memorial-type.6 | This is a stele | memorial=stele |
+| memorial-type.7 | This is a memorial stone | memorial=stone |
+| memorial-type.8 | This is a bust | memorial=bust |
+| memorial-type.9 | This is a sculpture | memorial=sculpture |
+| memorial-type.10 | This is an obelisk | memorial=obelisk |
+| memorial-type.11 | This is a cross | memorial=cross |
+| memorial-type.12 | This is a blue plaque | memorial=blue_plaque |
+| memorial-type.13 | This is a historic tank, permanently placed in public space as memorial | memorial=tank |
+| memorial-type.14 | This is a memorial tree | memorial=tree |
+| memorial-type.15 | This is a gravestone; the person is buried here | historic=tomb |
+
This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json)
diff --git a/Docs/Layers/bike_cleaning.md b/Docs/Layers/bike_cleaning.md
index b8d706d04a..b21a901b19 100644
--- a/Docs/Layers/bike_cleaning.md
+++ b/Docs/Layers/bike_cleaning.md
@@ -15,6 +15,8 @@ A layer showing facilities where one can clean their bike
- [images](#images)
- [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge)
- [bike_cleaning-charge](#bike_cleaning-charge)
+ - [automated](#automated)
+ - [self_service](#self_service)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@@ -36,11 +38,10 @@ The following options to create new points are included:
Elements must match **any** of the following expressions:
- amenity=bicycle_wash
- - amenity=bike_wash
- service:bicycle:cleaning=yes
- service:bicycle:cleaning=diy
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_wash%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bike_wash%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22diy%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_wash%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22diy%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
@@ -50,6 +51,8 @@ Elements must match **any** of the following expressions:
-----|-----|----- |
|
[service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | |
|
[charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
+|
[automated](https://wiki.openstreetmap.org/wiki/Key:automated) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:automated%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:automated%3Dyes) |
+|
[self_service](https://wiki.openstreetmap.org/wiki/Key:self_service) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:self_service%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:self_service%3Dno) |
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
@@ -64,7 +67,7 @@ The question is `How much does it cost to use the cleaning service?`
- *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no
- *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
-This tagrendering is only visible in the popup if the following condition is met: amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
+This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
### bike_cleaning-charge
@@ -74,7 +77,25 @@ The question is `How much does it cost to use the cleaning service?`
- *This cleaning service is free to use* is shown if with fee=no
- *There is a fee to use this cleaning service* is shown if with fee=yes
-This tagrendering is only visible in the popup if the following condition is met: amenity=bike_wash | amenity=bicycle_wash
+This tagrendering is only visible in the popup if the following condition is met: amenity=bicycle_wash
+
+### automated
+
+The question is `Is this bicycle cleaning service automated?`
+
+ - *This is a manual bike washing station* is shown if with automated=no
+ - *This is an automated bike wash* is shown if with automated=yes
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=bicycle_wash
+
+### self_service
+
+The question is `Is this cleaning service self-service?`
+
+ - *This cleaning service is self-service* is shown if with self_service=yes
+ - *This cleaning service is operated by an employee* is shown if with self_service=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=bicycle_wash
### leftover-questions
diff --git a/Docs/Layers/bike_parking.md b/Docs/Layers/bike_parking.md
index 4ed03e6d33..6dc851a3da 100644
--- a/Docs/Layers/bike_parking.md
+++ b/Docs/Layers/bike_parking.md
@@ -62,7 +62,7 @@ Elements must match the expression **
[bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) | [string](../SpecialInputElements.md#string) | [stands](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands) [safe_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dsafe_loops) [wall_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops) [handlebar_holder](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder) [rack](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack) [two_tier](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier) [shed](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed) [bollard](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard) [floor](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor) [lockers](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dlockers) |
+|
[bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) | [string](../SpecialInputElements.md#string) | [stands](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands) [safe_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dsafe_loops) [wall_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops) [handlebar_holder](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder) [rack](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack) [two_tier](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier) [shed](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed) [bollard](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard) [floor](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor) [lockers](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dlockers) [lean_and_stick](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dlean_and_stick) |
|
[location](https://wiki.openstreetmap.org/wiki/Key:location) | Multiple choice | [underground](https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground) [surface](https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) |
|
[covered](https://wiki.openstreetmap.org/wiki/Key:covered) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno) |
|
[capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [nat](../SpecialInputElements.md#nat) | |
@@ -98,6 +98,7 @@ The question is `What is the type of this bicycle parking?`
-
*Bollard* is shown if with bicycle_parking=bollard
- *An area on the floor which is marked for bicycle parking* is shown if with bicycle_parking=floor
- *A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..* is shown if with bicycle_parking=lockers
+ - *A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor* is shown if with bicycle_parking=lean_and_stick
### Underground?
@@ -128,7 +129,7 @@ The question is `Who can use this bicycle parking?`
- *Publicly accessible* is shown if with access=yes
- *Access is primarily for visitors to a business* is shown if with access=customers
- *Access is limited to members of a school, company or organisation* is shown if with access=members
- - *Access is limited to members of a school, company or organisation* is shown if with access=private
+ - *Private bicycle parking which is never available to the public, also not via a membership fee* is shown if with access=private
### fee
diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md
index 0d8bff4a74..d6b539c3f1 100644
--- a/Docs/Layers/bike_shop.md
+++ b/Docs/Layers/bike_shop.md
@@ -434,7 +434,7 @@ The question is `Does this shop sell bikes?`
- *This shop sells new bikes* is shown if with service:bicycle:retail=yes
- *This shop doesn't sell new bikes* is shown if with service:bicycle:retail=no
-This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=diy | shop=doityourself | service:bicycle:retail~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself | service:bicycle:retail~.+
### bike_second_hand
@@ -455,7 +455,7 @@ The question is `Does this shop repair bikes?`
- *This shop only repairs bikes bought here* is shown if with service:bicycle:repair=only_sold
- *This shop only repairs bikes of a certain brand* is shown if with service:bicycle:repair=brand
-This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
+This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
### bicycle_rental
@@ -464,7 +464,7 @@ The question is `Does this shop rent out bikes?`
- *This shop rents out bikes* is shown if with service:bicycle:rental=yes
- *This shop doesn't rent out bikes* is shown if with service:bicycle:rental=no
-This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
### bicycle-types
@@ -586,7 +586,7 @@ The question is `How much does it cost to use the cleaning service?`
- *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no
- *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
-This tagrendering is only visible in the popup if the following condition is met: amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
+This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
### internet
diff --git a/Docs/Layers/clock.md b/Docs/Layers/clock.md
index 03bb9a4341..fd2b5f4961 100644
--- a/Docs/Layers/clock.md
+++ b/Docs/Layers/clock.md
@@ -6,6 +6,7 @@ Layer with public clocks
- This layer is shown at zoomlevel **8** and higher
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wall-mounted clock` snaps to this layer (clock.presets[1])
+ - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wall-mounted clock, mounted directly on a wall` snaps to this layer (clock.presets[2])
## Table of contents
@@ -16,6 +17,7 @@ Layer with public clocks
- [images](#images)
- [support](#support)
- [display](#display)
+ - [indoor](#indoor)
- [visibility](#visibility)
- [date](#date)
- [thermometer](#thermometer)
@@ -40,6 +42,7 @@ The following options to create new points are included:
- **a clock** which has the following tags:amenity=clock
- **a wall-mounted clock** which has the following tags:amenity=clock & support=wall_mounted (snaps to layers `walls_and_buildings`)
+ - **a wall-mounted clock, mounted directly on a wall** which has the following tags:amenity=clock & support=wall (snaps to layers `walls_and_buildings`)
## Basic tags for this layer
@@ -53,8 +56,9 @@ Elements must match the expression **
[support](https://wiki.openstreetmap.org/wiki/Key:support) | Multiple choice | [pole](https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole) [wall_mounted](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted) [billboard](https://wiki.openstreetmap.org/wiki/Tag:support%3Dbillboard) [ground](https://wiki.openstreetmap.org/wiki/Tag:support%3Dground) |
+|
[support](https://wiki.openstreetmap.org/wiki/Key:support) | Multiple choice | [pole](https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole) [wall_mounted](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted) [wall](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall) [billboard](https://wiki.openstreetmap.org/wiki/Tag:support%3Dbillboard) [ground](https://wiki.openstreetmap.org/wiki/Tag:support%3Dground) |
|
[display](https://wiki.openstreetmap.org/wiki/Key:display) | Multiple choice | [analog](https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog) [digital](https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital) [sundial](https://wiki.openstreetmap.org/wiki/Tag:display%3Dsundial) [unorthodox](https://wiki.openstreetmap.org/wiki/Tag:display%3Dunorthodox) |
+|
[indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
|
[visibility](https://wiki.openstreetmap.org/wiki/Key:visibility) | Multiple choice | [house](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dhouse) [street](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dstreet) [area](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Darea) |
|
[date](https://wiki.openstreetmap.org/wiki/Key:date) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:date%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:date%3Dno) |
|
[thermometer](https://wiki.openstreetmap.org/wiki/Key:thermometer) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dno) |
@@ -72,7 +76,8 @@ _This tagrendering has no question and is thus read-only_
The question is `In what way is the clock mounted?`
- *This clock is mounted on a pole* is shown if with support=pole
- - *This clock is mounted on a wall* is shown if with support=wall_mounted
+ - *This clock is mounted on a wall, usually through a support perpendicular to the wall* is shown if with support=wall_mounted
+ - *This clock is mounted directly on a wall* is shown if with support=wall
- *This clock is part of a billboard* is shown if with support=billboard
- *This clock is on the ground* is shown if with support=ground
@@ -85,6 +90,13 @@ The question is `How does this clock display the time?`
- *This clock displays the time with a sundial* is shown if with display=sundial
- *This clock displays the time in a non-standard way, e.g using binary, water or something else* is shown if with display=unorthodox
+### indoor
+
+The question is `Is this clock indoors?`
+
+ - *This clock is indoors* is shown if with indoor=yes
+ - *This clock is outdoors* is shown if with indoor=no
+
### visibility
The question is `How visible is this clock?`
diff --git a/Docs/Layers/crossings.md b/Docs/Layers/crossings.md
index b5bd109215..7b31651394 100644
--- a/Docs/Layers/crossings.md
+++ b/Docs/Layers/crossings.md
@@ -16,7 +16,7 @@ Crossings for pedestrians and cyclists
4. [Supported attributes](#supported-attributes)
- [images](#images)
- [crossing-type](#crossing-type)
- - [crossing-is-zebra](#crossing-is-zebra)
+ - [markings](#markings)
- [crossing-bicycle-allowed](#crossing-bicycle-allowed)
- [crossing-has-island](#crossing-has-island)
- [crossing-tactile](#crossing-tactile)
@@ -60,8 +60,8 @@ Elements must match **any** of the following expressions:
| attribute | type | values which are supported by this layer |
-----|-----|----- |
-|
[crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) [unmarked](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked) |
-|
[crossing_ref](https://wiki.openstreetmap.org/wiki/Key:crossing_ref) | Multiple choice | [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra) [](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3D) |
+|
[crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) |
+|
[crossing:markings](https://wiki.openstreetmap.org/wiki/Key:crossing:markings) | [string](../SpecialInputElements.md#string) | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno) [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra) [lines](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines) [ladder](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder) [dashes](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddashes) [dots](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddots) [surface](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dsurface) [ladder:skewed](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:skewed) [zebra:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:paired) [zebra:bicolour](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:bicolour) [zebra:double](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:double) [pictograms](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dpictograms) [ladder:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:paired) [lines:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines:paired) |
|
[bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) |
|
[crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) |
|
[tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) |
@@ -85,18 +85,30 @@ The question is `What kind of crossing is this?`
- *Crossing, without traffic lights* is shown if with crossing=uncontrolled
- *Crossing with traffic signals* is shown if with crossing=traffic_signals
- *Zebra crossing* is shown if with crossing=zebra. _This option cannot be chosen as answer_
- - *Crossing without crossing markings* is shown if with crossing=unmarked
+ - *Crossing without crossing markings* is shown if with crossing=unmarked. _This option cannot be chosen as answer_
This tagrendering is only visible in the popup if the following condition is met: highway=crossing
-### crossing-is-zebra
+### markings
-The question is `Is this is a zebra crossing?`
+The question is `What kind of markings does this crossing have?`
+*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set
- - *This is a zebra crossing* is shown if with crossing_ref=zebra
- - *This is not a zebra crossing* is shown if with crossing_ref=
-
-This tagrendering is only visible in the popup if the following condition is met: crossing=uncontrolled
+ -
*This crossing has no markings* is shown if with crossing:markings=no
+ -
*This crossing has zebra markings* is shown if with crossing:markings=zebra
+ - *This crossing has markings of an unknown type* is shown if with crossing:markings=yes. _This option cannot be chosen as answer_
+ -
*This crossings has lines on either side of the crossing* is shown if with crossing:markings=lines
+ -
*This crossing has lines on either side of the crossing, along with bars connecting them* is shown if with crossing:markings=ladder
+ -
*This crossing has dashed lines on either sides of the crossing* is shown if with crossing:markings=dashes
+ -
*This crossing has dotted lines on either sides of the crossing* is shown if with crossing:markings=dots
+ -
*This crossing is marked by using a different coloured surface* is shown if with crossing:markings=surface
+ -
*This crossing has lines on either side of the crossing, along with angled bars connecting them* is shown if with crossing:markings=ladder:skewed
+ - *This crossing has zebra markings with an interruption in every bar* is shown if with crossing:markings=zebra:paired
+ -
*This crossing has zebra markings in alternating colours* is shown if with crossing:markings=zebra:bicolour
+ -
*This crossing has double zebra markings* is shown if with crossing:markings=zebra:double
+ - *This crossing has pictograms on the road* is shown if with crossing:markings=pictograms
+ - *This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar* is shown if with crossing:markings=ladder:paired
+ -
*This crossing has double lines on either side of the crossing* is shown if with crossing:markings=lines:paired
### crossing-bicycle-allowed
diff --git a/Docs/Layers/crossings_no_traffic_lights.md b/Docs/Layers/crossings_no_traffic_lights.md
index 4149b71268..56a1bd215a 100644
--- a/Docs/Layers/crossings_no_traffic_lights.md
+++ b/Docs/Layers/crossings_no_traffic_lights.md
@@ -17,7 +17,7 @@ Crossings for pedestrians and cyclists
4. [Supported attributes](#supported-attributes)
- [images](#images)
- [crossing-type](#crossing-type)
- - [crossing-is-zebra](#crossing-is-zebra)
+ - [markings](#markings)
- [crossing-bicycle-allowed](#crossing-bicycle-allowed)
- [crossing-has-island](#crossing-has-island)
- [crossing-tactile](#crossing-tactile)
@@ -55,8 +55,8 @@ Elements must match the expression **
[crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) [unmarked](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked) |
-|
[crossing_ref](https://wiki.openstreetmap.org/wiki/Key:crossing_ref) | Multiple choice | [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra) [](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3D) |
+|
[crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) |
+|
[crossing:markings](https://wiki.openstreetmap.org/wiki/Key:crossing:markings) | [string](../SpecialInputElements.md#string) | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno) [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra) [lines](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines) [ladder](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder) [dashes](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddashes) [dots](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddots) [surface](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dsurface) [ladder:skewed](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:skewed) [zebra:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:paired) [zebra:bicolour](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:bicolour) [zebra:double](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:double) [pictograms](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dpictograms) [ladder:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:paired) [lines:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines:paired) |
|
[bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) |
|
[crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) |
|
[tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) |
@@ -80,18 +80,30 @@ The question is `What kind of crossing is this?`
- *Crossing, without traffic lights* is shown if with crossing=uncontrolled
- *Crossing with traffic signals* is shown if with crossing=traffic_signals
- *Zebra crossing* is shown if with crossing=zebra. _This option cannot be chosen as answer_
- - *Crossing without crossing markings* is shown if with crossing=unmarked
+ - *Crossing without crossing markings* is shown if with crossing=unmarked. _This option cannot be chosen as answer_
This tagrendering is only visible in the popup if the following condition is met: highway=crossing
-### crossing-is-zebra
+### markings
-The question is `Is this is a zebra crossing?`
+The question is `What kind of markings does this crossing have?`
+*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set
- - *This is a zebra crossing* is shown if with crossing_ref=zebra
- - *This is not a zebra crossing* is shown if with crossing_ref=
-
-This tagrendering is only visible in the popup if the following condition is met: crossing=uncontrolled
+ -
*This crossing has no markings* is shown if with crossing:markings=no
+ -
*This crossing has zebra markings* is shown if with crossing:markings=zebra
+ - *This crossing has markings of an unknown type* is shown if with crossing:markings=yes. _This option cannot be chosen as answer_
+ -
*This crossings has lines on either side of the crossing* is shown if with crossing:markings=lines
+ -
*This crossing has lines on either side of the crossing, along with bars connecting them* is shown if with crossing:markings=ladder
+ -
*This crossing has dashed lines on either sides of the crossing* is shown if with crossing:markings=dashes
+ -
*This crossing has dotted lines on either sides of the crossing* is shown if with crossing:markings=dots
+ -
*This crossing is marked by using a different coloured surface* is shown if with crossing:markings=surface
+ -
*This crossing has lines on either side of the crossing, along with angled bars connecting them* is shown if with crossing:markings=ladder:skewed
+ - *This crossing has zebra markings with an interruption in every bar* is shown if with crossing:markings=zebra:paired
+ -
*This crossing has zebra markings in alternating colours* is shown if with crossing:markings=zebra:bicolour
+ -
*This crossing has double zebra markings* is shown if with crossing:markings=zebra:double
+ - *This crossing has pictograms on the road* is shown if with crossing:markings=pictograms
+ - *This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar* is shown if with crossing:markings=ladder:paired
+ -
*This crossing has double lines on either side of the crossing* is shown if with crossing:markings=lines:paired
### crossing-bicycle-allowed
diff --git a/Docs/Layers/cycleways_and_roads.md b/Docs/Layers/cycleways_and_roads.md
index 050be61987..eecab2d26a 100644
--- a/Docs/Layers/cycleways_and_roads.md
+++ b/Docs/Layers/cycleways_and_roads.md
@@ -7,6 +7,7 @@ All infrastructure that someone can cycle over, accompanied with questions about
- This layer is shown at zoomlevel **16** and higher
- This layer is needed as dependency for layer [barrier](#barrier)
- This layer is needed as dependency for layer [crossings](#crossings)
+ - This layer is needed as dependency for layer [cyclist_waiting_aid](#cyclist_waiting_aid)
- This layer is needed as dependency for layer [kerbs](#kerbs)
- This layer is needed as dependency for layer [rainbow_crossings](#rainbow_crossings)
- This layer is needed as dependency for layer [crossings_no_traffic_lights](#crossings_no_traffic_lights)
diff --git a/Docs/Layers/cyclist_waiting_aid.md b/Docs/Layers/cyclist_waiting_aid.md
new file mode 100644
index 0000000000..0f03615117
--- /dev/null
+++ b/Docs/Layers/cyclist_waiting_aid.md
@@ -0,0 +1,99 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+# cyclist_waiting_aid
+
+Various pieces of infrastructure that aid cyclists while they wait at a traffic light.
+
+ - This layer is shown at zoomlevel **0** and higher
+ - This layer will automatically load [cycleways_and_roads](./cycleways_and_roads.md) into the layout as it depends on it: preset `a cyclist waiting aid` snaps to this layer (cyclist_waiting_aid.presets[0])
+
+## Table of contents
+
+1. [Themes using this layer](#themes-using-this-layer)
+2. [Presets](#presets)
+3. [Basic tags for this layer](#basic-tags-for-this-layer)
+4. [Supported attributes](#supported-attributes)
+ - [images](#images)
+ - [type](#type)
+ - [side](#side)
+ - [direction](#direction)
+ - [leftover-questions](#leftover-questions)
+ - [delete-button](#delete-button)
+ - [lod](#lod)
+
+## Themes using this layer
+
+ - [cycle_infra](https://mapcomplete.org/cycle_infra)
+ - [personal](https://mapcomplete.org/personal)
+
+## Presets
+
+The following options to create new points are included:
+
+ - **a cyclist waiting aid** which has the following tags:highway=cyclist_waiting_aid (snaps to layers `cycleways_and_roads`)
+
+## Basic tags for this layer
+
+Elements must match the expression **highway=cyclist_waiting_aid**
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%3D%22cyclist_waiting_aid%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%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 |
+-----|-----|----- |
+|
[side](https://wiki.openstreetmap.org/wiki/Key:side) | Multiple choice | [left](https://wiki.openstreetmap.org/wiki/Tag:side%3Dleft) [right](https://wiki.openstreetmap.org/wiki/Tag:side%3Dright) [both](https://wiki.openstreetmap.org/wiki/Tag:side%3Dboth) |
+|
[direction](https://wiki.openstreetmap.org/wiki/Key:direction) | Multiple choice | [forward](https://wiki.openstreetmap.org/wiki/Tag:direction%3Dforward) [backward](https://wiki.openstreetmap.org/wiki/Tag:direction%3Dbackward) |
+
+### images
+This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+_This tagrendering has no question and is thus read-only_
+*{image_carousel()}{image_upload()}*
+
+### type
+
+The question is `What kind of components does this waiting aid have?`
+
+ - *There is a board or peg to rest your foot on here* is shown if with footrest=yes. Unselecting this answer will add footrest=
+ - *There is a rail or a handle to hold on to here* is shown if with handrest=yes. Unselecting this answer will add handrest=
+
+### side
+
+The question is `On what side of the road is this located?`
+
+ - *This waiting aid is located on the left side* is shown if with side=left
+ - *This waiting aid is located on the right side* is shown if with side=right
+ - *There are waiting aids on both sides of the road* is shown if with side=both
+
+### direction
+
+_This tagrendering has no question and is thus read-only_
+*This waiting aid can be used when going in {direction} direction*
+
+ - *This waiting aid can be used when going forward on this way* is shown if with direction=forward
+ - *This waiting aid can be used when going backward on this way* is shown if with direction=backward
+
+This tagrendering is only visible in the popup if the following condition is met: direction~.+
+
+### leftover-questions
+
+_This tagrendering has no question and is thus read-only_
+*{questions( ,)}*
+
+### delete-button
+
+_This tagrendering has no question and is thus read-only_
+*{delete_button()}*
+
+### lod
+
+_This tagrendering has no question and is thus read-only_
+*{linked_data_from_website()}*
+
+This tagrendering has labels
+`added_by_default`
+
+
+This document is autogenerated from [assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json)
diff --git a/Docs/Layers/doctors.md b/Docs/Layers/doctors.md
index 6cb4082a90..828d4ec3cd 100644
--- a/Docs/Layers/doctors.md
+++ b/Docs/Layers/doctors.md
@@ -150,10 +150,10 @@ This tagrendering has labels
| id | question | osmTags |
-----|-----|----- |
| specialty.0 | *What is this doctor specialized in?* (default) | |
-| specialty.1 | This is a general practitioner | healthcare:speciality=general |
-| specialty.2 | This is a gynaecologist | healthcare:speciality=gynaecology |
-| specialty.3 | This is a psychiatrist | healthcare:speciality=psychiatry |
-| specialty.4 | This is a paediatrician | healthcare:speciality=paediatrics |
+| specialty.1 | This is a general practitioner | healthcare:speciality~^(.+;)?general(;.+)$ |
+| specialty.2 | This is a gynaecologist | healthcare:speciality~^(.+;)?gynaecology(;.+)$ |
+| specialty.3 | This is a psychiatrist | healthcare:speciality~^(.+;)?psychiatry(;.+)$ |
+| specialty.4 | This is a paediatrician | healthcare:speciality~^(.+;)?paediatrics(;.+)$ |
diff --git a/Docs/Layers/dogfoodb.md b/Docs/Layers/dogfoodb.md
index 4e884080ee..20bb598761 100644
--- a/Docs/Layers/dogfoodb.md
+++ b/Docs/Layers/dogfoodb.md
@@ -36,15 +36,15 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
- - [sugar_free](#sugar_free)
- - [gluten_free](#gluten_free)
- - [lactose_free](#lactose_free)
- [organic (no friture)](#organic-(no-friture))
- [friture-vegetarian](#friture-vegetarian)
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [friture-take-your-container](#friture-take-your-container)
+ - [sugar_free](#sugar_free)
+ - [gluten_free](#gluten_free)
+ - [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [dog-access](#dog-access)
@@ -92,15 +92,15 @@ Elements must match **all** of the following expressions:
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
[diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
-|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
-|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
-|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
|
[reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
+|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
+|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
+|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
|
[service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
|
[dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@@ -241,7 +241,7 @@ _This tagrendering has no question and is thus read-only_
### add-menu-image
_This tagrendering has no question and is thus read-only_
-*{image_upload(image:menu,Add an image from the menu)}*
+*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
@@ -269,7 +269,7 @@ The question is `Does this place offer take-away?`
The question is `Does {title()} deliver food to your home?`
- - *This business does home delivery (eventually via a third party)* is shown if with delivery=yes
+ - *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
### Vegetarian (no friture)
@@ -301,6 +301,65 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with diet:halal=yes
- *Only halal options are available* is shown if with diet:halal=only
+### organic (no friture)
+
+The question is `Does this restaurant offer organic food?`
+
+ - *There are no organic options available* is shown if with organic=no
+ - *There is an organic menu* is shown if with organic=yes
+ - *Only organic options are available* is shown if with organic=only
+
+### friture-vegetarian
+
+The question is `Does this fries shop have vegetarian snacks?`
+
+ - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
+ - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
+ - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
+ - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-vegan
+
+The question is `Does this fries shop have vegan snacks?`
+
+ - *Serves only vegan snacks and burgers* is shown if with diet:vegan=only
+ - *Vegan snacks are available* is shown if with diet:vegan=yes
+ - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
+ - *No vegan snacks are available* is shown if with diet:vegan=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-organic
+
+The question is `Does this fries shop offer organic snacks?`
+
+ - *Organic snacks are available* is shown if with organic=yes
+ - *No organic snacks are available* is shown if with organic=no
+ - *Only organic snacks are available* is shown if with organic=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-oil
+
+The question is `Does this fries shop use vegetable or animal oil for cooking?`
+
+ - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
+ - *The frying is done with animal oil* is shown if with friture:oil=animal
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-take-your-container
+
+The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
+
+ - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
+ - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
+ - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
### sugar_free
The question is `Does this shop have a sugar free offering?`
@@ -337,65 +396,6 @@ The question is `Does {title()} have a lactose-free offering?`
This tagrendering has labels
`diets`
-### organic (no friture)
-
-The question is `Does this restaurant offer organic food?`
-
- - *There are no organic options available* is shown if with organic=no
- - *There is an organic menu* is shown if with organic=yes
- - *Only organic options are available* is shown if with organic=only
-
-### friture-vegetarian
-
-The question is `Does this fries shop have vegetarian snacks?`
-
- - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
- - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
- - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
- - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-vegan
-
-The question is `Does this fries shop have vegan snacks?`
-
- - *Servers only vegan snacks and burgers* is shown if with diet:vegan=only
- - *Vegan snacks are available* is shown if with diet:vegan=yes
- - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
- - *No vegan snacks are available* is shown if with diet:vegan=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-organic
-
-The question is `Does this fries shop offer organic snacks?`
-
- - *Organic snacks are available* is shown if with organic=yes
- - *No organic snacks are available* is shown if with organic=no
- - *Only organic snacks are available* is shown if with organic=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-oil
-
-The question is `Does this fries shop use vegetable or animal oil for cooking?`
-
- - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
- - *The frying is done with animal oil* is shown if with friture:oil=animal
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-take-your-container
-
-The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
-
- - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
- - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
- - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
### smoking
The question is `Is smoking allowed at {title()}?`
diff --git a/Docs/Layers/dogshop.md b/Docs/Layers/dogshop.md
index 026801f300..2e3d33ed48 100644
--- a/Docs/Layers/dogshop.md
+++ b/Docs/Layers/dogshop.md
@@ -426,7 +426,7 @@ The question is `Does this shop sell bikes?`
- *This shop sells new bikes* is shown if with service:bicycle:retail=yes
- *This shop doesn't sell new bikes* is shown if with service:bicycle:retail=no
-This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=diy | shop=doityourself | service:bicycle:retail~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself | service:bicycle:retail~.+
### bike_second_hand
@@ -447,7 +447,7 @@ The question is `Does this shop repair bikes?`
- *This shop only repairs bikes bought here* is shown if with service:bicycle:repair=only_sold
- *This shop only repairs bikes of a certain brand* is shown if with service:bicycle:repair=brand
-This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
+This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
### bicycle_rental
@@ -456,7 +456,7 @@ The question is `Does this shop rent out bikes?`
- *This shop rents out bikes* is shown if with service:bicycle:rental=yes
- *This shop doesn't rent out bikes* is shown if with service:bicycle:rental=no
-This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
### bicycle-types
@@ -578,7 +578,7 @@ The question is `How much does it cost to use the cleaning service?`
- *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no
- *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
-This tagrendering is only visible in the popup if the following condition is met: amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
+This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
### internet
@@ -707,7 +707,7 @@ This tagrendering has labels
| id | question | osmTags |
-----|-----|----- |
| shop_types.0 | *What kind of shop is this?* (default) | |
-| shop_types.1 | Bicycle rental shop | shop=bicycle_rental |
+| shop_types.1 | Bicycle rental shop | shop=bicycle_rental | ((shop=rental & amenity=bicycle_rental)) |
| shop_types.2 | Farm Supply Shop | shop=agrarian |
| shop_types.3 | Liquor Store | shop=alcohol |
| shop_types.4 | Anime / Manga Shop | shop=anime |
diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md
index 47f1268fc1..26775681dc 100644
--- a/Docs/Layers/food.md
+++ b/Docs/Layers/food.md
@@ -35,15 +35,15 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
- - [sugar_free](#sugar_free)
- - [gluten_free](#gluten_free)
- - [lactose_free](#lactose_free)
- [organic (no friture)](#organic-(no-friture))
- [friture-vegetarian](#friture-vegetarian)
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [friture-take-your-container](#friture-take-your-container)
+ - [sugar_free](#sugar_free)
+ - [gluten_free](#gluten_free)
+ - [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [dog-access](#dog-access)
@@ -107,15 +107,15 @@ Elements must match **any** of the following expressions:
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
[diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
-|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
-|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
-|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
|
[reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
+|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
+|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
+|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
|
[service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
|
[dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@@ -256,7 +256,7 @@ _This tagrendering has no question and is thus read-only_
### add-menu-image
_This tagrendering has no question and is thus read-only_
-*{image_upload(image:menu,Add an image from the menu)}*
+*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
@@ -284,7 +284,7 @@ The question is `Does this place offer take-away?`
The question is `Does {title()} deliver food to your home?`
- - *This business does home delivery (eventually via a third party)* is shown if with delivery=yes
+ - *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
### Vegetarian (no friture)
@@ -316,6 +316,65 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with diet:halal=yes
- *Only halal options are available* is shown if with diet:halal=only
+### organic (no friture)
+
+The question is `Does this restaurant offer organic food?`
+
+ - *There are no organic options available* is shown if with organic=no
+ - *There is an organic menu* is shown if with organic=yes
+ - *Only organic options are available* is shown if with organic=only
+
+### friture-vegetarian
+
+The question is `Does this fries shop have vegetarian snacks?`
+
+ - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
+ - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
+ - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
+ - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-vegan
+
+The question is `Does this fries shop have vegan snacks?`
+
+ - *Serves only vegan snacks and burgers* is shown if with diet:vegan=only
+ - *Vegan snacks are available* is shown if with diet:vegan=yes
+ - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
+ - *No vegan snacks are available* is shown if with diet:vegan=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-organic
+
+The question is `Does this fries shop offer organic snacks?`
+
+ - *Organic snacks are available* is shown if with organic=yes
+ - *No organic snacks are available* is shown if with organic=no
+ - *Only organic snacks are available* is shown if with organic=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-oil
+
+The question is `Does this fries shop use vegetable or animal oil for cooking?`
+
+ - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
+ - *The frying is done with animal oil* is shown if with friture:oil=animal
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-take-your-container
+
+The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
+
+ - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
+ - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
+ - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
### sugar_free
The question is `Does this shop have a sugar free offering?`
@@ -352,65 +411,6 @@ The question is `Does {title()} have a lactose-free offering?`
This tagrendering has labels
`diets`
-### organic (no friture)
-
-The question is `Does this restaurant offer organic food?`
-
- - *There are no organic options available* is shown if with organic=no
- - *There is an organic menu* is shown if with organic=yes
- - *Only organic options are available* is shown if with organic=only
-
-### friture-vegetarian
-
-The question is `Does this fries shop have vegetarian snacks?`
-
- - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
- - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
- - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
- - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-vegan
-
-The question is `Does this fries shop have vegan snacks?`
-
- - *Servers only vegan snacks and burgers* is shown if with diet:vegan=only
- - *Vegan snacks are available* is shown if with diet:vegan=yes
- - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
- - *No vegan snacks are available* is shown if with diet:vegan=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-organic
-
-The question is `Does this fries shop offer organic snacks?`
-
- - *Organic snacks are available* is shown if with organic=yes
- - *No organic snacks are available* is shown if with organic=no
- - *Only organic snacks are available* is shown if with organic=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-oil
-
-The question is `Does this fries shop use vegetable or animal oil for cooking?`
-
- - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
- - *The frying is done with animal oil* is shown if with friture:oil=animal
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-take-your-container
-
-The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
-
- - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
- - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
- - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
### smoking
The question is `Is smoking allowed at {title()}?`
diff --git a/Docs/Layers/food_glutenfree.md b/Docs/Layers/food_glutenfree.md
index 8972974b77..27a11100dc 100644
--- a/Docs/Layers/food_glutenfree.md
+++ b/Docs/Layers/food_glutenfree.md
@@ -37,14 +37,14 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
- - [sugar_free](#sugar_free)
- - [lactose_free](#lactose_free)
- [organic (no friture)](#organic-(no-friture))
- [friture-vegetarian](#friture-vegetarian)
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [friture-take-your-container](#friture-take-your-container)
+ - [sugar_free](#sugar_free)
+ - [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [dog-access](#dog-access)
@@ -94,14 +94,14 @@ Elements must match **all** of the following expressions:
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
[diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
-|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
-|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
|
[reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
+|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
+|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
|
[service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
|
[dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@@ -254,7 +254,7 @@ _This tagrendering has no question and is thus read-only_
### add-menu-image
_This tagrendering has no question and is thus read-only_
-*{image_upload(image:menu,Add an image from the menu)}*
+*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
@@ -282,7 +282,7 @@ The question is `Does this place offer take-away?`
The question is `Does {title()} deliver food to your home?`
- - *This business does home delivery (eventually via a third party)* is shown if with delivery=yes
+ - *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
### Vegetarian (no friture)
@@ -314,30 +314,6 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with diet:halal=yes
- *Only halal options are available* is shown if with diet:halal=only
-### sugar_free
-
-The question is `Does this shop have a sugar free offering?`
-
- - *This shop only sells sugar free products* is shown if with diet:sugar_free=only
- - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes
- - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited
- - *This shop has no sugar free offering* is shown if with diet:sugar_free=no
-
-This tagrendering has labels
-`diets`
-
-### lactose_free
-
-The question is `Does {title()} have a lactose-free offering?`
-
- -
*Only sells lactose free products* is shown if with diet:lactose_free=only
- -
*Big lactose free offering* is shown if with diet:lactose_free=yes
- - *Limited lactose free offering* is shown if with diet:lactose_free=limited
- - *No lactose free offering* is shown if with diet:lactose_free=no
-
-This tagrendering has labels
-`diets`
-
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@@ -361,7 +337,7 @@ This tagrendering is only visible in the popup if the following condition is met
The question is `Does this fries shop have vegan snacks?`
- - *Servers only vegan snacks and burgers* is shown if with diet:vegan=only
+ - *Serves only vegan snacks and burgers* is shown if with diet:vegan=only
- *Vegan snacks are available* is shown if with diet:vegan=yes
- *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
- *No vegan snacks are available* is shown if with diet:vegan=no
@@ -397,6 +373,30 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+### sugar_free
+
+The question is `Does this shop have a sugar free offering?`
+
+ - *This shop only sells sugar free products* is shown if with diet:sugar_free=only
+ - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes
+ - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited
+ - *This shop has no sugar free offering* is shown if with diet:sugar_free=no
+
+This tagrendering has labels
+`diets`
+
+### lactose_free
+
+The question is `Does {title()} have a lactose-free offering?`
+
+ -
*Only sells lactose free products* is shown if with diet:lactose_free=only
+ -
*Big lactose free offering* is shown if with diet:lactose_free=yes
+ - *Limited lactose free offering* is shown if with diet:lactose_free=limited
+ - *No lactose free offering* is shown if with diet:lactose_free=no
+
+This tagrendering has labels
+`diets`
+
### smoking
The question is `Is smoking allowed at {title()}?`
diff --git a/Docs/Layers/food_lactosefree.md b/Docs/Layers/food_lactosefree.md
index 424c0e7368..03886768d0 100644
--- a/Docs/Layers/food_lactosefree.md
+++ b/Docs/Layers/food_lactosefree.md
@@ -37,14 +37,14 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
- - [sugar_free](#sugar_free)
- - [gluten_free](#gluten_free)
- [organic (no friture)](#organic-(no-friture))
- [friture-vegetarian](#friture-vegetarian)
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [friture-take-your-container](#friture-take-your-container)
+ - [sugar_free](#sugar_free)
+ - [gluten_free](#gluten_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [dog-access](#dog-access)
@@ -94,14 +94,14 @@ Elements must match **all** of the following expressions:
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
[diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
-|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
-|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
|
[reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
+|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
+|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
[smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
|
[service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
|
[dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@@ -254,7 +254,7 @@ _This tagrendering has no question and is thus read-only_
### add-menu-image
_This tagrendering has no question and is thus read-only_
-*{image_upload(image:menu,Add an image from the menu)}*
+*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
@@ -282,7 +282,7 @@ The question is `Does this place offer take-away?`
The question is `Does {title()} deliver food to your home?`
- - *This business does home delivery (eventually via a third party)* is shown if with delivery=yes
+ - *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
### Vegetarian (no friture)
@@ -314,30 +314,6 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with diet:halal=yes
- *Only halal options are available* is shown if with diet:halal=only
-### sugar_free
-
-The question is `Does this shop have a sugar free offering?`
-
- - *This shop only sells sugar free products* is shown if with diet:sugar_free=only
- - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes
- - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited
- - *This shop has no sugar free offering* is shown if with diet:sugar_free=no
-
-This tagrendering has labels
-`diets`
-
-### gluten_free
-
-The question is `Does this shop have a gluten free offering?`
-
- -
*This shop only sells gluten free products* is shown if with diet:gluten_free=only
- -
*This shop has a big gluten free offering* is shown if with diet:gluten_free=yes
- - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited
- - *This shop has no gluten free offering* is shown if with diet:gluten_free=no
-
-This tagrendering has labels
-`diets`
-
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@@ -361,7 +337,7 @@ This tagrendering is only visible in the popup if the following condition is met
The question is `Does this fries shop have vegan snacks?`
- - *Servers only vegan snacks and burgers* is shown if with diet:vegan=only
+ - *Serves only vegan snacks and burgers* is shown if with diet:vegan=only
- *Vegan snacks are available* is shown if with diet:vegan=yes
- *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
- *No vegan snacks are available* is shown if with diet:vegan=no
@@ -397,6 +373,30 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+### sugar_free
+
+The question is `Does this shop have a sugar free offering?`
+
+ - *This shop only sells sugar free products* is shown if with diet:sugar_free=only
+ - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes
+ - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited
+ - *This shop has no sugar free offering* is shown if with diet:sugar_free=no
+
+This tagrendering has labels
+`diets`
+
+### gluten_free
+
+The question is `Does this shop have a gluten free offering?`
+
+ -
*This shop only sells gluten free products* is shown if with diet:gluten_free=only
+ -
*This shop has a big gluten free offering* is shown if with diet:gluten_free=yes
+ - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited
+ - *This shop has no gluten free offering* is shown if with diet:gluten_free=no
+
+This tagrendering has labels
+`diets`
+
### smoking
The question is `Is smoking allowed at {title()}?`
diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md
index 7d4afa9c39..a99ab65a60 100644
--- a/Docs/Layers/friture.md
+++ b/Docs/Layers/friture.md
@@ -36,15 +36,15 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
- - [sugar_free](#sugar_free)
- - [gluten_free](#gluten_free)
- - [lactose_free](#lactose_free)
- [organic (no friture)](#organic-(no-friture))
- [friture-vegetarian](#friture-vegetarian)
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [friture-take-your-container](#friture-take-your-container)
+ - [sugar_free](#sugar_free)
+ - [gluten_free](#gluten_free)
+ - [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [dog-access](#dog-access)
@@ -92,15 +92,15 @@ Elements must match **all** of the following expressions:
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
[diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
-|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
-|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
-|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) |
|
[diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
|
[organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
[friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
|
[reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
+|
[diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
+|
[diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
+|
[diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
[smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
|
[service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
|
[dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@@ -241,7 +241,7 @@ _This tagrendering has no question and is thus read-only_
### add-menu-image
_This tagrendering has no question and is thus read-only_
-*{image_upload(image:menu,Add an image from the menu)}*
+*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
@@ -269,7 +269,7 @@ The question is `Does this place offer take-away?`
The question is `Does {title()} deliver food to your home?`
- - *This business does home delivery (eventually via a third party)* is shown if with delivery=yes
+ - *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
### Vegetarian (no friture)
@@ -301,6 +301,65 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with diet:halal=yes
- *Only halal options are available* is shown if with diet:halal=only
+### organic (no friture)
+
+The question is `Does this restaurant offer organic food?`
+
+ - *There are no organic options available* is shown if with organic=no
+ - *There is an organic menu* is shown if with organic=yes
+ - *Only organic options are available* is shown if with organic=only
+
+### friture-vegetarian
+
+The question is `Does this fries shop have vegetarian snacks?`
+
+ - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
+ - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
+ - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
+ - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-vegan
+
+The question is `Does this fries shop have vegan snacks?`
+
+ - *Serves only vegan snacks and burgers* is shown if with diet:vegan=only
+ - *Vegan snacks are available* is shown if with diet:vegan=yes
+ - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
+ - *No vegan snacks are available* is shown if with diet:vegan=no
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-organic
+
+The question is `Does this fries shop offer organic snacks?`
+
+ - *Organic snacks are available* is shown if with organic=yes
+ - *No organic snacks are available* is shown if with organic=no
+ - *Only organic snacks are available* is shown if with organic=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-oil
+
+The question is `Does this fries shop use vegetable or animal oil for cooking?`
+
+ - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
+ - *The frying is done with animal oil* is shown if with friture:oil=animal
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
+### friture-take-your-container
+
+The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
+
+ - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
+ - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
+ - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
+
+This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
+
### sugar_free
The question is `Does this shop have a sugar free offering?`
@@ -337,65 +396,6 @@ The question is `Does {title()} have a lactose-free offering?`
This tagrendering has labels
`diets`
-### organic (no friture)
-
-The question is `Does this restaurant offer organic food?`
-
- - *There are no organic options available* is shown if with organic=no
- - *There is an organic menu* is shown if with organic=yes
- - *Only organic options are available* is shown if with organic=only
-
-### friture-vegetarian
-
-The question is `Does this fries shop have vegetarian snacks?`
-
- - *Serves only vegetarian snacks and burgers* is shown if with diet:vegetarian=only
- - *Vegetarian snacks are available* is shown if with diet:vegetarian=yes
- - *Only a small selection of snacks are vegetarian* is shown if with diet:vegetarian=limited
- - *No vegetarian snacks are available* is shown if with diet:vegetarian=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-vegan
-
-The question is `Does this fries shop have vegan snacks?`
-
- - *Servers only vegan snacks and burgers* is shown if with diet:vegan=only
- - *Vegan snacks are available* is shown if with diet:vegan=yes
- - *A small selection of vegan snacks are available* is shown if with diet:vegan=limited
- - *No vegan snacks are available* is shown if with diet:vegan=no
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-organic
-
-The question is `Does this fries shop offer organic snacks?`
-
- - *Organic snacks are available* is shown if with organic=yes
- - *No organic snacks are available* is shown if with organic=no
- - *Only organic snacks are available* is shown if with organic=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-oil
-
-The question is `Does this fries shop use vegetable or animal oil for cooking?`
-
- - *The frying is done with vegetable oil* is shown if with friture:oil=vegetable
- - *The frying is done with animal oil* is shown if with friture:oil=animal
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
-### friture-take-your-container
-
-The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
-
- - *You can bring your own containers to get your order, saving on single-use packaging material and thus waste* is shown if with reusable_packaging:accept=yes
- - *Bringing your own container is not allowed* is shown if with reusable_packaging:accept=no
- - *You must bring your own container to order here.* is shown if with reusable_packaging:accept=only
-
-This tagrendering is only visible in the popup if the following condition is met: cuisine=friture
-
### smoking
The question is `Is smoking allowed at {title()}?`
diff --git a/Docs/Layers/ghost_bike.md b/Docs/Layers/ghost_bike.md
index 9e53460b17..d55c063f90 100644
--- a/Docs/Layers/ghost_bike.md
+++ b/Docs/Layers/ghost_bike.md
@@ -13,7 +13,7 @@ A layer showing memorials for cyclists, killed in road accidents
3. [Basic tags for this layer](#basic-tags-for-this-layer)
4. [Supported attributes](#supported-attributes)
- [preset_description](#preset_description)
- - [images](#images)
+ - [images_no_blur](#images_no_blur)
- [ghost_bike-name](#ghost_bike-name)
- [ghost_bike-source](#ghost_bike-source)
- [ghost_bike-inscription](#ghost_bike-inscription)
@@ -59,10 +59,10 @@ Elements must match the expression **map_size=building
- *A map of special site, like of a historical castle, a park, a campus, a forest, ....* is shown if with map_size=site
- *A map showing the village or town* is shown if with map_size=village
- - * A map of a city* is shown if with map_size=city
+ - *A map of a city* is shown if with map_size=city
- *The map of an entire region, showing multiple cities and villages* is shown if with map_size=region
### map-map_source
diff --git a/Docs/Layers/medical_shops.md b/Docs/Layers/medical_shops.md
index 1f905755c1..bd6ce185bd 100644
--- a/Docs/Layers/medical_shops.md
+++ b/Docs/Layers/medical_shops.md
@@ -435,7 +435,7 @@ The question is `Does this shop sell bikes?`
- *This shop sells new bikes* is shown if with service:bicycle:retail=yes
- *This shop doesn't sell new bikes* is shown if with service:bicycle:retail=no
-This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=diy | shop=doityourself | service:bicycle:retail~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself | service:bicycle:retail~.+
### bike_second_hand
@@ -456,7 +456,7 @@ The question is `Does this shop repair bikes?`
- *This shop only repairs bikes bought here* is shown if with service:bicycle:repair=only_sold
- *This shop only repairs bikes of a certain brand* is shown if with service:bicycle:repair=brand
-This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
+This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:repair~.+
### bicycle_rental
@@ -465,7 +465,7 @@ The question is `Does this shop rent out bikes?`
- *This shop rents out bikes* is shown if with service:bicycle:rental=yes
- *This shop doesn't rent out bikes* is shown if with service:bicycle:rental=no
-This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
+This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+
### bicycle-types
@@ -587,7 +587,7 @@ The question is `How much does it cost to use the cleaning service?`
- *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no
- *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
-This tagrendering is only visible in the popup if the following condition is met: amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
+This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
### internet
@@ -720,7 +720,7 @@ This tagrendering has labels
| id | question | osmTags |
-----|-----|----- |
| shop_types.0 | *What kind of shop is this?* (default) | |
-| shop_types.1 | Bicycle rental shop | shop=bicycle_rental |
+| shop_types.1 | Bicycle rental shop | shop=bicycle_rental | ((shop=rental & amenity=bicycle_rental)) |
| shop_types.2 | Farm Supply Shop | shop=agrarian |
| shop_types.3 | Liquor Store | shop=alcohol |
| shop_types.4 | Anime / Manga Shop | shop=anime |
diff --git a/Docs/Layers/memorial.md b/Docs/Layers/memorial.md
index 90d764f2c9..6f7f57e521 100644
--- a/Docs/Layers/memorial.md
+++ b/Docs/Layers/memorial.md
@@ -12,7 +12,7 @@ Layer showing memorial plaques, based upon a unofficial theme. Can be expanded t
2. [Presets](#presets)
3. [Basic tags for this layer](#basic-tags-for-this-layer)
4. [Supported attributes](#supported-attributes)
- - [images](#images)
+ - [images_no_blur](#images_no_blur)
- [memorial-type](#memorial-type)
- [inscription](#inscription)
- [memorial-wikidata](#memorial-wikidata)
@@ -33,6 +33,7 @@ Layer showing memorial plaques, based upon a unofficial theme. Can be expanded t
- [move-button](#move-button)
- [delete-button](#delete-button)
- [lod](#lod)
+5. [Filters](#filters)
## Themes using this layer
@@ -76,10 +77,10 @@ Elements must match **any** of the following expressions:
|
[inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
[historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
-### images
-This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+### images_no_blur
+Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
-*{image_carousel()}{image_upload()}*
+*{image_carousel()}{image_upload(,,,true)}*
### memorial-type
@@ -264,5 +265,27 @@ _This tagrendering has no question and is thus read-only_
This tagrendering has labels
`added_by_default`
+## Filters
+
+| id | question | osmTags |
+-----|-----|----- |
+| memorial-type.0 | *What type of memorial is this?* (default) | |
+| memorial-type.1 | This is a statue | memorial=statue |
+| memorial-type.2 | This is a plaque | memorial=plaque |
+| memorial-type.3 | This is a commemorative bench | memorial=bench |
+| memorial-type.4 | This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash | memorial=ghost_bike |
+| memorial-type.5 | This is a stolperstein (stumbing stone) | memorial=stolperstein |
+| memorial-type.6 | This is a stele | memorial=stele |
+| memorial-type.7 | This is a memorial stone | memorial=stone |
+| memorial-type.8 | This is a bust | memorial=bust |
+| memorial-type.9 | This is a sculpture | memorial=sculpture |
+| memorial-type.10 | This is an obelisk | memorial=obelisk |
+| memorial-type.11 | This is a cross | memorial=cross |
+| memorial-type.12 | This is a blue plaque | memorial=blue_plaque |
+| memorial-type.13 | This is a historic tank, permanently placed in public space as memorial | memorial=tank |
+| memorial-type.14 | This is a memorial tree | memorial=tree |
+| memorial-type.15 | This is a gravestone; the person is buried here | historic=tomb |
+
+
This document is autogenerated from [assets/layers/memorial/memorial.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/memorial/memorial.json)
diff --git a/Docs/Layers/playground.md b/Docs/Layers/playground.md
index c43849cecd..fa1fc0441c 100644
--- a/Docs/Layers/playground.md
+++ b/Docs/Layers/playground.md
@@ -227,7 +227,7 @@ This tagrendering has labels
| id | question | osmTags |
-----|-----|----- |
| fee.0 | *Does one have to pay to use this playground?* (default) | |
-| fee.1 | Free to use | fee=no |
+| fee.1 | Free to use | fee=no | fee= |
| fee.2 | Paid playground | fee=yes |
diff --git a/Docs/Layers/post_offices_with_atm.md b/Docs/Layers/post_offices_with_atm.md
index 2049287674..b84c737042 100644
--- a/Docs/Layers/post_offices_with_atm.md
+++ b/Docs/Layers/post_offices_with_atm.md
@@ -14,7 +14,9 @@ A layer showing post offices.
2. [Basic tags for this layer](#basic-tags-for-this-layer)
3. [Supported attributes](#supported-attributes)
- [images](#images)
- - [minimap](#minimap)
+ - [phone](#phone)
+ - [email](#email)
+ - [website](#website)
- [opening_hours](#opening_hours)
- [Opening hours](#opening-hours)
- [post_partner](#post_partner)
@@ -50,6 +52,9 @@ Elements must match **all** of the following expressions:
| attribute | type | values which are supported by this layer |
-----|-----|----- |
+|
[phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
+|
[email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
+|
[website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
[opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
[post_office](https://wiki.openstreetmap.org/wiki/Key:post_office) | Multiple choice | [post_partner](https://wiki.openstreetmap.org/wiki/Tag:post_office%3Dpost_partner) [](https://wiki.openstreetmap.org/wiki/Tag:post_office%3D) |
|
[brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [nsi](../SpecialInputElements.md#nsi) | |
@@ -66,10 +71,36 @@ This block shows the known images which are linked with the `image`-keys, but al
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
-### minimap
+### phone
-_This tagrendering has no question and is thus read-only_
-*{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }*
+The question is `What is the phone number of {title()}?`
+*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
+
+ -
*{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### email
+
+The question is `What is the email address of {title()}?`
+*{email}* is shown if `email` is set
+
+ -
*{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_
+ -
*{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### website
+
+The question is `What is the website of {title()}?`
+*{website}* is shown if `website` is set
+
+ -
*{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
### opening_hours
diff --git a/Docs/Layers/postboxes.md b/Docs/Layers/postboxes.md
index 0692c219a6..a00dd6229e 100644
--- a/Docs/Layers/postboxes.md
+++ b/Docs/Layers/postboxes.md
@@ -5,6 +5,7 @@
The layer showing postboxes.
- This layer is shown at zoomlevel **12** and higher
+ - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a postbox on a wall` snaps to this layer (postboxes.presets[1])
## Table of contents
@@ -14,6 +15,7 @@ The layer showing postboxes.
4. [Supported attributes](#supported-attributes)
- [images](#images)
- [minimap](#minimap)
+ - [operator](#operator)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@@ -29,6 +31,7 @@ The layer showing postboxes.
The following options to create new points are included:
- **a postbox** which has the following tags:amenity=post_box
+ - **a postbox on a wall** which has the following tags:amenity=post_box (snaps to layers `walls_and_buildings`)
## Basic tags for this layer
@@ -38,6 +41,12 @@ Elements must match the expression **
[operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
+
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
@@ -48,6 +57,11 @@ _This tagrendering has no question and is thus read-only_
_This tagrendering has no question and is thus read-only_
*{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }*
+### operator
+
+The question is `Who operates this postbox?`
+*This postbox is operated by {operator}* is shown if `operator` is set
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/postoffices.md b/Docs/Layers/postoffices.md
index cb3b19389b..e4553e2335 100644
--- a/Docs/Layers/postoffices.md
+++ b/Docs/Layers/postoffices.md
@@ -13,7 +13,9 @@ A layer showing post offices.
3. [Basic tags for this layer](#basic-tags-for-this-layer)
4. [Supported attributes](#supported-attributes)
- [images](#images)
- - [minimap](#minimap)
+ - [phone](#phone)
+ - [email](#email)
+ - [website](#website)
- [opening_hours](#opening_hours)
- [Opening hours](#opening-hours)
- [post_partner](#post_partner)
@@ -57,6 +59,9 @@ Elements must match **any** of the following expressions:
| attribute | type | values which are supported by this layer |
-----|-----|----- |
+|
[phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
+|
[email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
+|
[website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
[opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
[post_office](https://wiki.openstreetmap.org/wiki/Key:post_office) | Multiple choice | [post_partner](https://wiki.openstreetmap.org/wiki/Tag:post_office%3Dpost_partner) [](https://wiki.openstreetmap.org/wiki/Tag:post_office%3D) |
|
[brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [nsi](../SpecialInputElements.md#nsi) | |
@@ -73,10 +78,36 @@ This block shows the known images which are linked with the `image`-keys, but al
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
-### minimap
+### phone
-_This tagrendering has no question and is thus read-only_
-*{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }*
+The question is `What is the phone number of {title()}?`
+*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
+
+ -
*{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### email
+
+The question is `What is the email address of {title()}?`
+*{email}* is shown if `email` is set
+
+ -
*{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_
+ -
*{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### website
+
+The question is `What is the website of {title()}?`
+*{website}* is shown if `website` is set
+
+ -
*{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
### opening_hours
diff --git a/Docs/Layers/school.md b/Docs/Layers/school.md
index 5213868641..98a668010a 100644
--- a/Docs/Layers/school.md
+++ b/Docs/Layers/school.md
@@ -14,15 +14,16 @@ Schools giving primary and secondary education and post-secondary, non-tertiary
2. [Presets](#presets)
3. [Basic tags for this layer](#basic-tags-for-this-layer)
4. [Supported attributes](#supported-attributes)
+ - [images](#images)
- [school-name](#school-name)
+ - [phone](#phone)
+ - [email](#email)
+ - [website](#website)
- [capacity](#capacity)
- [education-level-belgium](#education-level-belgium)
- [gender](#gender)
- [pedagogy](#pedagogy)
- [target-audience](#target-audience)
- - [website](#website)
- - [phone](#phone)
- - [email](#email)
- [school-language](#school-language)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@@ -53,20 +54,56 @@ Elements must match the expression **
[name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
+|
[phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
+|
[email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
+|
[website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
[capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) | |
|
[school](https://wiki.openstreetmap.org/wiki/Key:school) | Multiple choice | [kindergarten](https://wiki.openstreetmap.org/wiki/Tag:school%3Dkindergarten) [primary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dprimary) [secondary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dsecondary) [lower_secondary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dlower_secondary) [middle_secondary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dmiddle_secondary) [upper_secondary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dupper_secondary) [post_secondary](https://wiki.openstreetmap.org/wiki/Tag:school%3Dpost_secondary) |
|
[school:gender](https://wiki.openstreetmap.org/wiki/Key:school:gender) | Multiple choice | [mixed](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmixed) [separated](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dseparated) [male](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmale) [female](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dfemale) |
|
[pedagogy](https://wiki.openstreetmap.org/wiki/Key:pedagogy) | [string](../SpecialInputElements.md#string) | [mainstream](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dmainstream) [montessori](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dmontessori) [freinet](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dfreinet) [jenaplan](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Djenaplan) [waldorf](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dwaldorf) [dalton](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Ddalton) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Doutdoor) [reggio_emilia](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dreggio_emilia) [sudbury](https://wiki.openstreetmap.org/wiki/Tag:pedagogy%3Dsudbury) |
|
[school:for](https://wiki.openstreetmap.org/wiki/Key:school:for) | [string](../SpecialInputElements.md#string) | [mainstream](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dmainstream) [adults](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dadults) [autism](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dautism) [learning_disabilities](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dlearning_disabilities) [blind](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dblind) [deaf](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Ddeaf) [disabilities](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Ddisabilities) [special_needs](https://wiki.openstreetmap.org/wiki/Tag:school:for%3Dspecial_needs) |
-|
[website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
-|
[phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
-|
[email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
+
+### images
+This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+_This tagrendering has no question and is thus read-only_
+*{image_carousel()}{image_upload()}*
### school-name
The question is `What is the name of this school?`
*This school is named {name}* is shown if `name` is set
+### phone
+
+The question is `What is the phone number of {title()}?`
+*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
+
+ -
*{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### email
+
+The question is `What is the email address of {title()}?`
+*{email}* is shown if `email` is set
+
+ -
*{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_
+ -
*{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
+### website
+
+The question is `What is the website of {title()}?`
+*{website}* is shown if `website` is set
+
+ -
*{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_
+
+This tagrendering has labels
+`contact`
+
### capacity
The question is `How much students can at most enroll in this school?`
@@ -127,37 +164,6 @@ The question is `Does this school target students with a special need? Which str
This tagrendering is only visible in the popup if the following condition is met: school:for~.+
-### website
-
-The question is `What is the website of {title()}?`
-*{website}* is shown if `website` is set
-
- -
*{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_
-
-This tagrendering has labels
-`contact`
-
-### phone
-
-The question is `What is the phone number of {title()}?`
-*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
-
- -
*{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
-
-This tagrendering has labels
-`contact`
-
-### email
-
-The question is `What is the email address of {title()}?`
-*{email}* is shown if `email` is set
-
- -
*{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- -
*{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_
-
-This tagrendering has labels
-`contact`
-
### school-language
_This tagrendering has no question and is thus read-only_
@@ -196,6 +202,17 @@ This tagrendering has labels
| pedagogy.8 | This school uses the Reggio Emilia approach | pedagogy=reggio_emilia |
| pedagogy.9 | This school uses the Sudbury system | pedagogy=sudbury |
+| id | question | osmTags |
+-----|-----|----- |
+| education-level-belgium.0 | *What level of education is given on this school?* (default) | |
+| education-level-belgium.1 | This is a school with a kindergarten section where young kids receive some education which prepares reading and writing. | school~^(.+;)?kindergarten(;.+)$ |
+| education-level-belgium.2 | This is a school where one learns primary skills such as basic literacy and numerical skills.
key=value
) out of all the tags to add onto the newly created point.\nNote that the icon in the UI will be chosen automatically based on the tags provided here.\n\nquestion: What tag should be added to the new object?\ntype: simple_tag\ntypeHelper: uploadableOnly",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "description": {
+ "description": "An extra explanation of what the feature is, if it is not immediately clear from the title alone.\n\nThe _first sentence_ of the description is shown on the button of the `add` menu.\nThe full description is shown in the confirmation dialog.\n\n(The first sentence is until the first '.'-character in the description)\n\nquestion: How would you describe this feature?\nifunset: No extra description is given. This can be used to further explain the preset",
+ "anyOf": [
+ {
+ "$ref": "#/definitions/Recordkey=value
) out of all the tags to add onto the newly created point.\nNote that the icon in the UI will be chosen automatically based on the tags provided here.\n\nquestion: What tag should be added to the new object?\ntype: simple_tag\ntypeHelper: uploadableOnly",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "description": {
+ "description": "An extra explanation of what the feature is, if it is not immediately clear from the title alone.\n\nThe _first sentence_ of the description is shown on the button of the `add` menu.\nThe full description is shown in the confirmation dialog.\n\n(The first sentence is until the first '.'-character in the description)\n\nquestion: How would you describe this feature?\nifunset: No extra description is given. This can be used to further explain the preset",
+ "anyOf": [
+ {
+ "$ref": "#/definitions/Recordkey=value
) out of all the tags to add onto the newly created point.\nNote that the icon in the UI will be chosen automatically based on the tags provided here.\n\nquestion: What tag should be added to the new object?\ntype: simple_tag\ntypeHelper: uploadableOnly",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "description": {
+ "description": "An extra explanation of what the feature is, if it is not immediately clear from the title alone.\n\nThe _first sentence_ of the description is shown on the button of the `add` menu.\nThe full description is shown in the confirmation dialog.\n\n(The first sentence is until the first '.'-character in the description)\n\nquestion: How would you describe this feature?\nifunset: No extra description is given. This can be used to further explain the preset",
+ "anyOf": [
+ {
+ "$ref": "#/definitions/Recordkey=value
) out of all the tags to add onto the newly created point.\nNote that the icon in the UI will be chosen automatically based on the tags provided here.\n\nquestion: What tag should be added to the new object?\ntype: simple_tag\ntypeHelper: uploadableOnly",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "description": {
+ "description": "An extra explanation of what the feature is, if it is not immediately clear from the title alone.\n\nThe _first sentence_ of the description is shown on the button of the `add` menu.\nThe full description is shown in the confirmation dialog.\n\n(The first sentence is until the first '.'-character in the description)\n\nquestion: How would you describe this feature?\nifunset: No extra description is given. This can be used to further explain the preset",
+ "anyOf": [
+ {
+ "$ref": "#/definitions/Record`{image_upload(,)}`
+`{image_upload(,,)}`
### rating
diff --git a/Docs/TagInfo/mapcomplete_advertising.json b/Docs/TagInfo/mapcomplete_advertising.json
index b62b0c3236..fac4a83d91 100644
--- a/Docs/TagInfo/mapcomplete_advertising.json
+++ b/Docs/TagInfo/mapcomplete_advertising.json
@@ -20,19 +20,23 @@
},
{
"key": "image",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "advertising",
@@ -252,19 +256,23 @@
},
{
"key": "image",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shelter_type",
diff --git a/Docs/TagInfo/mapcomplete_aed.json b/Docs/TagInfo/mapcomplete_aed.json
index 9e9f2e32c6..c4c57e2019 100644
--- a/Docs/TagInfo/mapcomplete_aed.json
+++ b/Docs/TagInfo/mapcomplete_aed.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "indoor",
diff --git a/Docs/TagInfo/mapcomplete_artwork.json b/Docs/TagInfo/mapcomplete_artwork.json
index 85cd3068b6..61276e49c2 100644
--- a/Docs/TagInfo/mapcomplete_artwork.json
+++ b/Docs/TagInfo/mapcomplete_artwork.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "artwork_type",
@@ -140,7 +144,7 @@
},
{
"key": "historic",
- "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') Picking this answer will delete the key historic.",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') Picking this answer will delete the key historic.",
"value": ""
},
{
@@ -415,19 +419,23 @@
},
{
"key": "image",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "memorial",
@@ -699,19 +707,23 @@
},
{
"key": "image",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "backrest",
diff --git a/Docs/TagInfo/mapcomplete_atm.json b/Docs/TagInfo/mapcomplete_atm.json
index ff991394d4..dd8bbd99a1 100644
--- a/Docs/TagInfo/mapcomplete_atm.json
+++ b/Docs/TagInfo/mapcomplete_atm.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'ATMs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'ATMs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'ATMs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'ATMs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'ATMs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "brand",
@@ -148,19 +152,23 @@
},
{
"key": "image",
- "description": "The layer 'Banks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Banks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Banks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Banks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Banks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Banks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Banks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Banks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Banks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "atm",
@@ -198,19 +206,51 @@
},
{
"key": "image",
- "description": "The layer 'Post offices allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Post offices allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Post offices allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Post offices allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Post offices allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Post offices allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Post offices allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Post offices allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Post offices allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "phone",
+ "description": "Layer 'Post offices' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "contact:phone",
+ "description": "Layer 'Post offices' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "email",
+ "description": "Layer 'Post offices' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "contact:email",
+ "description": "Layer 'Post offices' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "operator:email",
+ "description": "Layer 'Post offices' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Post offices' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'ATM Machines')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Post offices' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'ATM Machines')"
},
{
"key": "opening_hours",
@@ -223,12 +263,12 @@
},
{
"key": "post_office",
- "description": "Layer 'Post offices' shows post_office=post_partner with a fixed text, namely 'This shop is a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'ATM Machines')",
+ "description": "Layer 'Post offices' shows post_office=post_partner with a fixed text, namely 'This shop is a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'ATM Machines') (This is only shown if amenity!=post_office)",
"value": "post_partner"
},
{
"key": "post_office",
- "description": "Layer 'Post offices' shows post_office= with a fixed text, namely 'This shop is not a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'ATM Machines') Picking this answer will delete the key post_office.",
+ "description": "Layer 'Post offices' shows post_office= with a fixed text, namely 'This shop is not a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'ATM Machines') Picking this answer will delete the key post_office. (This is only shown if amenity!=post_office)",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_benches.json b/Docs/TagInfo/mapcomplete_benches.json
index f9681c1f1a..7699abc9cb 100644
--- a/Docs/TagInfo/mapcomplete_benches.json
+++ b/Docs/TagInfo/mapcomplete_benches.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -99,19 +103,23 @@
},
{
"key": "image",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "backrest",
@@ -393,19 +401,23 @@
},
{
"key": "image",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_bicycle_parkings.json b/Docs/TagInfo/mapcomplete_bicycle_parkings.json
index b9465f2491..df4dc31a14 100644
--- a/Docs/TagInfo/mapcomplete_bicycle_parkings.json
+++ b/Docs/TagInfo/mapcomplete_bicycle_parkings.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle_parking",
@@ -89,6 +93,11 @@
"description": "Layer 'Bike parking' shows bicycle_parking=lockers with a fixed text, namely 'A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle parkings')",
"value": "lockers"
},
+ {
+ "key": "bicycle_parking",
+ "description": "Layer 'Bike parking' shows bicycle_parking=lean_and_stick with a fixed text, namely 'A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle parkings')",
+ "value": "lean_and_stick"
+ },
{
"key": "location",
"description": "Layer 'Bike parking' shows location=underground with a fixed text, namely 'Underground parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle parkings')",
@@ -144,7 +153,7 @@
},
{
"key": "access",
- "description": "Layer 'Bike parking' shows access=private with a fixed text, namely 'Access is limited to members of a school, company or organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle parkings')",
+ "description": "Layer 'Bike parking' shows access=private with a fixed text, namely 'Private bicycle parking which is never available to the public, also not via a membership fee' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle parkings')",
"value": "private"
},
{
diff --git a/Docs/TagInfo/mapcomplete_bicycle_rental.json b/Docs/TagInfo/mapcomplete_bicycle_rental.json
index 8d49cac91e..e114f5dbd5 100644
--- a/Docs/TagInfo/mapcomplete_bicycle_rental.json
+++ b/Docs/TagInfo/mapcomplete_bicycle_rental.json
@@ -34,19 +34,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shop",
diff --git a/Docs/TagInfo/mapcomplete_bicyclelib.json b/Docs/TagInfo/mapcomplete_bicyclelib.json
index 96920c0d04..504d2aea58 100644
--- a/Docs/TagInfo/mapcomplete_bicyclelib.json
+++ b/Docs/TagInfo/mapcomplete_bicyclelib.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_binoculars.json b/Docs/TagInfo/mapcomplete_binoculars.json
index c34188d618..d669ff4d74 100644
--- a/Docs/TagInfo/mapcomplete_binoculars.json
+++ b/Docs/TagInfo/mapcomplete_binoculars.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Binoculars allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Binoculars allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Binoculars allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Binoculars allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Binoculars allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Binoculars allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Binoculars allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Binoculars allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Binoculars allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "charge",
diff --git a/Docs/TagInfo/mapcomplete_blind_osm.json b/Docs/TagInfo/mapcomplete_blind_osm.json
index d9a9a3eb84..f5f406a43e 100644
--- a/Docs/TagInfo/mapcomplete_blind_osm.json
+++ b/Docs/TagInfo/mapcomplete_blind_osm.json
@@ -111,19 +111,23 @@
},
{
"key": "image",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "cycleway",
@@ -623,19 +627,23 @@
},
{
"key": "image",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "crossing",
@@ -654,18 +662,87 @@
},
{
"key": "crossing",
- "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind') (This is only shown if highway=crossing)",
+ "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' (in the mapcomplete.org theme 'OSM for the blind') (This is only shown if highway=crossing)",
"value": "unmarked"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref=zebra with a fixed text, namely 'This is a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind') (This is only shown if crossing=uncontrolled)",
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows and asks freeform values for key 'crossing:markings' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=no with a fixed text, namely 'This crossing has no markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "no"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra with a fixed text, namely 'This crossing has zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
"value": "zebra"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref= with a fixed text, namely 'This is not a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind') Picking this answer will delete the key crossing_ref. (This is only shown if crossing=uncontrolled)",
- "value": ""
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=yes with a fixed text, namely 'This crossing has markings of an unknown type' (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "yes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines with a fixed text, namely 'This crossings has lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "lines"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "ladder"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dashes with a fixed text, namely 'This crossing has dashed lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "dashes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dots with a fixed text, namely 'This crossing has dotted lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "dots"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=surface with a fixed text, namely 'This crossing is marked by using a different coloured surface' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "surface"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:skewed with a fixed text, namely 'This crossing has lines on either side of the crossing, along with angled bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "ladder:skewed"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:paired with a fixed text, namely 'This crossing has zebra markings with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "zebra:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:bicolour with a fixed text, namely 'This crossing has zebra markings in alternating colours' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "zebra:bicolour"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:double with a fixed text, namely 'This crossing has double zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "zebra:double"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=pictograms with a fixed text, namely 'This crossing has pictograms on the road' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "pictograms"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:paired with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "ladder:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines:paired with a fixed text, namely 'This crossing has double lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "lines:paired"
},
{
"key": "crossing:island",
@@ -793,19 +870,23 @@
},
{
"key": "image",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "kerb",
@@ -881,19 +962,23 @@
},
{
"key": "image",
- "description": "The layer 'Transit Stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Transit Stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Transit Stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Transit Stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Transit Stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Transit Stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Transit Stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Transit Stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Transit Stops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shelter",
@@ -1021,19 +1106,23 @@
},
{
"key": "image",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -1151,19 +1240,23 @@
},
{
"key": "image",
- "description": "The layer 'Stairs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Stairs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Stairs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Stairs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Stairs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Stairs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Stairs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Stairs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Stairs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -1267,6 +1360,132 @@
"key": "incline",
"description": "Layer 'Stairs' shows incline=down with a fixed text, namely 'The downward direction is {direction_absolute()}' (in the mapcomplete.org theme 'OSM for the blind')",
"value": "down"
+ },
+ {
+ "key": "information",
+ "description": "The MapComplete theme OSM for the blind has a layer Tactile Maps showing features with this tag",
+ "value": "tactile_map"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Tactile Maps' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'OSM for the blind') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Tactile Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tactile Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Tactile Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Tactile Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Tactile Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "blind:description:en",
+ "description": "Layer 'Tactile Maps' shows and asks freeform values for key 'blind:description:en' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "braille",
+ "description": "Layer 'Tactile Maps' shows braille=yes with a fixed text, namely 'This tactile map has braille text.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "yes"
+ },
+ {
+ "key": "braille",
+ "description": "Layer 'Tactile Maps' shows braille=no with a fixed text, namely 'This tactile map does not have braille text.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "no"
+ },
+ {
+ "key": "embossed_letters",
+ "description": "Layer 'Tactile Maps' shows embossed_letters=yes with a fixed text, namely 'This tactile map has embossed letters.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "yes"
+ },
+ {
+ "key": "embossed_letters",
+ "description": "Layer 'Tactile Maps' shows embossed_letters=no with a fixed text, namely 'This tactile map does not have embossed letters.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "no"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Tactile Maps' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Tactile Maps' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "information",
+ "description": "The MapComplete theme OSM for the blind has a layer Tactile Models showing features with this tag",
+ "value": "tactile_model"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Tactile Models' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'OSM for the blind') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Tactile Models allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tactile Models allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Tactile Models allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Tactile Models allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Tactile Models allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "blind:description:en",
+ "description": "Layer 'Tactile Models' shows and asks freeform values for key 'blind:description:en' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "braille",
+ "description": "Layer 'Tactile Models' shows braille=yes with a fixed text, namely 'There is a braille description.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "yes"
+ },
+ {
+ "key": "braille",
+ "description": "Layer 'Tactile Models' shows braille=no with a fixed text, namely 'There is no braille description.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "no"
+ },
+ {
+ "key": "embossed_letters",
+ "description": "Layer 'Tactile Models' shows embossed_letters=yes with a fixed text, namely 'There are embossed letters describing the model.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "yes"
+ },
+ {
+ "key": "embossed_letters",
+ "description": "Layer 'Tactile Models' shows embossed_letters=no with a fixed text, namely 'There are no embossed letters describing the model.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "no"
+ },
+ {
+ "key": "scale",
+ "description": "Layer 'Tactile Models' shows and asks freeform values for key 'scale' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Tactile Models' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'OSM for the blind')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Tactile Models' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'OSM for the blind')"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_bookcases.json b/Docs/TagInfo/mapcomplete_bookcases.json
index adb46e6100..6453d66c6b 100644
--- a/Docs/TagInfo/mapcomplete_bookcases.json
+++ b/Docs/TagInfo/mapcomplete_bookcases.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json b/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
index a71bfa1560..9ce7fd6aee 100644
--- a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
+++ b/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
@@ -41,19 +41,23 @@
},
{
"key": "image",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -315,19 +319,23 @@
},
{
"key": "image",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
@@ -520,19 +528,23 @@
},
{
"key": "image",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
diff --git a/Docs/TagInfo/mapcomplete_campersite.json b/Docs/TagInfo/mapcomplete_campersite.json
index 69eb26f4d3..918800539f 100644
--- a/Docs/TagInfo/mapcomplete_campersite.json
+++ b/Docs/TagInfo/mapcomplete_campersite.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Camper sites allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Camper sites allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Camper sites allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Camper sites allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Camper sites allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Camper sites allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Camper sites allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Camper sites allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Camper sites allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -155,19 +159,23 @@
},
{
"key": "image",
- "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sanitary dump stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "fee",
diff --git a/Docs/TagInfo/mapcomplete_charging_stations.json b/Docs/TagInfo/mapcomplete_charging_stations.json
index a26326acd6..943b3c2758 100644
--- a/Docs/TagInfo/mapcomplete_charging_stations.json
+++ b/Docs/TagInfo/mapcomplete_charging_stations.json
@@ -36,19 +36,23 @@
},
{
"key": "image",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
diff --git a/Docs/TagInfo/mapcomplete_circular_economy.json b/Docs/TagInfo/mapcomplete_circular_economy.json
index c8f7e89229..b919d51220 100644
--- a/Docs/TagInfo/mapcomplete_circular_economy.json
+++ b/Docs/TagInfo/mapcomplete_circular_economy.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bookcases allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bookcases allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -143,19 +147,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -252,19 +260,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "service:bicycle:tools",
@@ -461,19 +473,23 @@
},
{
"key": "image",
- "description": "The layer 'Tool libraries allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tool libraries allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tool libraries allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Tool libraries allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tool libraries allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Tool libraries allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tool libraries allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Tool libraries allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tool libraries allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "phone",
@@ -580,19 +596,23 @@
},
{
"key": "image",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -712,19 +732,23 @@
},
{
"key": "image",
- "description": "The layer 'Second hand shops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Second hand shops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Second hand shops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Second hand shops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Second hand shops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Second hand shops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Second hand shops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Second hand shops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Second hand shops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -1716,12 +1740,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Second hand shops' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Second hand shops' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1741,32 +1765,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Second hand shops' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Second hand shops' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Second hand shops' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Second hand shops' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Second hand shops' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Second hand shops' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -1893,21 +1917,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Second hand shops' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Second hand shops' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Circular economy') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Circular economy') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Second hand shops' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Circular economy') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_climbing.json b/Docs/TagInfo/mapcomplete_climbing.json
index 822d176761..70fb87b9b7 100644
--- a/Docs/TagInfo/mapcomplete_climbing.json
+++ b/Docs/TagInfo/mapcomplete_climbing.json
@@ -118,19 +118,23 @@
},
{
"key": "image",
- "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing gyms allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -495,19 +499,23 @@
},
{
"key": "image",
- "description": "The layer 'Climbing routes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing routes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Climbing routes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Climbing routes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing routes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Climbing routes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing routes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Climbing routes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing routes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -555,19 +563,23 @@
},
{
"key": "image",
- "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Climbing opportunities allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -729,19 +741,23 @@
},
{
"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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -1733,12 +1749,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1758,32 +1774,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -1910,21 +1926,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
@@ -2071,19 +2087,23 @@
},
{
"key": "image",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -2368,19 +2388,23 @@
},
{
"key": "image",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "operational_status",
@@ -2590,19 +2614,23 @@
},
{
"key": "image",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
diff --git a/Docs/TagInfo/mapcomplete_clock.json b/Docs/TagInfo/mapcomplete_clock.json
index 18f1daa73e..e868bc49ef 100644
--- a/Docs/TagInfo/mapcomplete_clock.json
+++ b/Docs/TagInfo/mapcomplete_clock.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Clocks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Clocks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Clocks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Clocks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Clocks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Clocks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Clocks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Clocks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Clocks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "support",
@@ -42,9 +46,14 @@
},
{
"key": "support",
- "description": "Layer 'Clocks' shows support=wall_mounted with a fixed text, namely 'This clock is mounted on a wall' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "description": "Layer 'Clocks' shows support=wall_mounted with a fixed text, namely 'This clock is mounted on a wall, usually through a support perpendicular to the wall' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
"value": "wall_mounted"
},
+ {
+ "key": "support",
+ "description": "Layer 'Clocks' shows support=wall with a fixed text, namely 'This clock is mounted directly on a wall' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "value": "wall"
+ },
{
"key": "support",
"description": "Layer 'Clocks' shows support=billboard with a fixed text, namely 'This clock is part of a billboard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
@@ -75,19 +84,29 @@
"description": "Layer 'Clocks' shows display=unorthodox with a fixed text, namely 'This clock displays the time in a non-standard way, e.g using binary, water or something else' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
"value": "unorthodox"
},
+ {
+ "key": "indoor",
+ "description": "Layer 'Clocks' shows indoor=yes with a fixed text, namely 'This clock is indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Clocks' shows indoor=no with a fixed text, namely 'This clock is outdoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "value": "no"
+ },
{
"key": "visibility",
- "description": "Layer 'Clocks' shows visibility=house with a fixed text, namely 'This clock is visible from about 5 meters away (small wall-mounted clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "description": "Layer 'Clocks' shows visibility=house with a fixed text, namely 'This clock is visible from about 5 meters away (small wall-mounted clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks') (This is only shown if indoor!=yes)",
"value": "house"
},
{
"key": "visibility",
- "description": "Layer 'Clocks' shows visibility=street with a fixed text, namely 'This clock is visible from about 20 meters away (medium size billboard clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "description": "Layer 'Clocks' shows visibility=street with a fixed text, namely 'This clock is visible from about 20 meters away (medium size billboard clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks') (This is only shown if indoor!=yes)",
"value": "street"
},
{
"key": "visibility",
- "description": "Layer 'Clocks' shows visibility=area with a fixed text, namely 'This clock is visible from more than 20 meters away (e.g. a church clock or station clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks')",
+ "description": "Layer 'Clocks' shows visibility=area with a fixed text, namely 'This clock is visible from more than 20 meters away (e.g. a church clock or station clock)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Clocks') (This is only shown if indoor!=yes)",
"value": "area"
},
{
diff --git a/Docs/TagInfo/mapcomplete_cycle_infra.json b/Docs/TagInfo/mapcomplete_cycle_infra.json
index 246f7f81dd..342d51f876 100644
--- a/Docs/TagInfo/mapcomplete_cycle_infra.json
+++ b/Docs/TagInfo/mapcomplete_cycle_infra.json
@@ -111,19 +111,23 @@
},
{
"key": "image",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "cycleway",
@@ -623,19 +627,23 @@
},
{
"key": "image",
- "description": "The layer 'Barriers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Barriers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Barriers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Barriers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Barriers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Barriers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Barriers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Barriers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Barriers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
@@ -734,19 +742,23 @@
},
{
"key": "image",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "crossing",
@@ -765,18 +777,87 @@
},
{
"key": "crossing",
- "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if highway=crossing)",
+ "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if highway=crossing)",
"value": "unmarked"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref=zebra with a fixed text, namely 'This is a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if crossing=uncontrolled)",
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows and asks freeform values for key 'crossing:markings' (in the mapcomplete.org theme 'Bicycle infrastructure')"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=no with a fixed text, namely 'This crossing has no markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "no"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra with a fixed text, namely 'This crossing has zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
"value": "zebra"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref= with a fixed text, namely 'This is not a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure') Picking this answer will delete the key crossing_ref. (This is only shown if crossing=uncontrolled)",
- "value": ""
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=yes with a fixed text, namely 'This crossing has markings of an unknown type' (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "yes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines with a fixed text, namely 'This crossings has lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "lines"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "ladder"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dashes with a fixed text, namely 'This crossing has dashed lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "dashes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dots with a fixed text, namely 'This crossing has dotted lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "dots"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=surface with a fixed text, namely 'This crossing is marked by using a different coloured surface' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "surface"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:skewed with a fixed text, namely 'This crossing has lines on either side of the crossing, along with angled bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "ladder:skewed"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:paired with a fixed text, namely 'This crossing has zebra markings with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "zebra:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:bicolour with a fixed text, namely 'This crossing has zebra markings in alternating colours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "zebra:bicolour"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:double with a fixed text, namely 'This crossing has double zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "zebra:double"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=pictograms with a fixed text, namely 'This crossing has pictograms on the road' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "pictograms"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:paired with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "ladder:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines:paired with a fixed text, namely 'This crossing has double lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "lines:paired"
},
{
"key": "bicycle",
@@ -919,19 +1000,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "display",
@@ -978,6 +1063,70 @@
{
"key": "website",
"description": "Layer 'Bicycle counters' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Bicycle infrastructure')"
+ },
+ {
+ "key": "highway",
+ "description": "The MapComplete theme Bicycle infrastructure has a layer Cyclist Waiting Aids showing features with this tag",
+ "value": "cyclist_waiting_aid"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Cyclist Waiting Aids' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Cyclist Waiting Aids allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cyclist Waiting Aids allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Cyclist Waiting Aids allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Cyclist Waiting Aids allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Cyclist Waiting Aids allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "footrest",
+ "description": "Layer 'Cyclist Waiting Aids' shows footrest=yes with a fixed text, namely 'There is a board or peg to rest your foot on here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "yes"
+ },
+ {
+ "key": "handrest",
+ "description": "Layer 'Cyclist Waiting Aids' shows handrest=yes with a fixed text, namely 'There is a rail or a handle to hold on to here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "yes"
+ },
+ {
+ "key": "side",
+ "description": "Layer 'Cyclist Waiting Aids' shows side=left with a fixed text, namely 'This waiting aid is located on the left side' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "left"
+ },
+ {
+ "key": "side",
+ "description": "Layer 'Cyclist Waiting Aids' shows side=right with a fixed text, namely 'This waiting aid is located on the right side' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "right"
+ },
+ {
+ "key": "side",
+ "description": "Layer 'Cyclist Waiting Aids' shows side=both with a fixed text, namely 'There are waiting aids on both sides of the road' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bicycle infrastructure')",
+ "value": "both"
+ },
+ {
+ "key": "direction",
+ "description": "Layer 'Cyclist Waiting Aids' shows direction=forward with a fixed text, namely 'This waiting aid can be used when going forward on this way' (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if direction~.+)",
+ "value": "forward"
+ },
+ {
+ "key": "direction",
+ "description": "Layer 'Cyclist Waiting Aids' shows direction=backward with a fixed text, namely 'This waiting aid can be used when going backward on this way' (in the mapcomplete.org theme 'Bicycle infrastructure') (This is only shown if direction~.+)",
+ "value": "backward"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_cyclestreets.json b/Docs/TagInfo/mapcomplete_cyclestreets.json
index cb9de7f7b8..e6b1c00644 100644
--- a/Docs/TagInfo/mapcomplete_cyclestreets.json
+++ b/Docs/TagInfo/mapcomplete_cyclestreets.json
@@ -165,19 +165,23 @@
},
{
"key": "image",
- "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cyclestreets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "proposed:cyclestreet",
@@ -334,19 +338,23 @@
},
{
"key": "image",
- "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Future cyclestreet allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "highway",
@@ -508,19 +516,23 @@
},
{
"key": "image",
- "description": "The layer 'All streets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'All streets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'All streets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'All streets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'All streets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'All streets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'All streets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'All streets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'All streets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_cyclofix.json b/Docs/TagInfo/mapcomplete_cyclofix.json
index 5f17f08319..ae42f740d3 100644
--- a/Docs/TagInfo/mapcomplete_cyclofix.json
+++ b/Docs/TagInfo/mapcomplete_cyclofix.json
@@ -31,19 +31,23 @@
},
{
"key": "image",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Repair cafés and assisted repair workshops allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -179,19 +183,23 @@
},
{
"key": "image",
- "description": "The layer 'Bike cafe allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cafe allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike cafe allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike cafe allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cafe allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike cafe allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cafe allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike cafe allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cafe allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -305,19 +313,23 @@
},
{
"key": "image",
- "description": "The layer 'Bike repair/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"
+ "description": "The layer 'Bike repair/shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike repair/shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike repair/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"
+ "description": "The layer 'Bike repair/shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike repair/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"
+ "description": "The layer 'Bike repair/shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike repair/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"
+ "description": "The layer 'Bike repair/shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -1309,12 +1321,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1334,32 +1346,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -1486,21 +1498,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
@@ -1647,19 +1659,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle pump and repair allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "service:bicycle:tools",
@@ -1866,19 +1882,23 @@
},
{
"key": "image",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "operational_status",
@@ -2128,19 +2148,23 @@
},
{
"key": "image",
- "description": "The layer 'Bike-related object allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike-related object allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike-related object allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike-related object allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike-related object allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike-related object allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike-related object allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike-related object allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike-related object allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "description",
@@ -2198,64 +2222,83 @@
"description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike cleaning service showing features with this tag",
"value": "bicycle_wash"
},
- {
- "key": "amenity",
- "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike cleaning service showing features with this tag",
- "value": "bike_wash"
- },
{
"key": "id",
"description": "Layer 'Bike cleaning service' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
},
{
"key": "image",
- "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike cleaning service allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
"key": "charge",
- "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)"
+ "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)"
},
{
"key": "fee",
- "description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'This cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)",
+ "description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'This cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
"value": "no"
},
{
"key": "fee",
- "description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'There is a fee to use this cleaning service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)",
+ "description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'There is a fee to use this cleaning service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
"value": "yes"
},
+ {
+ "key": "automated",
+ "description": "Layer 'Bike cleaning service' shows automated=no with a fixed text, namely 'This is a manual bike washing station' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
+ "value": "no"
+ },
+ {
+ "key": "automated",
+ "description": "Layer 'Bike cleaning service' shows automated=yes with a fixed text, namely 'This is an automated bike wash' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
+ "value": "yes"
+ },
+ {
+ "key": "self_service",
+ "description": "Layer 'Bike cleaning service' shows self_service=yes with a fixed text, namely 'This cleaning service is self-service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
+ "value": "yes"
+ },
+ {
+ "key": "self_service",
+ "description": "Layer 'Bike cleaning service' shows self_service=no with a fixed text, namely 'This cleaning service is operated by an employee' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if amenity=bicycle_wash)",
+ "value": "no"
+ },
{
"key": "amenity",
"description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bicycle rental showing features with this tag",
@@ -2280,19 +2323,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle rental allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shop",
@@ -2499,19 +2546,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle library allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle library allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -2608,19 +2659,23 @@
},
{
"key": "image",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bike parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bike parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle_parking",
@@ -2676,6 +2731,11 @@
"description": "Layer 'Bike parking' shows bicycle_parking=lockers with a fixed text, namely 'A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists')",
"value": "lockers"
},
+ {
+ "key": "bicycle_parking",
+ "description": "Layer 'Bike parking' shows bicycle_parking=lean_and_stick with a fixed text, namely 'A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists')",
+ "value": "lean_and_stick"
+ },
{
"key": "location",
"description": "Layer 'Bike parking' shows location=underground with a fixed text, namely 'Underground parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists')",
@@ -2731,7 +2791,7 @@
},
{
"key": "access",
- "description": "Layer 'Bike parking' shows access=private with a fixed text, namely 'Access is limited to members of a school, company or organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists')",
+ "description": "Layer 'Bike parking' shows access=private with a fixed text, namely 'Private bicycle parking which is never available to the public, also not via a membership fee' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists')",
"value": "private"
},
{
@@ -2853,19 +2913,23 @@
},
{
"key": "image",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
@@ -4314,19 +4378,23 @@
},
{
"key": "image",
- "description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Vending Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Vending Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Vending Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Vending Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Vending Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Vending Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -4786,19 +4854,23 @@
},
{
"key": "image",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bicycle counters allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "display",
diff --git a/Docs/TagInfo/mapcomplete_disaster_response.json b/Docs/TagInfo/mapcomplete_disaster_response.json
index 8553c4a7b5..5fc64d7501 100644
--- a/Docs/TagInfo/mapcomplete_disaster_response.json
+++ b/Docs/TagInfo/mapcomplete_disaster_response.json
@@ -131,19 +131,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "emergency",
@@ -156,19 +160,23 @@
},
{
"key": "image",
- "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disaster response organizations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website",
@@ -197,19 +205,23 @@
},
{
"key": "image",
- "description": "The layer 'Police stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Police stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Police stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Police stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Police stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Police stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Police stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Police stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Police stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -287,19 +299,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "emergency",
@@ -312,19 +328,23 @@
},
{
"key": "image",
- "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Emergency assembly points allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -365,19 +385,23 @@
},
{
"key": "image",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Defibrillators allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Defibrillators allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "indoor",
@@ -631,19 +655,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "amenity",
@@ -656,19 +684,23 @@
},
{
"key": "image",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -795,19 +827,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "amenity",
@@ -820,19 +856,23 @@
},
{
"key": "image",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_drinking_water.json b/Docs/TagInfo/mapcomplete_drinking_water.json
index 0d617c68c7..df79890e24 100644
--- a/Docs/TagInfo/mapcomplete_drinking_water.json
+++ b/Docs/TagInfo/mapcomplete_drinking_water.json
@@ -31,19 +31,23 @@
},
{
"key": "image",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "operational_status",
diff --git a/Docs/TagInfo/mapcomplete_education.json b/Docs/TagInfo/mapcomplete_education.json
index 3315ebfe0e..2a9763bc55 100644
--- a/Docs/TagInfo/mapcomplete_education.json
+++ b/Docs/TagInfo/mapcomplete_education.json
@@ -123,10 +123,58 @@
"key": "id",
"description": "Layer 'Primary and secondary schools' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Education') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
},
+ {
+ "key": "image",
+ "description": "The layer 'Primary and secondary schools allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Primary and secondary schools allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Primary and secondary schools allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Primary and secondary schools allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Primary and secondary schools allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
{
"key": "name",
"description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Education')"
},
+ {
+ "key": "phone",
+ "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "contact:phone",
+ "description": "Layer 'Primary and secondary schools' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "email",
+ "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "contact:email",
+ "description": "Layer 'Primary and secondary schools' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "operator:email",
+ "description": "Layer 'Primary and secondary schools' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Education')"
+ },
+ {
+ "key": "contact:website",
+ "description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Education')"
+ },
{
"key": "capacity",
"description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Education')"
@@ -284,34 +332,6 @@
"description": "Layer 'Primary and secondary schools' shows school:for=special_needs with a fixed text, namely 'This is a school for students with special needs' and allows to pick this as a default answer (in the mapcomplete.org theme 'Education') (This is only shown if school:for~.+)",
"value": "special_needs"
},
- {
- "key": "website",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "phone",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Primary and secondary schools' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "email",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Primary and secondary schools' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Education')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Primary and secondary schools' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Education')"
- },
{
"key": "amenity",
"description": "The MapComplete theme Education has a layer Kindergartens and childcare showing features with this tag",
diff --git a/Docs/TagInfo/mapcomplete_elongated_coin.json b/Docs/TagInfo/mapcomplete_elongated_coin.json
index da28604515..5b03a498f8 100644
--- a/Docs/TagInfo/mapcomplete_elongated_coin.json
+++ b/Docs/TagInfo/mapcomplete_elongated_coin.json
@@ -25,19 +25,23 @@
},
{
"key": "image",
- "description": "The layer 'Penny Presses allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Penny Presses allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Penny Presses allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Penny Presses allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Penny Presses allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Penny Presses allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Penny Presses allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Penny Presses allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Penny Presses allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
@@ -336,19 +340,23 @@
},
{
"key": "image",
- "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Coin Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
@@ -578,19 +586,23 @@
},
{
"key": "image",
- "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Souvenir Banknote Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
diff --git a/Docs/TagInfo/mapcomplete_etymology.json b/Docs/TagInfo/mapcomplete_etymology.json
index 148cd9a72c..c128e7b443 100644
--- a/Docs/TagInfo/mapcomplete_etymology.json
+++ b/Docs/TagInfo/mapcomplete_etymology.json
@@ -24,19 +24,23 @@
},
{
"key": "image",
- "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -53,19 +57,23 @@
},
{
"key": "image",
- "description": "The layer 'Has etymology allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Has etymology allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Has etymology allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Has etymology allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Has etymology allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Has etymology allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -81,19 +89,23 @@
},
{
"key": "image",
- "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -110,19 +122,23 @@
},
{
"key": "image",
- "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Streets without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -144,19 +160,23 @@
},
{
"key": "image",
- "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -173,19 +193,23 @@
},
{
"key": "image",
- "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parks and forests without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -222,19 +246,23 @@
},
{
"key": "image",
- "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -251,19 +279,23 @@
},
{
"key": "image",
- "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Education institutions without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -300,19 +332,23 @@
},
{
"key": "image",
- "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -329,19 +365,23 @@
},
{
"key": "image",
- "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cultural places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -373,19 +413,23 @@
},
{
"key": "image",
- "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -402,19 +446,23 @@
},
{
"key": "image",
- "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Touristic places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -441,19 +489,23 @@
},
{
"key": "image",
- "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -470,19 +522,23 @@
},
{
"key": "image",
- "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Health and social places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -509,19 +565,23 @@
},
{
"key": "image",
- "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name:etymology:wikidata",
@@ -538,19 +598,23 @@
},
{
"key": "image",
- "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_facadegardens.json b/Docs/TagInfo/mapcomplete_facadegardens.json
index c69fe709db..5c9a21e112 100644
--- a/Docs/TagInfo/mapcomplete_facadegardens.json
+++ b/Docs/TagInfo/mapcomplete_facadegardens.json
@@ -26,19 +26,23 @@
},
{
"key": "image",
- "description": "The layer 'Facade gardens allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Facade gardens allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Facade gardens allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Facade gardens allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Facade gardens allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Facade gardens allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Facade gardens allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Facade gardens allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Facade gardens allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "direction",
diff --git a/Docs/TagInfo/mapcomplete_fireplace.json b/Docs/TagInfo/mapcomplete_fireplace.json
index b05847c141..26b5eb5df0 100644
--- a/Docs/TagInfo/mapcomplete_fireplace.json
+++ b/Docs/TagInfo/mapcomplete_fireplace.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
@@ -91,19 +95,23 @@
},
{
"key": "image",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
diff --git a/Docs/TagInfo/mapcomplete_food.json b/Docs/TagInfo/mapcomplete_food.json
index a9d15234af..480da14fe7 100644
--- a/Docs/TagInfo/mapcomplete_food.json
+++ b/Docs/TagInfo/mapcomplete_food.json
@@ -26,19 +26,23 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -256,35 +260,43 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website:menu",
@@ -327,7 +339,7 @@
},
{
"key": "delivery",
- "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
+ "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (possibly via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
"value": "yes"
},
{
@@ -405,6 +417,101 @@
"description": "Layer 'Restaurants and fast food' shows diet:halal=only with a fixed text, namely 'Only halal options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
"value": "only"
},
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Serves only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "vegetable"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "animal"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
{
"key": "diet:sugar_free",
"description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
@@ -465,101 +572,6 @@
"description": "Layer 'Restaurants and fast food' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
"value": "no"
},
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Servers only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "vegetable"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "animal"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if cuisine=friture)",
- "value": "only"
- },
{
"key": "smoking",
"description": "Layer 'Restaurants and fast food' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if _country!~^(al|be)$)",
@@ -685,19 +697,23 @@
},
{
"key": "image",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -866,19 +882,23 @@
},
{
"key": "image",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Outdoor Seating allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
@@ -1071,19 +1091,23 @@
},
{
"key": "image",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Food Courts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Food Courts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
diff --git a/Docs/TagInfo/mapcomplete_fritures.json b/Docs/TagInfo/mapcomplete_fritures.json
index 26e8bfbfe7..1130d67eaf 100644
--- a/Docs/TagInfo/mapcomplete_fritures.json
+++ b/Docs/TagInfo/mapcomplete_fritures.json
@@ -30,19 +30,23 @@
},
{
"key": "image",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -260,35 +264,43 @@
},
{
"key": "image",
- "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Fries shop shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Fries 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"
+ "description": "The layer 'Fries shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website:menu",
@@ -331,7 +343,7 @@
},
{
"key": "delivery",
- "description": "Layer 'Fries shop' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
+ "description": "Layer 'Fries shop' shows delivery=yes with a fixed text, namely 'This business does home delivery (possibly via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
"value": "yes"
},
{
@@ -409,6 +421,101 @@
"description": "Layer 'Fries shop' shows diet:halal=only with a fixed text, namely 'Only halal options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
"value": "only"
},
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Fries shop' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Fries shop' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Fries shop' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Fries shop' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Fries shop' shows diet:vegan=only with a fixed text, namely 'Serves only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Fries shop' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Fries shop' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Fries shop' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Fries shop' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Fries shop' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "vegetable"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Fries shop' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "animal"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Fries shop' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Fries shop' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Fries shop' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
{
"key": "diet:sugar_free",
"description": "Layer 'Fries shop' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
@@ -469,101 +576,6 @@
"description": "Layer 'Fries shop' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
"value": "no"
},
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Fries shop' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Fries shop' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Fries shop' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Fries shop' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Fries shop' shows diet:vegan=only with a fixed text, namely 'Servers only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Fries shop' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Fries shop' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Fries shop' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Fries shop' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Fries shop' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "vegetable"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Fries shop' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "animal"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Fries shop' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Fries shop' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Fries shop' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if cuisine=friture)",
- "value": "only"
- },
{
"key": "smoking",
"description": "Layer 'Fries shop' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if _country!~^(al|be)$)",
diff --git a/Docs/TagInfo/mapcomplete_ghostbikes.json b/Docs/TagInfo/mapcomplete_ghostbikes.json
index 9edc302fcd..f9d68363b7 100644
--- a/Docs/TagInfo/mapcomplete_ghostbikes.json
+++ b/Docs/TagInfo/mapcomplete_ghostbikes.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "subject",
diff --git a/Docs/TagInfo/mapcomplete_ghostsigns.json b/Docs/TagInfo/mapcomplete_ghostsigns.json
index 8ccf2786ca..59be11c7d2 100644
--- a/Docs/TagInfo/mapcomplete_ghostsigns.json
+++ b/Docs/TagInfo/mapcomplete_ghostsigns.json
@@ -24,19 +24,23 @@
},
{
"key": "image",
- "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost Signs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "historic",
@@ -135,19 +139,23 @@
},
{
"key": "image",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Advertisement allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Advertisement allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "advertising",
@@ -407,19 +415,23 @@
},
{
"key": "image",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "artwork_type",
@@ -526,7 +538,7 @@
},
{
"key": "historic",
- "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') Picking this answer will delete the key historic.",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') Picking this answer will delete the key historic.",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_glutenfree.json b/Docs/TagInfo/mapcomplete_glutenfree.json
index 96e34ac401..e167576d2f 100644
--- a/Docs/TagInfo/mapcomplete_glutenfree.json
+++ b/Docs/TagInfo/mapcomplete_glutenfree.json
@@ -26,19 +26,23 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:gluten_free",
@@ -280,35 +284,43 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website:menu",
@@ -351,7 +363,7 @@
},
{
"key": "delivery",
- "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (possibly via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
"value": "yes"
},
{
@@ -429,46 +441,6 @@
"description": "Layer 'Restaurants and fast food' shows diet:halal=only with a fixed text, namely 'Only halal options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if cuisine!=friture)",
"value": "only"
},
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "only"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=yes with a fixed text, namely 'This shop has a big sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "yes"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=limited with a fixed text, namely 'This shop has a limited sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "limited"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=no with a fixed text, namely 'This shop has no sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "no"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=only with a fixed text, namely 'Only sells lactose free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "only"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=yes with a fixed text, namely 'Big lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "yes"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=limited with a fixed text, namely 'Limited lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "limited"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
- "value": "no"
- },
{
"key": "organic",
"description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if cuisine!=friture)",
@@ -506,7 +478,7 @@
},
{
"key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Servers only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if cuisine=friture)",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Serves only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if cuisine=friture)",
"value": "only"
},
{
@@ -564,6 +536,46 @@
"description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if cuisine=friture)",
"value": "only"
},
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "only"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=yes with a fixed text, namely 'This shop has a big sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "yes"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=limited with a fixed text, namely 'This shop has a limited sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "limited"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=no with a fixed text, namely 'This shop has no sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "no"
+ },
+ {
+ "key": "diet:lactose_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=only with a fixed text, namely 'Only sells lactose free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "only"
+ },
+ {
+ "key": "diet:lactose_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=yes with a fixed text, namely 'Big lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "yes"
+ },
+ {
+ "key": "diet:lactose_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=limited with a fixed text, namely 'Limited lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "limited"
+ },
+ {
+ "key": "diet:lactose_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "no"
+ },
{
"key": "smoking",
"description": "Layer 'Restaurants and fast food' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if _country!~^(al|be)$)",
@@ -689,19 +701,23 @@
},
{
"key": "image",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:gluten_free",
@@ -883,19 +899,23 @@
},
{
"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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:gluten_free",
@@ -1911,12 +1931,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1936,32 +1956,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -2088,21 +2108,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Glutenfree') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Glutenfree') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_guideposts.json b/Docs/TagInfo/mapcomplete_guideposts.json
index e7e213ff09..efedaf0aea 100644
--- a/Docs/TagInfo/mapcomplete_guideposts.json
+++ b/Docs/TagInfo/mapcomplete_guideposts.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
diff --git a/Docs/TagInfo/mapcomplete_hackerspaces.json b/Docs/TagInfo/mapcomplete_hackerspaces.json
index 1e606a6f43..3a702e3006 100644
--- a/Docs/TagInfo/mapcomplete_hackerspaces.json
+++ b/Docs/TagInfo/mapcomplete_hackerspaces.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Hackerspace allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Hackerspace allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Hackerspace allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Hackerspace allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Hackerspace allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Hackerspace allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Hackerspace allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Hackerspace allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Hackerspace allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "hackerspace",
diff --git a/Docs/TagInfo/mapcomplete_hailhydrant.json b/Docs/TagInfo/mapcomplete_hailhydrant.json
index b8db3c3dc7..6ce11d2fd9 100644
--- a/Docs/TagInfo/mapcomplete_hailhydrant.json
+++ b/Docs/TagInfo/mapcomplete_hailhydrant.json
@@ -115,19 +115,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of hydrants allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "emergency",
@@ -154,19 +158,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire extinguishers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "amenity",
@@ -229,19 +237,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of fire stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "emergency",
@@ -294,19 +306,23 @@
},
{
"key": "image",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Map of ambulance stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_healthcare.json b/Docs/TagInfo/mapcomplete_healthcare.json
index 90f009299b..f0bf20dec2 100644
--- a/Docs/TagInfo/mapcomplete_healthcare.json
+++ b/Docs/TagInfo/mapcomplete_healthcare.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -120,19 +124,23 @@
},
{
"key": "image",
- "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Physiotherapist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -195,19 +203,23 @@
},
{
"key": "image",
- "description": "The layer 'Dentist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Dentist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Dentist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Dentist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Dentist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Dentist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Dentist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Dentist allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Dentist allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "opening_hours",
@@ -321,19 +333,23 @@
},
{
"key": "image",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -441,19 +457,23 @@
},
{
"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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -1445,12 +1465,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1470,32 +1490,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -1622,21 +1642,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Healthcare') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Healthcare') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Healthcare') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_hotels.json b/Docs/TagInfo/mapcomplete_hotels.json
index 732fba618f..609cec2d38 100644
--- a/Docs/TagInfo/mapcomplete_hotels.json
+++ b/Docs/TagInfo/mapcomplete_hotels.json
@@ -51,19 +51,23 @@
},
{
"key": "image",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -216,19 +220,23 @@
},
{
"key": "image",
- "description": "The layer 'Love hotels allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Love hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Love hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Love hotels allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Love hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Love hotels allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Love hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Love hotels allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Love hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_icecream.json b/Docs/TagInfo/mapcomplete_icecream.json
index 5e3d4cf112..f28fd4f8a3 100644
--- a/Docs/TagInfo/mapcomplete_icecream.json
+++ b/Docs/TagInfo/mapcomplete_icecream.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_indoors.json b/Docs/TagInfo/mapcomplete_indoors.json
index f312cd1092..073d76ea87 100644
--- a/Docs/TagInfo/mapcomplete_indoors.json
+++ b/Docs/TagInfo/mapcomplete_indoors.json
@@ -41,19 +41,23 @@
},
{
"key": "image",
- "description": "The layer 'Indoors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Indoors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Indoors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Indoors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Indoors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Indoors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Indoors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Indoors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Indoors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -436,19 +440,23 @@
},
{
"key": "image",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -574,19 +582,23 @@
},
{
"key": "image",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
diff --git a/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json b/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json
index 2f99dbfbe1..848d66d8ed 100644
--- a/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json
+++ b/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json
@@ -111,19 +111,23 @@
},
{
"key": "image",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cycleways and roads allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "cycleway",
@@ -618,19 +622,23 @@
},
{
"key": "image",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Crossings allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Crossings allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "crossing",
@@ -649,18 +657,87 @@
},
{
"key": "crossing",
- "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings') (This is only shown if highway=crossing)",
+ "description": "Layer 'Crossings' shows crossing=unmarked with a fixed text, namely 'Crossing without crossing markings' (in the mapcomplete.org theme 'Kerbs and crossings') (This is only shown if highway=crossing)",
"value": "unmarked"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref=zebra with a fixed text, namely 'This is a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings') (This is only shown if crossing=uncontrolled)",
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows and asks freeform values for key 'crossing:markings' (in the mapcomplete.org theme 'Kerbs and crossings')"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=no with a fixed text, namely 'This crossing has no markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "no"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra with a fixed text, namely 'This crossing has zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
"value": "zebra"
},
{
- "key": "crossing_ref",
- "description": "Layer 'Crossings' shows crossing_ref= with a fixed text, namely 'This is not a zebra crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings') Picking this answer will delete the key crossing_ref. (This is only shown if crossing=uncontrolled)",
- "value": ""
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=yes with a fixed text, namely 'This crossing has markings of an unknown type' (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "yes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines with a fixed text, namely 'This crossings has lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "lines"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "ladder"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dashes with a fixed text, namely 'This crossing has dashed lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "dashes"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=dots with a fixed text, namely 'This crossing has dotted lines on either sides of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "dots"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=surface with a fixed text, namely 'This crossing is marked by using a different coloured surface' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "surface"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:skewed with a fixed text, namely 'This crossing has lines on either side of the crossing, along with angled bars connecting them' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "ladder:skewed"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:paired with a fixed text, namely 'This crossing has zebra markings with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "zebra:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:bicolour with a fixed text, namely 'This crossing has zebra markings in alternating colours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "zebra:bicolour"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=zebra:double with a fixed text, namely 'This crossing has double zebra markings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "zebra:double"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=pictograms with a fixed text, namely 'This crossing has pictograms on the road' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "pictograms"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=ladder:paired with a fixed text, namely 'This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "ladder:paired"
+ },
+ {
+ "key": "crossing:markings",
+ "description": "Layer 'Crossings' shows crossing:markings=lines:paired with a fixed text, namely 'This crossing has double lines on either side of the crossing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Kerbs and crossings')",
+ "value": "lines:paired"
},
{
"key": "bicycle",
@@ -798,19 +875,23 @@
},
{
"key": "image",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "kerb",
diff --git a/Docs/TagInfo/mapcomplete_lactosefree.json b/Docs/TagInfo/mapcomplete_lactosefree.json
index 05fc05696a..587cc7677c 100644
--- a/Docs/TagInfo/mapcomplete_lactosefree.json
+++ b/Docs/TagInfo/mapcomplete_lactosefree.json
@@ -26,19 +26,23 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:lactose_free",
@@ -280,35 +284,43 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website:menu",
@@ -351,7 +363,7 @@
},
{
"key": "delivery",
- "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (possibly via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
"value": "yes"
},
{
@@ -429,46 +441,6 @@
"description": "Layer 'Restaurants and fast food' shows diet:halal=only with a fixed text, namely 'Only halal options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine!=friture)",
"value": "only"
},
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "only"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=yes with a fixed text, namely 'This shop has a big sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "yes"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=limited with a fixed text, namely 'This shop has a limited sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "limited"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=no with a fixed text, namely 'This shop has no sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "no"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=only with a fixed text, namely 'This shop only sells gluten free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "only"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=yes with a fixed text, namely 'This shop has a big gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "yes"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=limited with a fixed text, namely 'This shop has a limited gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "limited"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=no with a fixed text, namely 'This shop has no gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
- "value": "no"
- },
{
"key": "organic",
"description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine!=friture)",
@@ -506,7 +478,7 @@
},
{
"key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Servers only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine=friture)",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Serves only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine=friture)",
"value": "only"
},
{
@@ -564,6 +536,46 @@
"description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine=friture)",
"value": "only"
},
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "only"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=yes with a fixed text, namely 'This shop has a big sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "yes"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=limited with a fixed text, namely 'This shop has a limited sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "limited"
+ },
+ {
+ "key": "diet:sugar_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:sugar_free=no with a fixed text, namely 'This shop has no sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "no"
+ },
+ {
+ "key": "diet:gluten_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=only with a fixed text, namely 'This shop only sells gluten free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "only"
+ },
+ {
+ "key": "diet:gluten_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=yes with a fixed text, namely 'This shop has a big gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "yes"
+ },
+ {
+ "key": "diet:gluten_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=limited with a fixed text, namely 'This shop has a limited gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "limited"
+ },
+ {
+ "key": "diet:gluten_free",
+ "description": "Layer 'Restaurants and fast food' shows diet:gluten_free=no with a fixed text, namely 'This shop has no gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "no"
+ },
{
"key": "smoking",
"description": "Layer 'Restaurants and fast food' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if _country!~^(al|be)$)",
@@ -689,19 +701,23 @@
},
{
"key": "image",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ice cream parlors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:lactose_free",
@@ -883,19 +899,23 @@
},
{
"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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "diet:lactose_free",
@@ -1911,12 +1931,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -1936,32 +1956,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -2088,21 +2108,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Lactose free shops and restaurants') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Lactose free shops and restaurants') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_lighthouses.json b/Docs/TagInfo/mapcomplete_lighthouses.json
index 3994d21095..c1e29b21ba 100644
--- a/Docs/TagInfo/mapcomplete_lighthouses.json
+++ b/Docs/TagInfo/mapcomplete_lighthouses.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'lighthouse allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'lighthouse allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'lighthouse allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'lighthouse allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'lighthouse allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'lighthouse allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'lighthouse allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'lighthouse allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'lighthouse allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
diff --git a/Docs/TagInfo/mapcomplete_maps.json b/Docs/TagInfo/mapcomplete_maps.json
index 722823824c..28bb333117 100644
--- a/Docs/TagInfo/mapcomplete_maps.json
+++ b/Docs/TagInfo/mapcomplete_maps.json
@@ -26,19 +26,23 @@
},
{
"key": "image",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "map_type",
@@ -77,7 +81,7 @@
},
{
"key": "map_size",
- "description": "Layer 'Maps' shows map_size=city with a fixed text, namely ' A map of a city' and allows to pick this as a default answer (in the mapcomplete.org theme 'A map of maps')",
+ "description": "Layer 'Maps' shows map_size=city with a fixed text, namely 'A map of a city' and allows to pick this as a default answer (in the mapcomplete.org theme 'A map of maps')",
"value": "city"
},
{
diff --git a/Docs/TagInfo/mapcomplete_maxspeed.json b/Docs/TagInfo/mapcomplete_maxspeed.json
index 97b558a9fa..ed55218b7c 100644
--- a/Docs/TagInfo/mapcomplete_maxspeed.json
+++ b/Docs/TagInfo/mapcomplete_maxspeed.json
@@ -104,19 +104,23 @@
},
{
"key": "image",
- "description": "The layer 'Speed Camera allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Speed Camera allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Speed Camera allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Speed Camera allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Speed Camera allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Speed Camera allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Speed Camera allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Speed Camera allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Speed Camera allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "maxspeed",
diff --git a/Docs/TagInfo/mapcomplete_memorials.json b/Docs/TagInfo/mapcomplete_memorials.json
index a1ee227855..ccef39f1df 100644
--- a/Docs/TagInfo/mapcomplete_memorials.json
+++ b/Docs/TagInfo/mapcomplete_memorials.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Ghost bikes allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "subject",
@@ -75,19 +79,23 @@
},
{
"key": "image",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Memorials allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Memorials allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "memorial",
@@ -359,19 +367,23 @@
},
{
"key": "image",
- "description": "The layer 'Gravestones allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Gravestones allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Gravestones allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Gravestones allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Gravestones allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Gravestones allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Gravestones allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Gravestones allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Gravestones allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "buried:wikidata",
@@ -392,19 +404,23 @@
},
{
"key": "image",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "backrest",
@@ -676,19 +692,23 @@
},
{
"key": "image",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Artworks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "artwork_type",
@@ -795,7 +815,7 @@
},
{
"key": "historic",
- "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') Picking this answer will delete the key historic.",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') Picking this answer will delete the key historic.",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_nature.json b/Docs/TagInfo/mapcomplete_nature.json
index 515abe1a98..f52305c56a 100644
--- a/Docs/TagInfo/mapcomplete_nature.json
+++ b/Docs/TagInfo/mapcomplete_nature.json
@@ -31,19 +31,23 @@
},
{
"key": "image",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Drinking water allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Drinking water allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "operational_status",
@@ -253,19 +257,23 @@
},
{
"key": "image",
- "description": "The layer 'Bird watching places allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bird watching places allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Bird watching places allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Bird watching places allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bird watching places allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Bird watching places allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bird watching places allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Bird watching places allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Bird watching places allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shelter",
@@ -372,19 +380,23 @@
},
{
"key": "image",
- "description": "The layer 'Nature reserve allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Nature reserve allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Nature reserve allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Nature reserve allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Nature reserve allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Nature reserve allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Nature reserve allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Nature reserve allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Nature reserve allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access:description",
@@ -554,19 +566,23 @@
},
{
"key": "image",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Maps allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Maps allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "map_type",
@@ -605,7 +621,7 @@
},
{
"key": "map_size",
- "description": "Layer 'Maps' shows map_size=city with a fixed text, namely ' A map of a city' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'Maps' shows map_size=city with a fixed text, namely 'A map of a city' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "city"
},
{
@@ -663,19 +679,23 @@
},
{
"key": "image",
- "description": "The layer 'Information boards allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Information boards allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Information boards allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Information boards allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Information boards allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Information boards allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Information boards allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Information boards allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Information boards allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "amenity",
@@ -688,19 +708,23 @@
},
{
"key": "image",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Benches allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "backrest",
@@ -972,19 +996,23 @@
},
{
"key": "image",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Picnic tables allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -1050,19 +1078,23 @@
},
{
"key": "image",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -1337,19 +1369,23 @@
},
{
"key": "image",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Guideposts allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Guideposts allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
@@ -1387,19 +1423,23 @@
},
{
"key": "image",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Shelter allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Shelter allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shelter_type",
@@ -1451,19 +1491,23 @@
},
{
"key": "image",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'BBQ allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
@@ -1536,19 +1580,23 @@
},
{
"key": "image",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Firepit allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Firepit allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "access",
diff --git a/Docs/TagInfo/mapcomplete_observation_towers.json b/Docs/TagInfo/mapcomplete_observation_towers.json
index 1f35c1501d..85f7b02d38 100644
--- a/Docs/TagInfo/mapcomplete_observation_towers.json
+++ b/Docs/TagInfo/mapcomplete_observation_towers.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Observation towers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Observation towers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Observation towers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Observation towers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Observation towers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Observation towers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Observation towers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Observation towers allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Observation towers allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json
index c85172d580..cff43f7a38 100644
--- a/Docs/TagInfo/mapcomplete_onwheels.json
+++ b/Docs/TagInfo/mapcomplete_onwheels.json
@@ -41,19 +41,23 @@
},
{
"key": "image",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Cafés and pubs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -323,19 +327,23 @@
},
{
"key": "image",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Entrance allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Entrance allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -555,19 +563,23 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -785,35 +797,43 @@
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Restaurants and fast food allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "website:menu",
@@ -856,7 +876,7 @@
},
{
"key": "delivery",
- "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (possibly via a third party)' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
"value": "yes"
},
{
@@ -934,6 +954,101 @@
"description": "Layer 'Restaurants and fast food' shows diet:halal=only with a fixed text, namely 'Only halal options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
"value": "only"
},
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegetarian",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Serves only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "limited"
+ },
+ {
+ "key": "diet:vegan",
+ "description": "Layer 'Restaurants and fast food' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "organic",
+ "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "vegetable"
+ },
+ {
+ "key": "friture:oil",
+ "description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "animal"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "yes"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "no"
+ },
+ {
+ "key": "reusable_packaging:accept",
+ "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
+ "value": "only"
+ },
{
"key": "diet:sugar_free",
"description": "Layer 'Restaurants and fast food' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
@@ -994,101 +1109,6 @@
"description": "Layer 'Restaurants and fast food' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
"value": "no"
},
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'There are no organic options available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'There is an organic menu' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic options are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=only with a fixed text, namely 'Serves only vegetarian snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=yes with a fixed text, namely 'Vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=limited with a fixed text, namely 'Only a small selection of snacks are vegetarian' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegetarian",
- "description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=only with a fixed text, namely 'Servers only vegan snacks and burgers' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=yes with a fixed text, namely 'Vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=limited with a fixed text, namely 'A small selection of vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "limited"
- },
- {
- "key": "diet:vegan",
- "description": "Layer 'Restaurants and fast food' shows diet:vegan=no with a fixed text, namely 'No vegan snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=yes with a fixed text, namely 'Organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=no with a fixed text, namely 'No organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "organic",
- "description": "Layer 'Restaurants and fast food' shows organic=only with a fixed text, namely 'Only organic snacks are available' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "only"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "vegetable"
- },
- {
- "key": "friture:oil",
- "description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "animal"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=yes with a fixed text, namely 'You can bring your own containers to get your order, saving on single-use packaging material and thus waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "yes"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=no with a fixed text, namely 'Bringing your own container is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "no"
- },
- {
- "key": "reusable_packaging:accept",
- "description": "Layer 'Restaurants and fast food' shows reusable_packaging:accept=only with a fixed text, namely 'You must bring your own container to order here.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if cuisine=friture)",
- "value": "only"
- },
{
"key": "smoking",
"description": "Layer 'Restaurants and fast food' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if _country!~^(al|be)$)",
@@ -1214,19 +1234,23 @@
},
{
"key": "image",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Kerbs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Kerbs allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "kerb",
@@ -1288,19 +1312,23 @@
},
{
"key": "image",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -1415,19 +1443,23 @@
},
{
"key": "image",
- "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Disabled parking spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "shop",
@@ -1449,19 +1481,23 @@
},
{
"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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, 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"
+ "description": "The layer 'Shop allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -2453,12 +2489,12 @@
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "yes"
},
{
"key": "service:bicycle:retail",
- "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
+ "description": "Layer 'Shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself)",
"value": "no"
},
{
@@ -2478,32 +2514,32 @@
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "yes"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "no"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "only_sold"
},
{
"key": "service:bicycle:repair",
- "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
+ "description": "Layer 'Shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
"value": "brand"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "yes"
},
{
"key": "service:bicycle:rental",
- "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
+ "description": "Layer 'Shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental)",
"value": "no"
},
{
@@ -2630,21 +2666,21 @@
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
+ "description": "Layer 'Shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "no"
},
{
"key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": "yes"
},
{
"key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'OnWheels') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
+ "description": "Layer 'Shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'OnWheels') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
"value": ""
},
{
@@ -2791,19 +2827,23 @@
},
{
"key": "image",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Toilets allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Toilets allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -3078,19 +3118,23 @@
},
{
"key": "image",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Pharmacies allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Pharmacies allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -3174,19 +3218,23 @@
},
{
"key": "image",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Doctors allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Doctors allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -3333,19 +3381,23 @@
},
{
"key": "image",
- "description": "The layer 'Reception desks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Reception desks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Reception desks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Reception desks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Reception desks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Reception desks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Reception desks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Reception desks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Reception desks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -3401,19 +3453,23 @@
},
{
"key": "image",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Elevator allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Elevator allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -3561,19 +3617,23 @@
},
{
"key": "image",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Tourism accomodation allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "name",
@@ -3726,19 +3786,23 @@
},
{
"key": "image",
- "description": "The layer 'governments allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'governments allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'governments allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'governments allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'governments allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'governments allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'governments allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'governments allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'governments allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "phone",
diff --git a/Docs/TagInfo/mapcomplete_openwindpowermap.json b/Docs/TagInfo/mapcomplete_openwindpowermap.json
index 042bf12a5a..fcc409065d 100644
--- a/Docs/TagInfo/mapcomplete_openwindpowermap.json
+++ b/Docs/TagInfo/mapcomplete_openwindpowermap.json
@@ -45,19 +45,23 @@
},
{
"key": "image",
- "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'wind turbine allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'wind turbine allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'wind turbine allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'wind turbine allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'wind turbine allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_parkings.json b/Docs/TagInfo/mapcomplete_parkings.json
index 0d23c2b781..94bfb57e13 100644
--- a/Docs/TagInfo/mapcomplete_parkings.json
+++ b/Docs/TagInfo/mapcomplete_parkings.json
@@ -21,19 +21,23 @@
},
{
"key": "image",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "level",
@@ -148,19 +152,23 @@
},
{
"key": "image",
- "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Spaces allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "parking_space",
@@ -253,19 +261,23 @@
},
{
"key": "image",
- "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "payment:cash",
@@ -477,19 +489,23 @@
},
{
"key": "image",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "mapillary",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikidata",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "wikipedia",
- "description": "The layer 'Charging stations allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ "description": "The layer 'Charging stations allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "bicycle",
diff --git a/Docs/TagInfo/mapcomplete_personal.json b/Docs/TagInfo/mapcomplete_personal.json
deleted file mode 100644
index c7f56a5f6c..0000000000
--- a/Docs/TagInfo/mapcomplete_personal.json
+++ /dev/null
@@ -1,20881 +0,0 @@
-{
- "data_format": 1,
- "project": {
- "name": "MapComplete Personal theme",
- "description": "Create a personal theme based on all the available layers of all themes",
- "project_url": "https://mapcomplete.org/personal",
- "doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
- "icon_url": "https://mapcomplete.org/assets/svg/addSmall.svg",
- "contact_name": "Pieter Vander Vennet",
- "contact_email": "pietervdvn@posteo.net"
- },
- "tags": [
- {
- "key": "advertising",
- "description": "The MapComplete theme Personal theme has a layer Advertisement showing features with this tag"
- },
- {
- "key": "id",
- "description": "Layer 'Advertisement' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Advertisement 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 'Advertisement 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 'Advertisement 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 'Advertisement 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": "advertising",
- "description": "Layer 'Advertisement' shows and asks freeform values for key 'advertising' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=billboard with a fixed text, namely 'This is a billboard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "billboard"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=board with a fixed text, namely 'This is a board' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "board"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=column with a fixed text, namely 'This is a column' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "column"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=flag with a fixed text, namely 'This is a flag' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "flag"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=poster_box with a fixed text, namely 'This is a poster Box' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "poster_box"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=screen with a fixed text, namely 'This is a screen' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "screen"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=sculpture with a fixed text, namely 'This is a sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "sculpture"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=sign with a fixed text, namely 'This is a sign' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "sign"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=tarp with a fixed text, namely 'This is a tarp (a weatherproof piece of textile with an advertising message)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tarp"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=totem with a fixed text, namely 'This is a totem' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "totem"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=wall_painting with a fixed text, namely 'This is a wall painting' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wall_painting"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=tilework with a fixed text, namely 'This is tilework - the advertisement is painted on tiles' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tilework"
- },
- {
- "key": "advertising",
- "description": "Layer 'Advertisement' shows advertising=relief with a fixed text, namely 'This is a relief' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "relief"
- },
- {
- "key": "animated",
- "description": "Layer 'Advertisement' shows animated=no with a fixed text, namely 'Static, always shows the same message' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen & advertising!=flag & advertising!=tarp & advertising!=wall_painting & advertising!=sign & advertising!=board)",
- "value": "no"
- },
- {
- "key": "animated",
- "description": "Layer 'Advertisement' shows animated=digital_display with a fixed text, namely 'This object has a built-in digital display to show prices or some other message' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen & advertising!=flag & advertising!=tarp & advertising!=wall_painting & advertising!=sign & advertising!=board)",
- "value": "digital_display"
- },
- {
- "key": "animated",
- "description": "Layer 'Advertisement' shows animated=trivision_blades with a fixed text, namely 'Trivision - the billboard consists of many triangular prisms which regularly rotate' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen & advertising!=flag & advertising!=tarp & advertising!=wall_painting & advertising!=sign & advertising!=board)",
- "value": "trivision_blades"
- },
- {
- "key": "animated",
- "description": "Layer 'Advertisement' shows animated=winding_posters with a fixed text, namely 'Scrolling posters' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen & advertising!=flag & advertising!=tarp & advertising!=wall_painting & advertising!=sign & advertising!=board)",
- "value": "winding_posters"
- },
- {
- "key": "animated",
- "description": "Layer 'Advertisement' shows animated=revolving with a fixed text, namely 'Rotates on itself' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen & advertising!=flag & advertising!=tarp & advertising!=wall_painting & advertising!=sign & advertising!=board)",
- "value": "revolving"
- },
- {
- "key": "luminous",
- "description": "Layer 'Advertisement' shows luminous=neon with a fixed text, namely 'This is a neon-tube light' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "neon"
- },
- {
- "key": "lit",
- "description": "Layer 'Advertisement' shows lit=yes & luminous=yes with a fixed text, namely 'This object both emits light and is lighted by an external light source' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "yes"
- },
- {
- "key": "luminous",
- "description": "Layer 'Advertisement' shows lit=yes & luminous=yes with a fixed text, namely 'This object both emits light and is lighted by an external light source' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "yes"
- },
- {
- "key": "luminous",
- "description": "Layer 'Advertisement' shows luminous=yes with a fixed text, namely 'This object emits light' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "yes"
- },
- {
- "key": "lit",
- "description": "Layer 'Advertisement' shows lit=yes with a fixed text, namely 'This object is lit externally, e.g. by a spotlight or other lights' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "yes"
- },
- {
- "key": "lit",
- "description": "Layer 'Advertisement' shows lit=no & luminous=no with a fixed text, namely 'This object does not emit light and is not lighted by externally' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "no"
- },
- {
- "key": "luminous",
- "description": "Layer 'Advertisement' shows lit=no & luminous=no with a fixed text, namely 'This object does not emit light and is not lighted by externally' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=screen)",
- "value": "no"
- },
- {
- "key": "operator",
- "description": "Layer 'Advertisement' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=commercial with a fixed text, namely 'Commercial message' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "commercial"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=local with a fixed text, namely 'Local information' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "local"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=safety with a fixed text, namely 'Security information' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "safety"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=political with a fixed text, namely 'Electoral advertising' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "political"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=showbiz with a fixed text, namely 'Information related to theatre, concerts, …' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "showbiz"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=non_profit with a fixed text, namely 'Message from non-profit organizations' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "non_profit"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=opinion with a fixed text, namely 'To express your opinion' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "opinion"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=religion with a fixed text, namely 'Religious message' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "religion"
- },
- {
- "key": "message",
- "description": "Layer 'Advertisement' shows message=funding with a fixed text, namely 'Funding sign' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "funding"
- },
- {
- "key": "information",
- "description": "Layer 'Advertisement' shows information=map with a fixed text, namely 'A map' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "map"
- },
- {
- "key": "sides",
- "description": "Layer 'Advertisement' shows sides=1 with a fixed text, namely 'This object has advertisements on a single side' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _referencing_ways= & (advertising=poster_box | advertising=screen | advertising=billboard))",
- "value": "1"
- },
- {
- "key": "sides",
- "description": "Layer 'Advertisement' shows sides=2 with a fixed text, namely 'This object has advertisements on both sides' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _referencing_ways= & (advertising=poster_box | advertising=screen | advertising=billboard))",
- "value": "2"
- },
- {
- "key": "ref",
- "description": "Layer 'Advertisement' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Personal theme') (This is only shown if advertising!=sign)"
- },
- {
- "key": "historic",
- "description": "Layer 'Advertisement' shows historic=advertising with a fixed text, namely 'This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "advertising"
- },
- {
- "key": "historic",
- "description": "Layer 'Advertisement' shows historic= with a fixed text, namely 'This advertisement sign has no historic value (the business still exists and has no heritage value)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key historic.",
- "value": ""
- },
- {
- "key": "aerialway",
- "description": "The MapComplete theme Personal theme has a layer Aerialways showing features with this tag"
- },
- {
- "key": "id",
- "description": "Layer 'Aerialways' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Aerialways 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 'Aerialways 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 'Aerialways 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 'Aerialways 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": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=cable_car with a fixed text, namely 'This is a cable car where the car goes up and down again on the same cable.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "cable_car"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=gondola with a fixed text, namely 'This is a gondola where the cars go around in continuous circles' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "gondola"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=chair_lift with a fixed text, namely 'An open chairlift with seats to sit on and open to the outside air.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "chair_lift"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=mixed with a fixed text, namely 'An aerialway which has both chairs and gondolas in the same continuous track' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "mixed"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=drag_lift with a fixed text, namely 'A drag lift' (in the mapcomplete.org theme 'Personal theme')",
- "value": "drag_lift"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=t-bar with a fixed text, namely 'A drag lift with T-shaped carriers for two passengers at a time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "t-bar"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=j-bar with a fixed text, namely 'A drag lift with L-shaped bars for a single passenger at a time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "j-bar"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=platter with a fixed text, namely 'A drag lift with a platter to drag a single passenger at a time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "platter"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=rope_tow with a fixed text, namely 'A tow line which which drags skieers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "rope_tow"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=magic_carpet with a fixed text, namely 'A magic carpet (a conveyor belt on the ground)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "magic_carpet"
- },
- {
- "key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=zip_line with a fixed text, namely 'A zip line. (A touristical attraction where adventurous people go down at high speeds) ' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "zip_line"
- },
- {
- "key": "duration",
- "description": "Layer 'Aerialways' shows and asks freeform values for key 'duration' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "aerialway:occupancy",
- "description": "Layer 'Aerialways' shows and asks freeform values for key 'aerialway:occupancy' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Aerialways' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Aerialways' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "oneway",
- "description": "Layer 'Aerialways' shows oneway=yes with a fixed text, namely 'This aerialway can only be taken to the top' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "oneway",
- "description": "Layer 'Aerialways' shows oneway=no with a fixed text, namely 'This aerialway can be taken in both directions' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "emergency",
- "description": "The MapComplete theme Personal theme has a layer Map of ambulance stations showing features with this tag",
- "value": "ambulance_station"
- },
- {
- "key": "id",
- "description": "Layer 'Map of ambulance stations' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "name",
- "description": "Layer 'Map of ambulance stations' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "addr:street",
- "description": "Layer 'Map of ambulance stations' shows and asks freeform values for key 'addr:street' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "addr:place",
- "description": "Layer 'Map of ambulance stations' shows and asks freeform values for key 'addr:place' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator",
- "description": "Layer 'Map of ambulance stations' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:type",
- "description": "Layer 'Map of ambulance stations' shows and asks freeform values for key 'operator:type' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:type",
- "description": "Layer 'Map of ambulance stations' shows operator:type=government with a fixed text, namely 'The station is operated by the government.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "government"
- },
- {
- "key": "operator:type",
- "description": "Layer 'Map of ambulance stations' shows operator:type=community with a fixed text, namely 'The station is operated by a community-based, or informal organization.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "community"
- },
- {
- "key": "operator:type",
- "description": "Layer 'Map of ambulance stations' shows operator:type=ngo with a fixed text, namely 'The station is operated by a formal group of volunteers.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "ngo"
- },
- {
- "key": "operator:type",
- "description": "Layer 'Map of ambulance stations' shows operator:type=private with a fixed text, namely 'The station is privately operated.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "private"
- },
- {
- "key": "image",
- "description": "The layer 'Map of ambulance stations 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 'Map of ambulance stations 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 'Map of ambulance stations 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 'Map of ambulance stations 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": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Animal shelters showing features with this tag",
- "value": "animal_shelter"
- },
- {
- "key": "id",
- "description": "Layer 'Animal shelters' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Animal shelters 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 'Animal shelters 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 'Animal shelters 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 'Animal shelters 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 'Animal shelters' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "website",
- "description": "Layer 'Animal shelters' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Animal shelters' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Animal shelters' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Animal shelters' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Animal shelters' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Animal shelters' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Animal shelters' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "purpose",
- "description": "Layer 'Animal shelters' shows purpose=adoption with a fixed text, namely 'Animals are kept here until adopted by a new owner' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "adoption"
- },
- {
- "key": "purpose",
- "description": "Layer 'Animal shelters' shows purpose=sanctuary with a fixed text, namely 'Animals are taken care of for the rest of their lives' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "sanctuary"
- },
- {
- "key": "purpose",
- "description": "Layer 'Animal shelters' shows purpose=release with a fixed text, namely 'Injured animals are rehabilitated here until they can be released in nature again ' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "release"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Animal shelters' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Animal shelters' shows opening_hours=\"by appointment\" with a fixed text, namely 'Only by appointment' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "\"by appointment\""
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Animal shelters' shows opening_hours~^(\"by appointment\"|by appointment)$ with a fixed text, namely 'Only by appointment' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Animal shelters' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows and asks freeform values for key 'animal_shelter' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows animal_shelter=dog with a fixed text, namely 'Dogs are kept here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "dog"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows animal_shelter=cat with a fixed text, namely 'Cats are kept here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "cat"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows animal_shelter=horse with a fixed text, namely 'Horses are kept here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "horse"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows animal_shelter=bird with a fixed text, namely 'Birds are kept here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bird"
- },
- {
- "key": "animal_shelter",
- "description": "Layer 'Animal shelters' shows animal_shelter=wildlife with a fixed text, namely 'Wild animals are kept here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wildlife"
- },
- {
- "key": "tourism",
- "description": "The MapComplete theme Personal theme has a layer Artworks showing features with this tag",
- "value": "artwork"
- },
- {
- "key": "id",
- "description": "Layer 'Artworks' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Artworks 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 'Artworks 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 'Artworks 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 'Artworks 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": "artwork_type",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'artwork_type' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=architecture with a fixed text, namely 'Architecture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "architecture"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=mural with a fixed text, namely 'Mural' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "mural"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=painting with a fixed text, namely 'Painting' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "painting"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=sculpture with a fixed text, namely 'Sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "sculpture"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=statue with a fixed text, namely 'Statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "statue"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=bust with a fixed text, namely 'Bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bust"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=stone with a fixed text, namely 'Stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "stone"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=installation with a fixed text, namely 'Installation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "installation"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=graffiti with a fixed text, namely 'Graffiti' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "graffiti"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=relief with a fixed text, namely 'Relief' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "relief"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=azulejo with a fixed text, namely 'Azulejo (Spanish decorative tilework)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "azulejo"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=tilework with a fixed text, namely 'Tilework' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tilework"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Artworks' shows artwork_type=woodcarving with a fixed text, namely 'Woodcarving' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "woodcarving"
- },
- {
- "key": "artist:wikidata",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'artist:wikidata' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "artist_name",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'artist_name' (in the mapcomplete.org theme 'Personal theme') (This is only shown if artist:wikidata=)"
- },
- {
- "key": "website",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "wikidata",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "wikipedia",
- "description": "Layer 'Artworks' shows wikipedia~.+ with a fixed text, namely '{wikipedia():max-height:25rem}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "wikidata",
- "description": "Layer 'Artworks' shows wikidata= with a fixed text, namely 'No Wikipedia page has been linked yet' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key wikidata.",
- "value": ""
- },
- {
- "key": "subject:wikidata",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'subject:wikidata' (in the mapcomplete.org theme 'Personal theme') (This is only shown if subject:wikidata~.+)"
- },
- {
- "key": "historic",
- "description": "Layer 'Artworks' shows historic=memorial with a fixed text, namely 'This artwork also serves as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "memorial"
- },
- {
- "key": "historic",
- "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key historic.",
- "value": ""
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'memorial' (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=statue with a fixed text, namely 'This is a statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "statue"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=plaque with a fixed text, namely 'This is a plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "plaque"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=bench with a fixed text, namely 'This is a commemorative bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "bench"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=ghost_bike with a fixed text, namely 'This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "ghost_bike"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=stolperstein with a fixed text, namely 'This is a stolperstein (stumbing stone)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "stolperstein"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=stele with a fixed text, namely 'This is a stele' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "stele"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=stone with a fixed text, namely 'This is a memorial stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "stone"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=bust with a fixed text, namely 'This is a bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "bust"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=sculpture with a fixed text, namely 'This is a sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "sculpture"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=obelisk with a fixed text, namely 'This is an obelisk' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "obelisk"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=cross with a fixed text, namely 'This is a cross' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "cross"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=blue_plaque with a fixed text, namely 'This is a blue plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "blue_plaque"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=tank with a fixed text, namely 'This is a historic tank, permanently placed in public space as memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "tank"
- },
- {
- "key": "memorial",
- "description": "Layer 'Artworks' shows memorial=tree with a fixed text, namely 'This is a memorial tree' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "tree"
- },
- {
- "key": "historic",
- "description": "Layer 'Artworks' shows historic=tomb with a fixed text, namely 'This is a gravestone; the person is buried here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if historic=memorial)",
- "value": "tomb"
- },
- {
- "key": "inscription",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Personal theme') (This is only shown if memorial!=bench & historic=memorial)"
- },
- {
- "key": "not:inscription",
- "description": "Layer 'Artworks' shows not:inscription=yes with a fixed text, namely 'This memorial does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if memorial!=bench & historic=memorial)",
- "value": "yes"
- },
- {
- "key": "amenity",
- "description": "Layer 'Artworks' shows amenity=bench with a fixed text, namely 'This artwork also serves as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bench"
- },
- {
- "key": "amenity",
- "description": "Layer 'Artworks' shows amenity= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key amenity.",
- "value": ""
- },
- {
- "key": "backrest",
- "description": "Layer 'Artworks' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yes"
- },
- {
- "key": "two_sided",
- "description": "Layer 'Artworks' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yes"
- },
- {
- "key": "backrest",
- "description": "Layer 'Artworks' shows backrest=yes with a fixed text, namely 'This bench does have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yes"
- },
- {
- "key": "backrest",
- "description": "Layer 'Artworks' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "no"
- },
- {
- "key": "armrest",
- "description": "Layer 'Artworks' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yes"
- },
- {
- "key": "armrest",
- "description": "Layer 'Artworks' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "no"
- },
- {
- "key": "seats",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)"
- },
- {
- "key": "seats:separated",
- "description": "Layer 'Artworks' shows seats:separated=no with a fixed text, namely 'This bench does not have separated seats' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "no"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'material' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=wood with a fixed text, namely 'The seating is made from wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "wood"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=metal with a fixed text, namely 'The seating is made from metal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "metal"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=stone with a fixed text, namely 'The seating is made from stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "stone"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=concrete with a fixed text, namely 'The seating is made from concrete' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "concrete"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=plastic with a fixed text, namely 'The seating is made from plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "plastic"
- },
- {
- "key": "material",
- "description": "Layer 'Artworks' shows material=steel with a fixed text, namely 'The seating is made from steel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "steel"
- },
- {
- "key": "direction",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'direction' (in the mapcomplete.org theme 'Personal theme') (This is only shown if two_sided!=yes & amenity=bench)"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'colour' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=brown with a fixed text, namely 'Colour: brown' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "brown"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=green with a fixed text, namely 'Colour: green' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "green"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=gray with a fixed text, namely 'Colour: gray' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "gray"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=white with a fixed text, namely 'Colour: white' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "white"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=red with a fixed text, namely 'Colour: red' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "red"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=black with a fixed text, namely 'Colour: black' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "black"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=blue with a fixed text, namely 'Colour: blue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "blue"
- },
- {
- "key": "colour",
- "description": "Layer 'Artworks' shows colour=yellow with a fixed text, namely 'Colour: yellow' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yellow"
- },
- {
- "key": "survey:date",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'survey:date' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)"
- },
- {
- "key": "survey:date",
- "description": "Layer 'Artworks' shows survey:date= with a fixed text, namely 'Surveyed today!' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key survey:date. (This is only shown if amenity=bench)",
- "value": ""
- },
- {
- "key": "inscription",
- "description": "Layer 'Artworks' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)"
- },
- {
- "key": "not:inscription",
- "description": "Layer 'Artworks' shows not:inscription=yes with a fixed text, namely 'This bench does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)",
- "value": "yes"
- },
- {
- "key": "inscription",
- "description": "Layer 'Artworks' shows inscription= with a fixed text, namely 'This bench probably does not not have an inscription' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key inscription. (This is only shown if amenity=bench)",
- "value": ""
- },
- {
- "key": "historic",
- "description": "Layer 'Artworks' shows historic=memorial with a fixed text, namely 'This bench is a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
- "value": "memorial"
- },
- {
- "key": "historic",
- "description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key historic. (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
- "value": ""
- },
- {
- "key": "not:historic",
- "description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
- "value": "memorial"
- },
- {
- "key": "emergency",
- "description": "The MapComplete theme Personal theme has a layer Emergency assembly points showing features with this tag",
- "value": "assembly_point"
- },
- {
- "key": "id",
- "description": "Layer 'Emergency assembly points' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Emergency assembly points 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 'Emergency assembly points 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 'Emergency assembly points 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 'Emergency assembly points 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 'Emergency assembly points' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator",
- "description": "Layer 'Emergency assembly points' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "assembly_point:earthquake",
- "description": "Layer 'Emergency assembly points' shows assembly_point:earthquake=yes with a fixed text, namely 'Earthquake' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "assembly_point:flood",
- "description": "Layer 'Emergency assembly points' shows assembly_point:flood=yes with a fixed text, namely 'Flood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "assembly_point:fire",
- "description": "Layer 'Emergency assembly points' shows assembly_point:fire=yes with a fixed text, namely 'Fire' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "assembly_point:landslide",
- "description": "Layer 'Emergency assembly points' shows assembly_point:landslide=yes with a fixed text, namely 'Landslide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "repair",
- "description": "The MapComplete theme Personal theme has a layer Repair cafés and assisted repair workshops showing features with this tag",
- "value": "assisted_self_service"
- },
- {
- "key": "id",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Repair cafés and assisted repair workshops 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 'Repair cafés and assisted repair workshops 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 'Repair cafés and assisted repair workshops 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 'Repair cafés and assisted repair workshops 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 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows opening_hours=\"by appointment\" with a fixed text, namely 'Only by appointment' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "\"by appointment\""
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows opening_hours~^(\"by appointment\"|by appointment)$ with a fixed text, namely 'Only by appointment' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "phone",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "website",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:mastodon",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'contact:mastodon' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:facebook",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows and asks freeform values for key 'contact:facebook' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "service:mobile_phone:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:mobile_phone:repair=yes with a fixed text, namely 'Mobile phones are repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:computer:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:computer:repair=yes with a fixed text, namely 'Computers are repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:bicycle:repair=yes with a fixed text, namely 'Bicycles are repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:electronics:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:electronics:repair=yes with a fixed text, namely 'Electronic devices are repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:furniture:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:furniture:repair=yes with a fixed text, namely 'Furniture is repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:clothes:repair",
- "description": "Layer 'Repair cafés and assisted repair workshops' shows service:clothes:repair=yes with a fixed text, namely 'Clothes are repaired here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
- "value": "atm"
- },
- {
- "key": "id",
- "description": "Layer 'ATMs' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'ATMs 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 'ATMs 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 'ATMs 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 'ATMs 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": "brand",
- "description": "Layer 'ATMs' shows and asks freeform values for key 'brand' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator",
- "description": "Layer 'ATMs' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bank)"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'ATMs' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "24/7"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'ATMs' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "cash_out",
- "description": "Layer 'ATMs' shows cash_out= with a fixed text, namely 'You can withdraw cash from this ATM' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key cash_out.",
- "value": ""
- },
- {
- "key": "cash_out",
- "description": "Layer 'ATMs' shows cash_out=yes with a fixed text, namely 'You can withdraw cash from this ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "cash_out",
- "description": "Layer 'ATMs' shows cash_out=no with a fixed text, namely 'You cannot withdraw cash from this ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "cash_in",
- "description": "Layer 'ATMs' shows cash_in= with a fixed text, namely 'You probably cannot deposit cash into this ATM' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key cash_in.",
- "value": ""
- },
- {
- "key": "cash_in",
- "description": "Layer 'ATMs' shows cash_in=yes with a fixed text, namely 'You can deposit cash into this ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "cash_in",
- "description": "Layer 'ATMs' shows cash_in=no with a fixed text, namely 'You cannot deposit cash into this ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=5 EUR with a fixed text, namely '5 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "5 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=10 EUR with a fixed text, namely '10 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "10 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=20 EUR with a fixed text, namely '20 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "20 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=50 EUR with a fixed text, namely '50 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "50 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=100 EUR with a fixed text, namely '100 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "100 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=200 EUR with a fixed text, namely '200 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "200 EUR"
- },
- {
- "key": "cash_out:notes:denominations",
- "description": "Layer 'ATMs' shows cash_out:notes:denominations=500 EUR with a fixed text, namely '500 euro notes can be withdrawn' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (cash_out= | cash_out=yes) & (_currency= | _currency~^(.*EUR.*)$))",
- "value": "500 EUR"
- },
- {
- "key": "speech_output",
- "description": "Layer 'ATMs' shows speech_output=yes with a fixed text, namely 'This ATM has speech output, usually available through a headphone jack' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "speech_output",
- "description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Banks showing features with this tag",
- "value": "bank"
- },
- {
- "key": "id",
- "description": "Layer 'Banks' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Banks 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 'Banks 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 'Banks 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 'Banks 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": "atm",
- "description": "Layer 'Banks' shows atm=yes with a fixed text, namely 'This bank has an ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "atm",
- "description": "Layer 'Banks' shows atm=no with a fixed text, namely 'This bank does not have an ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "atm",
- "description": "Layer 'Banks' shows atm=separate with a fixed text, namely 'This bank does have an ATM, but it is mapped as a different icon' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "separate"
- },
- {
- "key": "barrier",
- "description": "The MapComplete theme Personal theme has a layer Barriers showing features with this tag",
- "value": "bollard"
- },
- {
- "key": "barrier",
- "description": "The MapComplete theme Personal theme has a layer Barriers showing features with this tag",
- "value": "cycle_barrier"
- },
- {
- "key": "id",
- "description": "Layer 'Barriers' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Barriers 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 'Barriers 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 'Barriers 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 'Barriers 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": "bicycle",
- "description": "Layer 'Barriers' shows bicycle=yes with a fixed text, namely 'A cyclist can go past this.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _referencing_ways~.+)",
- "value": "yes"
- },
- {
- "key": "bicycle",
- "description": "Layer 'Barriers' shows bicycle=no with a fixed text, namely 'A cyclist can not go past this.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _referencing_ways~.+)",
- "value": "no"
- },
- {
- "key": "barrier",
- "description": "Layer 'Barriers' shows barrier=bollard with a fixed text, namely 'This is a single bollard in the road' (in the mapcomplete.org theme 'Personal theme')",
- "value": "bollard"
- },
- {
- "key": "barrier",
- "description": "Layer 'Barriers' shows barrier=cycle_barrier with a fixed text, namely 'This is a cycle barrier slowing down cyclists' (in the mapcomplete.org theme 'Personal theme')",
- "value": "cycle_barrier"
- },
- {
- "key": "bollard",
- "description": "Layer 'Barriers' shows bollard=removable with a fixed text, namely 'Removable bollard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=bollard)",
- "value": "removable"
- },
- {
- "key": "bollard",
- "description": "Layer 'Barriers' shows bollard=fixed with a fixed text, namely 'Fixed bollard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=bollard)",
- "value": "fixed"
- },
- {
- "key": "bollard",
- "description": "Layer 'Barriers' shows bollard=foldable with a fixed text, namely 'Bollard that can be folded down' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=bollard)",
- "value": "foldable"
- },
- {
- "key": "bollard",
- "description": "Layer 'Barriers' shows bollard=flexible with a fixed text, namely 'Flexible bollard, usually plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=bollard)",
- "value": "flexible"
- },
- {
- "key": "bollard",
- "description": "Layer 'Barriers' shows bollard=rising with a fixed text, namely 'Rising bollard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=bollard)",
- "value": "rising"
- },
- {
- "key": "cycle_barrier",
- "description": "Layer 'Barriers' shows cycle_barrier=single with a fixed text, namely 'Single, just two barriers with a space inbetween' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=cycle_barrier)",
- "value": "single"
- },
- {
- "key": "cycle_barrier",
- "description": "Layer 'Barriers' shows cycle_barrier=double with a fixed text, namely 'Double, two barriers behind each other' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=cycle_barrier)",
- "value": "double"
- },
- {
- "key": "cycle_barrier",
- "description": "Layer 'Barriers' shows cycle_barrier=triple with a fixed text, namely 'Triple, three barriers behind each other' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=cycle_barrier)",
- "value": "triple"
- },
- {
- "key": "cycle_barrier",
- "description": "Layer 'Barriers' shows cycle_barrier=squeeze with a fixed text, namely 'Squeeze gate, gap is smaller at top, than at the bottom' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if barrier=cycle_barrier)",
- "value": "squeeze"
- },
- {
- "key": "maxwidth:physical",
- "description": "Layer 'Barriers' shows and asks freeform values for key 'maxwidth:physical' (in the mapcomplete.org theme 'Personal theme') (This is only shown if cycle_barrier!=double & cycle_barrier!=triple & _referencing_ways~.+)"
- },
- {
- "key": "width:separation",
- "description": "Layer 'Barriers' shows and asks freeform values for key 'width:separation' (in the mapcomplete.org theme 'Personal theme') (This is only shown if cycle_barrier=double | cycle_barrier=triple)"
- },
- {
- "key": "width:opening",
- "description": "Layer 'Barriers' shows and asks freeform values for key 'width:opening' (in the mapcomplete.org theme 'Personal theme') (This is only shown if cycle_barrier=double | cycle_barrier=triple)"
- },
- {
- "key": "overlap",
- "description": "Layer 'Barriers' shows and asks freeform values for key 'overlap' (in the mapcomplete.org theme 'Personal theme') (This is only shown if cycle_barrier=double | cycle_barrier=triple)"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer BBQ showing features with this tag",
- "value": "bbq"
- },
- {
- "key": "id",
- "description": "Layer 'BBQ' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "mapillary",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikidata",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikipedia",
- "description": "The layer 'BBQ allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "private"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "permissive"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "customers"
- },
- {
- "key": "access",
- "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'Access only for authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "permit"
- },
- {
- "key": "covered",
- "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'The grill is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "covered",
- "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'The grill is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "fuel",
- "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'Wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wood"
- },
- {
- "key": "fuel",
- "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'Charcoal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "charcoal"
- },
- {
- "key": "fuel",
- "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'Electric' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "electric"
- },
- {
- "key": "fuel",
- "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'Gas' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "gas"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Benches showing features with this tag",
- "value": "bench"
- },
- {
- "key": "id",
- "description": "Layer 'Benches' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "mapillary",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikidata",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikipedia",
- "description": "The layer 'Benches allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "backrest",
- "description": "Layer 'Benches' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "two_sided",
- "description": "Layer 'Benches' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "backrest",
- "description": "Layer 'Benches' shows backrest=yes with a fixed text, namely 'This bench does have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "backrest",
- "description": "Layer 'Benches' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "armrest",
- "description": "Layer 'Benches' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "armrest",
- "description": "Layer 'Benches' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "seats",
- "description": "Layer 'Benches' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "seats:separated",
- "description": "Layer 'Benches' shows seats:separated=no with a fixed text, namely 'This bench does not have separated seats' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows and asks freeform values for key 'material' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=wood with a fixed text, namely 'The seating is made from wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wood"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=metal with a fixed text, namely 'The seating is made from metal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "metal"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=stone with a fixed text, namely 'The seating is made from stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "stone"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=concrete with a fixed text, namely 'The seating is made from concrete' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "concrete"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=plastic with a fixed text, namely 'The seating is made from plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "plastic"
- },
- {
- "key": "material",
- "description": "Layer 'Benches' shows material=steel with a fixed text, namely 'The seating is made from steel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "steel"
- },
- {
- "key": "direction",
- "description": "Layer 'Benches' shows and asks freeform values for key 'direction' (in the mapcomplete.org theme 'Personal theme') (This is only shown if two_sided!=yes)"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows and asks freeform values for key 'colour' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=brown with a fixed text, namely 'Colour: brown' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "brown"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=green with a fixed text, namely 'Colour: green' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "green"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=gray with a fixed text, namely 'Colour: gray' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "gray"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=white with a fixed text, namely 'Colour: white' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "white"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=red with a fixed text, namely 'Colour: red' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "red"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=black with a fixed text, namely 'Colour: black' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "black"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=blue with a fixed text, namely 'Colour: blue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "blue"
- },
- {
- "key": "colour",
- "description": "Layer 'Benches' shows colour=yellow with a fixed text, namely 'Colour: yellow' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yellow"
- },
- {
- "key": "survey:date",
- "description": "Layer 'Benches' shows and asks freeform values for key 'survey:date' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "survey:date",
- "description": "Layer 'Benches' shows survey:date= with a fixed text, namely 'Surveyed today!' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key survey:date.",
- "value": ""
- },
- {
- "key": "inscription",
- "description": "Layer 'Benches' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "not:inscription",
- "description": "Layer 'Benches' shows not:inscription=yes with a fixed text, namely 'This bench does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "inscription",
- "description": "Layer 'Benches' shows inscription= with a fixed text, namely 'This bench probably does not not have an inscription' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key inscription.",
- "value": ""
- },
- {
- "key": "tourism",
- "description": "Layer 'Benches' shows tourism=artwork with a fixed text, namely 'This bench has an integrated artwork' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "artwork"
- },
- {
- "key": "not:tourism:artwork",
- "description": "Layer 'Benches' shows not:tourism:artwork=yes with a fixed text, namely 'This bench does not have an integrated artwork' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "tourism",
- "description": "Layer 'Benches' shows tourism= with a fixed text, namely 'This bench probably doesn't have an integrated artwork' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key tourism.",
- "value": ""
- },
- {
- "key": "historic",
- "description": "Layer 'Benches' shows historic=memorial with a fixed text, namely 'This bench is a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))",
- "value": "memorial"
- },
- {
- "key": "historic",
- "description": "Layer 'Benches' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key historic. (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))",
- "value": ""
- },
- {
- "key": "not:historic",
- "description": "Layer 'Benches' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))",
- "value": "memorial"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows and asks freeform values for key 'artwork_type' (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=architecture with a fixed text, namely 'Architecture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "architecture"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=mural with a fixed text, namely 'Mural' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "mural"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=painting with a fixed text, namely 'Painting' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "painting"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=sculpture with a fixed text, namely 'Sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "sculpture"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=statue with a fixed text, namely 'Statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "statue"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=bust with a fixed text, namely 'Bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "bust"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=stone with a fixed text, namely 'Stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "stone"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=installation with a fixed text, namely 'Installation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "installation"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=graffiti with a fixed text, namely 'Graffiti' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "graffiti"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=relief with a fixed text, namely 'Relief' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "relief"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=azulejo with a fixed text, namely 'Azulejo (Spanish decorative tilework)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "azulejo"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=tilework with a fixed text, namely 'Tilework' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "tilework"
- },
- {
- "key": "artwork_type",
- "description": "Layer 'Benches' shows artwork_type=woodcarving with a fixed text, namely 'Woodcarving' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)",
- "value": "woodcarving"
- },
- {
- "key": "artist:wikidata",
- "description": "Layer 'Benches' shows and asks freeform values for key 'artist:wikidata' (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)"
- },
- {
- "key": "artist_name",
- "description": "Layer 'Benches' shows and asks freeform values for key 'artist_name' (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)"
- },
- {
- "key": "website",
- "description": "Layer 'Benches' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)"
- },
- {
- "key": "subject:wikidata",
- "description": "Layer 'Benches' shows and asks freeform values for key 'subject:wikidata' (in the mapcomplete.org theme 'Personal theme') (This is only shown if tourism=artwork)"
- },
- {
- "key": "highway",
- "description": "The MapComplete theme Personal theme has a layer Benches at public transport stops showing features with this tag",
- "value": "bus_stop"
- },
- {
- "key": "bench",
- "description": "The MapComplete theme Personal theme has a layer Benches at public transport stops showing features with this tag",
- "value": "yes"
- },
- {
- "key": "bench",
- "description": "The MapComplete theme Personal theme has a layer Benches at public transport stops showing features with this tag",
- "value": "stand_up_bench"
- },
- {
- "key": "id",
- "description": "Layer 'Benches at public transport stops' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "mapillary",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikidata",
- "description": "The layer 'Benches at public transport stops allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikipedia",
- "description": "The layer 'Benches at public transport stops 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 'Benches at public transport stops' shows values with key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "bench",
- "description": "Layer 'Benches at public transport stops' shows bench=yes with a fixed text, namely 'There is a normal, sit-down bench here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "bench",
- "description": "Layer 'Benches at public transport stops' shows bench=stand_up_bench with a fixed text, namely 'Stand up bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "stand_up_bench"
- },
- {
- "key": "bench",
- "description": "Layer 'Benches at public transport stops' shows bench=no with a fixed text, namely 'There is no bench here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "man_made",
- "description": "The MapComplete theme Personal theme has a layer Bicycle counters showing features with this tag",
- "value": "monitoring_station"
- },
- {
- "key": "monitoring:bicycle",
- "description": "The MapComplete theme Personal theme has a layer Bicycle counters showing features with this tag",
- "value": "yes"
- },
- {
- "key": "id",
- "description": "Layer 'Bicycle counters' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bicycle counters 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 'Bicycle counters 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 'Bicycle counters 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 'Bicycle counters 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": "display",
- "description": "Layer 'Bicycle counters' shows display=digital with a fixed text, namely 'This counter has a digital display' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "digital"
- },
- {
- "key": "display",
- "description": "Layer 'Bicycle counters' shows display=analog with a fixed text, namely 'This counter has an analog display' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "analog"
- },
- {
- "key": "display",
- "description": "Layer 'Bicycle counters' shows display=no with a fixed text, namely 'This counter has no display' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "name",
- "description": "Layer 'Bicycle counters' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "start_date",
- "description": "Layer 'Bicycle counters' shows and asks freeform values for key 'start_date' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "Layer 'Bicycle counters' shows amenity=clock with a fixed text, namely 'This counter has a clock' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "clock"
- },
- {
- "key": "amenity",
- "description": "Layer 'Bicycle counters' shows amenity= with a fixed text, namely 'This counter has no clock' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key amenity.",
- "value": ""
- },
- {
- "key": "ref",
- "description": "Layer 'Bicycle counters' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "noref",
- "description": "Layer 'Bicycle counters' shows noref=yes with a fixed text, namely 'This counter has no reference number' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "website",
- "description": "Layer 'Bicycle counters' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bicycle library showing features with this tag",
- "value": "bicycle_library"
- },
- {
- "key": "id",
- "description": "Layer 'Bicycle library' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bicycle library 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 'Bicycle library 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 'Bicycle library 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 'Bicycle library 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 'Bicycle library' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "website",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bicycle library' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bicycle library' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bicycle library' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle library' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "charge",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "fee",
- "description": "Layer 'Bicycle library' shows fee=no & charge= with a fixed text, namely 'Lending a bicycle is free' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "charge",
- "description": "Layer 'Bicycle library' shows fee=no & charge= with a fixed text, namely 'Lending a bicycle is free' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key charge.",
- "value": ""
- },
- {
- "key": "fee",
- "description": "Layer 'Bicycle library' shows fee=yes & charge=€20warranty + €20/year with a fixed text, namely 'Lending a bicycle costs €20/year and €20 warranty' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "charge",
- "description": "Layer 'Bicycle library' shows fee=yes & charge=€20warranty + €20/year with a fixed text, namely 'Lending a bicycle costs €20/year and €20 warranty' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "€20warranty + €20/year"
- },
- {
- "key": "bicycle_library:for",
- "description": "Layer 'Bicycle library' shows bicycle_library:for=child with a fixed text, namely 'Bikes for children available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "child"
- },
- {
- "key": "bicycle_library:for",
- "description": "Layer 'Bicycle library' shows bicycle_library:for=adult with a fixed text, namely 'Bikes for adult available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "adult"
- },
- {
- "key": "bicycle_library:for",
- "description": "Layer 'Bicycle library' shows bicycle_library:for=disabled with a fixed text, namely 'Bikes for disabled persons available' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "disabled"
- },
- {
- "key": "description",
- "description": "Layer 'Bicycle library' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bicycle rental showing features with this tag",
- "value": "bicycle_rental"
- },
- {
- "key": "bicycle_rental",
- "description": "The MapComplete theme Personal theme has a layer Bicycle rental showing features with this tag"
- },
- {
- "key": "service:bicycle:rental",
- "description": "The MapComplete theme Personal theme has a layer Bicycle rental showing features with this tag",
- "value": "yes"
- },
- {
- "key": "rental",
- "description": "The MapComplete theme Personal theme has a layer Bicycle rental showing features with this tag"
- },
- {
- "key": "id",
- "description": "Layer 'Bicycle rental' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bicycle rental 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 'Bicycle rental 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 'Bicycle rental 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 'Bicycle rental 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": "shop",
- "description": "Layer 'Bicycle rental' shows shop=rental & bicycle_rental=shop with a fixed text, namely 'This is a shop whose main focus is bicycle rental' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "rental"
- },
- {
- "key": "bicycle_rental",
- "description": "Layer 'Bicycle rental' shows shop=rental & bicycle_rental=shop with a fixed text, namely 'This is a shop whose main focus is bicycle rental' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "shop"
- },
- {
- "key": "shop",
- "description": "Layer 'Bicycle rental' shows shop=rental with a fixed text, namely 'This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "rental"
- },
- {
- "key": "service:bicycle:rental",
- "description": "Layer 'Bicycle rental' shows service:bicycle:rental=yes & shop=bicycle with a fixed text, namely 'This is a shop which sells or repairs bicycles, but also rents out bicycles' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "yes"
- },
- {
- "key": "shop",
- "description": "Layer 'Bicycle rental' shows service:bicycle:rental=yes & shop=bicycle with a fixed text, namely 'This is a shop which sells or repairs bicycles, but also rents out bicycles' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "bicycle"
- },
- {
- "key": "bicycle_rental",
- "description": "Layer 'Bicycle rental' shows bicycle_rental=docking_station with a fixed text, namely 'This is an automated docking station, where a bicycle is mechanically locked to a structure' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "docking_station"
- },
- {
- "key": "bicycle_rental",
- "description": "Layer 'Bicycle rental' shows bicycle_rental=key_dispensing_machine with a fixed text, namely 'A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "key_dispensing_machine"
- },
- {
- "key": "bicycle_rental",
- "description": "Layer 'Bicycle rental' shows bicycle_rental=dropoff_point with a fixed text, namely 'This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bicycle_rental)",
- "value": "dropoff_point"
- },
- {
- "key": "website",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bicycle rental' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bicycle rental' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bicycle rental' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop~.+ | opening_hours~.+)"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle rental' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop~.+ | opening_hours~.+)",
- "value": "closed"
- },
- {
- "key": "payment:cash",
- "description": "Layer 'Bicycle rental' 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.org theme 'Personal theme') (This is only shown if shop~.+)",
- "value": "yes"
- },
- {
- "key": "payment:cards",
- "description": "Layer 'Bicycle rental' 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.org theme 'Personal theme') (This is only shown if shop~.+)",
- "value": "yes"
- },
- {
- "key": "payment:qr_code",
- "description": "Layer 'Bicycle rental' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop~.+)",
- "value": "yes"
- },
- {
- "key": "payment:cash",
- "description": "Layer 'Bicycle rental' 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.org theme 'Personal theme') (This is only shown if shop=)",
- "value": "yes"
- },
- {
- "key": "payment:cards",
- "description": "Layer 'Bicycle rental' 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.org theme 'Personal theme') (This is only shown if shop=)",
- "value": "yes"
- },
- {
- "key": "payment:qr_code",
- "description": "Layer 'Bicycle rental' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=)",
- "value": "yes"
- },
- {
- "key": "payment:app",
- "description": "Layer 'Bicycle rental' shows payment:app=yes with a fixed text, namely 'Payment is done using a dedicated app' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=)",
- "value": "yes"
- },
- {
- "key": "payment:membership_card",
- "description": "Layer 'Bicycle rental' shows payment:membership_card=yes with a fixed text, namely 'Payment is done using a membership card' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=)",
- "value": "yes"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'rental' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "city_bike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "ebike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bmx"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "mtb"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "kid_bike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tandem"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "racebike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bike_helmet"
- },
- {
- "key": "rental",
- "description": "Layer 'Bicycle rental' shows rental=cargo_bike with a fixed text, namely 'Cargo bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "cargo_bike"
- },
- {
- "key": "capacity:city_bike",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:city_bike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*city_bike.*)$)"
- },
- {
- "key": "capacity:ebike",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:ebike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*ebike.*)$)"
- },
- {
- "key": "capacity:kid_bike",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:kid_bike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*kid_bike.*)$)"
- },
- {
- "key": "capacity:bmx",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:bmx' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*bmx.*)$)"
- },
- {
- "key": "capacity:mtb",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:mtb' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*mtb.*)$)"
- },
- {
- "key": "capacity:bicycle_pannier",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*bicycle_pannier.*)$)"
- },
- {
- "key": "capacity:tandem_bicycle",
- "description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*tandem_bicycle.*)$)"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "pub"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "bar"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "cafe"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "restaurant"
- },
- {
- "key": "pub",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "pub",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "theme",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "theme",
- "description": "The MapComplete theme Personal theme has a layer Bike cafe showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "id",
- "description": "Layer 'Bike cafe' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bike cafe 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 'Bike cafe 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 'Bike cafe 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 'Bike cafe 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 'Bike cafe' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bike cafe' shows service:bicycle:pump=yes with a fixed text, namely 'This bike cafe offers a bike pump for anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bike cafe' shows service:bicycle:pump=no with a fixed text, namely 'This bike cafe doesn't offer a bike pump for anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "service:bicycle:diy",
- "description": "Layer 'Bike cafe' shows service:bicycle:diy=yes with a fixed text, namely 'This bike cafe offers tools for DIY repair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:diy",
- "description": "Layer 'Bike cafe' shows service:bicycle:diy=no with a fixed text, namely 'This bike cafe doesn't offer tools for DIY repair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike cafe' shows service:bicycle:repair=yes with a fixed text, namely 'This bike cafe repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike cafe' shows service:bicycle:repair=no with a fixed text, namely 'This bike cafe doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "website",
- "description": "Layer 'Bike cafe' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bike cafe' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bike cafe' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bike cafe' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bike cafe' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bike cafe' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bike cafe' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike cafe' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike cafe' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "service:bicycle:cleaning",
- "description": "The MapComplete theme Personal theme has a layer Bike cleaning service showing features with this tag",
- "value": "yes"
- },
- {
- "key": "service:bicycle:cleaning",
- "description": "The MapComplete theme Personal theme has a layer Bike cleaning service showing features with this tag",
- "value": "diy"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cleaning service showing features with this tag",
- "value": "bicycle_wash"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike cleaning service showing features with this tag",
- "value": "bike_wash"
- },
- {
- "key": "id",
- "description": "Layer 'Bike cleaning service' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bike cleaning service 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 'Bike cleaning service 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 'Bike cleaning service 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 'Bike cleaning service 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": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": "no"
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike cleaning service' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": ""
- },
- {
- "key": "charge",
- "description": "Layer 'Bike cleaning service' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)"
- },
- {
- "key": "fee",
- "description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'This cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)",
- "value": "no"
- },
- {
- "key": "fee",
- "description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'There is a fee to use this cleaning service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bike_wash | amenity=bicycle_wash)",
- "value": "yes"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bike parking showing features with this tag",
- "value": "bicycle_parking"
- },
- {
- "key": "id",
- "description": "Layer 'Bike parking' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bike parking 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 'Bike parking 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 'Bike parking 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 'Bike parking 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": "bicycle_parking",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'bicycle_parking' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=stands with a fixed text, namely 'Stands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "stands"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=safe_loops with a fixed text, namely 'Rack with side loops' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "safe_loops"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=wall_loops with a fixed text, namely 'Wheelbenders / rack' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wall_loops"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=handlebar_holder with a fixed text, namely 'Handlebar holder' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "handlebar_holder"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=rack with a fixed text, namely 'Rack' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "rack"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=two_tier with a fixed text, namely 'Two-tiered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "two_tier"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=shed with a fixed text, namely 'Shed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "shed"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=bollard with a fixed text, namely 'Bollard' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bollard"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=floor with a fixed text, namely 'An area on the floor which is marked for bicycle parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "floor"
- },
- {
- "key": "bicycle_parking",
- "description": "Layer 'Bike parking' shows bicycle_parking=lockers with a fixed text, namely 'A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "lockers"
- },
- {
- "key": "location",
- "description": "Layer 'Bike parking' shows location=underground with a fixed text, namely 'Underground parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "underground"
- },
- {
- "key": "location",
- "description": "Layer 'Bike parking' shows location=surface with a fixed text, namely 'Surface level parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "surface"
- },
- {
- "key": "location",
- "description": "Layer 'Bike parking' shows location=rooftop with a fixed text, namely 'Rooftop parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "rooftop"
- },
- {
- "key": "location",
- "description": "Layer 'Bike parking' shows location= with a fixed text, namely 'Surface level parking' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key location.",
- "value": ""
- },
- {
- "key": "covered",
- "description": "Layer 'Bike parking' shows covered=yes with a fixed text, namely 'This parking is covered (it has a roof)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if bicycle_parking!=shed & location!=underground)",
- "value": "yes"
- },
- {
- "key": "covered",
- "description": "Layer 'Bike parking' shows covered=no with a fixed text, namely 'This parking is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if bicycle_parking!=shed & location!=underground)",
- "value": "no"
- },
- {
- "key": "capacity",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "access",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'access' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "access",
- "description": "Layer 'Bike parking' shows access=yes with a fixed text, namely 'Publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'Bike parking' shows access=customers with a fixed text, namely 'Access is primarily for visitors to a business' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "customers"
- },
- {
- "key": "access",
- "description": "Layer 'Bike parking' shows access=members with a fixed text, namely 'Access is limited to members of a school, company or organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "members"
- },
- {
- "key": "access",
- "description": "Layer 'Bike parking' shows access=private with a fixed text, namely 'Access is limited to members of a school, company or organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "private"
- },
- {
- "key": "fee",
- "description": "Layer 'Bike parking' shows fee=yes with a fixed text, namely 'One has to pay to use this bicycle parking' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "fee",
- "description": "Layer 'Bike parking' shows fee=no with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "charge",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if fee=yes)"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike parking' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "24/7"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike parking' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "operator",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:phone",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'operator:phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bike parking' shows phone~.+ with a fixed text, namely '{phone}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bike parking' shows contact:phone~.+ with a fixed text, namely '{contact:phone}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:website",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'operator:website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "website",
- "description": "Layer 'Bike parking' shows website~.+ with a fixed text, namely '{website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bike parking' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'operator:email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "cargo_bike",
- "description": "Layer 'Bike parking' shows cargo_bike=yes with a fixed text, namely 'This parking has room for cargo bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "cargo_bike",
- "description": "Layer 'Bike parking' shows cargo_bike=designated with a fixed text, namely 'This parking has designated (official) spots for cargo bikes.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "designated"
- },
- {
- "key": "cargo_bike",
- "description": "Layer 'Bike parking' shows cargo_bike=no with a fixed text, namely 'You're not allowed to park cargo bikes or there are no places provided for cargo bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "capacity:cargo_bike",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'capacity:cargo_bike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if capacity:cargo_bike~.+ | cargo_bike~^(designated|yes)$)"
- },
- {
- "key": "cargo_bike",
- "description": "Layer 'Bike parking' shows cargo_bike=no with a fixed text, namely 'There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if capacity:cargo_bike~.+ | cargo_bike~^(designated|yes)$)",
- "value": "no"
- },
- {
- "key": "maxstay",
- "description": "Layer 'Bike parking' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Bicycle pump and repair showing features with this tag",
- "value": "bicycle_repair_station"
- },
- {
- "key": "id",
- "description": "Layer 'Bicycle pump and repair' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bicycle pump and repair 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 'Bicycle pump and repair 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 'Bicycle pump and repair 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 'Bicycle pump and repair 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": "service:bicycle:tools",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=no & service:bicycle:pump=yes with a fixed text, namely 'There is only a pump present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=no & service:bicycle:pump=yes with a fixed text, namely 'There is only a pump present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:tools",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=yes & service:bicycle:pump=no with a fixed text, namely 'There are only tools (screwdrivers, pliers, …) present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=yes & service:bicycle:pump=no with a fixed text, namely 'There are only tools (screwdrivers, pliers, …) present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "service:bicycle:tools",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=yes & service:bicycle:pump=yes with a fixed text, namely 'There are both tools and a pump present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:tools=yes & service:bicycle:pump=yes with a fixed text, namely 'There are both tools and a pump present' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:bicycle:pump:operational_status",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:pump:operational_status=broken with a fixed text, namely 'The bike pump is broken' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "broken"
- },
- {
- "key": "service:bicycle:pump:operational_status",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:pump:operational_status=operational with a fixed text, namely 'The bike pump is operational' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "operational"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle pump and repair' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "24/7"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle pump and repair' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=yes with a fixed text, namely 'Publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=public with a fixed text, namely 'Publicly accessible' (in the mapcomplete.org theme 'Personal theme')",
- "value": "public"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=customers with a fixed text, namely 'Only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "customers"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=private with a fixed text, namely 'Not accessible to the general public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "private"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=no with a fixed text, namely 'Not accessible to the general public' (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "operator",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "service:bicycle:chain_tool",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:chain_tool=yes with a fixed text, namely 'There is a chain tool' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:tools=yes)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:chain_tool",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:chain_tool=no with a fixed text, namely 'There is no chain tool' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:tools=yes)",
- "value": "no"
- },
- {
- "key": "service:bicycle:stand",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:stand=yes with a fixed text, namely 'There is a hook or stand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:tools=yes)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:stand",
- "description": "Layer 'Bicycle pump and repair' shows service:bicycle:stand=no with a fixed text, namely 'There is no hook or stand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:tools=yes)",
- "value": "no"
- },
- {
- "key": "valves",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'valves' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "valves",
- "description": "Layer 'Bicycle pump and repair' shows valves=sclaverand with a fixed text, namely 'Sclaverand/Presta (narrow-width bike tires)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "sclaverand"
- },
- {
- "key": "valves",
- "description": "Layer 'Bicycle pump and repair' shows valves=dunlop with a fixed text, namely 'Dunlop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "dunlop"
- },
- {
- "key": "valves",
- "description": "Layer 'Bicycle pump and repair' shows valves=schrader with a fixed text, namely 'Schrader (cars and mountainbikes)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "schrader"
- },
- {
- "key": "manual",
- "description": "Layer 'Bicycle pump and repair' shows manual=yes with a fixed text, namely 'Manual pump' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "yes"
- },
- {
- "key": "manual",
- "description": "Layer 'Bicycle pump and repair' shows manual=no with a fixed text, namely 'Electrical pump' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "no"
- },
- {
- "key": "manometer",
- "description": "Layer 'Bicycle pump and repair' shows manometer=yes with a fixed text, namely 'There is a manometer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "yes"
- },
- {
- "key": "manometer",
- "description": "Layer 'Bicycle pump and repair' shows manometer=no with a fixed text, namely 'There is no manometer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "no"
- },
- {
- "key": "manometer",
- "description": "Layer 'Bicycle pump and repair' shows manometer=broken with a fixed text, namely 'There is manometer but it is broken' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump=yes)",
- "value": "broken"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)"
- },
- {
- "key": "location",
- "description": "Layer 'Bicycle pump and repair' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "underground"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "0"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)",
- "value": ""
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "1"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "-1"
- },
- {
- "key": "shop",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "service:bicycle:retail",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "yes"
- },
- {
- "key": "service:bicycle:repair",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "yes"
- },
- {
- "key": "shop",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "sports"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme Personal theme has a layer Bike repair/shop showing features with this tag",
- "value": ""
- },
- {
- "key": "id",
- "description": "Layer 'Bike repair/shop' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bike repair/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 'Bike repair/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 'Bike repair/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 'Bike repair/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 'Bike repair/shop' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'shop' (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bicycle_rental with a fixed text, namely 'Bicycle rental shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bicycle_rental"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=agrarian with a fixed text, namely 'Farm Supply Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "agrarian"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=alcohol with a fixed text, namely 'Liquor Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "alcohol"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=anime with a fixed text, namely 'Anime / Manga Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "anime"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=antiques with a fixed text, namely 'Antique Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "antiques"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=appliance with a fixed text, namely 'Appliance Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "appliance"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=art with a fixed text, namely 'Art Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "art"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "baby_goods"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bag with a fixed text, namely 'Bag/Luggage Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bag"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bakery with a fixed text, namely 'Bakery' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bakery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bathroom_furnishing"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=beauty with a fixed text, namely 'Beauty Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "beauty"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bed with a fixed text, namely 'Bedding/Mattress Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bed"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=beverages with a fixed text, namely 'Beverage Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "beverages"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bicycle with a fixed text, namely 'Bicycle Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bicycle"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=boat with a fixed text, namely 'Boat Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "boat"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=bookmaker with a fixed text, namely 'Bookmaker' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "bookmaker"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=books with a fixed text, namely 'Bookstore' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "books"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "brewing_supplies"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=butcher with a fixed text, namely 'Butcher' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "butcher"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=camera with a fixed text, namely 'Camera Equipment Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "camera"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=candles with a fixed text, namely 'Candle Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "candles"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=cannabis with a fixed text, namely 'Cannabis Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "cannabis"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=car with a fixed text, namely 'Car Dealership' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "car"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "car_parts"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "car_repair"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=caravan with a fixed text, namely 'RV Dealership' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "caravan"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=carpet with a fixed text, namely 'Carpet Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "carpet"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=catalogue with a fixed text, namely 'Catalog Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "catalogue"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=charity with a fixed text, namely 'Charity Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "charity"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=cheese with a fixed text, namely 'Cheese Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "cheese"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=chemist with a fixed text, namely 'Drugstore' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "chemist"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=chocolate with a fixed text, namely 'Chocolate Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "chocolate"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=clothes with a fixed text, namely 'Clothing Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "clothes"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=coffee with a fixed text, namely 'Coffee Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "coffee"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=collector with a fixed text, namely 'Collectibles Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "collector"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=computer with a fixed text, namely 'Computer Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "computer"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=confectionery with a fixed text, namely 'Candy Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "confectionery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=convenience with a fixed text, namely 'Convenience Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "convenience"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=copyshop with a fixed text, namely 'Copy Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "copyshop"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=cosmetics with a fixed text, namely 'Cosmetics Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "cosmetics"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=country_store with a fixed text, namely 'Rural Supplies Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "country_store"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=craft with a fixed text, namely 'Arts & Crafts Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "craft"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=curtain with a fixed text, namely 'Curtain Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "curtain"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=dairy with a fixed text, namely 'Dairy Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "dairy"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=deli with a fixed text, namely 'Delicatessen' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "deli"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=department_store with a fixed text, namely 'Department Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "department_store"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=doityourself with a fixed text, namely 'DIY Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "doityourself"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=doors with a fixed text, namely 'Door Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "doors"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=dry_cleaning with a fixed text, namely 'Dry Cleaner' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "dry_cleaning"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "e-cigarette"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=electrical with a fixed text, namely 'Electrical Equipment Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "electrical"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=electronics with a fixed text, namely 'Electronics Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "electronics"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=erotic with a fixed text, namely 'Erotic Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "erotic"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=fabric with a fixed text, namely 'Fabric Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "fabric"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=farm with a fixed text, namely 'Produce Stand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "farm"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "fashion_accessories"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=fireplace with a fixed text, namely 'Fireplace Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "fireplace"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=fishing with a fixed text, namely 'Fishing Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "fishing"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=flooring with a fixed text, namely 'Flooring Supply Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "flooring"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=florist with a fixed text, namely 'Florist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "florist"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=frame with a fixed text, namely 'Framing Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "frame"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "frozen_food"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=fuel with a fixed text, namely 'Fuel Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "fuel"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=funeral_directors with a fixed text, namely 'Funeral Home' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "funeral_directors"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=furniture with a fixed text, namely 'Furniture Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "furniture"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=games with a fixed text, namely 'Tabletop Game Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "games"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=garden_centre with a fixed text, namely 'Garden Center' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "garden_centre"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=gas with a fixed text, namely 'Bottled Gas Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "gas"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=general with a fixed text, namely 'General Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "general"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=gift with a fixed text, namely 'Gift Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "gift"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=greengrocer with a fixed text, namely 'Greengrocer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "greengrocer"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=hairdresser with a fixed text, namely 'Hairdresser' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hairdresser"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hairdresser_supply"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=hardware with a fixed text, namely 'Hardware Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hardware"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=health_food with a fixed text, namely 'Health Food Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "health_food"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hearing_aids"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=herbalist with a fixed text, namely 'Herbalist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "herbalist"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=hifi with a fixed text, namely 'Hifi Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hifi"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=honey with a fixed text, namely 'Honey Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "honey"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "household_linen"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=houseware with a fixed text, namely 'Houseware Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "houseware"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=hunting with a fixed text, namely 'Hunting Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "hunting"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "interior_decoration"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=jewelry with a fixed text, namely 'Jewelry Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "jewelry"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=kiosk with a fixed text, namely 'Kiosk' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "kiosk"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=kitchen with a fixed text, namely 'Kitchen Design Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "kitchen"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=laundry with a fixed text, namely 'Laundry' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "laundry"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=leather with a fixed text, namely 'Leather Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "leather"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=lighting with a fixed text, namely 'Lighting Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "lighting"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=locksmith with a fixed text, namely 'Locksmith' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "locksmith"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=lottery with a fixed text, namely 'Lottery Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "lottery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=mall with a fixed text, namely 'Mall' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "mall"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=massage with a fixed text, namely 'Massage Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "massage"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "medical_supply"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "military_surplus"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "mobile_phone"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=model with a fixed text, namely 'Model Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "model"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=money_lender with a fixed text, namely 'Money Lender' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "money_lender"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=motorcycle with a fixed text, namely 'Motorcycle Dealership' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "motorcycle"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "motorcycle_repair"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=music with a fixed text, namely 'Music Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "music"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "musical_instrument"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=newsagent with a fixed text, namely 'Newsstand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "newsagent"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "nutrition_supplements"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=nuts with a fixed text, namely 'Nuts Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "nuts"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=optician with a fixed text, namely 'Optician' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "optician"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=outdoor with a fixed text, namely 'Outdoors Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "outdoor"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=outpost with a fixed text, namely 'Online Retailer Outpost' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "outpost"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=paint with a fixed text, namely 'Paint Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "paint"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=party with a fixed text, namely 'Party Supply Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "party"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pasta with a fixed text, namely 'Pasta Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pasta"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pastry with a fixed text, namely 'Pastry Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pastry"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pawnbroker with a fixed text, namely 'Pawnshop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pawnbroker"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=perfumery with a fixed text, namely 'Perfume Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "perfumery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pet with a fixed text, namely 'Pet Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pet"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pet_grooming with a fixed text, namely 'Pet Groomer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pet_grooming"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=photo with a fixed text, namely 'Photography Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "photo"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pottery with a fixed text, namely 'Pottery Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pottery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "printer_ink"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=psychic with a fixed text, namely 'Psychic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "psychic"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=pyrotechnics with a fixed text, namely 'Fireworks Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "pyrotechnics"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "radiotechnics"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=religion with a fixed text, namely 'Religious Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "religion"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=rental with a fixed text, namely 'Rental Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "rental"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=repair with a fixed text, namely 'Repair Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "repair"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=rice with a fixed text, namely 'Rice Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "rice"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "scuba_diving"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=seafood with a fixed text, namely 'Seafood Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "seafood"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=second_hand with a fixed text, namely 'Thrift Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "second_hand"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=sewing with a fixed text, namely 'Sewing Supply Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "sewing"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "shoe_repair"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=shoes with a fixed text, namely 'Shoe Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "shoes"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=spices with a fixed text, namely 'Spice Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "spices"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=sports with a fixed text, namely 'Sporting Goods Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "sports"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=stationery with a fixed text, namely 'Stationery Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "stationery"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=storage_rental with a fixed text, namely 'Storage Rental' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "storage_rental"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=supermarket with a fixed text, namely 'Supermarket' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "supermarket"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "swimming_pool"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tailor with a fixed text, namely 'Tailor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tailor"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tattoo with a fixed text, namely 'Tattoo Parlor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tattoo"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tea with a fixed text, namely 'Tea Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tea"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=telecommunication with a fixed text, namely 'Telecom Retail Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "telecommunication"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=ticket with a fixed text, namely 'Ticket Seller' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "ticket"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tiles with a fixed text, namely 'Tile Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tiles"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tobacco with a fixed text, namely 'Tobacco Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tobacco"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tool_hire with a fixed text, namely 'Tool Rental' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tool_hire"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=toys with a fixed text, namely 'Toy Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "toys"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=trade with a fixed text, namely 'Trade Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "trade"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=travel_agency with a fixed text, namely 'Travel Agency' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "travel_agency"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=trophy with a fixed text, namely 'Trophy Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "trophy"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=tyres with a fixed text, namely 'Tire Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "tyres"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "vacuum_cleaner"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=variety_store with a fixed text, namely 'Discount Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "variety_store"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=video with a fixed text, namely 'Video Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "video"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "video_games"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=watches with a fixed text, namely 'Watches Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "watches"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=water with a fixed text, namely 'Drinking Water Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "water"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "water_sports"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=weapons with a fixed text, namely 'Weapon Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "weapons"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=wholesale with a fixed text, namely 'Wholesale Store' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "wholesale"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=wigs with a fixed text, namely 'Wig Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "wigs"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "window_blind"
- },
- {
- "key": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=wine with a fixed text, namely 'Wine Shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if craft=)",
- "value": "wine"
- },
- {
- "key": "brand",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'brand' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "not:brand",
- "description": "Layer 'Bike repair/shop' shows not:brand=yes with a fixed text, namely 'This shop does not have a specific brand, it is not part of a bigger chain' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "second_hand",
- "description": "Layer 'Bike repair/shop' shows second_hand=only with a fixed text, namely 'This shop sells second-hand items only' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=clothes | shop=books | shop=charity | shop=furniture | shop=mobile_phone | shop=computer | shop=toys)",
- "value": "only"
- },
- {
- "key": "second_hand",
- "description": "Layer 'Bike repair/shop' shows second_hand=yes with a fixed text, namely 'This shop sells second-hand items along with new items' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=clothes | shop=books | shop=charity | shop=furniture | shop=mobile_phone | shop=computer | shop=toys)",
- "value": "yes"
- },
- {
- "key": "second_hand",
- "description": "Layer 'Bike repair/shop' shows second_hand=no with a fixed text, namely 'This shop only sells brand-new items' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=clothes | shop=books | shop=charity | shop=furniture | shop=mobile_phone | shop=computer | shop=toys)",
- "value": "no"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike repair/shop' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "website",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bike repair/shop' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bike repair/shop' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bike repair/shop' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "payment:cash",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "payment:cards",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "payment:qr_code",
- "description": "Layer 'Bike repair/shop' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "level",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)"
- },
- {
- "key": "location",
- "description": "Layer 'Bike repair/shop' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "underground"
- },
- {
- "key": "level",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "0"
- },
- {
- "key": "level",
- "description": "Layer 'Bike repair/shop' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)",
- "value": ""
- },
- {
- "key": "level",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "1"
- },
- {
- "key": "level",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "-1"
- },
- {
- "key": "service:print:A4",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:print:A3",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:print:A2",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:print:A1",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:print:A0",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:binding",
- "description": "Layer 'Bike repair/shop' shows service:binding=yes with a fixed text, namely 'This shop binds papers into a booklet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "yes"
- },
- {
- "key": "service:binding",
- "description": "Layer 'Bike repair/shop' shows service:binding=no with a fixed text, namely 'This shop does bind books' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ | service:print=yes)",
- "value": "no"
- },
- {
- "key": "craft",
- "description": "Layer 'Bike repair/shop' shows craft=key_cutter with a fixed text, namely 'This shop is also specialized in key cutting' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=shoe_repair | service:key_cutting~.+ | craft=key_cutting | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair)",
- "value": "key_cutter"
- },
- {
- "key": "service:key_cutting",
- "description": "Layer 'Bike repair/shop' shows service:key_cutting=yes with a fixed text, namely 'This shop offers key cutting as a service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=shoe_repair | service:key_cutting~.+ | craft=key_cutting | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair)",
- "value": "yes"
- },
- {
- "key": "craft",
- "description": "Layer 'Bike repair/shop' shows craft= & service:key_cutting=no with a fixed text, namely 'This shops does not offer key cutting as a service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key craft. (This is only shown if shop=shoe_repair | service:key_cutting~.+ | craft=key_cutting | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair)",
- "value": ""
- },
- {
- "key": "service:key_cutting",
- "description": "Layer 'Bike repair/shop' shows craft= & service:key_cutting=no with a fixed text, namely 'This shops does not offer key cutting as a service' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=shoe_repair | service:key_cutting~.+ | craft=key_cutting | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair)",
- "value": "no"
- },
- {
- "key": "service:bicycle:retail",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:retail",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell new bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:retail~.+ | shop=outdoor | shop=sport | shop=diy | shop=doityourself)",
- "value": "no"
- },
- {
- "key": "service:bicycle:second_hand",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=yes with a fixed text, namely 'This shop sells second-hand bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:second_hand~.+ | shop=bicycle | shop=charity | shop=second_hand | shop=bicycle_repair)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:second_hand",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=no with a fixed text, namely 'This shop doesn't sell second-hand bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:second_hand~.+ | shop=bicycle | shop=charity | shop=second_hand | shop=bicycle_repair)",
- "value": "no"
- },
- {
- "key": "service:bicycle:second_hand",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=only with a fixed text, namely 'This shop only sells second-hand bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:second_hand~.+ | shop=bicycle | shop=charity | shop=second_hand | shop=bicycle_repair)",
- "value": "only"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
- "value": "no"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
- "value": "only_sold"
- },
- {
- "key": "service:bicycle:repair",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:repair~.+ | shop=sport | shop=outdoor | shop=bicycle | service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only)",
- "value": "brand"
- },
- {
- "key": "service:bicycle:rental",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:rental",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:rental~.+ | shop=bicycle | shop=sport | shop=bicycle_repair | shop=outdoor | shop=rental)",
- "value": "no"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "city_bike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "ebike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "bmx"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "mtb"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "kid_bike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "tandem"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "racebike"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "bike_helmet"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows rental=cargo_bike with a fixed text, namely 'Cargo bikes can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (service:bicycle:rental=yes | bicycle_rental~.+))",
- "value": "cargo_bike"
- },
- {
- "key": "capacity:city_bike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*city_bike.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:ebike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*ebike.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:kid_bike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*kid_bike.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:bmx",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*bmx.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:mtb",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*mtb.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:bicycle_pannier",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*bicycle_pannier.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "capacity:tandem_bicycle",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the mapcomplete.org theme 'Personal theme') (This is only shown if rental~^(.*tandem_bicycle.*)$ & (service:bicycle:rental=yes | bicycle_rental~.+))"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:pump=yes with a fixed text, namely 'This shop offers a bike pump for anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:retail=yes | ^(service:bicycle:.+)$~~^(yes)$)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:pump=no with a fixed text, namely 'This shop doesn't offer a bike pump for anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:retail=yes | ^(service:bicycle:.+)$~~^(yes)$)",
- "value": "no"
- },
- {
- "key": "service:bicycle:pump",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:pump=separate with a fixed text, namely 'There is bicycle pump, it is shown as a separate point' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:pump~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:retail=yes | ^(service:bicycle:.+)$~~^(yes)$)",
- "value": "separate"
- },
- {
- "key": "service:bicycle:diy",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:diy=yes with a fixed text, namely 'This shop offers tools for DIY bicycle repair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:diy~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:repair~^(yes|only)$)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:diy",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:diy=no with a fixed text, namely 'This shop doesn't offer tools for DIY bicycle repair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:diy~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:repair~^(yes|only)$)",
- "value": "no"
- },
- {
- "key": "service:bicycle:diy",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:diy=only_sold with a fixed text, namely 'Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:diy~.+ | shop=bicycle | shop=bicycle_repair | service:bicycle:repair~^(yes|only)$)",
- "value": "only_sold"
- },
- {
- "key": "service:bicycle:cleaning",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=yes with a fixed text, namely 'This shop cleans bicycles' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:cleaning~.+ | shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.*)$~~^(yes|only)$)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:cleaning",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=diy with a fixed text, namely 'This shop has an installation where one can clean bicycles themselves' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:cleaning~.+ | shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.*)$~~^(yes|only)$)",
- "value": "diy"
- },
- {
- "key": "service:bicycle:cleaning",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=no with a fixed text, namely 'This shop doesn't offer bicycle cleaning' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if service:bicycle:cleaning~.+ | shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.*)$~~^(yes|only)$)",
- "value": "no"
- },
- {
- "key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)"
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": "no"
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": "yes"
- },
- {
- "key": "service:bicycle:cleaning:charge",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= with a fixed text, namely 'Free to use' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+)",
- "value": ""
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "wlan"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/shop' shows internet_access=yes with a fixed text, namely 'This place offers internet access' (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "terminal"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme')",
- "value": "wired"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Bike repair/shop' shows internet_access=terminal;wifi with a fixed text, namely 'This place offers both wireless internet and internet access via a terminal or computer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "terminal;wifi"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "yes"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "no"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "customers"
- },
- {
- "key": "internet_access:ssid",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'internet_access:ssid' (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)"
- },
- {
- "key": "internet_access:ssid",
- "description": "Layer 'Bike repair/shop' shows internet_access:ssid=Telekom with a fixed text, namely 'Telekom' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)",
- "value": "Telekom"
- },
- {
- "key": "organic",
- "description": "Layer 'Bike repair/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.org theme 'Personal theme') (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 'Bike repair/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.org theme 'Personal theme') (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 'Bike repair/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.org theme 'Personal theme') (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": "diet:sugar_free",
- "description": "Layer 'Bike repair/shop' shows diet:sugar_free=only with a fixed text, namely 'This shop only sells sugar free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "only"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Bike repair/shop' shows diet:sugar_free=yes with a fixed text, namely 'This shop has a big sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "yes"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Bike repair/shop' shows diet:sugar_free=limited with a fixed text, namely 'This shop has a limited sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "limited"
- },
- {
- "key": "diet:sugar_free",
- "description": "Layer 'Bike repair/shop' shows diet:sugar_free=no with a fixed text, namely 'This shop has no sugar free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "no"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Bike repair/shop' shows diet:gluten_free=only with a fixed text, namely 'This shop only sells gluten free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "only"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Bike repair/shop' shows diet:gluten_free=yes with a fixed text, namely 'This shop has a big gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "yes"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Bike repair/shop' shows diet:gluten_free=limited with a fixed text, namely 'This shop has a limited gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "limited"
- },
- {
- "key": "diet:gluten_free",
- "description": "Layer 'Bike repair/shop' shows diet:gluten_free=no with a fixed text, namely 'This shop has no gluten free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "no"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Bike repair/shop' shows diet:lactose_free=only with a fixed text, namely 'Only sells lactose free products' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "only"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Bike repair/shop' shows diet:lactose_free=yes with a fixed text, namely 'Big lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "yes"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Bike repair/shop' shows diet:lactose_free=limited with a fixed text, namely 'Limited lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "limited"
- },
- {
- "key": "diet:lactose_free",
- "description": "Layer 'Bike repair/shop' shows diet:lactose_free=no with a fixed text, namely 'No lactose free offering' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream)",
- "value": "no"
- },
- {
- "key": "description",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "theme",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "theme",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "association",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "association",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "ngo",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "ngo",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "club",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "club",
- "description": "The MapComplete theme Personal theme has a layer Bike-related object showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "id",
- "description": "Layer 'Bike-related object' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bike-related object 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 'Bike-related object 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 'Bike-related object 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 'Bike-related object 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": "description",
- "description": "Layer 'Bike-related object' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "website",
- "description": "Layer 'Bike-related object' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bike-related object' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Bike-related object' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bike-related object' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Bike-related object' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bike-related object' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bike-related object' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike-related object' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike-related object' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Binoculars showing features with this tag",
- "value": "binoculars"
- },
- {
- "key": "id",
- "description": "Layer 'Binoculars' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Binoculars 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 'Binoculars 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 'Binoculars 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 'Binoculars 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": "charge",
- "description": "Layer 'Binoculars' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "fee",
- "description": "Layer 'Binoculars' shows fee=no & charge= with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "charge",
- "description": "Layer 'Binoculars' shows fee=no & charge= with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key charge.",
- "value": ""
- },
- {
- "key": "direction",
- "description": "Layer 'Binoculars' shows and asks freeform values for key 'direction' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "leisure",
- "description": "The MapComplete theme Personal theme has a layer Bird watching places showing features with this tag",
- "value": "bird_hide"
- },
- {
- "key": "id",
- "description": "Layer 'Bird watching places' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Bird watching places 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 'Bird watching places 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 'Bird watching places 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 'Bird watching places 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": "shelter",
- "description": "Layer 'Bird watching places' shows shelter=no & building= & amenity= with a fixed text, namely 'Bird blind' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "building",
- "description": "Layer 'Bird watching places' shows shelter=no & building= & amenity= with a fixed text, namely 'Bird blind' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key building.",
- "value": ""
- },
- {
- "key": "amenity",
- "description": "Layer 'Bird watching places' shows shelter=no & building= & amenity= with a fixed text, namely 'Bird blind' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key amenity.",
- "value": ""
- },
- {
- "key": "amenity",
- "description": "Layer 'Bird watching places' shows amenity=shelter & building=yes & shelter=yes with a fixed text, namely 'Bird hide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "shelter"
- },
- {
- "key": "building",
- "description": "Layer 'Bird watching places' shows amenity=shelter & building=yes & shelter=yes with a fixed text, namely 'Bird hide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "shelter",
- "description": "Layer 'Bird watching places' shows amenity=shelter & building=yes & shelter=yes with a fixed text, namely 'Bird hide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "building",
- "description": "Layer 'Bird watching places' shows building=tower & bird_hide=tower with a fixed text, namely 'Bird tower hide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tower"
- },
- {
- "key": "bird_hide",
- "description": "Layer 'Bird watching places' shows building=tower & bird_hide=tower with a fixed text, namely 'Bird tower hide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "tower"
- },
- {
- "key": "amenity",
- "description": "Layer 'Bird watching places' shows amenity=shelter | building=yes | shelter=yes with a fixed text, namely 'Bird hide shelter' (in the mapcomplete.org theme 'Personal theme')",
- "value": "shelter"
- },
- {
- "key": "building",
- "description": "Layer 'Bird watching places' shows amenity=shelter | building=yes | shelter=yes with a fixed text, namely 'Bird hide shelter' (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "shelter",
- "description": "Layer 'Bird watching places' shows amenity=shelter | building=yes | shelter=yes with a fixed text, namely 'Bird hide shelter' (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Bird watching places' shows wheelchair=designated with a fixed text, namely 'There are special provisions for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "designated"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Bird watching places' shows wheelchair=yes with a fixed text, namely 'A wheelchair can easily use this birdhide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Bird watching places' shows wheelchair=limited with a fixed text, namely 'This birdhide is reachable by wheelchair, but it is not easy' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "limited"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Bird watching places' shows wheelchair=no with a fixed text, namely 'Not accessible to wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "operator",
- "description": "Layer 'Bird watching places' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator",
- "description": "Layer 'Bird watching places' shows operator=Natuurpunt with a fixed text, namely 'Operated by Natuurpunt' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "Natuurpunt"
- },
- {
- "key": "operator",
- "description": "Layer 'Bird watching places' shows operator=Agentschap Natuur en Bos with a fixed text, namely 'Operated by the Agency for Nature and Forests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "Agentschap Natuur en Bos"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Cafés and pubs showing features with this tag",
- "value": "bar"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Cafés and pubs showing features with this tag",
- "value": "pub"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Cafés and pubs showing features with this tag",
- "value": "cafe"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Cafés and pubs showing features with this tag",
- "value": "biergarten"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Cafés and pubs showing features with this tag",
- "value": "nightclub"
- },
- {
- "key": "id",
- "description": "Layer 'Cafés and pubs' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Cafés and pubs 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 'Cafés and pubs 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 'Cafés and pubs 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 'Cafés and pubs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "level",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)"
- },
- {
- "key": "location",
- "description": "Layer 'Cafés and pubs' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "underground"
- },
- {
- "key": "level",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "0"
- },
- {
- "key": "level",
- "description": "Layer 'Cafés and pubs' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)",
- "value": ""
- },
- {
- "key": "level",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "1"
- },
- {
- "key": "level",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if repeat_on=)",
- "value": "-1"
- },
- {
- "key": "name",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=pub with a fixed text, namely 'A pub, mostly for drinking beers in a warm, relaxed interior' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "pub"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=bar with a fixed text, namely 'A more modern and commercial bar, possibly with a music and light installation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "bar"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=cafe with a fixed text, namely 'A cafe to drink tea, coffee or an alcoholical bevarage in a quiet environment' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "cafe"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=restaurant with a fixed text, namely 'A restaurant where one can get a proper meal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "restaurant"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=biergarten with a fixed text, namely 'An open space where beer is served, typically seen in Germany' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "biergarten"
- },
- {
- "key": "amenity",
- "description": "Layer 'Cafés and pubs' shows amenity=nightclub with a fixed text, namely 'This is a nightclub or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "nightclub"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Cafés and pubs' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')",
- "value": "closed"
- },
- {
- "key": "website",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "email",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Cafés and pubs' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "operator:email",
- "description": "Layer 'Cafés and pubs' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "phone",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Cafés and pubs' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "payment:cash",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "payment:cards",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "payment:qr_code",
- "description": "Layer 'Cafés and pubs' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Cafés and pubs' shows wheelchair=designated with a fixed text, namely 'This place is specially adapted for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "designated"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Cafés and pubs' shows wheelchair=yes with a fixed text, namely 'This place is easily reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Cafés and pubs' shows wheelchair=limited with a fixed text, namely 'It is possible to reach this place in a wheelchair, but it is not easy' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "limited"
- },
- {
- "key": "wheelchair",
- "description": "Layer 'Cafés and pubs' shows wheelchair=no with a fixed text, namely 'This place is not reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "smoking",
- "description": "Layer 'Cafés and pubs' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)",
- "value": "yes"
- },
- {
- "key": "smoking",
- "description": "Layer 'Cafés and pubs' shows smoking=no with a fixed text, namely 'Smoking is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)",
- "value": "no"
- },
- {
- "key": "smoking",
- "description": "Layer 'Cafés and pubs' shows smoking=outside with a fixed text, namely 'Smoking is allowed outside.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)",
- "value": "outside"
- },
- {
- "key": "service:electricity",
- "description": "Layer 'Cafés and pubs' shows service:electricity=yes with a fixed text, namely 'There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "service:electricity",
- "description": "Layer 'Cafés and pubs' shows service:electricity=limited with a fixed text, namely 'There are a few domestic sockets available to customers seated indoors, where they can charge their electronics' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "limited"
- },
- {
- "key": "service:electricity",
- "description": "Layer 'Cafés and pubs' shows service:electricity=ask with a fixed text, namely 'There are no sockets available indoors to customers, but charging might be possible if the staff is asked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "ask"
- },
- {
- "key": "service:electricity",
- "description": "Layer 'Cafés and pubs' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "dog",
- "description": "Layer 'Cafés and pubs' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "dog",
- "description": "Layer 'Cafés and pubs' shows dog=no with a fixed text, namely 'Dogs are not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "dog",
- "description": "Layer 'Cafés and pubs' shows dog=leashed with a fixed text, namely 'Dogs are allowed, but they have to be leashed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "leashed"
- },
- {
- "key": "dog",
- "description": "Layer 'Cafés and pubs' shows dog=unleashed with a fixed text, namely 'Dogs are allowed and can run around freely' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "unleashed"
- },
- {
- "key": "dog",
- "description": "Layer 'Cafés and pubs' shows dog=outside with a fixed text, namely 'Dogs are allowed only outside' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "outside"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' shows internet_access=wlan with a fixed text, namely 'This place offers wireless internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "wlan"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' shows internet_access=yes with a fixed text, namely 'This place offers internet access' (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme')",
- "value": "terminal"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme')",
- "value": "wired"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Cafés and pubs' shows internet_access=terminal;wifi with a fixed text, namely 'This place offers both wireless internet and internet access via a terminal or computer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "terminal;wifi"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "yes"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "no"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Cafés and pubs' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)",
- "value": "customers"
- },
- {
- "key": "internet_access:ssid",
- "description": "Layer 'Cafés and pubs' shows and asks freeform values for key 'internet_access:ssid' (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)"
- },
- {
- "key": "internet_access:ssid",
- "description": "Layer 'Cafés and pubs' shows internet_access:ssid=Telekom with a fixed text, namely 'Telekom' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)",
- "value": "Telekom"
- },
- {
- "key": "tourism",
- "description": "The MapComplete theme Personal theme has a layer Camper sites showing features with this tag",
- "value": "caravan_site"
- },
- {
- "key": "id",
- "description": "Layer 'Camper sites' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Camper sites 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 'Camper sites 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 'Camper sites 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 'Camper sites 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 'Camper sites' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "fee",
- "description": "Layer 'Camper sites' shows fee=yes with a fixed text, namely 'You need to pay for use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "fee",
- "description": "Layer 'Camper sites' shows fee=no with a fixed text, namely 'Can be used for free' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "charge",
- "description": "Layer 'Camper sites' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if fee=yes)"
- },
- {
- "key": "sanitary_dump_station",
- "description": "Layer 'Camper sites' shows sanitary_dump_station=yes with a fixed text, namely 'This place has a sanitary dump station' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "sanitary_dump_station",
- "description": "Layer 'Camper sites' shows sanitary_dump_station=no with a fixed text, namely 'This place does not have a sanitary dump station' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "capacity",
- "description": "Layer 'Camper sites' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Camper sites' shows internet_access=yes with a fixed text, namely 'There is internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Camper sites' shows internet_access=wifi | internet_access=wlan with a fixed text, namely 'There is internet access' (in the mapcomplete.org theme 'Personal theme')",
- "value": "wifi"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Camper sites' shows internet_access=wifi | internet_access=wlan with a fixed text, namely 'There is internet access' (in the mapcomplete.org theme 'Personal theme')",
- "value": "wlan"
- },
- {
- "key": "internet_access",
- "description": "Layer 'Camper sites' shows internet_access=no with a fixed text, namely 'There is no internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Camper sites' shows internet_access:fee=yes with a fixed text, namely 'You need to pay extra for internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access=yes)",
- "value": "yes"
- },
- {
- "key": "internet_access:fee",
- "description": "Layer 'Camper sites' shows internet_access:fee=no with a fixed text, namely 'You do not need to pay extra for internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access=yes)",
- "value": "no"
- },
- {
- "key": "toilets",
- "description": "Layer 'Camper sites' shows toilets=yes with a fixed text, namely 'This place has toilets' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "toilets",
- "description": "Layer 'Camper sites' shows toilets=no with a fixed text, namely 'This place does not have toilets' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "website",
- "description": "Layer 'Camper sites' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "permanent_camping",
- "description": "Layer 'Camper sites' shows permanent_camping=yes with a fixed text, namely 'There are some spots for long term rental, but you can also stay on a daily basis' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "permanent_camping",
- "description": "Layer 'Camper sites' shows permanent_camping=no with a fixed text, namely 'There are no permanent guests here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "no"
- },
- {
- "key": "permanent_camping",
- "description": "Layer 'Camper sites' shows permanent_camping=only with a fixed text, namely 'It is only possible to stay here if you have a long term contract (this place disappears from this map if you choose this)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "only"
- },
- {
- "key": "description",
- "description": "Layer 'Camper sites' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme Personal theme has a layer Charging stations showing features with this tag",
- "value": "charging_station"
- },
- {
- "key": "disused:amenity",
- "description": "The MapComplete theme Personal theme has a layer Charging stations showing features with this tag",
- "value": "charging_station"
- },
- {
- "key": "planned:amenity",
- "description": "The MapComplete theme Personal theme has a layer Charging stations showing features with this tag",
- "value": "charging_station"
- },
- {
- "key": "construction:amenity",
- "description": "The MapComplete theme Personal theme has a layer Charging stations showing features with this tag",
- "value": "charging_station"
- },
- {
- "key": "id",
- "description": "Layer 'Charging stations' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
- },
- {
- "key": "image",
- "description": "The layer 'Charging stations 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 'Charging stations 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 'Charging stations 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 'Charging stations 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": "bicycle",
- "description": "Layer 'Charging stations' shows bicycle=yes with a fixed text, namely 'Bicycles can be charged here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "motorcar",
- "description": "Layer 'Charging stations' shows motorcar=yes with a fixed text, namely 'Cars can be charged here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "scooter",
- "description": "Layer 'Charging stations' shows scooter=yes with a fixed text, namely 'Scooters can be charged here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "hgv",
- "description": "Layer 'Charging stations' shows hgv=yes with a fixed text, namely 'Heavy good vehicles (such as trucks) can be charged here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "bus",
- "description": "Layer 'Charging stations' shows bus=yes with a fixed text, namely 'Buses can be charged here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'Charging stations' shows and asks freeform values for key 'access' (in the mapcomplete.org theme 'Personal theme')"
- },
- {
- "key": "access",
- "description": "Layer 'Charging stations' shows access=yes with a fixed text, namely 'Anyone can use this charging station (payment might be needed)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'Charging stations' shows access=public with a fixed text, namely 'Anyone can use this charging station (payment might be needed)' (in the mapcomplete.org theme 'Personal theme')",
- "value": "public"
- },
- {
- "key": "access",
- "description": "Layer 'Charging stations' shows access=customers with a fixed text, namely 'Only customers of the place this station belongs to can use this charging stationThe map contains contour lines.
' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "topo" - }, - { - "key": "map_type", - "description": "Layer 'Maps' shows map_type=street with a fixed text, namely 'A map with all streets or ways of an area.The streets are mostly named; the angles, distances etc. are accurate
' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "street" - }, - { - "key": "map_type", - "description": "Layer 'Maps' shows map_type=scheme with a fixed text, namely 'This is a schematic map.A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.
' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "scheme" - }, - { - "key": "map_type", - "description": "Layer 'Maps' shows map_type=toposcope with a fixed text, namely 'This is a toposcope.A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point
' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "toposcope" - }, - { - "key": "map_size", - "description": "Layer 'Maps' shows map_size=building with a fixed text, namely 'A map of the rooms within a building' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "building" - }, - { - "key": "map_size", - "description": "Layer 'Maps' shows map_size=site with a fixed text, namely 'A map of special site, like of a historical castle, a park, a campus, a forest, ....' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "site" - }, - { - "key": "map_size", - "description": "Layer 'Maps' shows map_size=village with a fixed text, namely 'A map showing the village or town' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "village" - }, - { - "key": "map_size", - "description": "Layer 'Maps' shows map_size=city with a fixed text, namely ' A map of a city' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "city" - }, - { - "key": "map_size", - "description": "Layer 'Maps' shows map_size=region with a fixed text, namely 'The map of an entire region, showing multiple cities and villages' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "region" - }, - { - "key": "map_source", - "description": "Layer 'Maps' shows and asks freeform values for key 'map_source' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "map_source", - "description": "Layer 'Maps' shows map_source=OpenStreetMap & not:map_source= with a fixed text, namely 'This map is based on OpenStreetMap' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "OpenStreetMap" - }, - { - "key": "not:map_source", - "description": "Layer 'Maps' shows map_source=OpenStreetMap & not:map_source= with a fixed text, namely 'This map is based on OpenStreetMap' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key not:map_source.", - "value": "" - }, - { - "key": "map_source:attribution", - "description": "Layer 'Maps' shows map_source:attribution=yes with a fixed text, namely 'OpenStreetMap is clearly attributed, including the ODBL-license' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if map_source~^((O|)pen(S|s)treet(M|m)ap)$ | map_source=osm | map_source=OSM)", - "value": "yes" - }, - { - "key": "map_source:attribution", - "description": "Layer 'Maps' shows map_source:attribution=incomplete with a fixed text, namely 'OpenStreetMap is clearly attributed, but the license is not mentioned' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if map_source~^((O|)pen(S|s)treet(M|m)ap)$ | map_source=osm | map_source=OSM)", - "value": "incomplete" - }, - { - "key": "map_source:attribution", - "description": "Layer 'Maps' shows map_source:attribution=sticker with a fixed text, namely 'OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if map_source~^((O|)pen(S|s)treet(M|m)ap)$ | map_source=osm | map_source=OSM)", - "value": "sticker" - }, - { - "key": "map_source:attribution", - "description": "Layer 'Maps' shows map_source:attribution=none with a fixed text, namely 'There is no attribution at all' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if map_source~^((O|)pen(S|s)treet(M|m)ap)$ | map_source=osm | map_source=OSM)", - "value": "none" - }, - { - "key": "map_source:attribution", - "description": "Layer 'Maps' shows map_source:attribution=no with a fixed text, namely 'There is no attribution at all' (in the mapcomplete.org theme 'Personal theme') (This is only shown if map_source~^((O|)pen(S|s)treet(M|m)ap)$ | map_source=osm | map_source=OSM)", - "value": "no" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "residential" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "living_street" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "motorway" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "tertiary" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "unclassified" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "secondary" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "primary" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "trunk" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "motorway" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "tertiary_link" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "secondary_link" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "primary_link" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "trunk_link" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Maxspeed showing features with this tag", - "value": "motorway_link" - }, - { - "key": "id", - "description": "Layer 'Maxspeed' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "maxspeed", - "description": "Layer 'Maxspeed' shows and asks freeform values for key 'maxspeed' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "highway", - "description": "Layer 'Maxspeed' shows highway=living_street & _country=be with a fixed text, namely 'This is a living street, which has a maxspeed of 20km/h' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "living_street" - }, - { - "key": "memorial", - "description": "The MapComplete theme Personal theme has a layer Memorials showing features with this tag" - }, - { - "key": "historic", - "description": "The MapComplete theme Personal theme has a layer Memorials showing features with this tag", - "value": "memorial" - }, - { - "key": "id", - "description": "Layer 'Memorials' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Memorials 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 'Memorials 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 'Memorials 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 'Memorials 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": "memorial", - "description": "Layer 'Memorials' shows and asks freeform values for key 'memorial' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=statue with a fixed text, namely 'This is a statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "statue" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=plaque with a fixed text, namely 'This is a plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "plaque" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=bench with a fixed text, namely 'This is a commemorative bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "bench" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=ghost_bike with a fixed text, namely 'This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "ghost_bike" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=stolperstein with a fixed text, namely 'This is a stolperstein (stumbing stone)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "stolperstein" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=stele with a fixed text, namely 'This is a stele' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "stele" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=stone with a fixed text, namely 'This is a memorial stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "stone" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=bust with a fixed text, namely 'This is a bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "bust" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=sculpture with a fixed text, namely 'This is a sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "sculpture" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=obelisk with a fixed text, namely 'This is an obelisk' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "obelisk" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=cross with a fixed text, namely 'This is a cross' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "cross" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=blue_plaque with a fixed text, namely 'This is a blue plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "blue_plaque" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=tank with a fixed text, namely 'This is a historic tank, permanently placed in public space as memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "tank" - }, - { - "key": "memorial", - "description": "Layer 'Memorials' shows memorial=tree with a fixed text, namely 'This is a memorial tree' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "tree" - }, - { - "key": "historic", - "description": "Layer 'Memorials' shows historic=tomb with a fixed text, namely 'This is a gravestone; the person is buried here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "tomb" - }, - { - "key": "inscription", - "description": "Layer 'Memorials' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Personal theme') (This is only shown if memorial!=bench)" - }, - { - "key": "not:inscription", - "description": "Layer 'Memorials' shows not:inscription=yes with a fixed text, namely 'This memorial does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if memorial!=bench)", - "value": "yes" - }, - { - "key": "wikidata", - "description": "Layer 'Memorials' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "subject:wikidata", - "description": "Layer 'Memorials' shows and asks freeform values for key 'subject:wikidata' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "start_date", - "description": "Layer 'Memorials' shows and asks freeform values for key 'start_date' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "backrest", - "description": "Layer 'Memorials' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yes" - }, - { - "key": "two_sided", - "description": "Layer 'Memorials' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yes" - }, - { - "key": "backrest", - "description": "Layer 'Memorials' shows backrest=yes with a fixed text, namely 'This bench does have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yes" - }, - { - "key": "backrest", - "description": "Layer 'Memorials' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "no" - }, - { - "key": "armrest", - "description": "Layer 'Memorials' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yes" - }, - { - "key": "armrest", - "description": "Layer 'Memorials' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "no" - }, - { - "key": "seats", - "description": "Layer 'Memorials' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" - }, - { - "key": "seats:separated", - "description": "Layer 'Memorials' shows seats:separated=no with a fixed text, namely 'This bench does not have separated seats' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "no" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows and asks freeform values for key 'material' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=wood with a fixed text, namely 'The seating is made from wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "wood" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=metal with a fixed text, namely 'The seating is made from metal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "metal" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=stone with a fixed text, namely 'The seating is made from stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "stone" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=concrete with a fixed text, namely 'The seating is made from concrete' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "concrete" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=plastic with a fixed text, namely 'The seating is made from plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "plastic" - }, - { - "key": "material", - "description": "Layer 'Memorials' shows material=steel with a fixed text, namely 'The seating is made from steel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "steel" - }, - { - "key": "direction", - "description": "Layer 'Memorials' shows and asks freeform values for key 'direction' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench & two_sided!=yes)" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows and asks freeform values for key 'colour' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=brown with a fixed text, namely 'Colour: brown' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "brown" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=green with a fixed text, namely 'Colour: green' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "green" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=gray with a fixed text, namely 'Colour: gray' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "gray" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=white with a fixed text, namely 'Colour: white' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "white" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=red with a fixed text, namely 'Colour: red' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "red" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=black with a fixed text, namely 'Colour: black' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "black" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=blue with a fixed text, namely 'Colour: blue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "blue" - }, - { - "key": "colour", - "description": "Layer 'Memorials' shows colour=yellow with a fixed text, namely 'Colour: yellow' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yellow" - }, - { - "key": "survey:date", - "description": "Layer 'Memorials' shows and asks freeform values for key 'survey:date' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" - }, - { - "key": "survey:date", - "description": "Layer 'Memorials' shows survey:date= with a fixed text, namely 'Surveyed today!' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key survey:date. (This is only shown if amenity=bench)", - "value": "" - }, - { - "key": "inscription", - "description": "Layer 'Memorials' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)" - }, - { - "key": "not:inscription", - "description": "Layer 'Memorials' shows not:inscription=yes with a fixed text, namely 'This bench does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench)", - "value": "yes" - }, - { - "key": "inscription", - "description": "Layer 'Memorials' shows inscription= with a fixed text, namely 'This bench probably does not not have an inscription' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key inscription. (This is only shown if amenity=bench)", - "value": "" - }, - { - "key": "historic", - "description": "Layer 'Memorials' shows historic=memorial with a fixed text, namely 'This bench is a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench & (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))", - "value": "memorial" - }, - { - "key": "historic", - "description": "Layer 'Memorials' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key historic. (This is only shown if amenity=bench & (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))", - "value": "" - }, - { - "key": "not:historic", - "description": "Layer 'Memorials' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=bench & (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork))", - "value": "memorial" - }, - { - "key": "emergency", - "description": "The MapComplete theme Personal theme has a layer Mountain rescue stations showing features with this tag", - "value": "mountain_rescue" - }, - { - "key": "id", - "description": "Layer 'Mountain rescue stations' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Mountain rescue stations 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 'Mountain rescue stations 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 'Mountain rescue stations 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 'Mountain rescue stations 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": "leisure", - "description": "The MapComplete theme Personal theme has a layer Nature reserve showing features with this tag", - "value": "nature_reserve" - }, - { - "key": "boundary", - "description": "The MapComplete theme Personal theme has a layer Nature reserve showing features with this tag", - "value": "protected_area" - }, - { - "key": "id", - "description": "Layer 'Nature reserve' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Nature reserve 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 'Nature reserve 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 'Nature reserve 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 'Nature reserve allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "access:description", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'access:description' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=yes & fee= with a fixed text, namely 'Publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=yes & fee= with a fixed text, namely 'Publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key fee.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=no & fee= with a fixed text, namely 'Not accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=no & fee= with a fixed text, namely 'Not accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key fee.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=private & fee= with a fixed text, namely 'Not accessible as this is a private area' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "private" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=private & fee= with a fixed text, namely 'Not accessible as this is a private area' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key fee.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=permissive & fee= with a fixed text, namely 'Accessible despite being a privately owned area' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "permissive" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=permissive & fee= with a fixed text, namely 'Accessible despite being a privately owned area' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key fee.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=guided & fee= with a fixed text, namely 'Only accessible with a guide or during organised activities' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "guided" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=guided & fee= with a fixed text, namely 'Only accessible with a guide or during organised activities' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key fee.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Nature reserve' shows access=yes & fee=yes with a fixed text, namely 'Accessible with fee' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "fee", - "description": "Layer 'Nature reserve' shows access=yes & fee=yes with a fixed text, namely 'Accessible with fee' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "operator", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator", - "description": "Layer 'Nature reserve' shows operator=Natuurpunt with a fixed text, namely 'Operated by Natuurpunt' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "Natuurpunt" - }, - { - "key": "operator", - "description": "Layer 'Nature reserve' shows operator~^((n|N)atuurpunt.*)$ with a fixed text, namely 'Operated by {operator}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator", - "description": "Layer 'Nature reserve' shows operator=Agentschap Natuur en Bos with a fixed text, namely 'Operated by Agentschap Natuur en Bos' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "Agentschap Natuur en Bos" - }, - { - "key": "name", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme') (This is only shown if name:nl=)" - }, - { - "key": "noname", - "description": "Layer 'Nature reserve' shows noname=yes & name= with a fixed text, namely 'This area doesn't have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if name:nl=)", - "value": "yes" - }, - { - "key": "name", - "description": "Layer 'Nature reserve' shows noname=yes & name= with a fixed text, namely 'This area doesn't have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key name. (This is only shown if name:nl=)", - "value": "" - }, - { - "key": "dog", - "description": "Layer 'Nature reserve' shows dog=leashed with a fixed text, namely 'Dogs have to be leashed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=permissive | access=guided)", - "value": "leashed" - }, - { - "key": "dog", - "description": "Layer 'Nature reserve' shows dog=no with a fixed text, namely 'No dogs allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=permissive | access=guided)", - "value": "no" - }, - { - "key": "dog", - "description": "Layer 'Nature reserve' shows dog=yes with a fixed text, namely 'Dogs are allowed to roam freely' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=permissive | access=guided)", - "value": "yes" - }, - { - "key": "website", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Nature reserve' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "curator", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'curator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "email", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "phone", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "description", - "description": "Layer 'Nature reserve' shows values with key 'description' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "description:0", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'description:0' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wikidata", - "description": "Layer 'Nature reserve' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wikipedia", - "description": "Layer 'Nature reserve' shows wikipedia~.+ with a fixed text, namely '{wikipedia():max-height:25rem}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wikidata", - "description": "Layer 'Nature reserve' shows wikidata= with a fixed text, namely 'No Wikipedia page has been linked yet' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key wikidata.", - "value": "" - }, - { - "key": "tower:type", - "description": "The MapComplete theme Personal theme has a layer Observation towers showing features with this tag", - "value": "observation" - }, - { - "key": "id", - "description": "Layer 'Observation towers' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Observation towers 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 'Observation towers 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 'Observation towers 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 'Observation towers 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 'Observation towers' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "noname", - "description": "Layer 'Observation towers' shows noname=yes with a fixed text, namely 'This tower doesn't have a specific name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "height", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'height' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "access", - "description": "Layer 'Observation towers' shows access=yes with a fixed text, namely 'This tower is publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "access", - "description": "Layer 'Observation towers' shows access=guided with a fixed text, namely 'This tower can only be visited with a guide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "guided" - }, - { - "key": "charge", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'charge' (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=guided)" - }, - { - "key": "fee", - "description": "Layer 'Observation towers' shows fee=no & charge= with a fixed text, namely 'Free to visit' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=guided)", - "value": "no" - }, - { - "key": "charge", - "description": "Layer 'Observation towers' shows fee=no & charge= with a fixed text, namely 'Free to visit' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key charge. (This is only shown if access=yes | access=guided)", - "value": "" - }, - { - "key": "payment:cash", - "description": "Layer 'Observation towers' 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.org theme 'Personal theme') (This is only shown if fee=yes | charge~.+)", - "value": "yes" - }, - { - "key": "payment:cards", - "description": "Layer 'Observation towers' 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.org theme 'Personal theme') (This is only shown if fee=yes | charge~.+)", - "value": "yes" - }, - { - "key": "payment:qr_code", - "description": "Layer 'Observation towers' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if fee=yes | charge~.+)", - "value": "yes" - }, - { - "key": "website", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Observation towers' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "step_count", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'step_count' (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=guided)" - }, - { - "key": "elevator", - "description": "Layer 'Observation towers' shows elevator=yes with a fixed text, namely 'This tower has an elevator which takes visitors to the top' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=guided)", - "value": "yes" - }, - { - "key": "elevator", - "description": "Layer 'Observation towers' shows elevator=no with a fixed text, namely 'This tower does not have an elevator' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if access=yes | access=guided)", - "value": "no" - }, - { - "key": "operator", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wheelchair", - "description": "Layer 'Observation towers' shows wheelchair=designated with a fixed text, namely 'This place is specially adapted for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if elevator=yes & (access=yes | access=guided))", - "value": "designated" - }, - { - "key": "wheelchair", - "description": "Layer 'Observation towers' shows wheelchair=yes with a fixed text, namely 'This place is easily reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if elevator=yes & (access=yes | access=guided))", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Observation towers' shows wheelchair=limited with a fixed text, namely 'It is possible to reach this place in a wheelchair, but it is not easy' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if elevator=yes & (access=yes | access=guided))", - "value": "limited" - }, - { - "key": "wheelchair", - "description": "Layer 'Observation towers' shows wheelchair=no with a fixed text, namely 'This place is not reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if elevator=yes & (access=yes | access=guided))", - "value": "no" - }, - { - "key": "wikidata", - "description": "Layer 'Observation towers' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wikipedia", - "description": "Layer 'Observation towers' shows wikipedia~.+ with a fixed text, namely '{wikipedia():max-height:25rem}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wikidata", - "description": "Layer 'Observation towers' shows wikidata= with a fixed text, namely 'No Wikipedia page has been linked yet' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key wikidata.", - "value": "" - }, - { - "key": "leisure", - "description": "The MapComplete theme Personal theme has a layer Outdoor Seating showing features with this tag", - "value": "outdoor_seating" - }, - { - "key": "id", - "description": "Layer 'Outdoor Seating' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Outdoor Seating 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 'Outdoor Seating 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 'Outdoor Seating 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 'Outdoor Seating allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "access", - "description": "Layer 'Outdoor Seating' shows access=yes with a fixed text, namely 'Anyone can use this outdoor seating area.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "access", - "description": "Layer 'Outdoor Seating' shows access=customers with a fixed text, namely 'Only customers can use this outdoor seating area.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "customers" - }, - { - "key": "access", - "description": "Layer 'Outdoor Seating' shows access=private with a fixed text, namely 'This outdoor seating area is private.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "private" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=no with a fixed text, namely 'This outdoor seating area is available all year round.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=spring with a fixed text, namely 'This outdoor seating area is available in spring.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "spring" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=summer with a fixed text, namely 'This outdoor seating area is available in summer.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "summer" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=autumn with a fixed text, namely 'This outdoor seating area is available in autumn.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "autumn" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=winter with a fixed text, namely 'This outdoor seating area is available in winter.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "winter" - }, - { - "key": "seasonal", - "description": "Layer 'Outdoor Seating' shows seasonal=dry_season with a fixed text, namely 'This outdoor seating area is available in the dry season.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "dry_season" - }, - { - "key": "opening_hours", - "description": "Layer 'Outdoor Seating' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Outdoor Seating' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "24/7" - }, - { - "key": "opening_hours", - "description": "Layer 'Outdoor Seating' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "website", - "description": "Layer 'Outdoor Seating' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Outdoor Seating' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' shows internet_access=wlan with a fixed text, namely 'This place offers wireless internet access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "wlan" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' shows internet_access=yes with a fixed text, namely 'This place offers internet access' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme')", - "value": "terminal" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme')", - "value": "wired" - }, - { - "key": "internet_access", - "description": "Layer 'Outdoor Seating' shows internet_access=terminal;wifi with a fixed text, namely 'This place offers both wireless internet and internet access via a terminal or computer' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "terminal;wifi" - }, - { - "key": "internet_access:fee", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)", - "value": "yes" - }, - { - "key": "internet_access:fee", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)", - "value": "no" - }, - { - "key": "internet_access:fee", - "description": "Layer 'Outdoor Seating' 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.org theme 'Personal theme') (This is only shown if internet_access!=no & internet_access~.+)", - "value": "customers" - }, - { - "key": "internet_access:ssid", - "description": "Layer 'Outdoor Seating' shows and asks freeform values for key 'internet_access:ssid' (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)" - }, - { - "key": "internet_access:ssid", - "description": "Layer 'Outdoor Seating' shows internet_access:ssid=Telekom with a fixed text, namely 'Telekom' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if internet_access~^(.*wlan.*)$)", - "value": "Telekom" - }, - { - "key": "wheelchair", - "description": "Layer 'Outdoor Seating' shows wheelchair=designated with a fixed text, namely 'This place is specially adapted for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "designated" - }, - { - "key": "wheelchair", - "description": "Layer 'Outdoor Seating' shows wheelchair=yes with a fixed text, namely 'This place is easily reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Outdoor Seating' shows wheelchair=limited with a fixed text, namely 'It is possible to reach this place in a wheelchair, but it is not easy' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "limited" - }, - { - "key": "wheelchair", - "description": "Layer 'Outdoor Seating' shows wheelchair=no with a fixed text, namely 'This place is not reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "heating", - "description": "Layer 'Outdoor Seating' shows heating=yes with a fixed text, namely 'This outdoor seating area is heated.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "heating", - "description": "Layer 'Outdoor Seating' shows heating=no with a fixed text, namely 'This outdoor seating area is not heated.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "covered", - "description": "Layer 'Outdoor Seating' shows covered=yes with a fixed text, namely 'This outdoor seating area is covered.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "covered", - "description": "Layer 'Outdoor Seating' shows covered=no with a fixed text, namely 'This outdoor seating area is not covered.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "smoking", - "description": "Layer 'Outdoor Seating' shows smoking=yes with a fixed text, namely 'Smoking is allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)", - "value": "yes" - }, - { - "key": "smoking", - "description": "Layer 'Outdoor Seating' shows smoking=no with a fixed text, namely 'Smoking is not allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)", - "value": "no" - }, - { - "key": "smoking", - "description": "Layer 'Outdoor Seating' shows smoking=outside with a fixed text, namely 'Smoking is allowed outside.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country!~^(al|be)$)", - "value": "outside" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Parcel Lockers showing features with this tag", - "value": "parcel_locker" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Parcel Lockers showing features with this tag", - "value": "vending_machine" - }, - { - "key": "vending", - "description": "The MapComplete theme Personal theme has a layer Parcel Lockers showing features with this tag", - "value": "parcel_pickup;parcel_mail_in" - }, - { - "key": "id", - "description": "Layer 'Parcel Lockers' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Parcel Lockers 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 'Parcel Lockers 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 'Parcel Lockers 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 'Parcel Lockers 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": "brand", - "description": "Layer 'Parcel Lockers' shows and asks freeform values for key 'brand' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator", - "description": "Layer 'Parcel Lockers' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Parcel Lockers' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Parcel Lockers' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "24/7" - }, - { - "key": "opening_hours", - "description": "Layer 'Parcel Lockers' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "ref", - "description": "Layer 'Parcel Lockers' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "parcel_mail_in", - "description": "Layer 'Parcel Lockers' shows parcel_mail_in=yes with a fixed text, namely 'You can send packages from this parcel locker' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=parcel_locker)", - "value": "yes" - }, - { - "key": "parcel_mail_in", - "description": "Layer 'Parcel Lockers' shows parcel_mail_in=no with a fixed text, namely 'You can't send packages from this parcel locker' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=parcel_locker)", - "value": "no" - }, - { - "key": "parcel_pickup", - "description": "Layer 'Parcel Lockers' shows parcel_pickup=yes with a fixed text, namely 'You can pick up packages from this parcel locker' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=parcel_locker)", - "value": "yes" - }, - { - "key": "parcel_pickup", - "description": "Layer 'Parcel Lockers' shows parcel_pickup=no with a fixed text, namely 'You can't pick up packages from this parcel locker' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=parcel_locker)", - "value": "no" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Parking showing features with this tag", - "value": "parking" - }, - { - "key": "id", - "description": "Layer 'Parking' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Parking 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 'Parking 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 'Parking 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 'Parking allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "level", - "description": "Layer 'Parking' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)" - }, - { - "key": "location", - "description": "Layer 'Parking' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "underground" - }, - { - "key": "level", - "description": "Layer 'Parking' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "0" - }, - { - "key": "level", - "description": "Layer 'Parking' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)", - "value": "" - }, - { - "key": "level", - "description": "Layer 'Parking' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "1" - }, - { - "key": "level", - "description": "Layer 'Parking' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "-1" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=surface with a fixed text, namely 'This is a surface parking lot' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "surface" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=street_side with a fixed text, namely 'This is a parking bay next to a street' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "street_side" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=underground with a fixed text, namely 'This is an underground parking garage' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "underground" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=multi-storey with a fixed text, namely 'This is a multi-storey parking garage' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "multi-storey" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=rooftop with a fixed text, namely 'This is a rooftop parking deck' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "rooftop" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=lane with a fixed text, namely 'This is a lane for parking on the road' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "lane" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=carports with a fixed text, namely 'This is parking covered by carports' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "carports" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=garage_boxes with a fixed text, namely 'This a parking consisting of garage boxes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "garage_boxes" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=layby with a fixed text, namely 'This is a parking on a layby' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "layby" - }, - { - "key": "parking", - "description": "Layer 'Parking' shows parking=sheds with a fixed text, namely 'This is a parking consisting of sheds' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "sheds" - }, - { - "key": "capacity:disabled", - "description": "Layer 'Parking' shows and asks freeform values for key 'capacity:disabled' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "capacity:disabled", - "description": "Layer 'Parking' shows capacity:disabled=yes with a fixed text, namely 'There are disabled parking spots, but it is not known how many' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "capacity:disabled", - "description": "Layer 'Parking' shows capacity:disabled=no with a fixed text, namely 'There are no disabled parking spots' (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "capacity:disabled", - "description": "Layer 'Parking' shows capacity:disabled=0 with a fixed text, namely 'There are no disabled parking spots' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "0" - }, - { - "key": "capacity", - "description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Parking Spaces showing features with this tag", - "value": "parking_space" - }, - { - "key": "id", - "description": "Layer 'Parking Spaces' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Parking Spaces 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 'Parking Spaces 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 'Parking Spaces 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 'Parking Spaces 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": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space= with a fixed text, namely 'This is a normal parking space.' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key parking_space.", - "value": "" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=normal with a fixed text, namely 'This is a normal parking space.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "normal" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=disabled with a fixed text, namely 'This is a disabled parking space.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "disabled" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=charging with a fixed text, namely 'This is parking space reserved for charging vehicles.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "charging" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=delivery with a fixed text, namely 'This is parking space reserved for deliveries.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "delivery" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=hgv with a fixed text, namely 'This is parking space reserved for heavy goods vehicles.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "hgv" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=caravan with a fixed text, namely 'This is parking space reserved for caravans or RVs.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "caravan" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=bus with a fixed text, namely 'This is parking space reserved for buses.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "bus" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=motorcycle with a fixed text, namely 'This is parking space reserved for motorcycles.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "motorcycle" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=parent with a fixed text, namely 'This is a parking space reserved for parents with children.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "parent" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=staff with a fixed text, namely 'This is a parking space reserved for staff.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "staff" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=taxi with a fixed text, namely 'This is a parking space reserved for taxis.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "taxi" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=trailer with a fixed text, namely 'This is a parking space reserved for vehicles towing a trailer.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "trailer" - }, - { - "key": "parking_space", - "description": "Layer 'Parking Spaces' shows parking_space=car_sharing with a fixed text, namely 'This is a parking space reserved for car sharing.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "car_sharing" - }, - { - "key": "capacity", - "description": "Layer 'Parking Spaces' shows capacity=1 with a fixed text, namely 'This parking space has 1 space.' (in the mapcomplete.org theme 'Personal theme')", - "value": "1" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Parking Ticket Machines showing features with this tag", - "value": "vending_machine" - }, - { - "key": "vending", - "description": "The MapComplete theme Personal theme has a layer Parking Ticket Machines showing features with this tag", - "value": "parking_tickets" - }, - { - "key": "id", - "description": "Layer 'Parking Ticket Machines' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "mapillary", - "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "wikidata", - "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "wikipedia", - "description": "The layer 'Parking Ticket Machines allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "payment:cash", - "description": "Layer 'Parking Ticket Machines' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:cards", - "description": "Layer 'Parking Ticket Machines' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:qr_code", - "description": "Layer 'Parking Ticket Machines' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:coins", - "description": "Layer 'Parking Ticket Machines' shows payment:coins=yes with a fixed text, namely 'Coins are accepted here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:notes", - "description": "Layer 'Parking Ticket Machines' shows payment:notes=yes with a fixed text, namely 'Bank notes are accepted here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:debit_cards", - "description": "Layer 'Parking Ticket Machines' shows payment:debit_cards=yes with a fixed text, namely 'Debit cards are accepted here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:credit_cards", - "description": "Layer 'Parking Ticket Machines' shows payment:credit_cards=yes with a fixed text, namely 'Credit cards are accepted here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.01 EUR with a fixed text, namely '1 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.01 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.02 EUR with a fixed text, namely '2 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.02 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.05 EUR with a fixed text, namely '5 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.05 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.10 EUR with a fixed text, namely '10 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.10 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.20 EUR with a fixed text, namely '20 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.20 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.50 EUR with a fixed text, namely '50 cent coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.50 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=1 EUR with a fixed text, namely '1 euro coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "1 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=2 EUR with a fixed text, namely '2 euro coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "2 EUR" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.05 CHF with a fixed text, namely '5 centimes coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.05 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.10 CHF with a fixed text, namely '10 centimes coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.10 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.20 CHF with a fixed text, namely '20 centimes coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.20 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=0.50 CHF with a fixed text, namely '½ franc coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "0.50 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=1 CHF with a fixed text, namely '1 franc coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "1 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=2 CHF with a fixed text, namely '2 francs coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "2 CHF" - }, - { - "key": "payment:coins:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:coins:denominations=5 CHF with a fixed text, namely '5 francs coins are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:coins=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "5 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=5 EUR with a fixed text, namely '5 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "5 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=10 EUR with a fixed text, namely '10 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "10 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=20 EUR with a fixed text, namely '20 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "20 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=50 EUR with a fixed text, namely '50 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "50 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=100 EUR with a fixed text, namely '100 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "100 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=200 EUR with a fixed text, namely '200 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "200 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=500 EUR with a fixed text, namely '500 euro notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "500 EUR" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=10 CHF with a fixed text, namely '10 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "10 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=20 CHF with a fixed text, namely '20 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "20 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=50 CHF with a fixed text, namely '50 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "50 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=100 CHF with a fixed text, namely '100 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "100 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=200 CHF with a fixed text, namely '200 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "200 CHF" - }, - { - "key": "payment:notes:denominations", - "description": "Layer 'Parking Ticket Machines' shows payment:notes:denominations=1000 CHF with a fixed text, namely '1000 francs notes are accepted' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if (payment:notes=yes | payment:cash=yes) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$))", - "value": "1000 CHF" - }, - { - "key": "ref", - "description": "Layer 'Parking Ticket Machines' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "noref", - "description": "Layer 'Parking Ticket Machines' shows noref=yes with a fixed text, namely 'This parking ticket machine has no reference number' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag", - "value": "footway" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag", - "value": "path" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag", - "value": "corridor" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag", - "value": "steps" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Pharmacies showing features with this tag", - "value": "pharmacy" - }, - { - "key": "id", - "description": "Layer 'Pharmacies' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Pharmacies 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 'Pharmacies 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 'Pharmacies 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 'Pharmacies 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 'Pharmacies' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Pharmacies' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Pharmacies' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "phone", - "description": "Layer 'Pharmacies' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:phone", - "description": "Layer 'Pharmacies' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "email", - "description": "Layer 'Pharmacies' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:email", - "description": "Layer 'Pharmacies' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator:email", - "description": "Layer 'Pharmacies' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "website", - "description": "Layer 'Pharmacies' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "payment:cash", - "description": "Layer 'Pharmacies' 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.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:cards", - "description": "Layer 'Pharmacies' 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.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "payment:qr_code", - "description": "Layer 'Pharmacies' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Pharmacies' shows wheelchair=yes with a fixed text, namely 'This pharmacy is easy to access on a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Pharmacies' shows wheelchair=no with a fixed text, namely 'This pharmacy is hard to access on a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "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.org theme 'Personal theme')", - "value": "limited" - }, - { - "key": "healthcare", - "description": "The MapComplete theme Personal theme has a layer Physiotherapist showing features with this tag", - "value": "physiotherapist" - }, - { - "key": "id", - "description": "Layer 'Physiotherapist' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Physiotherapist 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 'Physiotherapist 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 'Physiotherapist 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 'Physiotherapist 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 'Physiotherapist' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Physiotherapist' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Physiotherapist' shows opening_hours=\"by appointment\" with a fixed text, namely 'Only by appointment' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "\"by appointment\"" - }, - { - "key": "opening_hours", - "description": "Layer 'Physiotherapist' shows opening_hours~^(\"by appointment\"|by appointment)$ with a fixed text, namely 'Only by appointment' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Physiotherapist' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "phone", - "description": "Layer 'Physiotherapist' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:phone", - "description": "Layer 'Physiotherapist' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "email", - "description": "Layer 'Physiotherapist' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:email", - "description": "Layer 'Physiotherapist' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator:email", - "description": "Layer 'Physiotherapist' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "website", - "description": "Layer 'Physiotherapist' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Physiotherapist' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "leisure", - "description": "The MapComplete theme Personal theme has a layer Picnic tables showing features with this tag", - "value": "picnic_table" - }, - { - "key": "id", - "description": "Layer 'Picnic tables' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "mapillary", - "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "wikidata", - "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "wikipedia", - "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "level", - "description": "Layer 'Picnic tables' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)" - }, - { - "key": "location", - "description": "Layer 'Picnic tables' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "underground" - }, - { - "key": "level", - "description": "Layer 'Picnic tables' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "0" - }, - { - "key": "level", - "description": "Layer 'Picnic tables' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)", - "value": "" - }, - { - "key": "level", - "description": "Layer 'Picnic tables' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "1" - }, - { - "key": "level", - "description": "Layer 'Picnic tables' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "-1" - }, - { - "key": "material", - "description": "Layer 'Picnic tables' shows and asks freeform values for key 'material' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "material", - "description": "Layer 'Picnic tables' shows material=wood with a fixed text, namely 'This is a wooden picnic table' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "wood" - }, - { - "key": "material", - "description": "Layer 'Picnic tables' shows material=concrete with a fixed text, namely 'This is a concrete picnic table' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "concrete" - }, - { - "key": "material", - "description": "Layer 'Picnic tables' shows material=plastic with a fixed text, namely 'This picnic table is made from (recycled) plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "plastic" - }, - { - "key": "material", - "description": "Layer 'Picnic tables' shows material=metal with a fixed text, namely 'This picnic table is made from metal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "metal" - }, - { - "key": "leisure", - "description": "The MapComplete theme Personal theme has a layer Playgrounds showing features with this tag", - "value": "playground" - }, - { - "key": "id", - "description": "Layer 'Playgrounds' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Playgrounds 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 'Playgrounds 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 'Playgrounds 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 'Playgrounds 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": "fee", - "description": "Layer 'Playgrounds' shows fee=no with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "fee", - "description": "Layer 'Playgrounds' shows fee=yes with a fixed text, namely 'Paid playground' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'surface' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=grass with a fixed text, namely 'The surface is grass' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "grass" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=sand with a fixed text, namely 'The surface is sand' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "sand" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=woodchips with a fixed text, namely 'The surface consist of woodchips' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "woodchips" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=paving_stones with a fixed text, namely 'The surface is paving stones' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "paving_stones" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=asphalt with a fixed text, namely 'The surface is asphalt' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "asphalt" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=concrete with a fixed text, namely 'The surface is concrete' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "concrete" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=unpaved with a fixed text, namely 'The surface is unpaved' (in the mapcomplete.org theme 'Personal theme')", - "value": "unpaved" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=paved with a fixed text, namely 'The surface is paved' (in the mapcomplete.org theme 'Personal theme')", - "value": "paved" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=tartan with a fixed text, namely 'The surface is tartan - a synthetic, springy surface typically seen on athletic pistes' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "tartan" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=rubber with a fixed text, namely 'The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "rubber" - }, - { - "key": "surface", - "description": "Layer 'Playgrounds' shows surface=fine_gravel with a fixed text, namely 'The surface is fine gravel (less then 2 cm per stone)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "fine_gravel" - }, - { - "key": "lit", - "description": "Layer 'Playgrounds' shows lit=yes with a fixed text, namely 'This playground is lit at night' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "lit", - "description": "Layer 'Playgrounds' shows lit=no with a fixed text, namely 'This playground is not lit at night' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "min_age", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'min_age' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "max_age", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'max_age' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "access", - "description": "Layer 'Playgrounds' shows access=yes with a fixed text, namely 'Accessible to the general public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "fee", - "description": "Layer 'Playgrounds' shows fee=yes with a fixed text, namely 'This is a paid playground' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "access", - "description": "Layer 'Playgrounds' shows access=customers with a fixed text, namely 'Only accessible for clients of the operating business' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "customers" - }, - { - "key": "access", - "description": "Layer 'Playgrounds' shows access=students with a fixed text, namely 'Only accessible to students of the school' (in the mapcomplete.org theme 'Personal theme')", - "value": "students" - }, - { - "key": "access", - "description": "Layer 'Playgrounds' shows access=private with a fixed text, namely 'Not accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "private" - }, - { - "key": "leisure", - "description": "Layer 'Playgrounds' shows leisure=schoolyard with a fixed text, namely 'This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "schoolyard" - }, - { - "key": "website", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Playgrounds' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "email", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "phone", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "wheelchair", - "description": "Layer 'Playgrounds' shows wheelchair=yes with a fixed text, namely 'Completely accessible for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Playgrounds' shows wheelchair=limited with a fixed text, namely 'Limited accessibility for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "limited" - }, - { - "key": "wheelchair", - "description": "Layer 'Playgrounds' shows wheelchair=no with a fixed text, namely 'Not accessible for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "opening_hours", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Playgrounds' shows opening_hours=sunrise-sunset with a fixed text, namely 'Accessible from sunrise till sunset' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "sunrise-sunset" - }, - { - "key": "opening_hours", - "description": "Layer 'Playgrounds' shows opening_hours=24/7 with a fixed text, namely 'Always accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "24/7" - }, - { - "key": "check_date", - "description": "Layer 'Playgrounds' shows and asks freeform values for key 'check_date' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "check_date", - "description": "Layer 'Playgrounds' shows check_date= with a fixed text, namely 'This object was last checked today' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key check_date.", - "value": "" - }, - { - "key": "playground", - "description": "The MapComplete theme Personal theme has a layer Playground equipment showing features with this tag" - }, - { - "key": "id", - "description": "Layer 'Playground equipment' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Playground equipment 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 'Playground equipment 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 'Playground equipment 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 'Playground equipment 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": "playground", - "description": "Layer 'Playground equipment' shows and asks freeform values for key 'playground' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=swing with a fixed text, namely 'This is a swing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "swing" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=structure with a fixed text, namely 'This is a structure consisting of several connected playground devices' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "structure" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=slide with a fixed text, namely 'This is a slide' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "slide" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=sandpit with a fixed text, namely 'This is a sand pit' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "sandpit" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=springy with a fixed text, namely 'This is a spring rider' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "springy" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=climbingframe with a fixed text, namely 'This is a climbing frame' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "climbingframe" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=seesaw with a fixed text, namely 'This is a seesaw' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "seesaw" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=playhouse with a fixed text, namely 'This is a playhouse' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "playhouse" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=roundabout with a fixed text, namely 'This is a roundabout' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "roundabout" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=basketswing with a fixed text, namely 'This is a basket swing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "basketswing" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=zipwire with a fixed text, namely 'This is a zip wire' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "zipwire" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=horizontal_bar with a fixed text, namely 'This is a horizontal bar' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "horizontal_bar" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=hopscotch with a fixed text, namely 'This is a hopscotch' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "hopscotch" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=splash_pad with a fixed text, namely 'This is a splash pad' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "splash_pad" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=climbingwall with a fixed text, namely 'This is a climbing wall' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "climbingwall" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=map with a fixed text, namely 'This is a map' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "map" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=bridge with a fixed text, namely 'This is a bridge (either as a standalone device or as part of a larger structure)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "bridge" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=cushion with a fixed text, namely 'This is a bouncy cushion' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "cushion" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=activitypanel with a fixed text, namely 'This is an activity panel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "activitypanel" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=teenshelter with a fixed text, namely 'This is a teen shelter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "teenshelter" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=funnel_ball with a fixed text, namely 'This is a funnel used to play with funnel ball' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "funnel_ball" - }, - { - "key": "playground", - "description": "Layer 'Playground equipment' shows playground=spinning_circle with a fixed text, namely 'This is a spinning circle' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "spinning_circle" - }, - { - "key": "wheelchair", - "description": "Layer 'Playground equipment' shows wheelchair=designated with a fixed text, namely 'This place is specially adapted for wheelchair users' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "designated" - }, - { - "key": "wheelchair", - "description": "Layer 'Playground equipment' shows wheelchair=yes with a fixed text, namely 'This place is easily reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "wheelchair", - "description": "Layer 'Playground equipment' shows wheelchair=limited with a fixed text, namely 'It is possible to reach this place in a wheelchair, but it is not easy' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "limited" - }, - { - "key": "wheelchair", - "description": "Layer 'Playground equipment' shows wheelchair=no with a fixed text, namely 'This place is not reachable with a wheelchair' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Police stations showing features with this tag", - "value": "police" - }, - { - "key": "police", - "description": "The MapComplete theme Personal theme has a layer Police stations showing features with this tag" - }, - { - "key": "id", - "description": "Layer 'Police stations' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Police stations 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 'Police stations 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 'Police stations 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 'Police stations 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 'Police stations' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "phone", - "description": "Layer 'Police stations' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:phone", - "description": "Layer 'Police stations' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "email", - "description": "Layer 'Police stations' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:email", - "description": "Layer 'Police stations' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "operator:email", - "description": "Layer 'Police stations' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "website", - "description": "Layer 'Police stations' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "contact:website", - "description": "Layer 'Police stations' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Police stations' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Police stations' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "detention", - "description": "Layer 'Police stations' shows detention=yes with a fixed text, namely 'This police office has some cells to detain people' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=police)", - "value": "yes" - }, - { - "key": "detention", - "description": "Layer 'Police stations' shows detention=no with a fixed text, namely 'This police office does not have cells to detain people' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=police)", - "value": "no" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Postboxes showing features with this tag", - "value": "post_box" - }, - { - "key": "id", - "description": "Layer 'Postboxes' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Postboxes 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 'Postboxes 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 'Postboxes 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 'Postboxes 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": "amenity", - "description": "The MapComplete theme Personal theme has a layer Post offices showing features with this tag", - "value": "post_office" - }, - { - "key": "post_office", - "description": "The MapComplete theme Personal theme has a layer Post offices showing features with this tag", - "value": "post_partner" - }, - { - "key": "id", - "description": "Layer 'Post offices' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Post offices 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 'Post offices 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 'Post offices 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 'Post offices 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": "opening_hours", - "description": "Layer 'Post offices' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Post offices' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "post_office", - "description": "Layer 'Post offices' shows post_office=post_partner with a fixed text, namely 'This shop is a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "post_partner" - }, - { - "key": "post_office", - "description": "Layer 'Post offices' shows post_office= with a fixed text, namely 'This shop is not a post partner' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key post_office.", - "value": "" - }, - { - "key": "brand", - "description": "Layer 'Post offices' shows and asks freeform values for key 'brand' (in the mapcomplete.org theme 'Personal theme') (This is only shown if amenity=post_office)" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:brand' (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=DHL with a fixed text, namely 'This location offers services for DHL' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "DHL" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=DPD with a fixed text, namely 'This location offers services for DPD' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "DPD" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=GLS with a fixed text, namely 'This location offers services for GLS' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "GLS" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=UPS with a fixed text, namely 'This location offers services for UPS' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "UPS" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=DHL Paketshop with a fixed text, namely 'This location is a DHL Paketshop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "DHL Paketshop" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=Hermes PaketShop with a fixed text, namely 'This location is a Hermes PaketShop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "Hermes PaketShop" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=PostNL with a fixed text, namely 'This location is a PostNL-point' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "PostNL" - }, - { - "key": "post_office:brand", - "description": "Layer 'Post offices' shows post_office:brand=bpost with a fixed text, namely 'This location offers services for bpost' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if post_office=post_partner)", - "value": "bpost" - }, - { - "key": "post_office:letter_from", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:letter_from' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "post_office:letter_from", - "description": "Layer 'Post offices' shows post_office:letter_from=yes with a fixed text, namely 'You can post letters here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "post_office:letter_from", - "description": "Layer 'Post offices' shows post_office:letter_from=no with a fixed text, namely 'You can't post letters here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "post_office:parcel_from", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:parcel_from' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "post_office:parcel_from", - "description": "Layer 'Post offices' shows post_office:parcel_from=yes with a fixed text, namely 'You can send parcels here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "post_office:parcel_from", - "description": "Layer 'Post offices' shows post_office:parcel_from=no with a fixed text, namely 'You can't send parcels here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "post_office:parcel_pickup", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:parcel_pickup' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "post_office:parcel_pickup", - "description": "Layer 'Post offices' shows post_office:parcel_pickup=yes with a fixed text, namely 'You can pick up missed parcels here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "post_office:parcel_pickup", - "description": "Layer 'Post offices' shows post_office:parcel_pickup=no with a fixed text, namely 'You can't pick up missed parcels here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "post_office:parcel_to", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:parcel_to' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "post_office:parcel_to", - "description": "Layer 'Post offices' shows post_office:parcel_to=yes with a fixed text, namely 'You can send parcels to here for pickup' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "post_office:parcel_to", - "description": "Layer 'Post offices' shows post_office:parcel_to=no with a fixed text, namely 'You can't send parcels to here for pickup' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "post_office:stamps", - "description": "Layer 'Post offices' shows and asks freeform values for key 'post_office:stamps' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "post_office:stamps", - "description": "Layer 'Post offices' shows post_office:stamps=yes with a fixed text, namely 'You can buy stamps here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "post_office:stamps", - "description": "Layer 'Post offices' shows post_office:stamps=no with a fixed text, namely 'You can't buy stamps here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "atm", - "description": "Layer 'Post offices' shows atm=yes with a fixed text, namely 'This post office has an ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "atm", - "description": "Layer 'Post offices' shows atm=no with a fixed text, namely 'This post office does not have an ATM' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "atm", - "description": "Layer 'Post offices' shows atm=separate with a fixed text, namely 'This post office does have an ATM, but it is mapped as a different icon' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "separate" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Bookcases showing features with this tag", - "value": "public_bookcase" - }, - { - "key": "id", - "description": "Layer 'Bookcases' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Bookcases 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 'Bookcases 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 'Bookcases 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 'Bookcases 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 'Bookcases' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "noname", - "description": "Layer 'Bookcases' shows noname=yes & name= with a fixed text, namely 'This bookcase doesn't have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "name", - "description": "Layer 'Bookcases' shows noname=yes & name= with a fixed text, namely 'This bookcase doesn't have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key name.", - "value": "" - }, - { - "key": "capacity", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "books", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'books' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "books", - "description": "Layer 'Bookcases' shows books=children with a fixed text, namely 'Mostly children books' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "children" - }, - { - "key": "books", - "description": "Layer 'Bookcases' shows books=adults with a fixed text, namely 'Mostly books for adults' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "adults" - }, - { - "key": "indoor", - "description": "Layer 'Bookcases' shows indoor=yes with a fixed text, namely 'This bookcase is located indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "indoor", - "description": "Layer 'Bookcases' shows indoor=no with a fixed text, namely 'This bookcase is located outdoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "indoor", - "description": "Layer 'Bookcases' shows indoor= with a fixed text, namely 'This bookcase is located outdoors' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key indoor.", - "value": "" - }, - { - "key": "access", - "description": "Layer 'Bookcases' shows access=yes with a fixed text, namely 'Publicly accessible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if indoor=yes)", - "value": "yes" - }, - { - "key": "access", - "description": "Layer 'Bookcases' shows access=customers with a fixed text, namely 'Only accessible to customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if indoor=yes)", - "value": "customers" - }, - { - "key": "operator", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "brand", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'brand' (in the mapcomplete.org theme 'Personal theme') (This is only shown if ref=)" - }, - { - "key": "nobrand", - "description": "Layer 'Bookcases' shows nobrand=yes with a fixed text, namely 'This public bookcase is not part of a bigger network' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if ref=)", - "value": "yes" - }, - { - "key": "ref", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Personal theme') (This is only shown if brand~.+)" - }, - { - "key": "nobrand", - "description": "Layer 'Bookcases' shows nobrand=yes & brand= & ref= with a fixed text, namely 'This bookcase is not part of a bigger network' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if brand~.+)", - "value": "yes" - }, - { - "key": "brand", - "description": "Layer 'Bookcases' shows nobrand=yes & brand= & ref= with a fixed text, namely 'This bookcase is not part of a bigger network' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key brand. (This is only shown if brand~.+)", - "value": "" - }, - { - "key": "ref", - "description": "Layer 'Bookcases' shows nobrand=yes & brand= & ref= with a fixed text, namely 'This bookcase is not part of a bigger network' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key ref. (This is only shown if brand~.+)", - "value": "" - }, - { - "key": "start_date", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'start_date' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "website", - "description": "Layer 'Bookcases' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "surface:colour", - "description": "The MapComplete theme Personal theme has a layer Crossings with rainbow paintings showing features with this tag", - "value": "rainbow" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Crossings with rainbow paintings showing features with this tag", - "value": "crossing" - }, - { - "key": "highway", - "description": "The MapComplete theme Personal theme has a layer Crossings with rainbow paintings showing features with this tag", - "value": "footway" - }, - { - "key": "footway", - "description": "The MapComplete theme Personal theme has a layer Crossings with rainbow paintings showing features with this tag", - "value": "crossing" - }, - { - "key": "id", - "description": "Layer 'Crossings with rainbow paintings' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Crossings with rainbow paintings 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 'Crossings with rainbow paintings 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 'Crossings with rainbow paintings 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 'Crossings with rainbow paintings 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": "surface:colour", - "description": "Layer 'Crossings with rainbow paintings' shows surface:colour=rainbow with a fixed text, namely 'This crossing has rainbow paintings' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "rainbow" - }, - { - "key": "not:surface:colour", - "description": "Layer 'Crossings with rainbow paintings' shows not:surface:colour=rainbow with a fixed text, namely 'No rainbow paintings here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "rainbow" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Reception desks showing features with this tag", - "value": "reception_desk" - }, - { - "key": "id", - "description": "Layer 'Reception desks' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Reception desks 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 'Reception desks 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 'Reception desks 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 'Reception desks allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" - }, - { - "key": "level", - "description": "Layer 'Reception desks' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)" - }, - { - "key": "location", - "description": "Layer 'Reception desks' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "underground" - }, - { - "key": "level", - "description": "Layer 'Reception desks' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "0" - }, - { - "key": "level", - "description": "Layer 'Reception desks' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key level. (This is only shown if repeat_on=)", - "value": "" - }, - { - "key": "level", - "description": "Layer 'Reception desks' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "1" - }, - { - "key": "level", - "description": "Layer 'Reception desks' 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.org theme 'Personal theme') (This is only shown if repeat_on=)", - "value": "-1" - }, - { - "key": "desk:height", - "description": "Layer 'Reception desks' shows and asks freeform values for key 'desk:height' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "hearing_loop", - "description": "Layer 'Reception desks' shows hearing_loop=yes with a fixed text, namely 'This place has an audio induction loop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "hearing_loop", - "description": "Layer 'Reception desks' shows hearing_loop=no with a fixed text, namely 'This place does not have an audio induction loop' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "no" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Recycling showing features with this tag", - "value": "recycling" - }, - { - "key": "id", - "description": "Layer 'Recycling' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "image", - "description": "The layer 'Recycling 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 'Recycling 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 'Recycling 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 'Recycling 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": "recycling_type", - "description": "Layer 'Recycling' shows recycling_type=container with a fixed text, namely 'This is a recycling container' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "container" - }, - { - "key": "recycling_type", - "description": "Layer 'Recycling' shows recycling_type=centre with a fixed text, namely 'This is a recycling centre' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "centre" - }, - { - "key": "amenity", - "description": "Layer 'Recycling' shows amenity=waste_disposal with a fixed text, namely 'Waste disposal container for residual waste' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "waste_disposal" - }, - { - "key": "recycling_type", - "description": "Layer 'Recycling' shows recycling_type=pickup_point with a fixed text, namely 'This is a pickup point. The waste material is placed here without placing it in a dedicated container.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "pickup_point" - }, - { - "key": "recycling_type", - "description": "Layer 'Recycling' shows recycling_type=dump with a fixed text, namely 'This is a dump where the waste material is stacked.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "dump" - }, - { - "key": "name", - "description": "Layer 'Recycling' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "noname", - "description": "Layer 'Recycling' shows noname=yes with a fixed text, namely 'This recycling centre doesn't have a specific name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)", - "value": "yes" - }, - { - "key": "location", - "description": "Layer 'Recycling' shows location=underground with a fixed text, namely 'This is an underground container' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=container)", - "value": "underground" - }, - { - "key": "location", - "description": "Layer 'Recycling' shows location=indoor with a fixed text, namely 'This container is located indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=container)", - "value": "indoor" - }, - { - "key": "location", - "description": "Layer 'Recycling' shows location= with a fixed text, namely 'This container is located outdoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key location. (This is only shown if recycling_type=container)", - "value": "" - }, - { - "key": "recycling:batteries", - "description": "Layer 'Recycling' shows recycling:batteries=yes with a fixed text, namely 'Batteries can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:beverage_cartons", - "description": "Layer 'Recycling' shows recycling:beverage_cartons=yes with a fixed text, namely 'Beverage cartons can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:cans", - "description": "Layer 'Recycling' shows recycling:cans=yes with a fixed text, namely 'Cans can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:clothes", - "description": "Layer 'Recycling' shows recycling:clothes=yes with a fixed text, namely 'Clothes can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:cooking_oil", - "description": "Layer 'Recycling' shows recycling:cooking_oil=yes with a fixed text, namely 'Cooking oil can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:engine_oil", - "description": "Layer 'Recycling' shows recycling:engine_oil=yes with a fixed text, namely 'Engine oil can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:fluorescent_tubes", - "description": "Layer 'Recycling' shows recycling:fluorescent_tubes=yes with a fixed text, namely 'Fluorescent tubes can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:green_waste", - "description": "Layer 'Recycling' shows recycling:green_waste=yes with a fixed text, namely 'Green waste can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:organic", - "description": "Layer 'Recycling' shows recycling:organic=yes with a fixed text, namely 'Organic waste can be recycled here' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:glass_bottles", - "description": "Layer 'Recycling' shows recycling:glass_bottles=yes with a fixed text, namely 'Glass bottles can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:glass", - "description": "Layer 'Recycling' shows recycling:glass=yes with a fixed text, namely 'Glass can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:light_bulbs", - "description": "Layer 'Recycling' shows recycling:light_bulbs=yes with a fixed text, namely 'Light bulbs can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:newspaper", - "description": "Layer 'Recycling' shows recycling:newspaper=yes with a fixed text, namely 'Newspapers can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:paper", - "description": "Layer 'Recycling' shows recycling:paper=yes with a fixed text, namely 'Paper can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:plastic_bottles", - "description": "Layer 'Recycling' shows recycling:plastic_bottles=yes with a fixed text, namely 'Plastic bottles can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:plastic_packaging", - "description": "Layer 'Recycling' shows recycling:plastic_packaging=yes with a fixed text, namely 'Plastic packaging can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:plastic", - "description": "Layer 'Recycling' shows recycling:plastic=yes with a fixed text, namely 'Plastic can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:pmd", - "description": "Layer 'Recycling' shows recycling:pmd=yes with a fixed text, namely 'Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:printer_cartridges", - "description": "Layer 'Recycling' shows recycling:printer_cartridges=yes with a fixed text, namely 'Printer cartridges can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:scrap_metal", - "description": "Layer 'Recycling' shows recycling:scrap_metal=yes with a fixed text, namely 'Scrap metal can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:shoes", - "description": "Layer 'Recycling' shows recycling:shoes=yes with a fixed text, namely 'Shoes can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:small_appliances", - "description": "Layer 'Recycling' shows recycling:small_appliances=yes with a fixed text, namely 'Small electrical appliances can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:small_electrical_appliances", - "description": "Layer 'Recycling' shows recycling:small_electrical_appliances=yes with a fixed text, namely 'Small electrical appliances can be recycled here' (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:needles", - "description": "Layer 'Recycling' shows recycling:needles=yes with a fixed text, namely 'Needles can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:waste", - "description": "Layer 'Recycling' shows recycling:waste=yes with a fixed text, namely 'Residual waste can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "recycling:bicycles", - "description": "Layer 'Recycling' shows recycling:bicycles=yes with a fixed text, namely 'Bicycles can be recycled here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "operator", - "description": "Layer 'Recycling' shows and asks freeform values for key 'operator' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "website", - "description": "Layer 'Recycling' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "contact:website", - "description": "Layer 'Recycling' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "email", - "description": "Layer 'Recycling' shows and asks freeform values for key 'email' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "contact:email", - "description": "Layer 'Recycling' shows contact:email~.+ with a fixed text, namely '{contact:email}' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "operator:email", - "description": "Layer 'Recycling' shows operator:email~.+ with a fixed text, namely '{operator:email}' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "phone", - "description": "Layer 'Recycling' shows and asks freeform values for key 'phone' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "contact:phone", - "description": "Layer 'Recycling' shows contact:phone~.+ with a fixed text, namely '{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}' (in the mapcomplete.org theme 'Personal theme') (This is only shown if recycling_type=centre)" - }, - { - "key": "opening_hours", - "description": "Layer 'Recycling' shows and asks freeform values for key 'opening_hours' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "opening_hours", - "description": "Layer 'Recycling' shows opening_hours=24/7 with a fixed text, namely '24/7 opened (including holidays)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "24/7" - }, - { - "key": "opening_hours", - "description": "Layer 'Recycling' shows opening_hours=closed with a fixed text, namely 'Marked as closed for an unspecified time' (in the mapcomplete.org theme 'Personal theme')", - "value": "closed" - }, - { - "key": "access", - "description": "Layer 'Recycling' shows and asks freeform values for key 'access' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "access", - "description": "Layer 'Recycling' shows access=yes with a fixed text, namely 'Everyone can use this recycling facility' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "yes" - }, - { - "key": "access", - "description": "Layer 'Recycling' shows access=residents with a fixed text, namely 'Only residents can use this recycling facility' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "residents" - }, - { - "key": "access", - "description": "Layer 'Recycling' shows access=private with a fixed text, namely 'This recycling facility is only for private use' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme')", - "value": "private" - }, - { - "key": "survey:date", - "description": "Layer 'Recycling' shows and asks freeform values for key 'survey:date' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "survey:date", - "description": "Layer 'Recycling' shows survey:date= with a fixed text, namely 'This object was last surveyed today' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') Picking this answer will delete the key survey:date.", - "value": "" - }, - { - "key": "amenity", - "description": "The MapComplete theme Personal theme has a layer Primary and secondary schools showing features with this tag", - "value": "school" - }, - { - "key": "id", - "description": "Layer 'Primary and secondary schools' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Personal theme') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))" - }, - { - "key": "name", - "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "capacity", - "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Personal theme')" - }, - { - "key": "school", - "description": "Layer 'Primary and secondary schools' shows school=kindergarten with a fixed text, namely 'This is a school with a kindergarten section where young kids receive some education which prepares reading and writing.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Personal theme') (This is only shown if _country=be)", - "value": "kindergarten" - }, - { - "key": "school", - "description": "Layer 'Primary and secondary schools' shows school=primary with a fixed text, namely 'This is a school where one learns primary skills such as basic literacy and numerical skills.
{inscription}
", "pt": "Este banco tem a seguinte inscrição:{inscription}
", "pt_BR": "Esse banco tem a seguinte inscrição:{inscription}
", - "es": "Este banco tiene la siguiente inscripción:{inscription}
" + "es": "Este banco tiene la siguiente inscripción:{inscription}
", + "uk": "Ця лавка має такий напис:{inscription}
" }, "question": { "en": "Does this bench have an inscription?", @@ -936,7 +944,8 @@ "cs": "Má tato lavička nápis?", "pt": "Esse banco tem inscrição?", "pt_BR": "Esse banco tem uma inscrição?", - "es": "¿Tiene este banco una inscripción?" + "es": "¿Este banco tiene alguna inscripción?", + "uk": "Чи є на цій лавці напис?" }, "freeform": { "key": "inscription", @@ -957,7 +966,8 @@ "cs": "Tato lavička nemá nápis", "pt": "Este banco não tem inscrição", "pt_BR": "Esse banco não tem uma inscrição", - "es": "Este banco no tiene inscripción" + "es": "Este banco no tiene ninguna inscripción", + "uk": "Ця лавка не має напису" }, "addExtraTags": [ "inscription=" @@ -970,11 +980,12 @@ "nl": "Deze bank heeft (waarschijnlijk) geen inscriptie", "de": "Diese Bank hat wahrscheinlich keine Inschrift", "fr": "Ce banc n'a (probablement) pas d'inscription", - "es": "Este banco (probablemente) no tiene inscripción", + "es": "Este banco probablemente no tiene ninguna inscripción", "ca": "Aquest banc (probablement) no té cap inscripció", "cs": "Tato lavička (pravděpodobně) nemá nápis", "pt_BR": "Esse banco provavelmente não tem uma inscrição", - "pt": "Esse banco provavelmente não tem uma inscrição" + "pt": "Esse banco provavelmente não tem uma inscrição", + "uk": "Ця лавка імовірно не має напису" }, "hideInAnswer": true } @@ -988,7 +999,8 @@ "cs": "Např. na připevněné desce, v opěradle, …", "pt": "Por exemplo: em placa montada, no encosto, ...", "pt_BR": "P. ex. em uma placa montada, no encosto, …", - "es": "Por ejemplo, en una placa montada, en el respaldo, …" + "es": "Por ejemplo, en una placa montada, en el respaldo,…", + "uk": "Наприклад, на вмонтованій табличці, в спинці крісла, …" } }, { @@ -1003,8 +1015,9 @@ "fr": "Est-ce que ce banc inclut un élément artistique ?", "pl": "Czy ta ławka ma wbudowane dzieło sztuki?", "pt_BR": "Esse banco tem um elemento artístico?", - "es": "¿Tiene este banco un elemento artístico?", - "pt": "Este banco tem um elemento artístico?" + "es": "¿Este banco tiene un elemento artístico?", + "pt": "Este banco tem um elemento artístico?", + "uk": "Чи є в цій лавці художній елемент?" }, "mappings": [ { @@ -1023,7 +1036,8 @@ "pl": "Ta ławka ma wbudowane dzieło sztuki", "pt_BR": "Esse banco tem uma obra de arte integrada", "es": "Este banco tiene una obra de arte integrada", - "pt": "Este banco tem uma obra de arte integrada" + "pt": "Este banco tem uma obra de arte integrada", + "uk": "Ця лавка має інтегрований арт-об'єкт" } }, { @@ -1039,7 +1053,8 @@ "he": "לספסל זה אין יצירת אמנות משולבת", "pl": "Ta ławka nie ma wbudowanego dzieła sztuki", "pt_BR": "Esse banco não tem uma obra de arte integrada", - "pt": "Este banco não tem uma obra de arte integrada" + "pt": "Este banco não tem uma obra de arte integrada", + "uk": "Ця лавка не має інтегрованого художнього оформлення" }, "addExtraTags": [ "tourism=" @@ -1070,8 +1085,9 @@ "fr": "Par ex. il intègre une peinture, statue ou autre élément non commune, travail créatif", "pl": "Np. jest na niej coś namalowane, ma rzeźbę lub inną nietrywialną pracę", "pt_BR": "Ex. possui uma pintura integrada, estátua ou outro trabalho criativo não trivial", - "es": "Por ejemplo, si lleva integrado un cuadro, una estatua u otra obra creativa no trivial", - "pt": "Ex. possui uma pintura integrada, estátua ou outro trabalho criativo não trivial" + "es": "Por ejemplo, tiene una pintura, estatua u otra obra creativa no trivial integrada", + "pt": "Ex. possui uma pintura integrada, estátua ou outro trabalho criativo não trivial", + "uk": "Наприклад, він має інтегровану картину, статую або іншу нетривіальну, творчу роботу" } }, { @@ -1101,7 +1117,7 @@ "pt": "Este banco serve como memorial para alguém ou algo?", "pl": "Czy ta ławka służy jako pomnik upamiętniający kogoś lub coś?", "pt_BR": "Esse banco serve como memorial para alguém ou alguma coisa?", - "es": "¿Actúa este banco como monumento conmemorativo de alguien o algo?" + "es": "¿Este banco actúa como monumento para alguien o algo?" }, "mappings": [ { @@ -1116,7 +1132,7 @@ "pt": "Este banco é um memorial para alguém ou algo", "pl": "Ta ławka jest pomnikiem upamiętniającym kogoś lub coś", "pt_BR": "Esse banco é um memorial para alguém ou alguma coisa", - "es": "Este banco es un memorial para alguien o algo" + "es": "Este banco es un monumento para alguien o algo" }, "addExtraTags": [ "memorial=bench", @@ -1140,7 +1156,7 @@ "pt": "Este banco não é um memorial para alguém ou algo", "pl": "Ta ławka nie jest pomnikiem upamiętniającym kogoś lub coś", "pt_BR": "Esse banco não é um memorial para alguém ou alguma coisa", - "es": "Este banco es un no memorial para alguien o algo" + "es": "Este banco no es un monumento para alguien o algo" }, "addExtraTags": [ "memorial=" @@ -1179,7 +1195,7 @@ "cs": "je památník", "he": "הוא אנדרטה", "pt_BR": "é um memorial", - "es": "es un monumento conmemorativo", + "es": "es un monumento", "pt": "é um memorial" } } @@ -1231,7 +1247,7 @@ "he": "אין משענת גב", "pl": "Nie ma oparcia", "pt_BR": "Não tem um encosto", - "es": "Sin respaldo", + "es": "No tiene respaldo", "pt": "Não tem um encosto" } } diff --git a/assets/layers/bench_at_pt/bench_at_pt.json b/assets/layers/bench_at_pt/bench_at_pt.json index b8153e73b5..e0446271e1 100644 --- a/assets/layers/bench_at_pt/bench_at_pt.json +++ b/assets/layers/bench_at_pt/bench_at_pt.json @@ -5,7 +5,7 @@ "de": "Sitzbänke an Haltestellen", "fr": "Bancs des arrêts de transport en commun", "nl": "Zitbanken aan bushaltes", - "es": "Bancos en una parada de transporte público", + "es": "Bancos en paradas de transporte público", "hu": "Padok megállókban", "it": "Panchine alle fermate del trasporto pubblico", "ru": "Скамейки на остановках общественного транспорта", @@ -21,7 +21,7 @@ }, "description": { "en": "A layer showing all public-transport-stops which do have a bench", - "es": "Una capa que muestra todas las paradas de transporte público que tienen bancos", + "es": "Una capa que muestra todas las paradas de transporte público que tienen un banco", "nl": "Een laag die stopplaatsen van openbaar vervoer toont waar er een zitbank is", "fr": "Une couche montrant tous les arrêts de transports publics qui ont un banc", "de": "Eine Ebene mit allen Haltestellen des öffentlichen Nahverkehrs, die über eine Sitzbank verfügen", @@ -93,7 +93,7 @@ "pt_BR": "Banco em ponto de transporte público", "pl": "Ławka na przystanku komunikacji miejskiej", "pt": "Banco em ponto de transporte público", - "es": "Banco en una parada de transporte público", + "es": "Banco en parada de transporte público", "da": "Bænk ved offentlig stoppested", "cs": "Lavička na zastávce veřejné dopravy", "ca": "Banc en una parada de transport públic", @@ -118,7 +118,7 @@ "zh_Hant": "涼亭內的長椅", "pt_BR": "Banco em abrigo", "pt": "Banco em abrigo", - "es": "Banco en marquesina", + "es": "Banco en refugio", "da": "Bænk i læskur", "cs": "Lavička v přístřešku", "ca": "Banc en marquesina", @@ -223,7 +223,7 @@ "ru": "Встаньте на скамейке", "zh_Hant": "站立長椅", "da": "Stå-op bænk", - "es": "Banco de pié", + "es": "Banco de pie", "cs": "Je zde lavička, o kterou se lze opřít", "ca": "Banc dempeus", "pt": "banco de pé", @@ -237,7 +237,7 @@ "fr": "Il n'y a pas de banc ici", "de": "Hier gibt es keine Bank", "nl": "Er is hier geen bank", - "es": "No hay ningún banco aquí", + "es": "No hay banco aquí", "da": "Der er ingen bænk her", "cs": "Zde není žádná lavička", "pt": "Não há nenhum banco aqui", @@ -255,7 +255,7 @@ "if": "bench=no", "then": { "en": "This bus stop does not have a bench (there never was one or it has been removed)", - "de": "Diese Bushaltestelle hat keine Bank (es gab nie eine oder sie wurde entfernt)", + "de": "Diese Bushaltestelle hat keine Sitzank (es gab nie eine oder sie wurde entfernt)", "fr": "Cette station de bus n'a pas de banc (il n'y en a jamais eu ou il a été retiré)", "nl": "Deze bushalte heeft geen zitbank (er is er nooit een geweest of deze is verwijderd)", "ca": "Aquesta para de bus no té un banc (mai n'ha tingut un o ha estat eliminat)", @@ -263,7 +263,8 @@ "pt": "Este ponto de ônibus não tem banco (nunca houve ou foi removido)", "pl": "Ten przystanek autobusowy nie ma ławki (nigdy jej nie było lub została usunięta)", "pt_BR": "Essa parada de ônibus não tem um banco (nunca teve ou ele foi removido)", - "es": "Esta parada de autobús no tiene banco (nunca lo hubo o lo han quitado)" + "es": "Esta parada de autobús no tiene banco (nunca lo tuvo o se ha quitado)", + "uk": "На цій зупинці немає лавки (ніколи не було або її прибрали)" } } ], @@ -280,7 +281,8 @@ "pt": "Este ponto de ônibus não é mais usado", "pl": "Ten przystanek autobusowy nie jest już używany", "pt_BR": "Essa parada de ônibus não é mais usada", - "es": "Esta parada ya no se usa" + "es": "Esta parada de autobús ya no se utiliza", + "uk": "Ця автобусна зупинка більше не використовується" } } ], diff --git a/assets/layers/bicycle_counter/bicycle_counter.json b/assets/layers/bicycle_counter/bicycle_counter.json index cf91d872be..d4a42a443a 100644 --- a/assets/layers/bicycle_counter/bicycle_counter.json +++ b/assets/layers/bicycle_counter/bicycle_counter.json @@ -11,7 +11,7 @@ "nl": "Automatische fietstelpunten", "cs": "Vrstva zobrazující monitorovací stanice pro cyklistickou dopravu", "de": "Ebene mit Messstationen für den Fahrradverkehr", - "es": "Capa que muestra las estaciones de seguimiento para el tráfico de bicicletas" + "es": "Capa que muestra las estaciones de monitoreo del tráfico de bicicletas" }, "source": { "osmTags": { @@ -24,7 +24,9 @@ "title": { "render": { "en": "Bicycle counter", - "de": "Fahrradzählstelle" + "de": "Fahrradzählstelle", + "cs": "Počítadlo jízdních kol", + "es": "Contador de bicicletas" } }, "tagRenderings": [ @@ -34,7 +36,8 @@ "question": { "en": "Does this bicycle counter have a display showing the number of passing bicycles?", "cs": "Má tento počítač jízdních kol displej zobrazující počet projíždějících jízdních kol?", - "de": "Zeigt die Fahrradzählstelle die Anzahl gezählter Fahrräder an?" + "de": "Zeigt die Fahrradzählstelle die Anzahl gezählter Fahrräder an?", + "es": "¿Este contador de bicicletas tiene una pantalla que muestra el número de bicicletas que pasan?" }, "mappings": [ { @@ -42,7 +45,8 @@ "then": { "en": "This counter has a digital display", "cs": "Toto počítadlo má digitální displej", - "de": "Die Zählstelle hat eine digitale Anzeige" + "de": "Die Zählstelle hat eine digitale Anzeige", + "es": "Este contador tiene una pantalla digital" } }, { @@ -50,7 +54,8 @@ "then": { "en": "This counter has an analog display", "cs": "Toto počítadlo má analogový displej", - "de": "Die Zählstelle hat eine analoge Anzeige" + "de": "Die Zählstelle hat eine analoge Anzeige", + "es": "Este contador tiene una pantalla analógica" } }, { @@ -58,7 +63,8 @@ "then": { "en": "This counter has no display", "cs": "Toto počítadlo nemá žádný displej", - "de": "Die Zählstelle hat keine Anzeige" + "de": "Die Zählstelle hat keine Anzeige", + "es": "Este contador no tiene pantalla" } } ] @@ -68,7 +74,8 @@ "question": { "en": "What is the name of the counted location?", "cs": "Jak se jmenuje započítávaná lokalita?", - "de": "Wie lautet der Name des Zählorts?" + "de": "Wie lautet der Name des Zählorts?", + "es": "¿Cuál es el nombre del lugar contado?" }, "freeform": { "key": "name", @@ -76,31 +83,40 @@ "placeholder": { "en": "Name of the counted location", "cs": "Název započítávané lokality", - "de": "Name des Zählorts" + "de": "Name des Zählorts", + "es": "Nombre del lugar contado" } }, "render": { "en": "Name of the counted location: {name}", - "de": "Name des Zählorts: {name}" + "de": "Name des Zählorts: {name}", + "cs": "Název započítávaného místa: {name}", + "es": "Nombre del lugar contado: {name}" } }, { "id": "start_date", "question": { "en": "When did this counter start counting?", - "de": "Wann wurde die Zählstelle aufgestellt?" + "de": "Wann wurde die Zählstelle aufgestellt?", + "cs": "Kdy toto počítadlo začalo počítat?", + "es": "¿Cuándo comenzó a contar este contador?" }, "freeform": { "key": "start_date", "type": "date", "placeholder": { "en": "Start date of the counter", - "de": "Aufstelldatum der Zählstelle" + "de": "Aufstelldatum der Zählstelle", + "cs": "Datum spuštění počítadla", + "es": "Fecha de inicio del contador" } }, "render": { "en": "This counter started counting on {start_date}", - "de": "Die Zählstelle wurde am {start_date} aufgestellt" + "de": "Die Zählstelle wurde am {start_date} aufgestellt", + "cs": "Toto počítadlo se začalo počítat dne {start_date}", + "es": "Este contador comenzó a contar el {start_date}" } }, { @@ -108,7 +124,8 @@ "question": { "en": "Does this bicycle counter have a clock?", "cs": "Má toto počítadlo kol hodiny?", - "de": "Zeigt die Fahrradzählstelle die Uhrzeit an?" + "de": "Zeigt die Fahrradzählstelle die Uhrzeit an?", + "es": "¿Este contador de bicicletas tiene un reloj?" }, "mappings": [ { @@ -116,7 +133,8 @@ "then": { "en": "This counter has a clock", "cs": "Toto počítadlo je vybaveno hodinami", - "de": "Die Zählstelle zeigt die Uhrzeit an" + "de": "Die Zählstelle zeigt die Uhrzeit an", + "es": "Este contador tiene un reloj" } }, { @@ -124,7 +142,8 @@ "then": { "en": "This counter has no clock", "cs": "Toto počítadlo nemá žádné hodiny", - "de": "Die Zählstelle zeigt keine Uhrzeit an" + "de": "Die Zählstelle zeigt keine Uhrzeit an", + "es": "Este contador no tiene reloj" } } ] @@ -133,14 +152,18 @@ "id": "ref", "question": { "en": "What is the reference number of this counter?", - "de": "Wie lautet die Kennziffer der Zählstelle?" + "de": "Wie lautet die Kennziffer der Zählstelle?", + "cs": "Jaké je referenční číslo tohoto počítadla?", + "es": "¿Cuál es el número de referencia de este contador?" }, "freeform": { "key": "ref", "type": "string", "placeholder": { "en": "Reference number of the counter", - "de": "Kennziffer der Zählstelle" + "de": "Kennziffer der Zählstelle", + "cs": "Referenční číslo počítadla", + "es": "Número de referencia del contador" }, "addExtraTags": [ "noref=" @@ -148,14 +171,18 @@ }, "render": { "en": "Reference number of the counter: {ref}", - "de": "Kennziffer der Zählstelle: {ref}" + "de": "Kennziffer der Zählstelle: {ref}", + "cs": "Referenční číslo počítadla: {ref}", + "es": "Número de referencia del contador: {ref}" }, "mappings": [ { "if": "noref=yes", "then": { "en": "This counter has no reference number", - "de": "Die Zählstelle hat keine Kennziffer" + "de": "Die Zählstelle hat keine Kennziffer", + "cs": "Toto počítadlo nemá referenční číslo", + "es": "Este contador no tiene número de referencia" } } ] @@ -164,19 +191,25 @@ "id": "website", "question": { "en": "Is there a website for this bicycle counter?", - "de": "Gibt es eine Website für die Fahrradzählstelle?" + "de": "Gibt es eine Website für die Fahrradzählstelle?", + "cs": "Existuje webová stránka tohoto počítadla jízdních kol?", + "es": "¿Hay un sitio web para este contador de bicicletas?" }, "freeform": { "key": "website", "type": "url", "placeholder": { "en": "Website of the counter", - "de": "Website der Zählstelle" + "de": "Website der Zählstelle", + "cs": "Webové stránky počítadla", + "es": "Sitio web del contador" } }, "render": { "en": "Website of the counter: {website}", - "de": "Website der Zählstelle: {website}" + "de": "Website der Zählstelle: {website}", + "cs": "Webové stránky počítadla: {website}", + "es": "Sitio web del contador: {website}" } } ], diff --git a/assets/layers/bicycle_library/bicycle_library.json b/assets/layers/bicycle_library/bicycle_library.json index 98a7701b71..0bc683406c 100644 --- a/assets/layers/bicycle_library/bicycle_library.json +++ b/assets/layers/bicycle_library/bicycle_library.json @@ -27,7 +27,7 @@ "pt_BR": "Uma instalação onde as bicicletas podem ser emprestadas por períodos mais longos", "pl": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres", "pt": "Uma instalação onde as bicicletas podem ser emprestadas por períodos mais longos", - "es": "Una instalación donde se pueden alquilar bicicletas durante largos periodos de tiempo", + "es": "Una instalación donde se pueden prestar bicicletas por períodos de tiempo más largos", "da": "En facilitet, hvor cykler kan lånes i længere perioder", "cs": "Zařízení, kde si lze půjčit jízdní kola na delší dobu", "ca": "Una instal·lació on es poden cedir bicicletes per llargs períodes de temps" @@ -202,7 +202,7 @@ "pt_BR": "Quanto custa um empréstimo de bicicleta?", "pt": "Quanto custa um empréstimo de bicicleta?", "da": "Hvor meget koster det at leje en cykel?", - "es": "¿Cuánto cuesta alquilar una bicicleta?", + "es": "¿Cuánto cuesta prestar una bicicleta?", "cs": "Kolik stojí půjčení kola?", "ca": "Quant costa el préstec d'una bicicleta?" }, @@ -218,7 +218,7 @@ "zh_Hant": "租借單車需要 {charge}", "pt_BR": "Custos de empréstimo de bicicleta {charge}", "pt": "Custos de empréstimo de bicicleta {charge}", - "es": "Alquilar una bicicleta cuesta {charge}", + "es": "Prestar una bicicleta cuesta {charge}", "da": "Cykelleje koster {charge}", "cs": "Půjčení kola stojí {charge}", "ca": "El préstec d'una bicicleta costa {charge}" @@ -250,7 +250,7 @@ "pt_BR": "Emprestar uma bicicleta é grátis", "pt": "Emprestar uma bicicleta é grátis", "da": "Det er gratis at låne en cykel", - "es": "Alquilar una bicicleta es gratis", + "es": "Prestar una bicicleta es gratis", "cs": "Půjčení jízdního kola je zdarma", "ca": "El préstec d'una bicicleta és gratuït" } @@ -272,7 +272,7 @@ "ru": "Прокат велосипеда стоит €20/год и €20 залог", "pt_BR": "Emprestar uma bicicleta custa €20/ano e €20 de garantia", "pt": "Emprestar uma bicicleta custa €20/ano e €20 de garantia", - "es": "Alquilar una bicicleta cuesta 20€/año y 20€ de garantía", + "es": "Prestar una bicicleta cuesta €20/año y €20 de garantía", "da": "Udlån af en cykel koster 20 €/år og 20 € garanti", "cs": "Půjčení kola stojí 20 €/rok a 20 € záloha", "ca": "El préstec d'una bicicleta costa 20€/any i 20€ de garantia" @@ -296,7 +296,7 @@ "pt_BR": "Quem pode emprestar bicicletas aqui?", "pt": "Quem pode emprestar bicicletas aqui?", "da": "Hvem kan låne cykler her?", - "es": "¿Quién puede alquilar bicicletas aquí?", + "es": "¿Quién puede pedir prestadas bicicletas aquí?", "cs": "Kdo si zde může půjčit jízdní kolo?", "ca": "Qui pot llogar bicicletes aquí?" }, @@ -350,7 +350,7 @@ "zh_Hant": "有提供行動不便人士的單車", "pt_BR": "Bicicletas para deficientes físicos disponíveis", "pt": "Bicicletas para deficientes físicos disponíveis", - "es": "Bicicletas para discapacitados disponibles", + "es": "Bicicletas para personas con discapacidad disponibles", "da": "Cykler til handicappede til rådighed", "cs": "K dispozici jsou kola pro osoby se zdravotním postižením", "ca": "Bicicletes per a discapacitats disponibles" diff --git a/assets/layers/bicycle_rental/bicycle_rental.json b/assets/layers/bicycle_rental/bicycle_rental.json index 23f6b044ad..1d1b14aec0 100644 --- a/assets/layers/bicycle_rental/bicycle_rental.json +++ b/assets/layers/bicycle_rental/bicycle_rental.json @@ -112,7 +112,8 @@ "cs": "půjčovna jízdních kol", "ca": "una botiga de lloguer de bicicletes", "pt_BR": "uma loja de aluguel de bicicletas", - "pt": "uma loja de aluguel de bicicletas" + "pt": "uma loja de aluguel de bicicletas", + "uk": "пункт прокату велосипедів" }, "tags": [ "amenity=bicycle_rental", @@ -124,11 +125,12 @@ "fr": "Un magasin qui priorise la location de vélos", "de": "Ein Geschäft, das sich auf den Fahrradverleih konzentriert", "da": "En bemandet butik, der fokuserer på cykeludlejning", - "es": "Una tienda atendida que se centra en el alquiler de bicicletas", + "es": "Una tienda con personal que se centra en el alquiler de bicicletas", "cs": "Obsluhovaný obchod zaměřený na půjčování jízdních kol", "ca": "Una botiga atesa que es centra en el lloguer de bicicletes", "pt_BR": "Uma loja com atendimento pessoal que foca no aluguel de bicicletas", - "pt": "Uma loja com atendimento pessoal que foca no aluguel de bicicletas" + "pt": "Uma loja com atendimento pessoal que foca no aluguel de bicicletas", + "uk": "Магазин, який спеціалізується на прокаті велосипедів" } }, { @@ -178,13 +180,14 @@ "en": "This is a shop whose main focus is bicycle rental", "nl": "Dit is een zaak die focust op fietsverhuur", "de": "Dies ist ein Geschäft, dessen Schwerpunkt auf dem Fahrradverleih liegt", - "es": "Esta es una tienda que se centra en el alquiler de bicicletas", + "es": "Se trata de una tienda cuyo principal foco es el alquiler de bicicletas", "da": "Dette er en butik, hvis hovedfokus er cykeludlejning", "fr": "C'est un magasin dont l'activité principale est la location de vélo", "cs": "Jedná se o obchod, jehož hlavním zaměřením je půjčování jízdních kol", "ca": "Es tracta d'una botiga que té com a objectiu principal el lloguer de bicicletes", "pt_BR": "Essa é uma loja cujo foco principal é o aluguel de bicicletas", - "pt": "Esta é uma loja cujo foco principal é o aluguel de bicicletas" + "pt": "Esta é uma loja cujo foco principal é o aluguel de bicicletas", + "uk": "Це магазин, основним напрямком якого є прокат велосипедів" } }, { @@ -193,7 +196,7 @@ "en": "This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus", "nl": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus", "de": "Dies ist ein Geschäft, das verschiedene Gegenstände und/oder Fahrzeuge vermietet. Es vermietet auch Fahrräder, aber das ist nicht der Hauptschwerpunkt", - "es": "Se trata de una empresa de alquiler que alquila diversos objetos y/o vehículos. También alquila bicicletas, pero este no es el objetivo principal", + "es": "Se trata de un negocio de alquiler que alquila varios objetos y/o vehículos. También alquila bicicletas, pero este no es el foco principal", "da": "Dette er en udlejningsvirksomhed, som udlejer forskellige genstande og/eller køretøjer. Den udlejer også cykler, men det er ikke det primære fokus", "fr": "C'est une agence louant diverses choses et/ou voitures. Elle loue également des vélos, mais ce n'est pas sa principale activité", "cs": "Jedná se o půjčovnu, která pronajímá různé předměty a/nebo vozidla. Pronajímá také jízdní kola, ale to není hlavní náplní", @@ -213,13 +216,14 @@ "en": "This is a shop which sells or repairs bicycles, but also rents out bicycles", "nl": "Dit is een fietsenmaker of fietswinkel die ook fietsen verhuurt", "de": "Dies ist ein Geschäft, das Fahrräder verkauft oder repariert, aber auch Fahrräder vermietet", - "es": "Esta es una tienda que vende o alquila bicicletas, pero también las alquila", + "es": "Se trata de una tienda que vende o repara bicicletas, pero también alquila bicicletas", "da": "Dette er en butik, der sælger eller reparerer cykler, men som også udlejer cykler", "fr": "C'est un magasin qui vend ou répare des vélos mais peut également en louer", "cs": "Jedná se o prodejnu, která prodává nebo opravuje jízdní kola, ale také je pronajímá", "ca": "Es tracta d'una botiga que ven o repara bicicletes, però també lloga bicicletes", "pt_BR": "Essa é uma loja que vende ou conserta bicicletas, mas também aluga elas", - "pt": "Esta é uma loja que vende ou conserta bicicletas, mas também aluga elas" + "pt": "Esta é uma loja que vende ou conserta bicicletas, mas também aluga elas", + "uk": "Це магазин, який продає або ремонтує велосипеди, а також здає їх напрокат" } }, { @@ -231,7 +235,7 @@ "en": "This is an automated docking station, where a bicycle is mechanically locked to a structure", "nl": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt", "de": "Dies ist eine automatisierte Radstation, bei der ein Fahrrad mechanisch an einer Struktur befestigt wird", - "es": "Se trata de una estación de bicicletas automatizada donde una bicicleta se fija mecánicamente a una estructura", + "es": "Se trata de una estación de acoplamiento automática, donde una bicicleta se bloquea mecánicamente a una estructura", "fr": "C'est un point d’attache automatisé où le vélo est attaché mécaniquement à une structure", "da": "Dette er en automatiseret dockingstation, hvor en cykel låses mekanisk fast i en struktur", "cs": "Jedná se o automatickou dokovací stanici, kde je jízdní kolo mechanicky uzamčeno ke konstrukci", @@ -250,7 +254,7 @@ "nl": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd", "hu": "Ez egy leadási pont: ennek a kerékpárkölcsönzőnek a kijelölt kerékpártárolója", "de": "Dies ist ein Automat, der Schlüssel ausgibt und annimmt, eventuell nach Authentifizierung und/oder Bezahlung. Die Fahrräder sind in der Nähe geparkt", - "es": "Una máquina que dispensa y acepta llaves, eventualmente después de la autenticación y/o el pago está presente. Las bicicletas están aparcadas cerca", + "es": "Hay una máquina que dispensa y acepta llaves, eventualmente después de la autenticación y/o el pago. Las bicicletas están aparcadas cerca", "fr": "Il y a un distributeur qui distribue et accepte les clés, éventuellement après identification et/ou payement. Les vélos sont stationnés à proximité", "da": "Der er en maskine til stede, som udleverer og modtager nøgler, eventuelt efter autentificering og/eller betaling. Cyklerne er parkeret i nærheden", "cs": "Přítomný je automat, který vydává a přijímá klíče, případně po ověření pravosti a/nebo zaplacení. Jízdní kola jsou zaparkována v blízkosti", @@ -268,13 +272,14 @@ "en": "This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only", "nl": "Dit is een dropzone, bv. een fietsparkeerplaats die is voorbehouden voor fietsverhuur", "de": "Dies ist ein Rückgabepunkt, z.B. ein reservierter Parkplatz, um die Fahrräder abzustellen, die eindeutig als nur für den Verleih gekennzeichnet sind", - "es": "Se trata de un punto de entrega, por ejemplo, un aparcamiento reservado para colocar las bicicletas claramente señalizado como exclusivo para el servicio de alquiler", + "es": "Se trata de un punto de entrega, por ejemplo, un aparcamiento reservado para colocar las bicicletas claramente marcadas como exclusivas del servicio de alquiler", "fr": "C'est un point de dépôt, p.ex. un emplacement de parking réservé aux vélos de location", "da": "Dette er et afleveringssted, f.eks. en reserveret parkeringsplads til cykler, som er tydeligt markeret som værende forbeholdt udlejningstjenesten", "cs": "Jedná se o místo předání, např. vyhrazené parkoviště pro umístění jízdních kol, zřetelně označené jako místo určené pouze pro půjčovnu", "ca": "Aquest és un punt de baixada, p. ex. un aparcament reservat per col·locar les bicicletes marcades clarament com a només per al servei de lloguer", "pt_BR": "Este é um ponto de devolução, p. ex. um estacionamento reservado para colocar as bicicletas claramente marcadas como sendo apenas para o serviço de aluguel", - "pt": "Este é um ponto de devolução, p. ex. um estacionamento reservado para pôr as bicicletas claramente marcadas como ser apenas para o serviço de aluguel" + "pt": "Este é um ponto de devolução, p. ex. um estacionamento reservado para pôr as bicicletas claramente marcadas como ser apenas para o serviço de aluguel", + "uk": "Це місце висадки, наприклад, зарезервована автостоянка, де велосипеди чітко позначені як такі, що призначені лише для послуги прокату" } } ], @@ -328,7 +333,7 @@ "en": "{rental} is rented here", "nl": "{rental} kunnen hier uitgeleend worden", "de": "{rental} können hier gemietet werden", - "es": "{rental} se alquilan aquí", + "es": "{rental} se alquila aquí", "da": "{rental} udlejes her", "fr": "{rental} est louable ici", "cs": "Zde si můžete půjčit {rental}", @@ -348,7 +353,7 @@ "en": "Normal city bikes can be rented here", "nl": "Gewone stadsfietsen kunnen hier gehuurd worden", "de": "Normale Stadtfahrräder können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicis normales", + "es": "Se pueden alquilar bicicletas de ciudad normales aquí", "da": "Her kan man leje almindelige bycykler", "fr": "Des vélos de ville peuvent être loués ici", "cs": "Zde si můžete půjčit běžná městská kola", @@ -363,7 +368,7 @@ "en": "Electrical bikes can be rented here", "nl": "Elektrische fietsen kunnen hier gehuurd worden", "de": "Elektrofahrräder können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicis eléctricas", + "es": "Se pueden alquilar bicicletas eléctricas aquí", "da": "El-cykler kan lejes her", "fr": "Des vélos électriques peuvent être loués ici", "cs": "Zde si můžete půjčit elektrokola", @@ -379,7 +384,7 @@ "en": "BMX bikes can be rented here", "nl": "BMX-fietsen kunnen hier gehuurd worden", "de": "BMX-Räder können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicis BMX", + "es": "Se pueden alquilar bicicletas BMX aquí", "da": "BMX cykler kan lejes her", "fr": "Des BMX peuvent être loués ici", "cs": "Zde si můžete půjčit BMX kola", @@ -394,7 +399,7 @@ "en": "Mountainbikes can be rented here", "nl": "Mountainbikes kunnen hier gehuurd worden", "de": "Mountainbikes können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicis de montaña", + "es": "Se pueden alquilar bicicletas de montaña aquí", "da": "Mountainbikes kan lejes her", "fr": "Des vélos de montagne peuvent être loués ici", "cs": "Zde si můžete půjčit horská kola", @@ -410,7 +415,7 @@ "en": "Bikes for children can be rented here", "nl": "Kinderfietsen kunnen hier gehuurd worden", "de": "Kinderfahrräder können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicis infantiles", + "es": "Se pueden alquilar bicicletas para niños aquí", "da": "Børnecykler kan lejes her", "fr": "Des vélos d'enfants peuvent être loués ici", "cs": "Zde si můžete půjčit dětská kola", @@ -428,7 +433,7 @@ "de": "Tandems können ausgeliehen werden", "da": "Tandemcykler kan lejes her", "fr": "Des tandems peuvent être loués ici", - "es": "Aquí se pueden alquilar tándems", + "es": "Se pueden alquilar bicicletas tándem aquí", "cs": "Zde si můžete půjčit tandemová kola", "ca": "Aquí es poden llogar tàndems", "pt_BR": "Bicicletas tandem podem ser alugadas aqui", @@ -442,7 +447,7 @@ "en": "Race bicycles can be rented here", "nl": "Wielerfietsen (sportfietsen) kunnen hier gehuurd worden", "de": "Rennräder können ausgeliehen werden", - "es": "Aquí se pueden alquilar bicicletas de carreras", + "es": "Se pueden alquilar bicicletas de carreras aquí", "da": "Racercykler kan lejes her", "fr": "Des vélos de course peuvent être loués ici", "cs": "Zde si můžete půjčit závodní kola", @@ -456,7 +461,7 @@ "then": { "en": "Bike helmets can be rented here", "nl": "Fietshelmen kunnen hier gehuurd worden", - "es": "Aquí se pueden alquilar cascos", + "es": "Se pueden alquilar cascos para bicicletas aquí", "de": "Fahrradhelme können ausgeliehen werden", "fr": "Des casques de vélos peuvent être loués ici", "da": "Cykelhjelme kan lejes her", @@ -473,7 +478,8 @@ "en": "Cargo bikes can be rented here", "nl": "Bakfietsen kunnen hier gehuurd worden", "de": "Lastenräder können hier gemietet werden", - "es": "Aquí se pueden alquilar bicicletas de carga" + "es": "Se pueden alquilar bicicletas de carga aquí", + "cs": "Nákladní kola si můžete půjčit zde" } } ], @@ -495,7 +501,7 @@ "en": "city bikes", "nl": "stadsfietsen", "de": "Stadträder", - "es": "bicis de ciudad", + "es": "bicicletas de ciudad", "da": "bycykler", "eo": "urbaj bicikloj", "fr": "vélos de ville", @@ -512,7 +518,7 @@ "en": "electrical bikes", "nl": "elektrische fietsen", "de": "Elektrofahrräder", - "es": "bicis eléctricas", + "es": "bicicletas eléctricas", "da": "elektriske cykler", "eo": "elektraj bicikloj", "fr": "vélos électriques", @@ -529,7 +535,7 @@ "en": "bikes for children", "nl": "kinderfietsen", "de": "Kinderfahrräder", - "es": "bicis infantiles", + "es": "bicicletas para niños", "da": "børnecykler", "eo": "bicikloj por infanoj", "fr": "vélos d'enfants", @@ -546,7 +552,7 @@ "en": "BMX bikes", "nl": "BMX-fietsen", "de": "BMX-Räder", - "es": "bicis BMX", + "es": "bicicletas BMX", "da": "BMX-cykler", "eo": "BMX-bicikloj", "fr": "BMX", @@ -582,7 +588,7 @@ "nl": "fietstassen", "de": "Fahrradtaschen", "da": "cykeltasker", - "es": "alforjas de bicicleta", + "es": "alforjas para bicicletas", "fr": "sacoches pour vélo", "cs": "brašny na kolo", "ca": "maletes de bicicletes", @@ -622,7 +628,7 @@ "de": "Wie viele type_plural können hier gemietet werden?", "fr": "Combien de type_plural peuvent être loués ici ?", "cs": "Kolik typů kol si zde můžete pronajmout?", - "es": "¿Cuántos type_plural se pueden alquilar aquí?", + "es": "¿Cuántos tipos plurales se pueden alquilar aquí?", "ca": "Quants type_plural es poden llogar aquí?", "pt_BR": "Quantos type_plural podem ser alugados aqui?", "pt": "Quantos type_plural podem ser alugados aqui?" @@ -633,7 +639,7 @@ "de": "{capacity:bicycle_type} type_plural können hier gemietet werden", "fr": "{capacity:bicycle_type} type_plural peuvent être loués ici", "cs": "{capacity:bicycle_type} typů si můžete pronajmout zde", - "es": "{capacity:bicycle_type} type_plural pueden alquilarse aquí", + "es": "{capacity:bicycle_type} tipos plurales se pueden alquilar aquí", "ca": "{capacity:bicycle_type} type_plural es poden llogar aquí", "pt_BR": "{capacity:bicycle_type} type_plural podem ser alugados aqui", "pt": "{capacity:bicycle_type} type_plural podem ser alugados aqui" @@ -672,7 +678,8 @@ "cs": "{title()} je trvale uzavřen", "ca": "{title()} ha tancat permanentment", "pt_BR": "{title()} fechou permanentemente", - "pt": "{title()} fechou permanentemente" + "pt": "{title()} fechou permanentemente", + "uk": "{title()} закрито назавжди" }, "changesetMessage": "shop_closed" } @@ -689,12 +696,13 @@ "nl": "Deze fietszaak verhuurde vroeger fietsen, maar nu niet meer", "fr": "Ce magasin de vélo louait des vélos, mais n'en loue plus maintenant", "de": "Dieser Fahrradladen vermietete früher Fahrräder, aber jetzt nicht mehr", - "es": "Esta tienda de bicicletas alquilaba bicis, pero ya no lo hace", + "es": "Esta tienda de bicicletas solía alquilar bicicletas, pero ya no alquila más", "da": "Denne cykelbutik plejede at udleje cykler, men udlejer ikke længere cykler", "cs": "Tento obchod s koly dříve půjčoval kola, ale už je nepůjčuje", "ca": "Aquesta botiga de bicicletes solia llogar bicicletes, però ja no", "pt_BR": "Essa loja de bicicletas costumava alugar bicicletas, mas não aluga mais", - "pt": "Esta loja de bicicletas costumava alugar bicicletas, mas ja não as aluga" + "pt": "Esta loja de bicicletas costumava alugar bicicletas, mas ja não as aluga", + "uk": "У цьому веломагазині раніше видавали велосипеди напрокат, але більше не видають" } } ] diff --git a/assets/layers/bike_cafe/bike_cafe.json b/assets/layers/bike_cafe/bike_cafe.json index 384ea5ed8b..375fa0deca 100644 --- a/assets/layers/bike_cafe/bike_cafe.json +++ b/assets/layers/bike_cafe/bike_cafe.json @@ -15,7 +15,7 @@ "ca": "Cafeteria per a bicicletes", "da": "Cykelcafé", "cs": "Cyklokavárna", - "es": "Cafetería para ciclistas" + "es": "Bike café" }, "description": { "en": "A bike café is a café geared towards cyclists, for example with services such as a pump, with lots of bicycle-related decoration, …", @@ -26,7 +26,8 @@ "cs": "Cyklokavárna je kavárna zaměřená na cyklisty, například se službami, jako je pumpa, se spoustou výzdoby související s jízdními koly, …", "ca": "Un cafè ciclista és un cafè enfocat a ciclistes, per exemple, amb serveis com una manxa, amb molta decoració relacionada amb el ciclisme, …", "pt_BR": "Um café para ciclistas é um café direcionado aos ciclistas, por exemplo, com serviços como uma bomba de ar, muita decoração relacionada a bicicletas, …", - "pt": "Um café para ciclistas é um café direcionado aos ciclistas, por exemplo, com serviços como uma bomba de ar, muita decoração relacionada a bicicletas, …" + "pt": "Um café para ciclistas é um café direcionado aos ciclistas, por exemplo, com serviços como uma bomba de ar, muita decoração relacionada a bicicletas, …", + "es": "Un bike café es un café orientado a ciclistas, por ejemplo, con servicios como una bomba, con mucha decoración relacionada con bicicletas,…" }, "source": { "osmTags": { @@ -69,7 +70,7 @@ "ca": "Cafeteria per a bicicletes", "da": "Cykelcafé", "cs": "Cyklokavárna", - "es": "Cafetería para ciclistas" + "es": "Bike café" }, "mappings": [ { @@ -89,7 +90,7 @@ "da": "Cykelcafé {name}", "cs": "Cyklokavárna {name}", "ca": "Cafè ciclista {name}", - "es": "Cafetería para ciclistas {name}" + "es": "Bike café {name}" } } ] @@ -136,7 +137,7 @@ "da": "en cykelcafé", "cs": "kavárna pro cyklisty", "ca": "un cafè ciclista", - "es": "una cafetería para ciclistas" + "es": "un bike café" }, "tags": [ "amenity=pub", @@ -162,7 +163,7 @@ "da": "Hvad hedder denne cykelcafé?", "cs": "Jak se jmenuje tato cyklokavárna?", "ca": "Quin és el nom d'aquest cafè ciclista?", - "es": "¿Cómo se llama la cafetería para ciclistas?" + "es": "¿Cuál es el nombre de este bike café?" }, "render": { "en": "This bike cafe is called {name}", @@ -179,7 +180,7 @@ "da": "Denne cykelcafé hedder {name}", "cs": "Tato cyklokavárna se jmenuje {name}", "ca": "Aquest cafè ciclista s'anomena {name}", - "es": "La cafetería para ciclistas se llama {name}" + "es": "Este bike café se llama {name}" }, "freeform": { "key": "name" @@ -203,7 +204,7 @@ "ca": "Aquest cafè ciclista ofereix una bomba de bicicletes per a qualsevol persona?", "pt_BR": "Esse café para ciclistas oferece uma bomba de ar para qualquer um usar?", "pt": "Este café para ciclistas oferece uma bomba de ar para qualquer um usar?", - "es": "¿Ofrece esta cafetería para ciclistas una bomba de aire para uso de cualquier persona?" + "es": "¿Este bike café ofrece una bomba de bicicleta para que la use cualquiera?" }, "mappings": [ { @@ -223,7 +224,7 @@ "ca": "Aquest cafè ciclista ofereix una bomba per a bicicletes per a qualsevol persona", "pt_BR": "Esse café para ciclistas oferece uma bomba de ar para todos", "pt": "Este café para ciclistas oferece uma bomba de ar para todos", - "es": "Esta cafetería para ciclistas ofrece una bomba de aire para cualquier persona" + "es": "Este bike café ofrece una bomba de bicicleta para cualquiera" } }, { @@ -243,7 +244,7 @@ "ca": "Aquest cafè ciclista no ofereix una bomba per a bicicletes per a qualsevol persona", "pt_BR": "Esse café para ciclistas não oferece uma bomba de ar para ninguém", "pt": "Este café para ciclistas não oferece uma bomba de ar para ninguém", - "es": "Esta cafetería para ciclistas no ofrece una bomba de aire para cualquier persona" + "es": "Este bike café no ofrece una bomba de bicicleta para cualquiera" } } ] @@ -284,7 +285,8 @@ "pt": "Este café de bicicleta oferece ferramentas de reparo faça você mesmo", "da": "Denne cykelcafé tilbyder værktøj til gør-det-selv-reparation", "cs": "Tato cyklokavárna nabízí nářadí pro kutilské opravy", - "ca": "Aquest cafè ciclista ofereix ferramentes per a la reparació DIY" + "ca": "Aquest cafè ciclista ofereix ferramentes per a la reparació DIY", + "es": "Este bike café ofrece herramientas para reparaciones DIY" } }, { @@ -303,7 +305,8 @@ "pt": "Este café de bicicleta não oferece ferramentas de reparo faça você mesmo", "da": "Denne cykelcafé tilbyder ikke værktøj til gør-det-selv-reparation", "cs": "Tato cyklokavárna nenabízí nářadí pro kutilské opravy", - "ca": "Aquest cafè ciclista no ofereix ferramentes per a la reparació DIY" + "ca": "Aquest cafè ciclista no ofereix ferramentes per a la reparació DIY", + "es": "Este bike café no ofrece herramientas para reparaciones DIY" } } ] @@ -324,7 +327,8 @@ "pt": "Este café de bicicleta conserta bicicletas?", "da": "Reparerer denne cykelcafé cykler?", "cs": "Opravuje tato cyklokavárna jízdní kola?", - "ca": "Aquest cafè ciclista repara bicicletes?" + "ca": "Aquest cafè ciclista repara bicicletes?", + "es": "¿Este bike café repara bicicletas?" }, "mappings": [ { @@ -343,7 +347,8 @@ "pt": "Este café de bicicleta conserta bicicletas", "da": "Denne cykelcafé reparerer cykler", "cs": "Tato cyklokavárna opravuje jízdní kola", - "ca": "Aquest cafè ciclista repara bicicletes" + "ca": "Aquest cafè ciclista repara bicicletes", + "es": "Este bike café repara bicicletas" } }, { @@ -362,7 +367,8 @@ "pt": "Este café de bicicleta não conserta bicicletas", "da": "Denne cykelcafé reparerer ikke cykler", "cs": "Tato cyklokavárna neopravuje kola", - "ca": "Aquest cafè ciclista no repara bicicletes" + "ca": "Aquest cafè ciclista no repara bicicletes", + "es": "Este bike café no repara bicicletas" } } ] @@ -386,7 +392,8 @@ "pt": "Quando este café de bicicleta abre?", "da": "Hvornår er denne cykelcafé åbent?", "cs": "Kdy byla tato cyklistická kavárna otevřena?", - "ca": "Quan obri aquest cafè ciclista?" + "ca": "Quan obri aquest cafè ciclista?", + "es": "¿Cuándo abre este bike café?" } } } diff --git a/assets/layers/bike_cleaning/bike_cleaning.json b/assets/layers/bike_cleaning/bike_cleaning.json index fedd79d623..78956543b4 100644 --- a/assets/layers/bike_cleaning/bike_cleaning.json +++ b/assets/layers/bike_cleaning/bike_cleaning.json @@ -10,7 +10,7 @@ "pt_BR": "Serviço de limpeza de bicicletas", "pt": "Serviço de limpeza de bicicletas", "ru": "Услуги по чистке велосипедов", - "es": "Servicio de limpieza de bicis", + "es": "Servicio de limpieza de bicicletas", "da": "Cykelrengøring", "cs": "Služba mytí jízdních kol", "ca": "Servei de neteja de bicicletes", @@ -20,7 +20,7 @@ "en": "A layer showing facilities where one can clean their bike", "nl": "Een laag die plaatsen toont waar je je fiets kunt wassen", "de": "Eine Ebene mit Einrichtungen, in denen man sein Fahrrad reinigen kann", - "es": "Una capa que muestra instalaciones en las que uno puede limpiar su bici", + "es": "Una capa que muestra las instalaciones donde se puede limpiar la bicicleta", "da": "Et lag med faciliteter, hvor man kan rengøre sin cykel", "fr": "Une couche affichant les lieux où l'on peut nettoyer son vélo", "cs": "Vrstva zobrazující zařízení, kde si můžete umýt kolo", @@ -34,8 +34,7 @@ "or": [ "service:bicycle:cleaning=yes", "service:bicycle:cleaning=diy", - "amenity=bicycle_wash", - "amenity=bike_wash" + "amenity=bicycle_wash" ] } }, @@ -51,7 +50,7 @@ "pt_BR": "Serviço de limpeza de bicicletas", "pt": "Serviço de limpeza de bicicletas", "ru": "Услуги по чистке велосипедов", - "es": "Servicio de limpieza de bicis", + "es": "Servicio de limpieza de bicicletas", "da": "Cykel rengøringsservice", "cs": "Služba mytí jízdních kol", "ca": "Servei de neteja de bicicletes" @@ -68,7 +67,7 @@ "zh_Hant": "單車清理服務 {name}", "pt_BR": "Serviço de limpeza de bicicletas {name}", "pt": "Serviço de limpeza de bicicletas {name}", - "es": "Servicio de limpieza de bicis {name}", + "es": "Servicio de limpieza de bicicletas {name}", "da": "Cykelrengøringstjeneste {name}", "cs": "Služba mytí kol {name}", "ca": "Servei de neteja de bicicletes {name}" @@ -83,7 +82,6 @@ "if": { "and": [ "service:bicycle:cleaning~*", - "amenity!=bike_wash", "amenity!=bicycle_wash" ] }, @@ -106,7 +104,6 @@ ] } ], - "lineRendering": [], "presets": [ { "title": { @@ -119,7 +116,7 @@ "pt_BR": "uma serviço de limpeza de bicicletas", "pt": "uma serviço de limpeza de bicicletas", "ru": "Услуги по чистке велосипедов", - "es": "un servicio de limpieza de bicis", + "es": "un servicio de limpieza de bicicletas", "da": "en cykelrengøring", "cs": "služba mytí jízdních kol", "ca": "un servei de neteja de bicicletes", @@ -137,7 +134,7 @@ "en": "How much does it cost to use the cleaning service?", "de": "Wie viel kostet die Nutzung des Reinigungsdienstes?", "nl": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?", - "es": "¿Cuánto cuesta utilizar el servicio de limpieza?", + "es": "¿Cuánto cuesta usar el servicio de limpieza?", "fr": "Combien coûte le service de nettoyage ?", "da": "Hvor meget koster det at bruge rengøringsservicen?", "cs": "Kolik stojí využívání služby mytí?", @@ -148,7 +145,7 @@ "en": "Using the cleaning service costs {service:bicycle:cleaning:charge}", "de": "Der Reinigungsservice kostet {service:bicycle:cleaning:charge}", "nl": "Het gebruik van het fietsschoonmaakpunt kost {service:bicycle:cleaning:charge}", - "es": "Utilizar el servicio de limpieza cuesta {service:bicycle:cleaning:charge}", + "es": "Usar el servicio de limpieza cuesta {service:bicycle:cleaning:charge}", "fr": "Le service de nettoyage coûte {service:bicycle:cleaning:charge}", "da": "Brug af rengøringsservice koster {service:bicycle:cleaning:charge}", "cs": "Využití služby mytí stojí {service:bicycle:cleaning:charge}", @@ -158,7 +155,6 @@ }, "condition": { "and": [ - "amenity!=bike_wash", "amenity!=bicycle_wash", "service:bicycle:cleaning!=no", "service:bicycle:cleaning!=" @@ -169,7 +165,7 @@ "addExtraTags": [ "service:bicycle:cleaning:fee=yes" ], - "inline": true + "inline": false }, "mappings": [ { @@ -201,7 +197,7 @@ "en": "Free to use", "de": "Kostenlose Nutzung", "nl": "Gratis te gebruiken", - "es": "Uso gratuito", + "es": "Gratuito", "fr": "Utilisation gratuite", "da": "Gratis at bruge", "cs": "Bezplatné používání", @@ -219,7 +215,7 @@ "en": "How much does it cost to use the cleaning service?", "de": "Wie viel kostet die Nutzung des Reinigungsdienstes?", "nl": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?", - "es": "¿Cuánto cuesta utilizar el servicio de limpieza?", + "es": "¿Cuánto cuesta usar el servicio de limpieza?", "fr": "Combien cela coûte-t-il d'utiliser le service de nettoyage ?", "da": "Hvor meget koster det at bruge rengøringsservicen?", "cs": "Kolik stojí využívání služby mytí?", @@ -231,7 +227,7 @@ "en": "Using the cleaning service costs {charge}", "de": "Die Nutzung des Reinigungsdienstes kostet {charge}", "nl": "Het gebruik van het fietsschoonmaakpunt kost {charge}", - "es": "Utilizar el servicio de limpieza cuesta {charge}", + "es": "Usar el servicio de limpieza cuesta {charge}", "fr": "L’utilisation du service de nettoyage coûte {charge}", "da": "Brug af rengøringsservice koster {charge}", "cs": "Využití služby mytí stojí {charge}", @@ -241,7 +237,6 @@ }, "condition": { "or": [ - "amenity=bike_wash", "amenity=bicycle_wash" ] }, @@ -275,7 +270,7 @@ "then": { "en": "There is a fee to use this cleaning service", "nl": "Dit fietsschoonmaakpunt is betalend", - "es": "Este servicio de limpieza es de pago", + "es": "Hay un cargo por utilizar este servicio de limpieza", "ca": "Hi ha un cost per utilitzar aquest servei de neteja", "de": "Dieser Reinigungsservice ist kostenpflichtig", "cs": "Využití úklidové služby je zpoplatněno", @@ -285,6 +280,54 @@ } ], "id": "bike_cleaning-charge" + }, + { + "question": { + "en": "Is this bicycle cleaning service automated?", + "nl": "Is dit fietsschoonmaakpunt geautomatiseerd?" + }, + "id": "automated", + "mappings": [ + { + "if": "automated=no", + "then": { + "en": "This is a manual bike washing station", + "nl": "Dit is een handmatig fietsschoonmaakpunt" + } + }, + { + "if": "automated=yes", + "then": { + "en": "This is an automated bike wash", + "nl": "Dit is een automatisch fietsschoonmaakpunt" + } + } + ], + "condition": "amenity=bicycle_wash" + }, + { + "question": { + "nl": "Is dit fietsschoonmaakpunt zelfbediening?", + "en": "Is this cleaning service self-service?" + }, + "id": "self_service", + "mappings": [ + { + "if": "self_service=yes", + "then": { + "nl": "Dit fietsschoonmaakpunt is zelfbediening", + "en": "This cleaning service is self-service" + } + }, + { + "if": "self_service=no", + "then": { + "nl": "Dit fietsschoonmaakpunt wordt bediend door aanwezig personeel", + "en": "This cleaning service is operated by an employee" + } + } + ], + "condition": "amenity=bicycle_wash" } ], "deletion": { @@ -300,4 +343,4 @@ "enableRelocation": false, "enableImproveAccuracy": true } -} +} \ No newline at end of file diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json index 9e36565216..9e3031f165 100644 --- a/assets/layers/bike_parking/bike_parking.json +++ b/assets/layers/bike_parking/bike_parking.json @@ -14,7 +14,7 @@ "pt_BR": "Estacionamento de bicicletas", "pt": "Estacionamento de bicicletas", "ca": "Aparcament per a bicicletes", - "es": "Aparcamiento de bicis", + "es": "Aparcamiento de bicicletas", "da": "Cykelparkering", "cs": "Parkování kol" }, @@ -22,7 +22,7 @@ "en": "A layer showing where you can park your bike", "nl": "Een laag die toont waar je je fiets kunt parkeren", "de": "Eine Ebene, die anzeigt, wo Sie Ihr Fahrrad abstellen können", - "es": "Una capa que muestra donde puedes aparcar tu bici", + "es": "Una capa que muestra dónde puedes aparcar tu bicicleta", "da": "Et lag, der viser, hvor man kan parkere sin cykel", "fr": "Une couche montrant où stationner son vélo", "cs": "Vrstva ukazující, kde můžete zaparkovat kolo", @@ -55,7 +55,7 @@ "pt_BR": "Estacionamento de bicicletas", "pt": "Estacionamento de bicicletas", "ca": "Aparcament per a bicicletes", - "es": "Aparcamiento de bicis", + "es": "Aparcamiento de bicicletas", "da": "Cykelparkering", "cs": "Parkování kol" } @@ -101,7 +101,7 @@ "pl": "Parking dla rowerów", "pt_BR": "uma estacionamento de bicicletas", "pt": "uma estacionamento de bicicletas", - "es": "un aparcamiento de bicis", + "es": "un aparcamiento de bicicletas", "da": "en cykelparkering", "cs": "parkování kol", "ca": "un aparcament per a bicis" @@ -127,10 +127,11 @@ "pl": "Jaki jest typ tego parkingu dla rowerów?", "pt_BR": "Qual o tipo deste estacionamento de bicicletas?", "pt": "Qual o tipo deste estacionamento de bicicletas?", - "es": "¿Cual es el tipo de este aparcamiento de bicicletas?", + "es": "¿Cuál es el tipo de este aparcamiento de bicicletas?", "da": "Hvilken type cykelparkering er det?", "cs": "Jaký je typ tohoto parkoviště pro jízdní kola?", - "ca": "Quin és el tipus d'aquest aparcament de bicicletes?" + "ca": "Quin és el tipus d'aquest aparcament de bicicletes?", + "uk": "Що це за тип велопарковки?" }, "render": { "en": "This is a bicycle parking of the type: {bicycle_parking}", @@ -145,10 +146,11 @@ "pl": "Jest to parking rowerowy typu: {bicycle_parking}", "pt_BR": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}", "pt": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}", - "es": "Este es un aparcamiento de bicicletas del tipo: {bicycle_parking}", + "es": "Se trata de un aparcamiento de bicicletas del tipo: {bicycle_parking}", "da": "Dette er en cykelparkering af typen: {bicycle_parking}", "cs": "Jde o typ parkoviště pro jízdní kola: {bicycle_parking}", - "ca": "Aquest és un aparcament de bicicletes del tipus: {bicycle_parking}" + "ca": "Aquest és un aparcament de bicicletes del tipus: {bicycle_parking}", + "uk": "Це велопарковка такого типу: {bicycle_parking}" }, "freeform": { "key": "bicycle_parking", @@ -172,7 +174,9 @@ "da": "Hæftestativer", "cs": "Stojany", "pt_BR": "Racks para prender a bicicleta", - "pl": "Stojaki" + "pl": "Stojaki", + "es": "Soportes", + "uk": "Стійки" }, "icon": { "path": "./assets/layers/bike_parking/staple.svg", @@ -185,7 +189,10 @@ "en": "Rack with side loops", "nl": "Rek met zijbeugel", "fr": "Rack à vélo avec arceau", - "de": "Radständer mit Seitenbügel" + "de": "Radständer mit Seitenbügel", + "cs": "Stojan s bočními smyčkami", + "es": "Racks con lazos laterales", + "uk": "Стійка з бічними петлями" }, "icon": { "path": "./assets/layers/bike_parking/safe_loops.svg", @@ -206,7 +213,8 @@ "ca": "Portarodes/bucles", "da": "Hjulstativ/løkker", "cs": "Stojan na kola / smyčky", - "pt_BR": "Suporte de rodas/loops" + "pt_BR": "Suporte de rodas/loops", + "es": "Curvadores de ruedas/rack" }, "icon": { "path": "./assets/layers/bike_parking/wall_loops.svg", @@ -227,7 +235,9 @@ "da": "Styrholder", "cs": "Držák na řídítka", "pt_BR": "Suporte para guidão", - "pt": "Suporte para guidão" + "pt": "Suporte para guidão", + "es": "Sujetador de manillar", + "uk": "Тримач керма" }, "icon": { "path": "./assets/layers/bike_parking/handlebar_holder.svg", @@ -250,7 +260,9 @@ "cs": "Stojan", "eu": "Rack-a", "pt_BR": "Suporte", - "pt": "Suporte" + "pt": "Suporte", + "es": "Rack", + "uk": "Стійка" }, "icon": { "path": "./assets/layers/bike_parking/rack.svg", @@ -273,7 +285,9 @@ "da": "To-lags", "cs": "Dvouúrovňové", "pt_BR": "De dois níveis", - "pt": "De dois níveis" + "pt": "De dois níveis", + "es": "De dos niveles", + "uk": "Дворівневий" }, "icon": { "path": "./assets/layers/bike_parking/two_tier.svg", @@ -292,7 +306,7 @@ "zh_Hant": "車棚", "it": "Rimessa", "ru": "Навес", - "es": "Caseta", + "es": "Cobertizo", "da": "Skur", "cs": "Přístřešek", "pa_PK": "شیڈ", @@ -300,7 +314,8 @@ "eu": "Etxola", "pt_BR": "Cabana", "pt": "Cabana", - "pl": "Wiata" + "pl": "Wiata", + "uk": "Навіс" }, "icon": { "path": "./assets/layers/bike_parking/shed.svg", @@ -323,7 +338,8 @@ "pa_PK": "بولارڈ", "eu": "Bolardo", "pt_BR": "Pilar", - "pt": "Pilar" + "pt": "Pilar", + "uk": "Стовпчик" }, "icon": { "path": "./assets/layers/bike_parking/bollard.svg", @@ -339,12 +355,13 @@ "it": "Una zona del terreno che è marcata per il parcheggio delle bici", "de": "Ein Bereich auf dem Boden, der für das Abstellen von Fahrrädern gekennzeichnet ist", "zh_Hant": "樓層當中標示為單車停車場的區域", - "es": "Una área en el suelo que está marcada para el aparcamiento de bicicletas", + "es": "Un área en el suelo que está marcada para el aparcamiento de bicicletas", "da": "Et område på gulvet, der er markeret til cykelparkering", "cs": "Plocha na zemi označená pro parkování jízdních kol", "ca": "Una zona al terra que està senyalitzada per a l'aparcament de bicicletes", "pt_BR": "Uma área no chão que é marcada para o estacionamento de bicicletas", - "pt": "Uma área no chão que é marcada para o estacionamento de bicicletas" + "pt": "Uma área no chão que é marcada para o estacionamento de bicicletas", + "uk": "Зона на поверсі, позначена для паркування велосипедів" } }, { @@ -352,7 +369,21 @@ "then": { "en": "A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..", "nl": "Een fietskluis waar één of enkele fietsen staan en op slot kan en die te klein is om in recht te staan.", - "de": "Ein Schließfach - Fahrräder werden einzeln oder mit mehreren Fahrrädern zusammen eingeschlossen. Der Schrank ist zu klein für eine stehende Person." + "de": "Ein Schließfach - Fahrräder werden einzeln oder mit mehreren Fahrrädern zusammen eingeschlossen. Der Schrank ist zu klein für eine stehende Person.", + "cs": "Skříňka - kola jsou uzavřena zcela samostatně nebo s několika koly dohromady. Skříňka je příliš malá na to, aby se do ní vešla stojící osoba..", + "es": "Un casillero: las bicicletas están completamente encerradas individualmente o con unas pocas bicicletas juntas. El casillero es demasiado pequeño para que quepa una persona de pie.", + "uk": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи." + } + }, + { + "if": "bicycle_parking=lean_and_stick", + "then": { + "en": "A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor", + "nl": "Een aanleunbeugel met klem waarbij je de zadelbuis in een anker kan vastklikken. Er is meestal een oog om een slot door te steken", + "cs": "Skloněný držák s možností použití zámku přes očko. Sedlovou trubku lze za stojan uchytit pomocí kotvy", + "de": "Ein Anlehnbügel mit der Möglichkeit, ein Schloss durch eine Öse zu verwenden. Das Sitzrohr kann durch den Ständer durch einen Anker gehalten werden", + "es": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla", + "uk": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера" } } ], @@ -369,10 +400,11 @@ "pt_BR": "Qual a localização relativa deste estacionamento de bicicletas?", "de": "Wo befinden sich diese Fahrradabstellplätze?", "pt": "Qual a localização relativa deste estacionamento de bicicletas?", - "es": "¿Cual es la localización relativa de este aparcamiento de bicicletas?", + "es": "¿Cuál es la ubicación relativa de este aparcamiento de bicicletas?", "da": "Hvad er den relative placering af denne cykelparkering?", "cs": "Jaké je relativní umístění tohoto parkoviště pro jízdní kola?", - "ca": "Quina és la ubicació relativa d'aquest aparcament per a bicicletes?" + "ca": "Quina és la ubicació relativa d'aquest aparcament per a bicicletes?", + "uk": "Де знаходиться ця велопарковка?" }, "mappings": [ { @@ -390,7 +422,8 @@ "ca": "Aparcament subterrani", "es": "Aparcamiento subterráneo", "da": "Underjordisk parkering", - "cs": "Podzemní parkoviště" + "cs": "Podzemní parkoviště", + "uk": "Підземний паркінг" } }, { @@ -409,7 +442,8 @@ "es": "Aparcamiento a nivel de calle", "da": "Parkering i gade niveau", "cs": "Povrchové parkoviště", - "ca": "Aparcament a nivell de carrer" + "ca": "Aparcament a nivell de carrer", + "uk": "Наземний паркінг" } }, { @@ -426,10 +460,11 @@ "pt": "Estacionamento no telhado", "ru": "Парковка на крыше", "ca": "Aparcament al terrat", - "es": "Aparcamiento de azotea", + "es": "Aparcamiento en azotea", "da": "Tagparkering", "cs": "Parkoviště na střeše", - "pl": "Parking na dachu" + "pl": "Parking na dachu", + "uk": "Парковка на даху" } }, { @@ -466,7 +501,7 @@ "zh_Hant": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。", "pt_BR": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", "pt": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.", - "es": "¿Está cubierto este aparcamiento? Selecciona \"cubierto\" también para aparcamientos interiores.", + "es": "¿Está cubierto este aparcamiento? Selecciona también \"cubierto\" para aparcamientos interiores.", "da": "Er denne parkering overdækket? Vælg også \"overdækket\" for indendørs parkeringspladser.", "cs": "Je toto parkoviště zastřešené? U vnitřních parkovišť vyberte také možnost \"kryté\".", "ca": "Aquest aparcament està cobert? També seleccioneu \"cobert\" per als aparcaments interiors." @@ -492,7 +527,7 @@ "ru": "Это крытая парковка (есть крыша/навес)", "pt_BR": "Este estacionamento é coberto (tem um telhado)", "pt": "Este estacionamento é coberto (tem um telhado)", - "es": "Este aparcamiento está cubierto (tiene un tejado)", + "es": "Este aparcamiento está cubierto (tiene techo)", "da": "Denne parkeringsplads er overdækket (den har et tag)", "cs": "Toto parkoviště je zastřešené (má střechu)", "ca": "Aquest aparcament està cobert (té un sostre)" @@ -532,7 +567,7 @@ "zh_Hant": "這個單車停車場能放幾台單車 (包括裝箱單車)?", "es": "¿Cuántas bicicletas caben en este aparcamiento de bicicletas?", "da": "Hvor mange cykler er der plads til på denne cykelparkering (inklusive mulige ladcykler)?", - "cs": "Kolik jízdních kol se vejde na toto parkoviště (včetně případných nákladních kol)?", + "cs": "Kolik jízdních kol se vejde na toto parkoviště?", "ca": "Quantes bicicletes caben en aquest aparcament de bicicletes?", "pt_BR": "Quantas bicicletas cabem nesse estacionamento de bicicletas (incluindo possíveis bicicletas de carga)?", "pt": "Quantas bicicletas cabem neste estacionamento de bicicletas (incluindo possíveis bicicletas de carga)?", @@ -543,7 +578,8 @@ "nl": "Dit is het totaal aantal gewone fietsen, bakfietsen, elektrische fietsen, ...", "de": "Dazu gehören reguläre Fahrräder, Lasträder, Ebikes,...", "pl": "To obejmuje zwykłe rowery, do transportu dóbr, elektryczne, ...", - "es": "Esto incluye bicis normales, de carga, eléctricas, ..." + "es": "Esto incluye bicicletas normales, bicicletas de carga, bicicletas eléctricas,…", + "cs": "Patří sem běžná jízdní kola, nákladní kola, elektrokola, ..." }, "render": { "en": "Place for {capacity} bikes", @@ -556,7 +592,7 @@ "ru": "Место для {capacity} велосипеда(ов)", "pt_BR": "Lugar para {capacity} bicicletas", "pt": "Lugar para {capacity} bicicletas", - "es": "Espacio para {capacity} bicis", + "es": "Espacio para {capacity} bicicletas", "da": "Plads til {capacity} cykler", "cs": "Místo pro {capacity} kol", "ca": "Espai per a {capacity} bicis", @@ -579,7 +615,7 @@ "ru": "Кто может пользоваться этой велопарковкой?", "pt_BR": "Quem pode usar este estacionamento de bicicletas?", "pt": "Quem pode usar este estacionamento de bicicletas?", - "es": "¿Quién puede utilizar este aparcamiento de bicicletas?", + "es": "¿Quién puede usar este aparcamiento de bicicletas?", "da": "Hvem kan bruge denne cykelparkering?", "cs": "Kdo může parkoviště pro jízdní kola využívat?", "ca": "Qui pot utilitzar aquest aparcament de bicicletes?", @@ -641,10 +677,11 @@ "pt_BR": "Acesso é principalmente para visitantes de uma empresa", "de": "Der Parkplatz darf von Kunden des Unternehmens genutzt werden", "pt": "Acesso é principalmente para visitantes de uma empresa", - "es": "El acceso es primariamente para visitantes a un negocio", + "es": "El acceso es principalmente para visitantes de un negocio", "da": "Adgang hovedsageligt for besøgende til en virksomhed", "cs": "Přístup je určen především pro návštěvníky podniku", - "ca": "L'accés és principalment per a visitants d'un negoci" + "ca": "L'accés és principalment per a visitants d'un negoci", + "uk": "Доступ надається насамперед відвідувачам бізнесу" } }, { @@ -656,29 +693,23 @@ "cs": "Přístup je omezen na členy školy, společnosti nebo organizace", "da": "Adgangen er begrænset til medlemmer af en skole, virksomhed eller organisation", "de": "Der Parkplatz darf nur von Mitgliedern einer Schule, Firma oder Organisation genutzt werden", - "es": "El acceso se limita a miembros de una escuela, compañía u organización", + "es": "El acceso está limitado a los miembros de una escuela, empresa u organización", "fr": "Accès limité aux membres d'une école, entreprise ou organisation", "it": "Accesso limitato ai membri di una scuola, una compagnia o un’organizzazione", "pt": "Acesso é limitado aos membros de uma escola, companhia ou organização", "pt_BR": "Acesso é limitado aos membros de uma escola, companhia ou organização", - "zh_Hant": "通行性僅限學校、公司或組織的成員" + "zh_Hant": "通行性僅限學校、公司或組織的成員", + "uk": "Доступ обмежений для членів школи, компанії або організації" } }, { "if": "access=private", "then": { - "en": "Access is limited to members of a school, company or organisation", - "nl": "Private fietsenstalling van een school, een bedrijf, ...", - "fr": "Accès limité aux membres d'une école, entreprise ou organisation", - "it": "Accesso limitato ai membri di una scuola, una compagnia o un’organizzazione", - "zh_Hant": "通行性僅限學校、公司或組織的成員", - "pt_BR": "Acesso é limitado aos membros de uma escola, companhia ou organização", - "de": "Der Parkplatz darf nur von Mitgliedern einer Schule, Firma oder Organisation genutzt werden", - "pt": "Acesso é limitado aos membros de uma escola, companhia ou organização", - "es": "El acceso se limita a miembros de una escuela, compañía u organización", - "da": "Adgangen er begrænset til medlemmer af en skole, virksomhed eller organisation", - "cs": "Přístup je omezen na členy školy, společnosti nebo organizace", - "ca": "L'accés està limitat a membres d'una escola, companyia o organització" + "en": "Private bicycle parking which is never available to the public, also not via a membership fee", + "nl": "Private fietsenstalling die niet voor het grote publiek toegankelijk is (dus ook niet met bv. een abonnement)", + "de": "Private Fahrradabstellplätze, die nie der Öffentlichkeit zur Verfügung stehen, auch nicht über einen Mitgliedsbeitrag", + "cs": "Soukromé parkoviště pro kola, které není nikdy přístupné veřejnosti, a to ani za členský poplatek", + "es": "Aparcamiento privado de bicicletas que nunca está disponible para el público, ni siquiera mediante una cuota de socio" } } ], @@ -691,7 +722,9 @@ "nl": "Is deze fietsenstalling gratis te gebruiken?", "de": "Sind die Fahrradparkplätze kostenlos zu benutzen?", "ca": "Aquests aparcaments de bicicletes són gratuïts?", - "es": "¿Son estos aparcamientos de bicicletras de uso gratuito?" + "es": "¿Son gratuitos estos aparcamientos de bicicletas?", + "cs": "Jsou tato parkoviště pro jízdní kola zdarma?", + "uk": "Чи є ці велопарковки безкоштовними?" }, "mappings": [ { @@ -701,7 +734,9 @@ "nl": "Betalende fietsparking", "de": "Man muss zahlen, um den Fahrradparkplatz zu nutzen", "fr": "L'utilisation de ce parking à vélo est payant", - "es": "Uno tiene que pagar para utilizar este aparcamiento de bicicletas" + "es": "Hay que pagar para usar este aparcamiento de bicicletas", + "cs": "Za použití tohoto parkoviště pro kola se musí platit", + "uk": "За користування цією велопарковкою потрібно платити" } }, { @@ -712,7 +747,8 @@ "nl": "Gratis te gebruiken", "de": "Die Nutzung ist kostenlos", "fr": "L'utilisation de ce parking à vélo est gratuit", - "es": "Uso gratuito" + "es": "Gratuito", + "cs": "Bezplatné použití" } } ] @@ -724,19 +760,22 @@ "en": "How much does it cost to park your bike here?", "nl": "Hoeveel kost het om een fiets te stallen?", "de": "Wie viel kostet es, Ihr Fahrrad hier zu parken?", - "es": "¿Cuánto cuesta aparcar aquí tu bici?" + "es": "¿Cuánto cuesta aparcar tu bicicleta aquí?", + "cs": "Kolik stojí zaparkování kola na tomto místě?" }, "questionHint": { "en": "This is the amount which is charged for a single bike", "nl": "Dit is de kostprijs voor een enkele fiets", "de": "Das ist der Betrag, der für ein einzelnes Fahrrad berechnet wird", - "es": "Esta es la cantidad que se cobra por una sola bici" + "es": "Esta es la cantidad que se cobra por una sola bicicleta", + "cs": "To je částka, která se účtuje za jedno jízdní kolo" }, "render": { "en": "Parking your bike costs {charge}", "nl": "Je fiets hier parkeren kost {charge}", "de": "Das Parken Ihres Fahrrads kostet {charge}", - "es": "Aparcar tu bici cuesta {charge}" + "es": "Aparcar tu bicicleta cuesta {charge}", + "cs": "Parkování kola stojí {charge}" }, "freeform": { "key": "charge", @@ -752,14 +791,16 @@ "de": "Wer unterhält diese Fahrradabstellplätze?", "fr": "Qui entretient ce parking à vélos ?", "ca": "Qui manté aquest aparcament per a bicis?", - "es": "¿Quién mantiene este aparcamiento de bicicletas?" + "es": "¿Quién mantiene este aparcamiento de bicicletas?", + "cs": "Kdo se stará o parkování jízdních kol?" }, "render": { "en": "This bicycle parking is maintained by {operator}", "nl": "Deze fietsenstalling wordt beheerd door {operator}", "de": "Dieser Fahrradparkplatz wird von {operator} bereitgestellt", "ca": "{operator} manté aquest aparcament per a bicis", - "es": "Este aparcamiento de bicicletas es mantenido por {operator}" + "es": "Este aparcamiento de bicicletas es mantenido por {operator}", + "cs": "Toto parkoviště pro jízdní kola spravuje {operator}" }, "freeform": { "key": "operator" @@ -772,13 +813,17 @@ "nl": "Wat is het telefoonnummer van de operator van deze fietsenstalling?", "de": "Wie lautet die Telefonnummer des Betreibers dieses Fahrradparkplatzes?", "ca": "Quin és el número de telèfon de l'operador d'aquest aparcament per a bicis?", - "es": "¿Cuál es número de teléfono del operador de este aparcamiento de bicicletas?" + "es": "¿Cuál es el número de teléfono del operador de este aparcamiento de bicicletas?", + "uk": "Який номер телефону оператора цієї велопарковки?", + "cs": "Jaké je telefonní číslo na provozovatele tohoto parkoviště pro jízdní kola?" }, "questionHint": { "en": "One might be able to call this number in case of problems, e.g. to remove unmaintained bicycles", "nl": "Men kan dit nummer bellen om bv. fietswrakken of defecten te melden", "de": "Man könnte diese Nummer anrufen, wenn es Probleme gibt, z. B. um nicht gewartete Fahrräder zu entfernen", - "ca": "És possible que es pugui trucar a aquest número en cas de problemes, p. per retirar les bicicletes abandonades" + "ca": "És possible que es pugui trucar a aquest número en cas de problemes, p. per retirar les bicicletes abandonades", + "cs": "Na toto číslo je možné volat v případě problémů, např. při odstraňování neudržovaných jízdních kol", + "es": "Se puede llamar a este número en caso de problemas, por ejemplo, para retirar bicicletas sin mantenimiento" }, "icon": "./assets/layers/questions/phone.svg", "freeform": { @@ -815,7 +860,9 @@ "en": "What is the website number of the operator of this bicycle parking?", "nl": "Wat is de website van de operator van deze fietsenstalling?", "de": "Wie lautet die Nummer auf der Website des Betreibers dieses Fahrradparkplatzes?", - "es": "¿Cuál es la página web del operador de este aparcamiento de bicicletas?" + "es": "¿Cuál es el número de sitio web del operador de este aparcamiento de bicicletas?", + "uk": "Яка адреса веб-сайту оператора цієї велопарковки?", + "cs": "Jaké je číslo internetové stránky provozovatele tohoto parkoviště pro jízdní kola?" }, "icon": "./assets/layers/icons/website.svg", "freeform": { @@ -853,7 +900,9 @@ "nl": "Wat is het emailadres van de beheerder van deze parking?", "de": "Wie lautet die E-Mail-Adresse des Betreibers dieses Fahrradparkplatzes?", "ca": "Quina és l'adreça de correu electrònic de l'operador d'aquest aparcament per a bicis?", - "es": "¿Cuál es la dirección de correo electrónico del operador de este aparcamiento de bicicletas?" + "es": "¿Cuál es la dirección de correo electrónico del operador de este aparcamiento de bicicletas?", + "cs": "Jaká je e-mailová adresa provozovatele tohoto parkoviště pro jízdní kola?", + "uk": "Яка електронна адреса оператора цієї велопарковки?" }, "icon": "./assets/svg/envelope.svg", "freeform": { @@ -873,7 +922,7 @@ "zh_Hant": "這個單車停車場有地方放裝箱的單車嗎?", "pt_BR": "O estacionamento de bicicletas tem vagas para bicicletas de carga?", "pt": "O estacionamento de bicicletas tem vagas para bicicletas de carga?", - "es": "¿Este aparcamiento de bicicletas tiene huecos para bicicletas de carga?", + "es": "¿Este aparcamiento de bicicletas tiene plazas para bicicletas de carga?", "da": "Har denne cykelparkering plads til ladcykler?", "cs": "Má toto parkoviště místa pro nákladní kola?", "ca": "Aquest aparcament de bicicletes té punts per a bicicletes de càrrega?" @@ -909,7 +958,7 @@ "zh_Hant": "這停車場有設計 (官方) 空間給裝箱的單車。", "pt_BR": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga.", "pt": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga.", - "es": "Este aparcamiento tiene huecos designados (oficialmente) para bicicletas de carga.", + "es": "Este aparcamiento tiene plazas designadas (oficiales) para bicicletas de carga.", "da": "Denne parkeringsplads har udpegede (officielle) pladser til ladcykler.", "cs": "Toto parkoviště má vyhrazená (oficiální) místa pro nákladní kola.", "ca": "Aquest aparcament hi han llocs designats (oficialment) per a bicicletes de càrrega." @@ -926,9 +975,9 @@ "it": "Il parcheggio delle bici cargo è proibito", "pt_BR": "Você não tem permissão para estacionar bicicletas de carga", "pt": "Não tem permissão para estacionar bicicletas de carga", - "es": "No está permitido aparcar bicicletas de carga", + "es": "No está permitido aparcar bicicletas de carga o no hay plazas previstas para bicicletas de carga", "da": "Det er ikke tilladt at parkere ladcykler", - "cs": "Není povoleno parkovat nákladní kola", + "cs": "Parkovat nákladní kola není povoleno nebo nejsou k dispozici žádná místa pro nákladní kola", "ca": "No teniu permís per aparcar bicicletes de càrrega o no hi ha places previstes per a bicicletes de càrrega" } } @@ -959,7 +1008,7 @@ "it": "Questo parcheggio può contenere {capacity:cargo_bike} bici cargo", "pt_BR": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga", "pt": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga", - "es": "En este aparcamiento caben {capacity:cargo_bike} bicicletas de carga", + "es": "Este aparcamiento cabe {capacity:cargo_bike} bicicletas de carga", "da": "Der er plads til {capacity:cargo_bike} på denne cykelparkering", "cs": "Toto parkoviště je vhodné pro {capacity:cargo_bike} nákladních kol", "ca": "A aquest aparcament caben {capacity:cargo_bike} bicicletes de càrrega" @@ -980,7 +1029,9 @@ "then": { "en": "There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed", "nl": "Hier zijn geen plaatsen voor bakfietsen voorzien of bakfietsen stallen is niet toegestaan ", - "de": "Es gibt hier keine speziellen Stellplätze für Lastenfahrräder oder das Abstellen von Lastenfahrrädern ist hier nicht erlaubt" + "de": "Es gibt hier keine speziellen Stellplätze für Lastenfahrräder oder das Abstellen von Lastenfahrrädern ist hier nicht erlaubt", + "cs": "Nejsou zde žádná vyhrazená místa pro nákladní kola nebo zde není parkování nákladních kol povoleno", + "es": "No hay espacios dedicados para bicicletas de carga aquí o no se permite aparcar bicicletas de carga aquí" }, "hideInAnswer": "capacity:cargo_bike=", "addExtraTags": [ @@ -997,12 +1048,15 @@ "nl": "Wat is de toegestane, maximale parkeerduur?", "de": "Was ist die maximal erlaubte Parkdauer?", "ca": "Quina és la durada màxima permesa d'estacionament?", - "es": "¿Cuál es la duración máxima permitida de estacionamiento?" + "es": "¿Cuál es la duración máxima de aparcamiento permitida?", + "cs": "Jaká je maximální povolená doba parkování?" }, "questionHint": { "en": "If the bicycle is parked for a longer amount, it might be removed by the operator", "nl": "Indien een fiets langer geparkeerd staat, kan deze verwijderd worden door de beheerder", - "de": "Wenn das Fahrrad für längere Zeit abgestellt wird, kann es vom Betreiber entfernt werden" + "de": "Wenn das Fahrrad für längere Zeit abgestellt wird, kann es vom Betreiber entfernt werden", + "cs": "Pokud je kolo zaparkované delší dobu, může ho provozovatel odstranit", + "es": "Si la bicicleta está aparcada durante más tiempo, el operador podría retirarla" }, "freeform": { "key": "maxstay", @@ -1013,7 +1067,8 @@ "nl": "Een fiets mag hier maximaal {canonical(maxstay)} parkeren", "de": "Ein Fahrrad kann hier höchstens für {canonical(maxstay)} geparkt werden", "ca": "Una bici pot aparcar aquí com a màxim {canonical(maxstay)}", - "es": "Se puede aparcar aquí una bici por como mucho {canonical(maxstay)}" + "es": "Una bicicleta se puede aparcar aquí como máximo durante {canonical(maxstay)}", + "cs": "Kolo zde může být zaparkováno maximálně po dobu {canonical(maxstay)}" } } ], diff --git a/assets/layers/bike_repair_station/bike_repair_station.json b/assets/layers/bike_repair_station/bike_repair_station.json index 932dad59de..1ff4fb7eb0 100644 --- a/assets/layers/bike_repair_station/bike_repair_station.json +++ b/assets/layers/bike_repair_station/bike_repair_station.json @@ -19,7 +19,7 @@ "en": "A layer showing bicycle pumps and bicycle repair tool stands", "nl": "Deze laag toont fietspompen en herstelpunten voor fietsen", "de": "Eine Ebene mit Fahrradpumpen und Werkzeugständern für die Fahrradreparatur", - "es": "Una capa que muestra bombas de bicicletas y puestos de herramientas de reparación de bicicletas", + "es": "Una capa que muestra bombas de bicicleta y soportes de herramientas de reparación de bicicletas", "da": "Et lag med cykelpumper og cykelreværktøjsstativer", "fr": "Une couche montrant les pompes à vélo et les centres de réparation", "cs": "Vrstva zobrazující vzduchové kompresory na jízdní kola a stojany na nářadí pro opravu jízdních kol", @@ -45,7 +45,7 @@ "it": "Stazione bici (gonfiaggio & riparazione)", "pt_BR": "Estação de bicicletas (bomba e reparo)", "ru": "Велостанция (накачка шин и ремонт)", - "es": "Estación de bicis (bomba y reparación)", + "es": "Estación de bicicletas (bomba y reparación)", "da": "Cykelstation (pumpe og reparation)", "ca": "Estació de bicicletes (bomba i reparació)", "cs": "Cyklistická stanice (pumpa a opravna)", @@ -69,7 +69,7 @@ "pt_BR": "Estação de reparo de bicicletas", "pt": "Estação de reparo de bicicletas", "ru": "Станция обслуживания велосипедов", - "es": "Estación de reparación de bicis", + "es": "Estación de reparación de bicicletas", "da": "Cykelreparationsstation", "cs": "Stanice na opravu kol", "ca": "Estació de reparació de bicicletes", @@ -93,11 +93,12 @@ "pt_BR": "Estação de reparo de bicicletas", "pt": "Estação de reparo de bicicletas", "ru": "Станция обслуживания велосипедов", - "es": "Estación de reparación de bicis", + "es": "Estación de reparación de bicicletas", "da": "Cykelreparationsstation", "cs": "Stanice na opravu kol", "ca": "Estació de reparació de bicicletes", - "pl": "Stacja naprawy rowerów" + "pl": "Stacja naprawy rowerów", + "uk": "Станція ремонту велосипедів" } }, { @@ -146,7 +147,7 @@ "it": "Pompa per bici {name}", "ru": "Велосипедный насос {name}", "pt_BR": "Bomba de bicicleta {name}", - "es": "Bomba de bicicletas {name}", + "es": "Bomba de bicicleta {name}", "da": "Cykelpumpe {name}", "cs": "Vzduchový kompresor {name}", "ca": "Bomba per a bicicletes {name}", @@ -171,7 +172,7 @@ "ru": "Велосипедный насос", "pt_BR": "Bomba de bicicleta", "ca": "Bomba de bicicleta", - "es": "Bomba para bicicletas", + "es": "Bomba de bicicleta", "da": "Cykelpumpe", "cs": "Vzduchový kompresor", "pl": "Pompka do rowerów", @@ -327,7 +328,7 @@ "fi": "pyöräpumppu", "pl": "pompka do roweru", "pt_BR": "uma bomba de bicicleta", - "es": "una bomba de bicicletas", + "es": "una bomba de bicicleta", "da": "en cykelpumpe", "cs": "pumpa na kolo", "ca": "una manxa per a bicicletes", @@ -347,7 +348,7 @@ "pl": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.", "pt_BR": "Um dispositivo para encher seus pneus em um local fixa no espaço público.", "pt": "Um aparelho para encher os seus pneus num local fixa no espaço público.", - "es": "Un dispositivo para inflar tus ruedas en una posición fija en el espacio público.", + "es": "Un dispositivo para inflar los neumáticos en una ubicación fija en el espacio público.", "da": "En anordning til at fylde dine dæk op på et fast sted i det offentlige rum.", "cs": "Zařízení pro huštění pneumatik na pevném místě na veřejném místě.", "ca": "Un dispositiu per a unflar les teues rodes en una posició fixa a l'espai públic." @@ -382,8 +383,8 @@ "nl": "Een fietspomp en gereedschap om je fiets te herstellen in de publieke ruimte. Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.", "fr": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.", "it": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.", - "de": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.", - "es": "Una bomba de bicicletas y herramientas para reparar tu bicicleta en el espacio público. Las herramientas habitualmente están aseguradas con cadenas contra el robo.", + "de": "Ein Gerät mit Werkzeug zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Das Werkzeug ist oft mit Ketten gegen Diebstahl gesichert.", + "es": "Una bomba de bicicleta y herramientas para reparar la bicicleta en el espacio público. Las herramientas suelen estar aseguradas con cadenas contra robos.", "da": "En cykelpumpe og værktøj til at reparere din cykel i det offentlige rum. Værktøjet er ofte sikret med kæder mod tyveri.", "cs": "Vzduchový kompresor na kolo a nářadí na opravu kola na veřejném místě. Nářadí je často zajištěno řetězy proti krádeži.", "ca": "Una bomba per a bicicletes i eines per a reparar la teva bicicleta a l'espai públic. Les eines sovint estan assegurades amb cadenes contra robatoris.", @@ -417,8 +418,8 @@ "description": { "en": "Tools to repair your bike in the public space (without pump). The tools are secured against theft.", "nl": "Gereedschap om je fiets te herstellen in de publieke ruimte (zonder pomp). Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.", - "de": "Werkzeug, um Ihr Fahrrad im öffentlichen Raum zu reparieren (ohne Pumpe). Die Werkzeuge sind gegen Diebstahl gesichert.", - "es": "Herramientas para reparar tu bici en el espacio público (sin bomba).Las herramientas están aseguradas contra el robo.", + "de": "Werkzeug, um Ihr Fahrrad im öffentlichen Raum zu reparieren (ohne Pumpe). Das Werkzeug ist gegen Diebstahl gesichert.", + "es": "Herramientas para reparar la bicicleta en el espacio público (sin bomba). Las herramientas están aseguradas contra robos.", "da": "Værktøj til at reparere din cykel i det offentlige rum (uden pumpe). Værktøjet er sikret mod tyveri.", "fr": "Des outils pour réparer les vélos dans l’espace public (sans pompe). Les outils sont sécurisés contre le vol.", "cs": "nářadí pro opravu kola na veřejném místě (bez vzduchového kompresoru) Nářadí je zabezpečeno proti krádeži.", @@ -439,10 +440,11 @@ "it": "Quali servizi sono disponibili in questa stazione per bici?", "pt_BR": "Quais serviços estão disponíveis nesta estação de bicicletas?", "pt": "Quais serviços estão disponíveis nesta estação de bicicletas?", - "es": "¿Qué servicios están disponibles en esta localización?", + "es": "¿Qué servicios están disponibles en este lugar?", "da": "Hvilke tjenester er tilgængelige på dette sted?", "cs": "Jaké služby jsou na tomto místě k dispozici?", - "ca": "Quins serveis hi ha disponibles en aquesta ubicació?" + "ca": "Quins serveis hi ha disponibles en aquesta ubicació?", + "uk": "Які послуги доступні в цьому місці?" }, "mappings": [ { @@ -464,7 +466,8 @@ "es": "Solo hay una bomba presente", "da": "Der er kun en pumpe", "cs": "K dispozici je pouze vzduchový kompresor", - "ca": "Només hi ha una bomba present" + "ca": "Només hi ha una bomba present", + "uk": "Присутній тільки насос" } }, { @@ -483,10 +486,11 @@ "it": "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti", "pt_BR": "Há somente ferramentas (chaves de fenda, alicates...) presentes", "pt": "Há somente ferramentas (chaves de fenda, alicates...) presentes", - "es": "Solo hay herramientas (destornilladores, pinzas...) presentes", + "es": "Solo hay herramientas (destornilladores, alicates,…) presentes", "da": "Der er kun værktøj (skruetrækkere, tænger, ...) til stede", "cs": "K dispozici je pouze nářadí (šroubováky, kleště, …)", - "ca": "Només hi ha present ferramentes (tornavísos, pinces, …)" + "ca": "Només hi ha present ferramentes (tornavísos, pinces, …)", + "uk": "Присутні лише інструменти (викрутки, плоскогубці, ...)" } }, { @@ -505,10 +509,11 @@ "it": "Ci sono sia attrezzi che pompa presenti", "pt_BR": "Há tanto ferramentas e uma bomba presente", "pt": "Há tanto ferramentas e uma bomba presente", - "es": "Hay tanto herramientas como bombas", + "es": "Hay tanto herramientas como una bomba presentes", "da": "Der er både værktøj og pumpe", "cs": "K dispozici jsou nástroje i vzduchový kompresor", - "ca": "Hi ha tant eines com una bomba" + "ca": "Hi ha tant eines com una bomba", + "uk": "Присутні як інструменти, так і насос" } } ] @@ -523,10 +528,11 @@ "it": "La pompa per bici è sempre funzionante?", "ru": "Велосипедный насос все еще работает?", "pl": "Czy pompka rowerowa jest nadal sprawna?", - "es": "¿Todavía está operativa la bomba para bicicletas?", + "es": "¿La bomba de bicicleta sigue funcionando?", "da": "Fungerer cykelpumpen stadig?", "cs": "Je vzduchový kompresor na kolo stále funkční?", - "ca": "La bomba per a la bicicleta encara funciona?" + "ca": "La bomba per a la bicicleta encara funciona?", + "uk": "Велосипедний насос ще працює?" }, "condition": "service:bicycle:pump=yes", "mappings": [ @@ -541,10 +547,11 @@ "it": "La pompa per bici è guasta", "ru": "Велосипедный насос сломан", "pl": "Pompka rowerowa jest zepsuta", - "es": "La bomba para bicicletas está rota", + "es": "La bomba de bicicleta está rota", "da": "Cykelpumpen er i stykker", "cs": "Vzduchový kompresor na kolo je rozbitý", - "ca": "La bomba per a bicicletes està trencada" + "ca": "La bomba per a bicicletes està trencada", + "uk": "Велосипедний насос зламаний" } }, { @@ -558,10 +565,11 @@ "it": "La pompa per bici funziona", "ru": "Велосипедный насос работает", "pl": "Pompka rowerowa jest sprawna", - "es": "La bomba para bicicletas está operativa", + "es": "La bomba de bicicleta está operativa", "da": "Cykelpumpen er i drift", "cs": "Vzduchový kompresor na kolo je v provozu", - "ca": "La bomba per a la bicicleta està operativa" + "ca": "La bomba per a la bicicleta està operativa", + "uk": "Велосипедний насос працює" } } ], @@ -590,7 +598,7 @@ "en": "Who is allowed to use this repair station?", "nl": "Wie kan dit herstelpunt gebruiken?", "de": "Wer darf die Reparaturstation nutzen?", - "es": "¿A quién se le permite utilizar esta estación de reparación?", + "es": "¿Quién puede usar esta estación de reparación?", "da": "Hvem må bruge denne reparationsstation?", "fr": "Qui est autorisé à utiliser ce centre de réparation ?", "cs": "Kdo smí tuto opravnu používat?", @@ -645,7 +653,7 @@ "en": "Not accessible to the general public", "nl": "Niet publiek toegankelijk", "de": "Die Reparaturstation darf nicht öffentlich genutzt werden", - "es": "No accesible para el público general", + "es": "No accesible al público en general", "da": "Ikke tilgængelig for offentligheden", "fr": "Pas accessible au public", "cs": "Nepřístupné pro veřejnost", @@ -659,7 +667,7 @@ "en": "Not accessible to the general public", "nl": "Niet publiek toegankelijk", "de": "Nicht für die Allgemeinheit zugänglich", - "es": "No accesible para el público general", + "es": "No accesible al público en general", "da": "Ikke tilgængelig for offentligheden", "fr": "Pas accessible au public", "cs": "Nepřístupné pro veřejnost", @@ -682,7 +690,7 @@ "de": "Wer betreibt die Reparaturstation?", "pt_BR": "Quem faz a manutenção desta bomba de ciclo?", "pt": "Quem faz a manutenção desta bomba de ciclo?", - "es": "¿Quién mantiene esta bomba para bicicletas?", + "es": "¿Quién mantiene esta bomba de bicicleta?", "da": "Hvem vedligeholder denne cykluspumpe?", "cs": "Kdo udržuje tento vzduchový kompresor?", "ca": "Qui fa el manteniment d'aquesta bomba de cicle?" @@ -714,10 +722,11 @@ "nl": "Wat is het email-adres van de beheerder?", "de": "Wie lautet die E-Mail-Adresse des Betreibers?", "fr": "Quelle est l'adresse email du service de maintenance ?", - "es": "¿Es esta la dirección de correo electrónico del mantenedor?", + "es": "¿Cuál es la dirección de correo electrónico del mantenedor?", "da": "Hvad er e-mailadressen på vedligeholderen?", "cs": "Jaká je e-mailová adresa správce?", - "ca": "Quina és l'adreça de correu electrònic del responsable del manteniment?" + "ca": "Quina és l'adreça de correu electrònic del responsable del manteniment?", + "uk": "Яка адреса електронної пошти супровідника?" }, "freeform": { "key": "email", @@ -735,10 +744,11 @@ "nl": "Wat is het telefoonnummer van de beheerder?", "de": "Wie lautet die Telefonnummer des Betreibers?", "fr": "Quel est le numéro de téléphone du service de maintenance ?", - "es": "¿Cual es el número de teléfono del mantenedor?", + "es": "¿Cuál es el número de teléfono del mantenedor?", "da": "Hvad er telefonnummeret på vedligeholderen?", "cs": "Jaké je telefonní číslo správce?", - "ca": "Quin és el número de telèfon del responsable?" + "ca": "Quin és el número de telèfon del responsable?", + "uk": "Який номер телефону супровідника?" }, "freeform": { "key": "phone", @@ -756,7 +766,7 @@ "gl": "Esta estación de arranxo de bicicletas ten unha ferramenta especial para arranxar a cadea da túa bicicleta?", "de": "Verfügt diese Fahrrad-Reparaturstation über Spezialwerkzeug zur Reparatur von Fahrradketten?", "it": "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?", - "es": "¿Esta estación de reparación tiene una herramienta especial para reparar la cadena de tu bici?", + "es": "¿Esta estación de reparación de bicicletas tiene una herramienta especial para reparar la cadena de la bicicleta?", "da": "Har denne cykelreparationsstation et specialværktøj til at reparere cykelkæder?", "cs": "Má tato opravna kol speciální nástroj na opravu řetězu?", "ca": "Aquesta estació de reparació de bicicletes té una eina especial per reparar la vostra cadena de la biciclete?" @@ -791,7 +801,7 @@ "it": "Non è presente un utensile per riparare la catena", "pt_BR": "Não há uma ferramenta de corrente", "pt": "Não há uma ferramenta de corrente", - "es": "No hay herramienta de cadenas", + "es": "No hay herramienta para cadenas", "da": "Der er ikke noget kædeværktøj", "cs": "Není k dispozici žádný nástroj na řetěz", "ca": "No hi ha ferramentes per a la cadena" @@ -808,10 +818,11 @@ "gl": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?", "de": "Hat diese Fahrradstation einen Haken, an dem Sie Ihr Fahrrad aufhängen können, oder einen Ständer, um es anzuheben?", "it": "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?", - "es": "¿Esta estación tiene un gancho para colgar tu bici o un soporte para elevarla?", + "es": "¿Esta estación de bicicletas tiene un gancho para colgar la bicicleta o un soporte para elevarla?", "da": "Har denne cykelstation en krog til at hænge din cykel på eller et stativ til at hæve den?", "cs": "Má tato cyklistická stanice hák na zavěšení kola nebo stojan na jeho zvednutí?", - "ca": "Aquesta estació de bicicletes té un ganxo per penjar la bicicleta o un suport per aixecar-la?" + "ca": "Aquesta estació de bicicletes té un ganxo per penjar la bicicleta o un suport per aixecar-la?", + "uk": "Чи є на цій станції гачок, на який можна повісити велосипед, або підставка для його підйому?" }, "condition": "service:bicycle:tools=yes", "mappings": [ @@ -829,7 +840,8 @@ "es": "Hay un gancho o soporte", "da": "Der er en krog eller et stativ", "cs": "K dispozici je závěsný hák nebo stojan", - "ca": "Hi ha un ganxo o suport" + "ca": "Hi ha un ganxo o suport", + "uk": "Є гачок або підставка" } }, { @@ -843,10 +855,11 @@ "it": "Non c’è né un gancio né un supporto", "pt_BR": "Não há um gancho ou um suporte", "pt": "Não há um gancho ou um suporte", - "es": "No hay ningún gancho o soporte", + "es": "No hay gancho ni soporte", "da": "Der er ingen krog eller stativ", "cs": "Není zde žádný závěsný hák ani stojan", - "ca": "No hi ha ganxo ni suport" + "ca": "No hi ha ganxo ni suport", + "uk": "Немає гачка або підставки" } } ] @@ -866,7 +879,7 @@ "en": "Broken bicycle pump", "nl": "Kapotte fietspomp", "de": "Fahrradpumpe kaputt", - "es": "Bomba para bicicletas rota", + "es": "Bomba de bicicleta rota", "fr": "Pompe à vélo cassée", "da": "Cykelpumpe i stykker", "cs": "Rozbitý vzduchový kompresor", @@ -878,10 +891,11 @@ "nl": "Geachte\n\nGraag had ik u gemeld dat een fietspomp defect is. De fietspomp bevindt zich hier: https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id}.\n\nMet vriendelijke groeten.", "de": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.\n\nMit freundlichen Grüßen", "da": "Hej,\n\nMed denne e-mail vil jeg gerne oplyse, at cykelpumpen, der befinder sig på https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} er i stykker.\n\n Med venlig hilse", - "es": "Hola,\n\nCon este correo, me gustaría informar de que esta bomba para bicicletas situada en https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} está rota.\n\nUn saludo", + "es": "Hola,\n\nCon este correo electrónico, me gustaría informarte de que la bomba de bicicleta ubicada en https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} está rota.\n\nSaludos cordiales", "fr": "Bonjour,\n\nCe mail pour vous informer que la pompe à vélo située à https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} est cassée.\n\nBien à vous.", "cs": "Dobrý den,\n\ntímto e-mailem bych Vás chtěl informovat, že vzduchový kompresor na kolo umístěný na adrese https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} je rozbitý.\n\n S pozdravem", - "ca": "Hola,\n\nAmb aquest correu electrònic, m'agradaria informar-vos que la bomba de bicicleta situada a https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} està trencada.\n\nSalutacions cordials" + "ca": "Hola,\n\nAmb aquest correu electrònic, m'agradaria informar-vos que la bomba de bicicleta situada a https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} està trencada.\n\nSalutacions cordials", + "uk": "Доброго дня,\n\nЦим листом хочу повідомити, що велосипедний насос, розташований за адресою https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id}, вийшов з ладу.\n\n З повагою" }, "button_text": { "en": "Report this bicycle pump as broken", @@ -889,7 +903,7 @@ "fr": "Signaler cette pompe à vélo cassée", "de": "Melde diese Fahrradpumpe als kaputt", "da": "Anmeld denne cykelpumpe som værende i stykker", - "es": "Reportar esta bomba para bicicletas como rota", + "es": "Informar de esta bomba de bicicleta como rota", "cs": "Nahlásit tento vzduchový kompresor na kolo jako rozbitý", "ca": "Informar aquesta bomba de bicicleta com a trencada", "pl": "Zgłoś, że ta pompka rowerowa jest zepsuta" @@ -907,7 +921,7 @@ "de": "Welche Ventile werden unterstützt?", "it": "Quali valvole sono supportate?", "pl": "Jakie zawory są obsługiwane?", - "es": "¿Que válvulas se soportan?", + "es": "¿Qué válvulas son compatibles?", "da": "Hvilke ventiler understøttes?", "cs": "Jaké ventily jsou podporovány?", "ca": "Quines vàlvules són compatibles?" @@ -921,7 +935,7 @@ "it": "Questa pompa è compatibile con le seguenti valvole: {valves}", "ru": "Этот насос поддерживает следующие клапаны: {valves}", "pl": "Ta pompka obsługuje następujące zawory: {valves}", - "es": "Esta bomba soporta las siguiente válvulas: {valves}", + "es": "Esta bomba admite las siguientes válvulas: {valves}", "da": "Denne pumpe understøtter følgende ventiler: {valves}", "cs": "Tento vzduchový kompresor podporuje následující ventily: {valves}", "ca": "Aquesta bomba admet les vàlvules següents: {valves}" @@ -945,7 +959,7 @@ "it": "Sclaverand (detta anche Presta)", "ru": "Клапан Presta (также известный как французский клапан)", "da": "Sclaverand/Presta (cykeldæk med smal bredde)", - "es": "Sclaverand/Presta (neumáticos de bicicleta estrechos)", + "es": "Sclaverand/Presta (neumáticos de bicicleta de ancho estrecho)", "cs": "Sclaverand/Presta (úzké cyklistické pláště)", "ca": "Sclaverand/Presta (pneumàtics per a bicis estrets)" } @@ -997,7 +1011,7 @@ "it": "Questa pompa per bici è elettrica?", "ru": "Это электрический велосипедный насос?", "pl": "Czy jest to elektryczna pompka do roweru?", - "es": "¿Es una bomba eléctrica para bicis?", + "es": "¿Es una bomba de bicicleta eléctrica?", "da": "Er dette en elektrisk cykelpumpe?", "cs": "Je to elektrická pumpa na kolo?", "ca": "És una bomba per a bicicletes elèctrica?" @@ -1054,7 +1068,7 @@ "de": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?", "it": "Questa pompa ha l’indicatore della pressione o il manometro?", "pl": "Czy pompka posiada wskaźnik ciśnienia lub manometr?", - "es": "¿La bomba tiene un indicador de presión o manómetro?", + "es": "¿Tiene la bomba un indicador de presión o manómetro?", "da": "Har pumpen trykindikator eller manometer?", "cs": "Má vzduchový kompresor ukazatel tlaku nebo manometr?", "ca": "La bomba té un indicador de pressió o un manòmetre?" @@ -1093,7 +1107,7 @@ "pl": "Nie ma manometru", "pt_BR": "Não há um manômetro", "pt": "Não há um manômetro", - "es": "No hay ningún manometro", + "es": "No hay manómetro", "da": "Der er ikke noget manometer", "cs": "Není zde žádný manometr", "ca": "No hi ha manòmetre" @@ -1112,7 +1126,7 @@ "pl": "Jest manometr, ale jest uszkodzony", "pt_BR": "Há um manômetro mas está quebrado", "pt": "Há um manômetro mas está quebrado", - "es": "Hay un manómetro pero está roto", + "es": "Hay un manómetro, pero está roto", "da": "Der er et manometer, men det er i stykker", "cs": "Je zde manometr, ale je rozbitý", "ca": "Hi ha manòmetre però està trencat" diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index 959b267d73..14e594f893 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -11,7 +11,7 @@ "pt_BR": "Reparo/loja de bicicletas", "pt": "Reparo/loja de bicicletas", "ca": "Botiga/reparació de bicicletes", - "es": "Taller/tienda de bicis", + "es": "Reparación/tienda de bicicletas", "da": "Cykelreparation/butik", "cs": "Opravna/obchod s jízdními koly" }, @@ -24,7 +24,7 @@ "pt_BR": "Uma loja que vende especificamente bicicletas ou itens relacionados", "de": "Ein Geschäft, das speziell Fahrräder oder verwandte Artikel verkauft", "pt": "Uma loja que vende especificamente bicicletas ou itens relacionados", - "es": "Una tiene que vende específicamente bicis u objetos relacionados", + "es": "Una tienda que vende específicamente bicicletas o artículos relacionados", "da": "En butik, der specifikt sælger cykler eller relaterede varer", "ca": "Una botiga que ven específicament bicicletes o articles relacionats", "cs": "Obchod zaměřený na prodej jízdních kol nebo souvisejících předmětů" @@ -69,7 +69,7 @@ "pt": "Reparo/loja de bicicletas", "ca": "Botiga/reparació de bicicletes", "da": "Cykelværksted/butik", - "es": "Taller/tienda de bicis", + "es": "Reparación/tienda de bicicletas", "cs": "Oprava kol/obchod" }, "mappings": [ @@ -88,7 +88,7 @@ "de": "Sportartikelgeschäft {name}", "pt_BR": "Loja de equipamentos esportivos {name}", "pt": "Loja de equipamentos desportivos {name}", - "es": "Tienda de material deportivo {name}", + "es": "Tienda de artículos deportivos {name}", "da": "Butik med sportsudstyr {name}", "ca": "Botiga d'equipament esportiu {name}", "cs": "Obchod se sportovním vybavením {name}" @@ -119,7 +119,8 @@ "it": "Noleggio di biciclette {name}", "pt": "Aluguel de bicicletas {name}", "pt_BR": "Aluguel de bicicletas {name}", - "ru": "Прокат велосипедов {name}" + "ru": "Прокат велосипедов {name}", + "uk": "Пункт прокату велосипедів {name}" } }, { @@ -144,7 +145,7 @@ "de": "Fahrradwerkstatt {name}", "pt_BR": "Reparo de bicicletas {name}", "pt": "Reparo de bicicletas {name}", - "es": "Reparación de bicis {name}", + "es": "Reparación de bicicletas {name}", "da": "Cykelreparation {name}", "ca": "Reparació de bicis {name}", "cs": "Opravy kol {name}", @@ -168,7 +169,7 @@ "ru": "Магазин велосипедов {name}", "pt_BR": "Loja de bicicletas {name}", "pt": "Loja de bicicletas {name}", - "es": "Tienda de bicis {name}", + "es": "Tienda de bicicletas {name}", "da": "Cykelforretning {name}", "ca": "Botiga de bicis {name}", "cs": "Prodejna kol {name}" @@ -190,7 +191,7 @@ "ru": "Магазин велосипедов {name}", "pt_BR": "Loja/reparo de bicicletas {name}", "pt": "Loja/reparo de bicicletas {name}", - "es": "Taller/tienda de bicis {name}", + "es": "Reparación/tienda de bicicletas {name}", "da": "Cykelværksted{name}", "ca": "Taller/botiga de bicis {name}", "cs": "Oprava kol/obchod {name}" @@ -208,7 +209,7 @@ "pt_BR": "Loja/reparo de bicicletas {name}", "pt": "Loja/reparo de bicicletas {name}", "da": "Cykelværksted{name}", - "es": "Taller/tienda de bicis {name}", + "es": "Reparación/tienda de bicicletas {name}", "ca": "Taller/botiga de bicis {name}", "cs": "Oprava kol/obchod {name}" } @@ -325,7 +326,7 @@ "de": "eine Fahrradwerkstatt bzw. ein Fahrradgeschäft", "it": "una negozio/riparatore di bici", "ru": "Обслуживание велосипедов/магазин", - "es": "un taller/tienda de bicis", + "es": "una reparación/tienda de bicicletas", "da": "en cykelværksted/butik", "ca": "una botiga/reparació de bicicletes", "cs": "opravna/obchod s jízdními koly" @@ -375,7 +376,7 @@ "cs": "Nabízí opravy kol \"Udělej si sám\"", "fr": "Offre des services DIY", "ca": "Ofereix reparar un mateix la bici", - "es": "Ofrece herramientas para autorreparación de bicis" + "es": "Ofrece reparación de bicicletas DIY" }, "osmTags": { "or": [ diff --git a/assets/layers/bike_themed_object/bike_themed_object.json b/assets/layers/bike_themed_object/bike_themed_object.json index 680b7b2a6c..537f4d6e2e 100644 --- a/assets/layers/bike_themed_object/bike_themed_object.json +++ b/assets/layers/bike_themed_object/bike_themed_object.json @@ -6,7 +6,7 @@ "fr": "Objet cycliste", "de": "Weitere fahrradbezogene Objekte", "it": "Oggetto relativo alle bici", - "es": "Objeto relacionado con bicis", + "es": "Objeto relacionado con bicicletas", "da": "Cykelrelateret genstand", "ca": "Objectes relacionats amb bicicletes", "cs": "Objekt související s jízdním kolem", @@ -16,7 +16,7 @@ "en": "A layer with bike-themed objects but who don't match any other layer", "nl": "Een laag met fietsgerelateerde diensten, die in geen enkele andere laag konden ondergebracht worden", "de": "Eine Ebene mit Objekten zum Thema Fahrrad, die zu keiner anderen Ebene passen", - "es": "Una capa con los objetos relacionados con bicis pero que no coinciden con ninguna otra capa", + "es": "Una capa con objetos con temática de bicicletas, pero que no coinciden con ninguna otra capa", "fr": "Une couche sur le thème des vélos mais qui ne correspondent à aucune autre couche", "da": "Et lag med objekter med cykeltema, men som ikke matcher noget andet lag", "ca": "Una capa amb els objectes relacionats amb bicis però que no coinxideixen amb cap altra capa", @@ -45,7 +45,7 @@ "fr": "Objet cycliste", "de": "Fahrradbezogenes Objekt", "it": "Oggetto relativo alle bici", - "es": "Objeto relacionado con las bicicletas", + "es": "Objeto relacionado con bicicletas", "da": "Cykelrelateret objekt", "ca": "Objecte relacionat amb bicis", "cs": "Objekt související s jízdním kolem", @@ -66,7 +66,7 @@ "de": "Radweg", "ru": "Велотрек", "ca": "Pista ciclable", - "es": "Carril bici", + "es": "Pista ciclista", "da": "Cykelsti", "cs": "Pruh pro cyklisty" } diff --git a/assets/layers/binocular/binocular.json b/assets/layers/binocular/binocular.json index c01bdb7ca3..6bc0b7b7c7 100644 --- a/assets/layers/binocular/binocular.json +++ b/assets/layers/binocular/binocular.json @@ -95,7 +95,7 @@ "de": "Ein fest installiertes Teleskop oder Fernglas, für die öffentliche Nutzung.Some wands might have different opening hours. Many hospitals allow visits during emergencies too.
", "de": "Einige Krankenhäuser haben möglicherweise andere Öffnungszeiten. Viele Krankenhäuser erlauben Besuche auch in Notfällen.
", "ca": "Algunes palntes poden tenir un horari d'obertura diferent. Molts hospitals també permeten visites en cas d'emergència.
", - "cs": "Některá oddělení mohou mít jinou otevírací dobu. Mnohé nemocnice povolují návštěvy i v době pohotovosti.
" + "cs": "Některá oddělení mohou mít jinou otevírací dobu. Mnohé nemocnice povolují návštěvy i v době pohotovosti.
", + "es": "Algunas varillas pueden tener horarios de apertura diferentes. Muchos hospitales también permiten visitas en caso de emergencia.
" } } ], diff --git a/assets/layers/hydrant/hydrant.json b/assets/layers/hydrant/hydrant.json index d6bd0c0e27..66a5f2bd50 100644 --- a/assets/layers/hydrant/hydrant.json +++ b/assets/layers/hydrant/hydrant.json @@ -10,7 +10,7 @@ "de": "Hydranten", "it": "Mappa degli idranti", "nl": "Kaart van brandkranen", - "es": "Mapa de bocas de incendios", + "es": "Mapa de bocas de incendio", "ca": "Mapa d'hidrants", "cs": "Mapa hydrantů", "pl": "Mapa hydrantów" @@ -25,7 +25,7 @@ "de": "Kartenebene zur Anzeige von Hydranten.", "it": "Livello della mappa che mostra gli idranti antincendio.", "nl": "Kaartlaag met brandkranen.", - "es": "Un mapa que muestra bocas de incendios.", + "es": "Capa del mapa para mostrar bocas de incendio.", "ca": "Una capa que mostra hidrants.", "cs": "Mapová vrstva zobrazující požární hydranty.", "pl": "Warstwa mapy pokazująca hydranty." @@ -49,7 +49,7 @@ "it": "Idrante", "nl": "Brandkraan", "ca": "Hidrant", - "es": "Boca de incendios", + "es": "Boca de incendio", "pa_PK": "ہائڈرنٹ", "cs": "Hydrant", "pl": "Hydrant" @@ -90,7 +90,7 @@ "de": "einen Hydranten", "it": "una idrante antincendio", "nl": "een brandkraan", - "es": "una boca de incendios", + "es": "una boca de incendio", "ca": "un hidrant", "cs": "požární hydrant", "pl": "hydrant" @@ -102,7 +102,7 @@ "de": "Ein Hydrant ist ein Anschlusspunkt, an dem die Feuerwehr Wasser zapfen kann. Er kann sich unterirdisch befinden.", "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.", + "es": "Una boca de incendio es un punto de conexión donde los bomberos pueden obtener agua. Puede estar ubicada bajo tierra.", "ca": "Un hidrant és un punt de connexió on els bombers poden aconseguir aigua. Pot estar baix terra.", "ru": "Гидрант – приспособление, с помощью которого пожарные могут подключаться к водопроводу. Гидранты могут быть под землёй.", "cs": "Hydrant je přípojné místo, odkud mohou hasiči čerpat vodu. Může být umístěn pod zemí." @@ -121,7 +121,7 @@ "de": "Welche Farbe hat der Hydrant?", "it": "Qual è il colore dell’idrante?", "nl": "Welke kleur heeft de brandkraan?", - "es": "¿De que color es la boca de incendios?", + "es": "¿De qué color es la boca de incendio?", "ca": "De quin color es l'hidrant?", "cs": "Jakou barvu má hydrant?", "pl": "Jakiego koloru jest ten hydrant?" @@ -135,7 +135,7 @@ "de": "Der Hydrant hat die Farbe {colour}", "it": "Il colore dell’idrante è {colour}", "nl": "De brandkraan is {colour}", - "es": "La boca de incendios es de color {colour}", + "es": "El color de la boca de incendio es {colour}", "ca": "L'hidrant és de color {colour}", "cs": "Barva hydrantu je {colour}", "pl": "Kolor tego hydrantu to {colour}" @@ -158,7 +158,7 @@ "de": "Die Farbe des Hydranten ist gelb.", "it": "Il colore dell’idrante è giallo.", "nl": "De brandkraan is geel.", - "es": "La boca de incendios es amarilla.", + "es": "El color de la boca de incendio es amarillo.", "ca": "L'hidrant és de color groc.", "cs": "Barva hydrantu je žlutá.", "pl": "Ten hydrant ma żółty kolor." @@ -179,7 +179,7 @@ "de": "Die Farbe des Hydranten ist rot.", "nl": "De brandkraan is rood.", "ca": "L'hidrant és de color roig.", - "es": "La boca de incendios es roja.", + "es": "El color de la boca de incendio es rojo.", "cs": "Barva hydrantu je červená.", "pl": "Ten hydrant ma czerwony kolor." } @@ -196,7 +196,7 @@ "fr": "De quel type de borne s’agit-il ?", "de": "Welche Bauform hat der Hydrant?", "nl": "Wat voor soort brandkraan is dit?", - "es": "¿De qué tipo es esta boca de incendios?", + "es": "¿Qué tipo de boca de incendio es?", "ca": "Quin tipus d'hidrant és?", "cs": "O jaký typ hydrantu se jedná?", "pl": "Jakiego rodzaju jest to hydrant?" @@ -212,7 +212,7 @@ "fr": " Type de borne : {fire_hydrant:type}", "de": " Hydranten-Typ: {fire_hydrant:type}", "nl": " Het type brandkraan is {fire_hydrant:type}", - "es": " Tipo de boca de incendios: {fire_hydrant:type}", + "es": " Tipo de boca de incendio: {fire_hydrant:type}", "ca": " Tipus d'hidrants: {fire_hydrant:type}", "cs": " Typ hydrantu: {fire_hydrant:type}" }, @@ -230,7 +230,7 @@ "de": "Überflurhydrant.", "it": "Soprasuolo.", "nl": "Pillaar type.", - "es": "De pilar.", + "es": "Tipo pilar.", "ca": "De pilar.", "ru": "Наземный.", "cs": "Typ sloupek." @@ -253,7 +253,7 @@ "de": "Druckloses Rohr.", "it": "Tubo.", "nl": "Buis type.", - "es": "De tubería.", + "es": "Tipo tubería.", "ca": "De tuberia.", "ru": "Труба.", "cs": "Typ potrubí." @@ -278,7 +278,7 @@ "de": "Wandhydrant.", "it": "A muro.", "nl": "Muur type.", - "es": "De pared.", + "es": "Tipo pared.", "ca": "De paret.", "cs": "Nástěnný typ." }, @@ -301,7 +301,7 @@ "it": "Sottosuolo.", "nl": "Ondergronds type.", "ca": "Subterrani.", - "es": "Bajo tierra.", + "es": "Tipo subterráneo.", "ru": "Подземный.", "cs": "Podzemní typ." }, @@ -321,7 +321,7 @@ "de": "Ist dieser Hydrant noch in Betrieb?", "it": "Questo idrante è ancora in funzione?", "nl": "Werkt deze brandkraan nog?", - "es": "¿Todavía funciona esta boca de incendios?", + "es": "¿Esta boca de incendio sigue funcionando?", "ca": "Encara funciona aquest hidrant?", "ru": "Этот гидрант в рабочем состоянии?", "cs": "Je tento hydrant stále funkční?", @@ -342,7 +342,7 @@ "de": "Der Hydrant ist (ganz oder teilweise) in Betrieb", "it": "L’idrante è (parzialmente o completamente) funzionante", "nl": "De brandkraan werkt (minstens gedeeltelijk)", - "es": "La boca de incendios funciona (total o parcialmente)", + "es": "La boca de incendio está (total o parcialmente) funcionando", "ca": "L'hidrant funciona (total o parcialment)", "cs": "Hydrant je (plně nebo částečně) funkční", "pl": "Ten hydrant (w pełni lub częściowo) działa" @@ -362,7 +362,7 @@ "de": "Der Hydrant ist nicht mehr in Betrieb", "it": "L’idrante è fuori servizio", "nl": "De brandkraan is niet beschikbaar", - "es": "La boca de incendios no está disponible", + "es": "La boca de incendio no está disponible", "ca": "L'hidrant no està disponible", "ru": "К гидранту нет доступа", "cs": "Hydrant je nedostupný", @@ -384,7 +384,7 @@ "de": "Der Hydrant wurde entfernt", "it": "L’idrante è stato rimosso", "nl": "Deze brandkraan is verwijderd", - "es": "La boca de incendios se ha retirado", + "es": "La boca de incendio ha sido retirada", "ca": "L'hidrant s'ha retirat", "cs": "Hydrant byl odstraněn", "pl": "Ten hydrant został usunięty" @@ -401,7 +401,8 @@ "ca": "Quin és el diàmetre d'aquest hidrant?", "ru": "Какой диаметр трубы у этого гидранта?", "fr": "Quel est le diamètre du tuyau de cette bouche d'incendie ?", - "cs": "Jaký je průměr trubky tohoto hydrantu?" + "cs": "Jaký je průměr trubky tohoto hydrantu?", + "es": "¿Cuál es el diámetro de la tubería de esta boca de incendio?" }, "freeform": { "key": "fire_hydrant:diameter", @@ -412,7 +413,8 @@ "ru": "Диаметр трубы", "ca": "Diàmetre de la canonada", "cs": "Průměr trubky", - "pl": "Średnica rury" + "pl": "Średnica rury", + "es": "Diámetro de la tubería" }, "type": "int" }, @@ -422,7 +424,8 @@ "nl": "Pijpdiameter:{canonical(fire_hydrant:diameter)}", "ru": "Диаметр трубы: {canonical(fire_hydrant:diameter)}", "ca": "Diàmetre de la canonada: {canonical(fire_hydrant:diameter)}", - "cs": "Průměr trubky: {canonical(fire_hydrant:diameter)}" + "cs": "Průměr trubky: {canonical(fire_hydrant:diameter)}", + "es": "Diámetro de la tubería: {canonical(fire_hydrant:diameter)}" } }, { @@ -433,7 +436,8 @@ "nl": "Hoe veel koppelingen bezit deze brandkraan?", "ca": "Quants acoblaments té aquest hidrant?", "fr": "Combien de raccords a cette bouche d'incendie ?", - "cs": "Kolik spojek má tento požární hydrant?" + "cs": "Kolik spojek má tento požární hydrant?", + "es": "¿Cuántos acoplamientos tiene esta boca de incendio?" }, "freeform": { "key": "couplings", @@ -442,7 +446,8 @@ "de": "Anzahl der Kupplungen", "nl": "Aantal koppelingen", "ca": "Nombre d'acoblaments", - "cs": "Počet spojek" + "cs": "Počet spojek", + "es": "Número de acoplamientos" }, "type": "int" }, @@ -451,7 +456,8 @@ "de": "Anzahl der Kupplungen: {couplings}", "nl": "Aantal koppelingen: {couplings}", "ca": "Nombre d'acoblaments: {couplings}", - "cs": "Počet spojek: {couplings}" + "cs": "Počet spojek: {couplings}", + "es": "Número de acoplamientos: {couplings}" } }, { @@ -462,7 +468,8 @@ "nl": "Welke soort koppeling heeft deze hydrant?", "ca": "Quin tipus d‘acoblament té aquest hidrant?", "ru": "Какого вида соединительные головки у этого гидранта?", - "cs": "Jaký typ spojky má tento hydrant?" + "cs": "Jaký typ spojky má tento hydrant?", + "es": "¿Qué tipo de acoplamientos tiene esta boca de incendio?" }, "freeform": { "key": "couplings:type", @@ -472,7 +479,8 @@ "nl": "Soort koppeling", "ru": "Тип соединительной головки", "ca": "Tipus d'acoblament", - "cs": "Typ spoje" + "cs": "Typ spoje", + "es": "Tipo de acoplamiento" }, "type": "string" }, @@ -485,7 +493,8 @@ "nl": "Storz-koppeling", "ca": "Acoblament Storz", "ru": "Головка типа Storz", - "cs": "Spojka Storz" + "cs": "Spojka Storz", + "es": "Acoplamiento Storz" }, "icon": { "path": "./assets/layers/hydrant/storz.jpg", @@ -500,7 +509,8 @@ "nl": "UNI-koppeling", "ca": "Acoblament UNI", "ru": "Головка типа UNI", - "cs": "Spojka UNI" + "cs": "Spojka UNI", + "es": "Acoplamiento UNI" } }, { @@ -511,7 +521,8 @@ "nl": "Barcelona-koppeling", "ca": "Acoblament Barcelona", "ru": "Головка типа Barcelona", - "cs": "Spojka Barcelona" + "cs": "Spojka Barcelona", + "es": "Acoplamiento Barcelona" }, "icon": { "path": "./assets/layers/hydrant/barcelona.jpg", @@ -526,7 +537,8 @@ "nl": "Koppelingen:{couplings:type}", "ru": "Соединительные головки: {couplings:type}", "ca": "Acoblaments: {couplings:type}", - "cs": "Spojky: {couplings:type}" + "cs": "Spojky: {couplings:type}", + "es": "Acoplamientos: {couplings:type}" } }, { @@ -537,7 +549,8 @@ "nl": "Welke diameter hebben de koppelingen van deze hydrant?", "ca": "Quin és el diàmetre dels acoblaments d'aquest hidrant?", "ru": "Какой диаметр соединительных головок у этого гидранта?", - "cs": "Jaký průměr mají spojky tohoto hydrantu?" + "cs": "Jaký průměr mají spojky tohoto hydrantu?", + "es": "¿Qué diámetro tienen los acoplamientos de esta boca de incendio?" }, "freeform": { "key": "couplings:diameters", @@ -547,7 +560,8 @@ "nl": "Koppeldiameters", "ru": "Диаметры соединительных головок", "ca": "Diàmetres d'acoblament", - "cs": "Průměr spojek" + "cs": "Průměr spojek", + "es": "Diámetro de los acoplamientos" } }, "render": { @@ -556,7 +570,8 @@ "nl": "Koppelingdiameters:{couplings:diameters}", "ru": "Диаметр соединительных головок: {couplings:diameters}", "ca": "Diàmetres d'acoblament: {couplings:diameters}", - "cs": "Průměry spojek: {couplings:diameters}" + "cs": "Průměry spojek: {couplings:diameters}", + "es": "Diámetro de los acoplamientos: {couplings:diameters}" } }, "images" diff --git a/assets/layers/ice_cream/ice_cream.json b/assets/layers/ice_cream/ice_cream.json index 791e759fdf..702957dabb 100644 --- a/assets/layers/ice_cream/ice_cream.json +++ b/assets/layers/ice_cream/ice_cream.json @@ -3,12 +3,14 @@ "name": { "en": "Ice cream parlors", "de": "Eisdielen", - "nl": "IJssalon" + "nl": "IJssalon", + "es": "Heladerías" }, "description": { "en": "A place where ice cream is sold over the counter", "de": "Ein Ort, an dem Eiscreme an der Theke verkauft wird", - "nl": "Een plaats waar voornamelijk ijsjes verkocht worden, bedoeld voor onmiddelijke consumptie" + "nl": "Een plaats waar voornamelijk ijsjes verkocht worden, bedoeld voor onmiddelijke consumptie", + "es": "Un lugar donde se vende helado en el mostrador" }, "source": { "osmTags": "amenity=ice_cream" @@ -18,7 +20,8 @@ "render": { "en": "Ice cream parlor", "de": "Eisdiele", - "nl": "IJssalon" + "nl": "IJssalon", + "es": "Heladería" }, "mappings": [ { @@ -27,7 +30,8 @@ "en": "{name}", "de": "{name}", "pl": "{name}", - "nl": "{name}" + "nl": "{name}", + "es": "{name}" } } ] @@ -66,7 +70,8 @@ "en": "an ice cream parlor", "de": "eine Eisdiele", "fr": "un glacier", - "nl": "een ijssalon" + "nl": "een ijssalon", + "es": "una heladería" }, "tags": [ "amenity=ice_cream" @@ -74,7 +79,8 @@ "description": { "en": "A shop where one can buy only icecream and related items. Ice cream is normally hand-scooped.", "de": "Ein Geschäft, in dem man nur Eiscreme und damit verbundene Artikel kaufen kann. Normalerweise wird das Eis mit der Hand portioniert.", - "nl": "Een plaats waar men voornamelijk ijsjes koopt, meestal met de hand geschept en bedoeld om onmiddellijk op te eten." + "nl": "Een plaats waar men voornamelijk ijsjes koopt, meestal met de hand geschept en bedoeld om onmiddellijk op te eten.", + "es": "Una tienda donde solo se puede comprar helado y artículos relacionados. El helado normalmente se sirve con cuchara." } } ], @@ -85,7 +91,8 @@ "question": { "en": "What is the name of this ice cream parlor?", "nl": "Wat is de naam van dit ijssalon?", - "de": "Wie heißt diese Eisdiele?" + "de": "Wie heißt diese Eisdiele?", + "es": "¿Cuál es el nombre de esta heladería?" }, "id": "1", "freeform": { @@ -94,7 +101,8 @@ "render": { "en": "This ice cream parlor is named {name}", "nl": "Dit ijssalon heet {name}", - "de": "Diese Eisdiele heißt {name}" + "de": "Diese Eisdiele heißt {name}", + "es": "Esta heladería se llama {name}" } }, "opening_hours", diff --git a/assets/layers/icons/icons.json b/assets/layers/icons/icons.json index 08f36855bd..6b1d1fdf2f 100644 --- a/assets/layers/icons/icons.json +++ b/assets/layers/icons/icons.json @@ -4,7 +4,8 @@ "en": "A layer acting as library for icon-tagrenderings, especially to show as badge next to a POI", "de": "Eine Ebene, die als Bibliothek für Symbol-Tag-Renderings dient, insbesondere um als Abzeichen neben einem POI angezeigt zu werden", "ca": "Una capa que actua com a biblioteca per a les icones d'etiquetes, especialment per mostrar-se com a insígnia al costat d'un PDI", - "cs": "Vrstva sloužící jako knihovna pro ikony-značky, zejména pro zobrazení jako odznak vedle bodu zájmu" + "cs": "Vrstva sloužící jako knihovna pro ikony-značky, zejména pro zobrazení jako odznak vedle bodu zájmu", + "es": "Una capa que actúa como biblioteca para representaciones de etiquetas de iconos, especialmente para mostrar como insignia junto a un PDI" }, "source": "special:library", "title": null, @@ -127,7 +128,9 @@ "en": "phone", "nl": "Telefoneer", "de": "Telefon", - "pl": "telefon" + "pl": "telefon", + "cs": "telefon", + "es": "teléfono" } } }, @@ -144,7 +147,9 @@ "en": "phone", "nl": "Telefoneer", "de": "Telefon", - "pl": "telefon" + "pl": "telefon", + "cs": "telefon", + "es": "teléfono" } } } @@ -329,7 +334,9 @@ "nl": "Bekijk op openstreetmap.org", "de": "Auf openstreetmap.org öffnen", "pl": "Otwórz na openstreetmap.org", - "da": "Åbn på openstreetmap.org" + "da": "Åbn på openstreetmap.org", + "cs": "Otevřít na openstreetmap.org", + "es": "Abrir en openstreetmap.org" } } }, @@ -352,7 +359,9 @@ "nl": "Bekijk op openstreetmap.org", "de": "Auf openstreetmap.org öffnen", "pl": "Otwórz na openstreetmap.org", - "da": "Åbn på openstreetmap.org" + "da": "Åbn på openstreetmap.org", + "cs": "Otevřít na openstreetmap.org", + "es": "Abrir en openstreetmap.org" } } } @@ -370,7 +379,9 @@ "nl": "Bekijk op openstreetmap.org", "de": "Auf openstreetmap.org öffnen", "pl": "Otwórz na openstreetmap.org", - "da": "Åbn på openstreetmap.org" + "da": "Åbn på openstreetmap.org", + "cs": "Otevřít na openstreetmap.org", + "es": "Abrir en openstreetmap.org" } } } diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json index e283ad6203..65406cb796 100644 --- a/assets/layers/indoors/indoors.json +++ b/assets/layers/indoors/indoors.json @@ -6,7 +6,8 @@ "nl": "Binnenruimtes", "pa_PK": "اندروں", "ca": "Interiors", - "cs": "Vnitřní prostory" + "cs": "Vnitřní prostory", + "es": "Interiores" }, "description": { "en": "Basic indoor mapping: shows room outlines", @@ -15,7 +16,7 @@ "cs": "Základní mapování interiérů: zobrazuje obrysy místností", "ca": "Mapeig interior bàsic: mostra els contorns de les habitacions", "pl": "Podstawowe mapowanie wnętrz: pokazuje kontury pomieszczeń", - "es": "Cartografía básica en interiores: muestra esquemas de espacio" + "es": "Cartografía interior básica: muestra los contornos de las habitaciones" }, "source": { "osmTags": { @@ -35,7 +36,8 @@ "de": "Innenbereich {name}", "nl": "Binnenruimte {name}", "ca": "Àrea interior {name}", - "cs": "Vnitřní prostor {name}" + "cs": "Vnitřní prostor {name}", + "es": "Área interior {name}" }, "mappings": [ { @@ -46,7 +48,8 @@ "nl": "Binnenruimte {name}", "pl": "Wewnętrzne pomieszczenie {name}", "ca": "Habitació interior {name}", - "cs": "Vnitřní místnost {name}" + "cs": "Vnitřní místnost {name}", + "es": "Habitación interior {name}" } }, { @@ -56,7 +59,8 @@ "de": "Innenbereich {name}", "nl": "Gebied in gebouw {name}", "ca": "Àrea interior {name}", - "cs": "Vnitřní prostor {name}" + "cs": "Vnitřní prostor {name}", + "es": "Área interior {name}" } }, { @@ -66,7 +70,8 @@ "de": "Innenwand {name}", "nl": "Muur in gebouw {name}", "ca": "Paret interior {name}", - "cs": "Vnitřní stěna {name}" + "cs": "Vnitřní stěna {name}", + "es": "Pared interior {name}" } }, { @@ -76,7 +81,8 @@ "de": "Innengang {name}", "nl": "Gang in gebouw {name}", "ca": "Passadis interior {name}", - "cs": "Vnitřní chodba {name}" + "cs": "Vnitřní chodba {name}", + "es": "Pasillo interior {name}" } }, { @@ -86,7 +92,8 @@ "de": "Innentür {name}", "nl": "Binnendeur {name}", "ca": "Porta interior {name}", - "cs": "Vnitřní dveře {name}" + "cs": "Vnitřní dveře {name}", + "es": "Puerta interior {name}" } }, { @@ -95,7 +102,8 @@ "en": "Indoor Level {name}", "de": "Geschoss {name}", "nl": "Verdieping in gebouw {name}", - "cs": "Vnitřní Level {name}" + "cs": "Vnitřní Level {name}", + "es": "Nivel interior {name}" } } ] @@ -232,7 +240,9 @@ "fr": "Quel est le numéro de référence de cette pièce ?", "pl": "Jaki jest numer referencyjny tego pomieszczenia?", "ca": "Quin és el número de referència d'aquesta habitació?", - "cs": "Jaké je referenční číslo této místnosti?" + "cs": "Jaké je referenční číslo této místnosti?", + "es": "¿Cuál es el número de referencia de esta habitación?", + "uk": "Який ідентифікаційний номер цієї кімнати?" }, "render": { "en": "This room has the reference number {ref}", @@ -240,7 +250,9 @@ "nl": "Deze ruimte heeft het referentienummer {ref}", "pl": "To pomieszczenie ma numer referencyjny {ref}", "ca": "Aquesta habitació té el número de referència {ref}", - "cs": "Tato místnost má referenční číslo {ref}" + "cs": "Tato místnost má referenční číslo {ref}", + "es": "Esta habitación tiene el número de referencia {ref}", + "uk": "Ця кімната має номер {ref}" }, "freeform": { "key": "ref", @@ -251,7 +263,8 @@ "nl": "Referentienummer van de ruimte (bv. '1.1' of A1' )", "ca": "Número de referència de l'habitació (p. e. '1.1' o 'A1')", "cs": "Referenční číslo místnosti (např. \"1.1\" nebo \"A1\")", - "pl": "Numer referencyjny tego pomieszczenia (np. \"1.1\" lub \"A1\")" + "pl": "Numer referencyjny tego pomieszczenia (np. \"1.1\" lub \"A1\")", + "es": "Número de referencia de la habitación (por ejemplo, '1.1' o 'A1')" } }, "condition": { @@ -271,7 +284,9 @@ "ru": "Как называется эта комната?", "ca": "Quin és el nom d'aquesta habitació?", "cs": "Jak se jmenuje tato místnost?", - "pl": "Jaka jest nazwa tego pomieszczenia?" + "pl": "Jaka jest nazwa tego pomieszczenia?", + "es": "¿Cuál es el nombre de esta habitación?", + "uk": "Як називається ця кімната?" }, "render": { "en": "This room is named {name}", @@ -281,7 +296,9 @@ "fr": "Cette pièce s'appelle {name}", "ca": "Aquesta habitació es diu {name}", "cs": "Tato místnost se jmenuje {name}", - "pl": "Nazwa tego pomieszczenia to {name}" + "pl": "Nazwa tego pomieszczenia to {name}", + "es": "Esta habitación se llama {name}", + "uk": "Ця кімната називається {name}" }, "freeform": { "key": "name", @@ -293,7 +310,8 @@ "ru": "Название комнаты", "ca": "Nom de l'habitació", "cs": "Název místnosti", - "pl": "Nazwa pomieszczenia" + "pl": "Nazwa pomieszczenia", + "es": "Nombre de la habitación" } }, "condition": { @@ -311,7 +329,8 @@ "ca": "Quin tipus d'habitació és aquesta?", "de": "Wie wird dieser Raum genutzt?", "cs": "O jaký typ pokoje se jedná?", - "pl": "Jakiego rodzaju jest to pomieszczenie?" + "pl": "Jakiego rodzaju jest to pomieszczenie?", + "es": "¿Qué tipo de habitación es esta?" }, "mappings": [ { @@ -319,7 +338,8 @@ "then": { "en": "This is a administrative room", "de": "Dies ist ein Verwaltungsraum", - "cs": "Jedná se o administrativní místnost" + "cs": "Jedná se o administrativní místnost", + "es": "Esta es una habitación administrativa" }, "icon": "./assets/layers/indoors/room_administration.svg" }, @@ -329,7 +349,8 @@ "en": "This is a auditorium", "de": "Dies ist ein Auditorium", "ca": "Açò és un auditori", - "cs": "Jedná se o posluchárnu" + "cs": "Jedná se o posluchárnu", + "es": "Este es un auditorio" }, "icon": "./assets/layers/indoors/room_auditorium.svg" }, @@ -340,7 +361,8 @@ "de": "Dies ist ein Schlafzimmer", "ca": "Açò és un dormitori", "cs": "Jedná se o ložnici", - "pl": "To jest sypialnia" + "pl": "To jest sypialnia", + "es": "Este es un dormitorio" }, "icon": "./assets/layers/indoors/room_bedroom.svg" }, @@ -351,7 +373,8 @@ "de": "Dies ist eine Kapelle", "ca": "Açò és una capella", "cs": "Jedná se o kapli", - "pl": "To jest kaplica" + "pl": "To jest kaplica", + "es": "Esta es una capilla" }, "icon": "./assets/layers/indoors/room_chapel.svg" }, @@ -363,7 +386,8 @@ "ca": "Açò és una aula", "cs": "Jedná se o učebnu", "fr": "C'est une salle de classe", - "pl": "To jest sala klasowa" + "pl": "To jest sala klasowa", + "es": "Esta es un aula" }, "icon": "./assets/layers/indoors/room_class.svg" }, @@ -374,7 +398,8 @@ "de": "Dies ist ein Klassenzimmer", "ca": "Açò és una aula", "cs": "Jedná se o učebnu", - "pl": "Jest to sala klasowa" + "pl": "Jest to sala klasowa", + "es": "Esta es un aula" }, "icon": "./assets/layers/indoors/room_class.svg", "hideInAnswer": true @@ -385,7 +410,8 @@ "en": "This is a computer room", "de": "Dies ist ein Computerraum", "cs": "Jedná se o počítačovou místnost", - "pl": "To jest sala komputerowa" + "pl": "To jest sala komputerowa", + "es": "Esta es una sala de ordenadores" }, "icon": "./assets/layers/indoors/room_computer.svg" }, @@ -396,7 +422,8 @@ "de": "Dies ist ein Konferenzraum", "ca": "Açò és una sala de conferències", "cs": "Jedná se o konferenční místnost", - "pl": "To jest sala konferencyjna" + "pl": "To jest sala konferencyjna", + "es": "Esta es una sala de conferencias" }, "icon": "./assets/layers/indoors/room_conference.svg" }, @@ -406,7 +433,8 @@ "en": "This is a crypt", "de": "Dies ist eine Krypta", "ca": "Açò és una cripta", - "cs": "Jedná se o kryptu" + "cs": "Jedná se o kryptu", + "es": "Esta es una cripta" }, "icon": "./assets/layers/indoors/room_crypt.svg" }, @@ -417,7 +445,8 @@ "de": "Dies ist eine Küche", "ca": "Açò és una cuina", "cs": "Jedná se o kuchyň", - "pl": "To jest kuchnia" + "pl": "To jest kuchnia", + "es": "Esta es una cocina" }, "icon": "./assets/layers/indoors/room_kitchen.svg" }, @@ -428,7 +457,8 @@ "de": "Dies ist ein Labor", "ca": "Açò és un laboratori", "cs": "Jedná se o laboratoř", - "pl": "To jest laboratorium" + "pl": "To jest laboratorium", + "es": "Este es un laboratorio" }, "icon": "./assets/layers/indoors/room_laboratory.svg" }, @@ -438,7 +468,8 @@ "en": "This is a library", "de": "Dies ist eine Bibliothek", "cs": "Jedná se o knihovnu", - "pl": "To jest biblioteka" + "pl": "To jest biblioteka", + "es": "Esta es una biblioteca" }, "icon": "./assets/layers/indoors/room_library.svg" }, @@ -447,7 +478,8 @@ "then": { "en": "This is a locker room", "de": "Dies ist ein Umkleideraum", - "cs": "Jedná se o šatnu" + "cs": "Jedná se o šatnu", + "es": "Este es un vestuario" }, "icon": "./assets/layers/indoors/room_locker.svg" }, @@ -456,7 +488,8 @@ "then": { "en": "This is a nursery", "de": "Dies ist ein Kinderzimmer", - "cs": "Jedná se o školku" + "cs": "Jedná se o školku", + "es": "Esta es una guardería" }, "icon": "./assets/layers/indoors/room_nursery.svg" }, @@ -468,7 +501,8 @@ "ca": "Açò és una oficina", "cs": "Jedná se o kancelář", "fr": "C'est un bureau", - "pl": "To jest biuro" + "pl": "To jest biuro", + "es": "Esta es una oficina" }, "icon": "./assets/layers/indoors/room_office.svg" }, @@ -476,7 +510,8 @@ "if": "room=printer", "then": { "en": "This is a copy room", - "de": "Dies ist ein Kopierraum" + "de": "Dies ist ein Kopierraum", + "es": "Esta es una sala de copias" } }, { @@ -485,7 +520,8 @@ "en": "This is a prison_cell", "de": "Dies ist eine Gefängniszelle", "cs": "Jedná se o vězeňskou celu", - "pl": "To jest cela więzienna" + "pl": "To jest cela więzienna", + "es": "Esta es una celda de prisión" }, "icon": "./assets/layers/indoors/room_prison_cell.svg" }, @@ -496,7 +532,8 @@ "de": "Dies ist ein Restaurant", "ca": "Açò és un restaurant", "cs": "Jedná se o restauraci", - "pl": "To jest restauracja" + "pl": "To jest restauracja", + "es": "Este es un restaurante" }, "icon": "./assets/layers/indoors/room_restaurant.svg" }, @@ -506,7 +543,8 @@ "en": "This is a room to perform security checks", "de": "Dies ist ein Raum für Sicherheitskontrollen", "cs": "Jedná se o místnost pro provádění bezpečnostních kontrol", - "pl": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa" + "pl": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa", + "es": "Esta es una sala para realizar controles de seguridad" }, "icon": "./assets/layers/indoors/room_security_check.svg" }, @@ -515,7 +553,8 @@ "then": { "en": "This is a sport room", "de": "Dies ist ein Raum um Sport zu treiben", - "cs": "Jedná se o sportovní místnost" + "cs": "Jedná se o sportovní místnost", + "es": "Esta es una sala de deportes" }, "icon": "./assets/layers/indoors/room_sport.svg" }, @@ -526,7 +565,8 @@ "ca": "Açò és un magatzem", "de": "Dies ist ein Lagerraum", "cs": "Jedná se o skladovací místnost", - "pl": "To jest magazyn" + "pl": "To jest magazyn", + "es": "Esta es una sala de almacenamiento" }, "icon": "./assets/layers/indoors/room_storage.svg" }, @@ -536,7 +576,8 @@ "en": "This is a technical room", "de": "Dies ist ein Technikraum", "cs": "Jedná se o technickou místnost", - "pl": "To jest pomieszczenie techniczne" + "pl": "To jest pomieszczenie techniczne", + "es": "Esta es una sala técnica" }, "icon": "./assets/layers/indoors/room_technical.svg" }, @@ -546,7 +587,8 @@ "en": "These are toilets", "de": "Dies ist ein WC-Raum", "cs": "Jedná se o toalety", - "pl": "To są toalety" + "pl": "To są toalety", + "es": "Estos son baños" }, "icon": "./assets/layers/indoors/room_toilets.svg", "addExtraTags": [ @@ -560,7 +602,8 @@ "ca": "Açò és una sala d'espera", "de": "Dies ist ein Wartezimmer", "cs": "Jedná se o čekárnu", - "pl": "To jest poczekalnia" + "pl": "To jest poczekalnia", + "es": "Esta es una sala de espera" }, "icon": "./assets/layers/indoors/room_waiting.svg" } @@ -572,7 +615,8 @@ "en": "How much people can at most fit in this room?", "de": "Wie viele Personen passen höchstens in diesen Raum?", "cs": "Kolik lidí se maximálně vejde do této místnosti?", - "pl": "Ile osób może pomieścić to pomieszczenie?" + "pl": "Ile osób może pomieścić to pomieszczenie?", + "es": "¿Cuántas personas pueden caber como máximo en esta habitación?" }, "condition": { "or": [ @@ -591,7 +635,8 @@ "en": "At most {capacity} people fit this room", "de": "Kapazität für höchstens {capacity} Personen", "cs": "Do této místnosti se vejde maximálně {capacity} osob", - "pl": "To pomieszczenie może pomieścić maksymalnie {capacity} osób" + "pl": "To pomieszczenie może pomieścić maksymalnie {capacity} osób", + "es": "En esta habitación caben como máximo {capacity} personas" }, "freeform": { "key": "capacity", @@ -624,6 +669,7 @@ "snapName": { "en": "an indoor wall", "nl": "een binnenmuur", - "de": "eine Innenwand" + "de": "eine Innenwand", + "es": "una pared interior" } } diff --git a/assets/layers/information_board/information_board.json b/assets/layers/information_board/information_board.json index 15ad25528f..cb7178344e 100644 --- a/assets/layers/information_board/information_board.json +++ b/assets/layers/information_board/information_board.json @@ -8,7 +8,7 @@ "de": "Informationstafeln", "ru": "Информационные щиты", "ca": "Panells d'informació", - "es": "Paneles informativos", + "es": "Paneles de información", "pl": "Tablice informacyjne", "cs": "Informační tabule" }, @@ -16,7 +16,7 @@ "en": "A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, …)", "nl": "Deze laag toont informatieborden in de publieke ruimte die uitleg geven over een bezienswaardigheid (bv. uitleg over het landschap, een ruine, een kaart van de omgeving, ...)", "de": "Eine Ebene mit touristischen, straßenseitigen Informationstafeln (z. B. mit Informationen über die Landschaft, ein Gebäude, ein Merkmal, eine Karte, …)", - "es": "Una capa que muestra paneles informativos turísticos (ej. informan sobre el paisaje, una construcción, una característica, un mapa, ...)", + "es": "Una capa que muestra paneles de información turística y de carretera (por ejemplo, que brindan información sobre el paisaje, un edificio, una característica, un mapa, etc.)", "ca": "Una capa que mostra panells informatius turístics (p.e. informen sobre el paissatge, una construcció, una característica, un mapa, …)", "pl": "Warstwa pokazujące przydrożne tablice informacyjne dla turystów (np. informujące o krajobrazie, budynku, obiekcie, mapa, ...)", "cs": "Vrstva zobrazující turistické informační tabule u silnice (např. informace o krajině, budově, objektu, mapě, ...)" @@ -38,7 +38,7 @@ "de": "Informationstafel", "ru": "Информационный щит", "ca": "Panell d'informació", - "es": "Panel informativo", + "es": "Panel de información", "pl": "Tablica informacyjna", "cs": "Informační tabule" } @@ -75,7 +75,7 @@ "fr": "une panneau d'informations", "de": "eine Informationstafel", "ru": "информационный щит", - "es": "un panel informativo", + "es": "un panel de información", "ca": "un tauler informatiu", "pl": "tablica informacyjna", "cs": "informační tabule" diff --git a/assets/layers/item_with_image/item_with_image.json b/assets/layers/item_with_image/item_with_image.json index 5d52bfc634..8247711bc5 100644 --- a/assets/layers/item_with_image/item_with_image.json +++ b/assets/layers/item_with_image/item_with_image.json @@ -2,7 +2,8 @@ "id": "item_with_image", "name": { "en": "Items with at least one image", - "de": "Element mit mindestens einem Bild" + "de": "Element mit mindestens einem Bild", + "es": "Elementos con al menos una imagen" }, "description": "All items with an image. All alone, not a layer which is relevant for any MapComplete theme, as it is a random collection of items. However, when put into the databank, this allows to quickly fetch (the URL of) pictures nearby a different object, to quickly link this", "source": { @@ -19,7 +20,20 @@ "image:7~*", "image:8~*", "image:9~*", - "image:10~*" + "image:10~*", + "panoramax~*", + "panoramax:0~*", + "panoramax:1~*", + "panoramax:2~*", + "panoramax:3~*", + "panoramax:4~*", + "panoramax:5~*", + "panoramax:6~*", + "panoramax:7~*", + "panoramax:8~*", + "panoramax:9~*", + "panoramax:10~*", + "mapillary~*" ] } }, @@ -27,7 +41,8 @@ "title": { "render": { "en": "POI with image", - "de": "POI mit Bild" + "de": "POI mit Bild", + "es": "PDI con imagen" }, "mappings": [ { @@ -56,4 +71,4 @@ "images" ], "allowMove": false -} +} \ No newline at end of file diff --git a/assets/layers/kerbs/kerbs.json b/assets/layers/kerbs/kerbs.json index 268be11178..fe65b56a40 100644 --- a/assets/layers/kerbs/kerbs.json +++ b/assets/layers/kerbs/kerbs.json @@ -9,7 +9,8 @@ "ru": "Бордюры", "pl": "Krawężniki", "ca": "Vroades", - "cs": "Obrubníky" + "cs": "Obrubníky", + "es": "Bordillos" }, "description": { "en": "A layer showing kerbs.", @@ -19,7 +20,8 @@ "ru": "Слой, изображающий бордюры.", "pl": "Warstwa pokazująca krawężniki.", "ca": "Una capa que mostra les vorades.", - "cs": "Vrstva zobrazující obrubníky." + "cs": "Vrstva zobrazující obrubníky.", + "es": "Una capa que muestra bordillos." }, "source": { "osmTags": "barrier=kerb" @@ -35,7 +37,8 @@ "ru": "Бордюр", "pl": "Krawężnik", "ca": "Vorada", - "cs": "Obrubník" + "cs": "Obrubník", + "es": "Bordillo" } }, "pointRendering": [ @@ -87,7 +90,8 @@ "ru": "бордюр", "pl": "krawężnik", "ca": "una vorada", - "cs": "obrubník" + "cs": "obrubník", + "es": "un bordillo" }, "tags": [ "barrier=kerb" @@ -97,7 +101,8 @@ "nl": "Stoeprand in een voetpad", "de": "Bordstein in einem Fußweg", "fr": "Bordure dans un trottoir", - "cs": "Obrubník na chodníku" + "cs": "Obrubník na chodníku", + "es": "Bordillo en una acera" }, "snapToLayer": [ "cycleways_and_roads", @@ -118,7 +123,8 @@ "ca": "Quina és l'altura d'aquest gual?", "ru": "Какая высота у этого бордюра?", "pl": "Jaka jest wysokość tego krawężnika?", - "cs": "Jaká je výška tohoto obrubníku?" + "cs": "Jaká je výška tohoto obrubníku?", + "es": "¿Cuál es la altura de este bordillo?" }, "mappings": [ { @@ -130,7 +136,8 @@ "fr": "Cette bordure est surélevée (>3 cm)", "ca": "Aquest gual està elevat (>3cm)", "pl": "Ten krawężnik jest wyniesiony (>3 cm)", - "cs": "Tento obrubník je zvýšený (>3 cm)" + "cs": "Tento obrubník je zvýšený (>3 cm)", + "es": "Este bordillo es elevado (>3 cm)" }, "icon": { "path": "./assets/layers/kerbs/raised.svg", @@ -147,7 +154,8 @@ "ca": "Aquest gual està rebaixat (~3 cm)", "ru": "Это пониженный бордюр (~3 см)", "pl": "Ten krawężnik jest obniżony (~3 cm)", - "cs": "Tento obrubník je snížený (~3 cm)" + "cs": "Tento obrubník je snížený (~3 cm)", + "es": "Este bordillo es rebajado (~3 cm)" }, "icon": { "path": "./assets/layers/kerbs/lowered.svg", @@ -163,7 +171,8 @@ "fr": "Cette bordure est affleurante (~0cm)", "ca": "Aquest gual està a ras (~0cm)", "ru": "Этот бордюр вровень с дорогой (~0 см)", - "cs": "Tento obrubník je v jedné rovině (~0 cm)" + "cs": "Tento obrubník je v jedné rovině (~0 cm)", + "es": "Este bordillo está a ras (~0cm)" }, "icon": { "path": "./assets/layers/kerbs/flush.svg", @@ -180,7 +189,8 @@ "ru": "Здесь нет бордюра", "pl": "Nie ma tutaj krawężnika", "ca": "Aquí no hi ha vorada", - "cs": "Není zde obrubník" + "cs": "Není zde obrubník", + "es": "Aquí no hay bordillo" }, "hideInAnswer": true, "icon": { @@ -197,7 +207,8 @@ "fr": "Il y a un trottoir de hauteur inconnue", "pl": "Jest krawężnik o nieznanej wysokości", "ca": "Hi ha una vorada d'altura desconeguda", - "cs": "Obrubník neznámé výšky" + "cs": "Obrubník neznámé výšky", + "es": "Hay un bordillo de altura desconocida" }, "hideInAnswer": true } @@ -214,7 +225,8 @@ "ca": "Hi ha una superfície podotàctil a aquest gual?", "ru": "Есть ли тактильная плитка у этого бордюра?", "pl": "Czy na tym krawężniku są wypustki dla niewidomych?", - "cs": "Je na tomto obrubníku hmatová dlažba?" + "cs": "Je na tomto obrubníku hmatová dlažba?", + "es": "¿Hay pavimento táctil en este bordillo?" }, "mappings": [ { @@ -227,7 +239,8 @@ "ca": "Aquest gual té superfície podotàctil.", "ru": "У этого бордюра есть тактильная плитка.", "pl": "Ten krawężnik ma wypustki dla niewidomych.", - "cs": "Tento obrubník má hmatovou dlažbu." + "cs": "Tento obrubník má hmatovou dlažbu.", + "es": "Este bordillo tiene pavimento táctil." } }, { @@ -240,7 +253,8 @@ "ca": "Aquest gual no té superfície podotàctil.", "ru": "У этого бордюра нет тактильной плитки.", "pl": "Ten krawężnik nie ma wypustek dla niewidomych.", - "cs": "Tento obrubník nemá hmatovou dlažbu." + "cs": "Tento obrubník nemá hmatovou dlažbu.", + "es": "Este bordillo no tiene pavimento táctil." } }, { @@ -253,7 +267,8 @@ "ca": "La vorera té superfície podotàctil, però és incorrecte.", "ru": "У этого бордюра неверно выложенная тактильная плитка.", "pl": "Ten krawężnik ma wypustki dla niewidomych, ale nieprawidłowe.", - "cs": "Tento obrubník má hmatovou dlažbu, ale je nesprávný." + "cs": "Tento obrubník má hmatovou dlažbu, ale je nesprávný.", + "es": "Este bordillo tiene pavimento táctil, pero es incorrecto." }, "hideInAnswer": true } @@ -270,7 +285,8 @@ "ca": "Quina és l'altura d'aquest gual?", "ru": "Какая высота у этого бордюра?", "pl": "Jaka jest wysokość tego krawężnika?", - "cs": "Jaká je výška tohoto obrubníku?" + "cs": "Jaká je výška tohoto obrubníku?", + "es": "¿Cuál es la altura de este bordillo?" }, "render": { "en": "Kerb height: {kerb:height}", @@ -280,7 +296,8 @@ "ru": "Высота бордюра: {kerb:height}", "pl": "Wysokość krawężnika: {kerb:height}", "ca": "Altura de la vorada {kerb:height}", - "cs": "Výška obrubníku: {kerb:height}" + "cs": "Výška obrubníku: {kerb:height}", + "es": "Altura del bordillo: {kerb:height}" }, "freeform": { "key": "kerb:height", @@ -292,7 +309,8 @@ "ru": "Высота бордюра", "pl": "Wysokość krawężnika", "ca": "Altura de la vorada", - "cs": "Výška obrubníku" + "cs": "Výška obrubníku", + "es": "Altura del bordillo" }, "type": "pnat" }, @@ -304,7 +322,8 @@ "de": "Der Bordstein ist bündig und niedriger als 1 cm.", "ca": "Aquest gual està rebaixat i és més baix que 1cm.", "nl": "Deze stoeprand is vlak en lager als 1 cm.", - "cs": "Tento obrubník je v jedné rovině a je nižší než 1 cm." + "cs": "Tento obrubník je v jedné rovině a je nižší než 1 cm.", + "es": "Este bordillo está a ras y tiene menos de 1 cm de altura." } } ] @@ -323,7 +342,8 @@ "ru": "Все виды бордюров", "pl": "Wszystkie rodzaje krawężników", "ca": "Tots els tipus de vorades", - "cs": "Všechny typy obrubníků" + "cs": "Všechny typy obrubníků", + "es": "Todos los tipos de bordillos" } }, { @@ -335,7 +355,8 @@ "fr": "Bordure surélevée (>3 cm)", "pl": "Podniesiony krawężnik (>3 cm)", "ca": "Vorada elevada (>3 cm)", - "cs": "Zvýšený obrubník (>3 cm)" + "cs": "Zvýšený obrubník (>3 cm)", + "es": "Bordillo elevado (>3 cm)" } }, { @@ -348,7 +369,8 @@ "ru": "Пониженный бордюр (~3 см)", "pl": "Obniżony krawężnik (~3 cm)", "ca": "Vorada rebaixada (~3 cm)", - "cs": "Snížený obrubník (~3 cm)" + "cs": "Snížený obrubník (~3 cm)", + "es": "Bordillo rebajado (~3 cm)" } }, { @@ -360,7 +382,8 @@ "fr": "Bordure affleurante (~0cm)", "ru": "Вровень с дорогой (~0 см)", "ca": "Vorada a ras (~0 cm)", - "cs": "Zapuštěný obrubník (~0 cm)" + "cs": "Zapuštěný obrubník (~0 cm)", + "es": "Bordillo a ras (~0 cm)" } }, { @@ -373,7 +396,8 @@ "ru": "Нет бордюра", "pl": "Brak krawężnika", "ca": "Sense vorada", - "cs": "Bez obrubníku" + "cs": "Bez obrubníku", + "es": "Sin bordillo" } }, { @@ -385,7 +409,8 @@ "fr": "Bordure de hauteur inconnue", "pl": "Krawężnik z nieznaną wysokością", "ca": "Vorada sense altura coneguda", - "cs": "Obrubník s neznámou výškou" + "cs": "Obrubník s neznámou výškou", + "es": "Bordillo con altura desconocida" } } ] @@ -409,6 +434,7 @@ ], "snapName": { "en": "a kerb", - "de": "ein Bordstein" + "de": "ein Bordstein", + "es": "un bordillo" } } diff --git a/assets/layers/kindergarten_childcare/kindergarten_childcare.json b/assets/layers/kindergarten_childcare/kindergarten_childcare.json index da586630c7..45d8c7baa5 100644 --- a/assets/layers/kindergarten_childcare/kindergarten_childcare.json +++ b/assets/layers/kindergarten_childcare/kindergarten_childcare.json @@ -6,7 +6,8 @@ "de": "Kindergärten und Kinderkrippen", "ca": "Llars d'infants i guarderies", "pl": "Przedszkola i żłobki", - "cs": "Mateřské školky a péče o děti" + "cs": "Mateřské školky a péče o děti", + "es": "Jardines de infancia y guarderías" }, "description": "Shows kindergartens and preschools. Both are grouped in one layer, as they are regularly confused with each other", "source": { @@ -28,7 +29,8 @@ "nl": "Kleuterschool {name}", "de": "Kindergarten {name}", "pl": "Przedszkole {name}", - "cs": "Mateřská škola {name}" + "cs": "Mateřská škola {name}", + "es": "Jardín de infancia {name}" } }, { @@ -38,7 +40,8 @@ "nl": "Kinderopvang {name}", "de": "Kinderkrippe {name}", "pl": "Żłobek {name}", - "cs": "Péče o děti {name}" + "cs": "Péče o děti {name}", + "es": "Guardería {name}" } } ] @@ -94,7 +97,8 @@ "ru": "детский сад", "ca": "una llar d'infants", "pl": "przedszkole", - "cs": "mateřská školka" + "cs": "mateřská školka", + "es": "un jardín de infancia" }, "description": "A kindergarten (also known as preschool) is a school where small kids receive early education.", "tags": [ @@ -110,7 +114,8 @@ "de": "eine Kinderkrippe", "ca": "una guarderia", "pl": "żłobek", - "cs": "péče o děti" + "cs": "péče o děti", + "es": "una guardería" }, "description": "A childcare (also known as a nursery or daycare) is a facility which looks after small kids, but does not offer them an education program.", "tags": [ @@ -127,7 +132,8 @@ "de": "Um welche Art von Einrichtung handelt es sich?", "pl": "Jaki to rodzaj placówki?", "ca": "Quin tipus d'instal·lació és aquesta?", - "cs": "O jaký typ zařízení se jedná?" + "cs": "O jaký typ zařízení se jedná?", + "es": "¿Qué tipo de centro es este?" }, "mappings": [ { @@ -138,7 +144,8 @@ "de": "Dies ist ein Kindergarten (auch bekannt als Vorschule), in dem kleine Kinder eine Früherziehung erhalten.", "ca": "Aquesta és una llar d'infants (també coneguda com a preescolar) on els nens petits reben educació primerenca.", "pl": "To jest przedszkole, gdzie małe dzieci otrzymują wczesną edukację.", - "cs": "Jedná se o mateřskou školu (známou také jako předškolní zařízení), kde se malým dětem dostává raného vzdělání." + "cs": "Jedná se o mateřskou školu (známou také jako předškolní zařízení), kde se malým dětem dostává raného vzdělání.", + "es": "Se trata de un jardín de infancia (también conocido como preescolar) donde los niños pequeños reciben educación temprana." }, "addExtraTags": [ "isced:level=0", @@ -151,7 +158,8 @@ "en": "This is a childcare facility, such as a nursery or daycare where small kids are looked after. They do not offer an education and are ofter run as private businesses", "nl": "Dit is een kinderopvang (ook een creche of onthaalmoeder genoemd) waar er voor kleine kinderen gezorgd wordt. Onderwijs is niet de hoofdfocus.", "de": "Dies ist eine Kinderbetreuungseinrichtung, z. B. ein Kinderkrippe oder eine Tagesmutter, in der Kleinkinder betreut werden. Sie bieten keine Ausbildung an und werden oft als Privatunternehmen geführt", - "cs": "Jedná se o zařízení péče o děti, jako jsou jesle nebo školka, kde se starají o malé děti. Neposkytují vzdělání a jsou často provozovány jako soukromé podniky" + "cs": "Jedná se o zařízení péče o děti, jako jsou jesle nebo školka, kde se starají o malé děti. Neposkytují vzdělání a jsou často provozovány jako soukromé podniky", + "es": "Se trata de un centro de cuidado infantil, como una guardería o una sala de juegos donde se cuida a los niños pequeños. No ofrecen educación y suelen ser empresas privadas" }, "addExtraTags": [ "isced:level=", @@ -168,7 +176,8 @@ "nl": "Wat is de naam van deze faciliteit?", "ca": "Com s'anomena aquesta instal·lació?", "pl": "Jaka jest nazwa tej placówki?", - "cs": "Jak se toto zařízení jmenuje?" + "cs": "Jak se toto zařízení jmenuje?", + "es": "¿Cuál es el nombre de este centro?" }, "render": { "en": "This facility is named {name}", @@ -176,7 +185,8 @@ "ca": "Aquesta instal·lació s'anomena {name}", "nl": "Deze faciliteit heet {name}", "pl": "Ta placówka nazywa się {name}", - "cs": "Toto zařízení se jmenuje {name}" + "cs": "Toto zařízení se jmenuje {name}", + "es": "Este centro se llama {name}" }, "freeform": { "key": "name" @@ -193,7 +203,8 @@ "nl": "Wanneer is deze kinderopvang geopend?", "de": "Wann ist diese Kinderbetreuung geöffnet?", "pl": "W jakich godzinach ten żłobek jest otwarty?", - "cs": "Kdy je tato péče o děti otevřena?" + "cs": "Kdy je tato péče o děti otevřena?", + "es": "¿Cuándo abre esta guardería?" }, "condition": "amenity=childcare" } @@ -206,7 +217,8 @@ "de": "Wie viele Kinder können hier maximal angemeldet werden?", "ca": "Quants nens (com a màxim) es poden inscriure aquí?", "pl": "Jak wiele dzieci (maksymalnie) może być tutaj zapisanych?", - "cs": "Kolik dětí (maximálně) zde může být zapsáno?" + "cs": "Kolik dětí (maximálně) zde může být zapsáno?", + "es": "¿Cuántos niños (como máximo) pueden inscribirse aquí?" }, "render": { "en": "This facility has room for {capacity} kids", @@ -214,7 +226,8 @@ "de": "Diese Einrichtung bietet Platz für {capacity} Kinder", "ca": "Aquesta instal·lació té espai per a {capacity} nens", "pl": "Ta placówka ma miejsce na {capacity} dzieci", - "cs": "Toto zařízení má prostor pro {capacity} dětí" + "cs": "Toto zařízení má prostor pro {capacity} dětí", + "es": "Este centro tiene capacidad para {capacity} niños" }, "freeform": { "key": "capacity", diff --git a/assets/layers/last_click/last_click.json b/assets/layers/last_click/last_click.json index 6b92391c4f..7b8bb02274 100644 --- a/assets/layers/last_click/last_click.json +++ b/assets/layers/last_click/last_click.json @@ -52,7 +52,8 @@ "ca": "Afegeix un nou punt o nota", "fr": "Ajouter un nouveau point ou ajouter une note", "pl": "Dodaj nowy punkt lub dodaj notatkę", - "cs": "Přidání nového bodu nebo přidání poznámky" + "cs": "Přidání nového bodu nebo přidání poznámky", + "es": "Añadir un nuevo punto o añadir una nota" } }, { @@ -64,7 +65,8 @@ "ca": "Afegeix una nova nota", "fr": "Ajouter une nouvelle note", "pl": "Dodaj nową notatkę", - "cs": "Přidání nové poznámky" + "cs": "Přidání nové poznámky", + "es": "Añadir una nueva nota" } }, { @@ -76,7 +78,8 @@ "ca": "Afegeix un nou punt", "fr": "Ajouter un nouveau point", "pl": "Dodaj nowy punkt", - "cs": "Přidání nového bodu" + "cs": "Přidání nového bodu", + "es": "Añadir un nuevo punto" } } ] @@ -116,7 +119,7 @@ "da": "Klik her for at tilføje et nyt punkt", "de": "Hier klicken, um ein neues Element hinzuzufügen", "en": "Click here to add a new item", - "es": "Haga clic aquí para añadir un nuevo ítem", + "es": "Haz clic aquí para añadir un nuevo elemento", "fil": "I-click ito para mag-dagdag ng bagong bagay", "fr": "Cliquez ici pour ajouter un élément", "hu": "Új elem hozzáadásához kattints ide", @@ -126,7 +129,8 @@ "nl": "Klik hier om een item toe te voegen", "pt": "Adicionar novo item", "zh_Hant": "點這邊新增新項目", - "pl": "Kliknij tutaj, aby dodać nowy obiekt" + "pl": "Kliknij tutaj, aby dodać nowy obiekt", + "uk": "Натисніть тут, щоб додати новий об'єкт" }, "mappings": [ { @@ -143,7 +147,8 @@ "ca": "Crea una nova nota del mapa", "fr": "Créer une nouvelle note de carte", "pl": "Utwórz nową notatkę na mapie", - "cs": "Vytvoření nové mapové poznámky" + "cs": "Vytvoření nové mapové poznámky", + "es": "Crear una nueva nota del mapa" } } ] diff --git a/assets/layers/lighthouse/lighthouse.json b/assets/layers/lighthouse/lighthouse.json index f5917195a5..883546c2f8 100644 --- a/assets/layers/lighthouse/lighthouse.json +++ b/assets/layers/lighthouse/lighthouse.json @@ -2,7 +2,8 @@ "id": "lighthouse", "name": { "en": "lighthouse", - "de": "Leuchtturm" + "de": "Leuchtturm", + "es": "faro" }, "source": { "osmTags": "man_made=lighthouse" @@ -11,14 +12,16 @@ "title": { "render": { "en": "lighthouse", - "de": "Leuchtturm" + "de": "Leuchtturm", + "es": "faro" }, "mappings": [ { "if": "name~*", "then": { "en": "{name}", - "de": "{name}" + "de": "{name}", + "es": "{name}" } } ] @@ -45,7 +48,8 @@ ], "title": { "en": "a lighthouse", - "de": "ein Leuchtturm" + "de": "ein Leuchtturm", + "es": "un faro" } } ], @@ -55,11 +59,13 @@ { "render": { "en": "The height of this lighthouse is {height} metres.", - "de": "Die Höhe dieses Leuchtturms beträgt {height} Meter." + "de": "Die Höhe dieses Leuchtturms beträgt {height} Meter.", + "es": "La altura de este faro es de {height} metros." }, "question": { "en": "What is the height of this lighthouse, in metres?", - "de": "Wie hoch ist dieser Leuchtturm in Metern?" + "de": "Wie hoch ist dieser Leuchtturm in Metern?", + "es": "¿Cuál es la altura de este faro, en metros?" }, "freeform": { "key": "height", diff --git a/assets/layers/love_hotel/love_hotel.json b/assets/layers/love_hotel/love_hotel.json index 0497406ea8..0e37136464 100644 --- a/assets/layers/love_hotel/love_hotel.json +++ b/assets/layers/love_hotel/love_hotel.json @@ -2,11 +2,13 @@ "id": "love_hotel", "name": { "en": "Love hotels", - "de": "Love Hotels" + "de": "Love Hotels", + "es": "Hoteles del amor" }, "description": { "en": "A love hotel is a type of short-stay hotel found around the world operated primarily for the purpose of allowing guests privacy for sexual activities", - "de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten" + "de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten", + "es": "Un hotel del amor es un tipo de hotel de corta estancia que se encuentra en todo el mundo y que funciona principalmente con el fin de ofrecer a los huéspedes privacidad para las actividades sexuales" }, "source": { "osmTags": "amenity=love_hotel" @@ -15,7 +17,8 @@ "title": { "render": { "en": "Love Hotel {name}", - "de": "Love Hotel {name}" + "de": "Love Hotel {name}", + "es": "Hotel del amor {name}" } }, "pointRendering": [ @@ -53,11 +56,13 @@ { "title": { "en": "a love hotel", - "de": "ein Love Hotel" + "de": "ein Love Hotel", + "es": "un hotel del amor" }, "description": { "en": "A love hotel is a type of short-stay hotel found around the world operated primarily for the purpose of allowing guests privacy for sexual activities.", - "de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten." + "de": "Ein Love Hotel ist eine Art Kurzzeithotel, das in erster Linie zu dem Zweck betrieben wird, den Gästen Privatsphäre für sexuelle Aktivitäten zu bieten.", + "es": "Un hotel del amor es un tipo de hotel de corta estancia que se encuentra en todo el mundo y que funciona principalmente con el fin de ofrecer a los huéspedes privacidad para las actividades sexuales." }, "tags": [ "amenity=love_hotel" @@ -71,11 +76,13 @@ "id": "name", "question": { "en": "What is the name of this love hotel?", - "de": "Wie lautet der Name des Love Hotels?" + "de": "Wie lautet der Name des Love Hotels?", + "es": "¿Cuál es el nombre de este hotel del amor?" }, "render": { "en": "This love hotel is named {name}", - "de": "Der Name des Love Hotels lautet {name}" + "de": "Der Name des Love Hotels lautet {name}", + "es": "Este hotel del amor se llama {name}" }, "freeform": { "key": "name" diff --git a/assets/layers/map/map.json b/assets/layers/map/map.json index c8b15d4560..6e53309bd8 100644 --- a/assets/layers/map/map.json +++ b/assets/layers/map/map.json @@ -19,7 +19,7 @@ "it": "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico", "fr": "Une carte, destinée aux touristes, installée en permanence dans l'espace public", "de": "Eine Karte, die für Touristen gedacht ist und dauerhaft im öffentlichen Raum aufgestellt ist", - "es": "Un mapa, pensado para turistas y que está instalado de manera permanente en un espacio público", + "es": "Un mapa, pensado para turistas, que está instalado permanentemente en el espacio público", "pl": "Mapa, przeznaczona dla turystów, która jest zainstalowana w przestrzeni publicznej na stałe", "ca": "Un mapa", "cs": "Mapa určená pro turisty, která je trvale instalována na veřejném prostranství" @@ -141,7 +141,8 @@ "pl": "Jaki rodzaj mapy jest pokazany?", "ca": "Quin tipus de mapa es mostra?", "cs": "Jaký typ mapy je zobrazen?", - "fr": "De quel type de carte s'agit-il ?" + "fr": "De quel type de carte s'agit-il ?", + "es": "¿Qué tipo de mapa se muestra?" }, "mappings": [ { @@ -151,7 +152,8 @@ "de": "Topographische KatteDie Karte enthält Höhenlinien.
", "ca": "Mapa topogràficEl mapa conté línies de contorn.
", "cs": "Topografická mapaMapa obsahuje vrstevnice.
", - "fr": "Plan topographique" + "fr": "Plan topographique", + "es": "Mapa topográficoEl mapa contiene líneas de contorno.
" } }, { @@ -162,7 +164,8 @@ "pl": "Mapa z wszystkimi ulicami i ścieżkami w danym obszarze.Ulica w większości mają nazwy; kąty, odległości itp. są poprawne
", "ca": "Un mapa amb tots els carrers o camins d'una àrea.Els carrers estan majoritàriament nomenats; els angles, distàncies etc. són acurades
", "cs": "Mapa se všemi ulicemi nebo cestami v oblasti.Ulice jsou většinou pojmenované, úhly, vzdálenosti atd. jsou přesné
", - "fr": "Une carte des rues du secteur.Le nom des rues est généralement indiqué; les angles, distances, etc. sont précis
" + "fr": "Une carte des rues du secteur.Le nom des rues est généralement indiqué; les angles, distances, etc. sont précis
", + "es": "Un mapa con todas las calles o vías de una zona.Las calles suelen tener nombre; los ángulos, las distancias, etc., son precisos
" } }, { @@ -173,7 +176,8 @@ "pl": "To jest mapa schematyczna.Mapa-szkic z tylko ważnymi drogami i POI. Kąty, odległości itp. są tylko ilustratywne, niedokładne.
", "ca": "Això és un mapa esquemàtic.Un mapa esbossat amb només camins importants i PDI. Els angles, els trajectes etc. són merament il·lustratius, no acurat.
", "cs": "Jedná se o schematickou mapu.Schematická mapa s vyznačením pouze důležitých cest a bodů zájmu. Úhly, vzdálenosti atd. jsou pouze ilustrativní, nikoliv přesné.
", - "fr": "Un plan schématique.Une carte schématique sur laquelle seuls les éléments principaux sont indiqués (rues, POIs). Les angles, distances etc. peuvent être déformés pour rendre le plan plus lisible.
" + "fr": "Un plan schématique.Une carte schématique sur laquelle seuls les éléments principaux sont indiqués (rues, POIs). Les angles, distances etc. peuvent être déformés pour rendre le plan plus lisible.
", + "es": "Este es un mapa esquemático.Un mapa esquemático con sólo las vías y los PDI importantes. Los ángulos, las distancias, etc., son meramente ilustrativos, no precisos.
" } }, { @@ -183,7 +187,8 @@ "de": "Dies ist ein Toposkop.Eine Markierung, die an hohen Stellen angebracht ist und die Richtung zu wichtigen Landschaftsobjekten anzeigt, die von diesem Punkt aus gesehen werden können
", "ca": "Això és un toposcope.
Un marcador erigit en llocs alts que indica la direcció cap als elements paisatgístics notables que es poden veure des d'aquest punt
", "cs": "Jedná se o toposkop.
Značka vztyčená na vyvýšených místech, která udává směr k pozoruhodným krajinným prvkům, které jsou z tohoto místa vidět
", - "fr": "Une table d'orientation.
Un élément érigé sur une hauteur qui indique la direction d'éléments paysagers remarquables visibles depuis ce point
" + "fr": "Une table d'orientation.
Un élément érigé sur une hauteur qui indique la direction d'éléments paysagers remarquables visibles depuis ce point
", + "es": "Este es un topoescopo.
Un marcador erigido en lugares altos que indica la dirección hacia características notables del paisaje que se pueden ver desde ese punto
" } } ] @@ -196,7 +201,8 @@ "pl": "Jaki jest rozmiar obszaru pokazanego na tej mapie?", "ca": "Quina és la mida de l'àrea mostrada en el mapa?", "cs": "Jak velká je zobrazená oblast na mapě?", - "fr": "Quelle est la taille de la zone visible sur la carte ?" + "fr": "Quelle est la taille de la zone visible sur la carte ?", + "es": "¿Cuál es el tamaño del área mostrada en el mapa?" }, "mappings": [ { @@ -207,7 +213,8 @@ "pl": "Plan pomieszczeń w budynku", "ca": "Un mapa de les habitacions dins d'un edifici", "cs": "Mapa místností uvnitř budovy", - "fr": "Plan d'intérieur de bâtiment, montrant les différentes pièces" + "fr": "Plan d'intérieur de bâtiment, montrant les différentes pièces", + "es": "Un mapa de las habitaciones dentro de un edificio" } }, { @@ -217,7 +224,8 @@ "de": "Eine Karte mit besonderen Orten, wie einem historischen Schloss, einem Park, einem Campus, einem Wald, ....", "ca": "Un mapa d'un lloc especial, com un castell històric, un parc, un campus, un bosc, …", "cs": "Mapa speciálního místa, například historického zámku, parku, areálu, lesa, ....", - "fr": "La carte d'un site particulier, comme un château, un parc, un campus, une forêt, ...." + "fr": "La carte d'un site particulier, comme un château, un parc, un campus, une forêt, ....", + "es": "Un mapa de un sitio especial, como un castillo histórico, un parque, un campus, un bosque, ..." } }, { @@ -228,7 +236,8 @@ "pl": "Mapa pokazująca wieś lub niewielkie miasto", "ca": "Un mapa que mostra el poble o la ciutat", "cs": "Mapa zobrazující vesnici nebo město", - "fr": "Une carte de village ou de petite ville" + "fr": "Une carte de village ou de petite ville", + "es": "Un mapa que muestra el pueblo o la ciudad" } }, { @@ -238,8 +247,9 @@ "de": "Stadt", "pl": " Mapa miasta", "ca": " Un mapa d'una ciutat", - "cs": " Mapa města", - "fr": " Une carte de ville" + "cs": "Mapa města", + "fr": " Une carte de ville", + "es": "Un mapa de una ciudad" } }, { @@ -250,7 +260,8 @@ "pl": "Mapa całego regionu, pokazująca wiele miast i wsi", "ca": "El mapa d'una regió sencera, mostrant múltiples ciutats i pobles", "cs": "Mapa celého regionu s několika městy a vesnicemi", - "fr": "La carte d'une région entière, montrant de nombreuses villes et villages" + "fr": "La carte d'une région entière, montrant de nombreuses villes et villages", + "es": "El mapa de toda una región, mostrando múltiples ciudades y pueblos" } } ] @@ -320,7 +331,7 @@ "it": "L’attribuzione a OpenStreetMap è presente?", "de": "Ist die OpenStreetMap-Attribution vorhanden?", "fr": "L’attribution à OpenStreetMap est elle-présente ?", - "es": "¿Hay una atribución a OpenStreetMap?", + "es": "¿Se proporciona la atribución de OpenStreetMap?", "ca": "Hi ha atribució a OpenStreetMap?", "cs": "Je uveden atribut OpenStreetMap?" }, @@ -337,7 +348,7 @@ "it": "L’attribuzione a OpenStreetMap è chiaramente specificata, inclusa la licenza ODBL", "de": "OpenStreetMap ist eindeutig attributiert, einschließlich der ODBL-Lizenz", "fr": "L’attribution est clairement inscrite ainsi que la licence ODBL", - "es": "Se atribuye claramente a OpenStreetMap, incluyendo la licencia ODBL", + "es": "OpenStreetMap está claramente atribuido, incluyendo la licencia ODBL", "pl": "Źródło, czyli OpenStreetMap, jest w widoczny sposób podane, zawiera informację o licencji ODBL", "ca": "OpenStreetMap està clarament atribuït, incloent la llicència ODBL", "cs": "OpenStreetMap je jasně popsán, včetně licence ODBL" @@ -355,7 +366,7 @@ "it": "L’attribuzione a OpenStreetMap è chiaramente specificata ma la licenza non compare", "de": "OpenStreetMap ist eindeutig attributiert, aber die Lizenz wird nicht erwähnt", "fr": "L’attribution est clairement inscrite mais la licence est absente", - "es": "Se atribuya claramente a OpenStreetMap, pero no se menciona la licencia", + "es": "OpenStreetMap está claramente atribuido, pero no se menciona la licencia", "ca": "OpenStreetMap està clarament atribuït, però no es menciona la llicència", "cs": "OpenStreetMap je jasně připsána, ale licence není uvedena", "pl": "Wyraźnie zaznaczono źródło jako OpenStreetMap, ale nie podano licencji" @@ -373,7 +384,7 @@ "it": "Non era presente alcun cenno a OpenStreetMap ma qualcuno vi ha attaccato un adesivo di OpenStreetMap", "de": "OpenStreetMap wurde nicht erwähnt, aber jemand hat einen OpenStreetMap-Aufkleber darauf geklebt", "fr": "OpenStreetMap n’est pas mentionné, un sticker OpenStreetMap a été collé", - "es": "No se mencionaba OpenStreetMap, pero alguien le pegó una pegatina de OpenStreetMap", + "es": "OpenStreetMap no se mencionó, pero alguien puso una pegatina de OpenStreetMap", "ca": "OpenStreetMap no es mencionava, però algú hi ha posat una enganxina d'OpenStreetMap", "cs": "OpenStreetMap nebyl zmíněn, ale někdo dal OpenStreetMap-nálepku na to" } @@ -390,7 +401,7 @@ "it": "Non c’è alcuna attribuzione", "fr": "Il n'y a aucune attribution", "de": "Es gibt überhaupt keine Namensnennung", - "es": "No hay atribución", + "es": "No hay ninguna atribución", "ca": "No hi ha atribució", "cs": "Neexistuje vůbec žádný atribut", "pl": "W ogóle nie podano źródła" @@ -408,7 +419,7 @@ "it": "Non c’è alcuna attribuzione", "fr": "Il n'y a aucune attribution", "de": "Es gibt überhaupt keine Namensnennung", - "es": "No hay atribución", + "es": "No hay ninguna atribución", "ca": "No hi ha atribució", "cs": "Neexistuje vůbec žádný atribut", "pl": "W ogóle nie podano źródła" diff --git a/assets/layers/maproulette/maproulette.json b/assets/layers/maproulette/maproulette.json index 607cef4d0b..b50dbfcbbf 100644 --- a/assets/layers/maproulette/maproulette.json +++ b/assets/layers/maproulette/maproulette.json @@ -6,7 +6,8 @@ "nl": "MapRoulette Taken", "pl": "Zadania MapRoulette", "ca": "Tasques de MapRoulette", - "cs": "Úkoly MapRoulette" + "cs": "Úkoly MapRoulette", + "es": "Tareas de MapRoulette" }, "description": { "en": "Layer showing all tasks in MapRoulette", @@ -15,7 +16,7 @@ "ca": "Capa que mostra totes les tasques de MapRoulette", "pl": "Warstwa pokazująca wszystkie zadania w MapRoulette", "cs": "Vrstva zobrazující všechny úlohy v MapRoulette", - "es": "Capa mostrando todas las tareas en MapRoulette", + "es": "Capa que muestra todas las tareas en MapRoulette", "fr": "Couche montrant toutes les tâches dans MapRoulette" }, "source": { @@ -31,7 +32,8 @@ "de": "MapRoulette-Element: {parentName}", "nl": "MapRoulette Item: {parentName}", "pl": "Obiekt MapRoulette: {parentName}", - "cs": "Položka MapRoulette: {parentName}" + "cs": "Položka MapRoulette: {parentName}", + "es": "Elemento de MapRoulette: {parentName}" } }, "titleIcons": [ @@ -105,7 +107,8 @@ "nl": "Taak werd gecreëerd", "ca": "Es crea la tasca", "pl": "Zadanie jest stworzone", - "cs": "Úkol je vytvořen" + "cs": "Úkol je vytvořen", + "es": "Tarea creada" } }, { @@ -117,7 +120,8 @@ "pl": "Zadanie jest naprawione", "ca": "La tasca està arreglada", "cs": "Úkol je opraven", - "fr": "La tâche est résolue" + "fr": "La tâche est résolue", + "es": "Tarea corregida" } }, { @@ -129,7 +133,8 @@ "pl": "Zadanie jest fałszywie pozytywne", "ca": "La tasca és un fals positiu", "cs": "Úkol je falešně pozitivní", - "fr": "Faux positif" + "fr": "Faux positif", + "es": "La tarea es un falso positivo" } }, { @@ -140,7 +145,8 @@ "nl": "Taak werd overgeslagen", "pl": "Zadanie jest pominięte", "ca": "La tasca s'ha botat", - "cs": "Úkol je přeskočen" + "cs": "Úkol je přeskočen", + "es": "Tarea omitida" } }, { @@ -151,7 +157,8 @@ "nl": "Taak werd verwijderd", "pl": "Zadania jest usunięte", "ca": "La tasca s'ha eliminat", - "cs": "Úkol je odstraněn" + "cs": "Úkol je odstraněn", + "es": "Tarea eliminada" } }, { @@ -162,7 +169,8 @@ "nl": "Taak was al opgelost", "pl": "Zadania jest już wykonane", "ca": "La tasca ja està arreglada", - "cs": "Úkol je již opraveno" + "cs": "Úkol je již opraveno", + "es": "La tarea ya está corregida" } }, { @@ -173,7 +181,8 @@ "nl": "Taak werd als te moeilijk ervaren", "pl": "Zadanie jest oznaczone jako zbyt trudne", "ca": "La tasca s'ha marcat com a molt difícil", - "cs": "Úkol je označen jako příliš těžký" + "cs": "Úkol je označen jako příliš těžký", + "es": "La tarea está marcada como demasiado difícil" } }, { @@ -185,7 +194,8 @@ "pl": "Zadanie jest wyłączone", "ca": "La tasca està deshabilitada", "cs": "Úloha je zakázána", - "fr": "La tâche est désactivée" + "fr": "La tâche est désactivée", + "es": "Tarea deshabilitada" } } ] @@ -203,7 +213,8 @@ "de": "Als behoben markieren", "ca": "Marca com a solucionat", "pl": "Oznacz jako naprawione", - "cs": "Označit jako opravené" + "cs": "Označit jako opravené", + "es": "Marcar como corregido" } } } @@ -221,7 +232,8 @@ "de": "Als nicht gefunden oder Falschmeldung markieren", "ca": "Marca com a no trobat o com a fals positiu", "pl": "Oznacz jako nieznalezione lub fałszywie pozytywne", - "cs": "Označit jako nenalezeno nebo falešně pozitivní" + "cs": "Označit jako nenalezeno nebo falešně pozitivní", + "es": "Marcar como no encontrado o falso positivo" }, "status": "2", "image": "close" @@ -241,7 +253,8 @@ "de": "Als zu schwer markieren", "ca": "Marca com a massa complicat", "pl": "Oznacz jako zbyt trudne", - "cs": "Označit jako příliš těžké" + "cs": "Označit jako příliš těžké", + "es": "Marcar como demasiado difícil" }, "status": "6", "image": "./assets/svg/not_found.svg" @@ -260,7 +273,8 @@ "nl": "Toon taken met alle statussen", "pl": "Pokaż zadania z wszystkimi statusami", "ca": "Mostra les tasques amb tots els estats", - "cs": "Zobrazit úkoly se všemi stavy" + "cs": "Zobrazit úkoly se všemi stavy", + "es": "Mostrar tareas con todos los estados" } }, { @@ -270,7 +284,8 @@ "nl": "Toon aangemaakte taken", "pl": "Pokaż zadania, które zostały stworzone", "ca": "Mostra les tasques que es creen", - "cs": "Zobrazit vytvořené úlohy" + "cs": "Zobrazit vytvořené úlohy", + "es": "Mostrar tareas que se han creado" }, "osmTags": "status=0" }, @@ -281,7 +296,8 @@ "nl": "Toon opgeloste taken", "ca": "Mostra les tasques que estan arreglades", "cs": "Zobrazit úkoly, které jsou opravené", - "pl": "Pokaż zadania, które zostały naprawione" + "pl": "Pokaż zadania, które zostały naprawione", + "es": "Mostrar tareas que se han corregido" }, "osmTags": "status=1" }, @@ -292,7 +308,8 @@ "nl": "Toon vals-positieve taken", "ca": "Mostra tasques que són falsos positius", "cs": "Ukažte úkoly, které jsou falešně pozitivní", - "pl": "Pokaż zadania, które dały fałszywie pozytywne wyniki" + "pl": "Pokaż zadania, które dały fałszywie pozytywne wyniki", + "es": "Mostrar tareas que son falsos positivos" }, "osmTags": "status=2" }, @@ -303,7 +320,8 @@ "nl": "Toon overgeslagen taken", "ca": "Mostra les tasques que s'han omès", "cs": "Zobrazit úkoly, které byly přeskočeny", - "pl": "Pokaż pominięte zadania" + "pl": "Pokaż pominięte zadania", + "es": "Mostrar tareas que se han omitido" }, "osmTags": "status=3" }, @@ -314,7 +332,8 @@ "nl": "Toon verwijderde taken", "ca": "Mostra les tasques que s'han suprimit", "cs": "Zobrazit úkoly, které byly odstraněny", - "pl": "Pokaż zadania, które zostały usunięte" + "pl": "Pokaż zadania, które zostały usunięte", + "es": "Mostrar tareas que se han eliminado" }, "osmTags": "status=4" }, @@ -325,7 +344,8 @@ "nl": "Toon al opgeloste taken", "pl": "Pokaż zadania, które zostały już naprawione", "ca": "Mostra les tasques que ja estan arreglades", - "cs": "Zobrazit úkoly, které jsou již opraveny" + "cs": "Zobrazit úkoly, které jsou již opraveny", + "es": "Mostrar tareas que ya están corregidas" }, "osmTags": "status=5" }, @@ -336,7 +356,8 @@ "nl": "Toon taken die als te lastig gemarkeerd zijn", "pl": "Pokaż zadania oznaczone jako zbyt trudne", "ca": "Mostra les tasques marcades com a massa difícils", - "cs": "Zobrazit úkoly, které jsou označeny jako příliš těžké" + "cs": "Zobrazit úkoly, které jsou označeny jako příliš těžké", + "es": "Mostrar tareas marcadas como demasiado difíciles" }, "osmTags": "status=6" }, @@ -347,7 +368,8 @@ "nl": "Toon uitgeschakelde taken", "pl": "Pokaż zadania, które są wyłączone", "ca": "Mostra les tasques que estan desactivades", - "cs": "Zobrazit úkoly, které jsou zakázány" + "cs": "Zobrazit úkoly, které jsou zakázány", + "es": "Mostrar tareas deshabilitadas" }, "osmTags": "status=9" } @@ -369,7 +391,8 @@ "nl": "Naam uitdaging bevat {search}", "pl": "Nazwa wyzwania zawiera {search}", "ca": "El nom del repte conté {search}", - "cs": "Název výzvy obsahuje {search}" + "cs": "Název výzvy obsahuje {search}", + "es": "El nombre del reto contiene {search}" } } ] @@ -390,7 +413,8 @@ "nl": "ID uitdaging is {search}", "pl": "ID wyzwania pasuje do {search}", "ca": "L'identificador de desafiament coincideix amb {search}", - "cs": "ID výzvy odpovídá {search}" + "cs": "ID výzvy odpovídá {search}", + "es": "El ID del reto coincide con {search}" } } ] diff --git a/assets/layers/maproulette_challenge/maproulette_challenge.json b/assets/layers/maproulette_challenge/maproulette_challenge.json index 06db90cc1e..638b49c541 100644 --- a/assets/layers/maproulette_challenge/maproulette_challenge.json +++ b/assets/layers/maproulette_challenge/maproulette_challenge.json @@ -6,7 +6,8 @@ "de": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der [Dokumentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md).", "nl": "Laag met taken van een MapRoulette uitdaging", "ca": "Capa que mostra les tasques d'un sol repte de MapRoulette. Aquesta capa està pensada per ser reutilitzada i ampliada en temes; consulteu [la documentació](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre com fer-ho.", - "cs": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md), jak to provést." + "cs": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md), jak to provést.", + "es": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo." }, "source": { "osmTags": "mr_taskId~*", @@ -18,7 +19,8 @@ "de": "Aufgabe in MapRoulette", "nl": "Item uit MapRoulette", "ca": "Element a MapRoulette", - "cs": "Položka v MapRoulette" + "cs": "Položka v MapRoulette", + "es": "Elemento en MapRoulette" } }, "titleIcons": [ @@ -115,7 +117,8 @@ "nl": "Taak is aangemaakt", "ca": "La tasca s'ha creat", "cs": "Úkol je vytvořen", - "pl": "Zadanie jest stworzone" + "pl": "Zadanie jest stworzone", + "es": "Tarea creada" } }, { @@ -125,7 +128,8 @@ "de": "Aufgabe wurde erledigt", "nl": "Taak is opgelost", "ca": "La tasca està arreglada", - "cs": "Úkol je opraven" + "cs": "Úkol je opraven", + "es": "Tarea corregida" } }, { @@ -135,7 +139,8 @@ "de": "Aufgabe ist ein falsches Positiv", "nl": "Taak is vals positief", "ca": "La tasca és un fals positiu", - "cs": "Úkol je falešně pozitivní" + "cs": "Úkol je falešně pozitivní", + "es": "La tarea es un falso positivo" } }, { @@ -146,7 +151,8 @@ "nl": "Taak is overgeslagen", "ca": "S'ha saltat la tasca", "cs": "Úkol je přeskočen", - "fr": "La tâche est passée" + "fr": "La tâche est passée", + "es": "Tarea omitida" } }, { @@ -156,7 +162,8 @@ "de": "Aufgabe wurde gelöscht", "nl": "Taak is verwijderd", "ca": "S'ha suprimit la tasca", - "cs": "Úkol je odstraněn" + "cs": "Úkol je odstraněn", + "es": "Tarea eliminada" } }, { @@ -166,7 +173,8 @@ "de": "Aufgabe wurde bereits erledigt", "nl": "Taak is al opgelost", "ca": "La tasca ja està arreglada", - "cs": "Úkol je již opraveno" + "cs": "Úkol je již opraveno", + "es": "La tarea ya está corregida" } }, { @@ -176,7 +184,8 @@ "de": "Aufgabe wurde als zu schwer markiert", "nl": "Taak is gemarkeerd als te lastig", "ca": "La tasca està marcada com a massa difícil", - "cs": "Úkol je označen jako příliš těžký" + "cs": "Úkol je označen jako příliš těžký", + "es": "La tarea está marcada como demasiado difícil" } }, { @@ -186,7 +195,8 @@ "de": "Aufgabe wurde deaktiviert", "nl": "Taak is uitgeschakeld", "ca": "La tasca està desactivada", - "cs": "Úloha je zakázána" + "cs": "Úloha je zakázána", + "es": "Tarea deshabilitada" } } ] @@ -203,7 +213,8 @@ "nl": "Toon alle taken, ongeacht de status", "pl": "Pokaż zadania z wszystkimi statusami", "ca": "Mostra les tasques amb tots els estats", - "cs": "Zobrazit úkoly se všemi stavy" + "cs": "Zobrazit úkoly se všemi stavy", + "es": "Mostrar tareas con todos los estados" } }, { @@ -213,7 +224,8 @@ "nl": "Toon taken die zijn gecreëerd", "pl": "Pokaż zadania, które zostały stworzone", "ca": "Mostra les tasques que es creen", - "cs": "Zobrazit úkoly, které jsou vytvořeny" + "cs": "Zobrazit úkoly, které jsou vytvořeny", + "es": "Mostrar tareas que se han creado" }, "osmTags": "mr_taskStatus=Created" }, @@ -224,7 +236,8 @@ "nl": "Toon taken die zijn opgelost", "pl": "Pokaż zadania, które są już wykonane", "ca": "Mostra les tasques que estan arreglades", - "cs": "Zobrazit úkoly, které jsou opravené" + "cs": "Zobrazit úkoly, které jsou opravené", + "es": "Mostrar tareas que se han corregido" }, "osmTags": "mr_taskStatus=Fixed" }, @@ -234,7 +247,8 @@ "de": "Aufgaben anzeigen, die falsch positiv sind", "nl": "Toon taken die vals positief waren", "ca": "Mostra les tasques que son falsos positius", - "cs": "Zobrazit úkoly, které jsou falešné pozitivní" + "cs": "Zobrazit úkoly, které jsou falešné pozitivní", + "es": "Mostrar tareas que son falsos positivos" }, "osmTags": "mr_taskStatus=False positive" }, @@ -244,7 +258,8 @@ "de": "Aufgaben anzeigen, die übersprungen wurden", "nl": "Toon taken die zijn overgeslagen", "ca": "Mostra les tasques que s'han omès", - "cs": "Zobrazit úkoly, které byly přeskočeny" + "cs": "Zobrazit úkoly, které byly přeskočeny", + "es": "Mostrar tareas que se han omitido" }, "osmTags": "mr_taskStatus=Skipped" }, @@ -254,7 +269,8 @@ "de": "Aufgaben anzeigen, die gelöscht wurden", "nl": "Toon taken die zijn verwijderd", "ca": "Mostra tasques eliminades", - "cs": "Zobrazit úkoly, které byly odstraněny" + "cs": "Zobrazit úkoly, které byly odstraněny", + "es": "Mostrar tareas que se han eliminado" }, "osmTags": "mr_taskStatus=Deleted" }, @@ -264,7 +280,8 @@ "de": "Aufgaben anzeigen, die bereits erledigt wurden", "nl": "Toon taken die reeds opgelost waren", "ca": "Mostra les tasques que ja estan arreglades", - "cs": "Zobrazit úkoly, které jsou již opraveny" + "cs": "Zobrazit úkoly, které jsou již opraveny", + "es": "Mostrar tareas que ya están corregidas" }, "osmTags": "mr_taskStatus=Already fixed" }, @@ -275,7 +292,8 @@ "nl": "Toon taken die als te moeilijk waren ervaren", "ca": "Mostra les tasques marcades com a massa difícils", "cs": "Zobrazit úkoly, které jsou označeny jako příliš těžké", - "pl": "Pokaż zadania, które są oznaczone jako zbyt trudne" + "pl": "Pokaż zadania, które są oznaczone jako zbyt trudne", + "es": "Mostrar tareas marcadas como demasiado difíciles" }, "osmTags": "mr_taskStatus=Too hard" }, @@ -286,7 +304,8 @@ "nl": "Toon taken die zijn uitgeschakeld", "ca": "Mostra tasques que s'han desactivat", "cs": "Zobrazit úkoly, které jsou zakázány", - "pl": "Pokaż zadania, które są wyłączone" + "pl": "Pokaż zadania, które są wyłączone", + "es": "Mostrar tareas deshabilitadas" }, "osmTags": "mr_taskStatus=Disabled" } diff --git a/assets/layers/maxspeed/maxspeed.json b/assets/layers/maxspeed/maxspeed.json index 46e54b11d8..6f86295609 100644 --- a/assets/layers/maxspeed/maxspeed.json +++ b/assets/layers/maxspeed/maxspeed.json @@ -2,7 +2,7 @@ "id": "maxspeed", "name": { "en": "Maxspeed", - "es": "Velocidad", + "es": "Velocidad máxima", "ca": "Velocitat", "de": "Höchstgeschwindigkeiten", "nl": "Maximumsnelheid", @@ -63,7 +63,8 @@ "fr": "Route sans nom", "ca": "Carretera sense nom", "cs": "Silnice bez názvu", - "pl": "Droga bez nazwy" + "pl": "Droga bez nazwy", + "es": "Carretera sin nombre" } } ] @@ -118,17 +119,19 @@ "ca": "La velocitat màxima permesa a aquesta via és {canonical(maxspeed)}", "fr": "La vitesse maximum autorisée sur cette route est {canonical(maxspeed)}", "cs": "Maximální povolená rychlost na této cestě je {canonical(maxspeed)}", - "pl": "Maksymalna prędkość dopuszczona na tej drodze to {canonical(maxspeed)}" + "pl": "Maksymalna prędkość dopuszczona na tej drodze to {canonical(maxspeed)}", + "es": "La velocidad máxima permitida en esta carretera es {canonical(maxspeed)}" }, "question": { - "es": "Qué es la velocidad máxima legal uno está permitido conducir en esta carretera?", + "es": "¿Cuál es la velocidad máxima legal a la que se permite conducir en esta carretera?", "ca": "Quina és la velocitat màxima legal que es permet conduir en aquesta carretera?", "en": "What is the legal maximum speed one is allowed to drive on this road?", "de": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?", "nl": "Wat is de legale maximumsnelheid voor deze weg?", "fr": "Quelle est la vitesse maximum autorisée sur cette route ?", "cs": "Jaká je zákonná maximální povolená rychlost na této silnici?", - "pl": "Jaka jest maksymalna prawnie dopuszczona prędkość na tej drodze?" + "pl": "Jaka jest maksymalna prawnie dopuszczona prędkość na tej drodze?", + "ru": "С какой максимальной скоростью разрешено ездить по этой дороге?" }, "freeform": { "key": "maxspeed", @@ -148,7 +151,8 @@ "de": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt", "fr": "C'est une zone de rencontre, avec une vitesse maximale de 20 km/h", "ca": "Aquest és un carrer residencial, que té una velocitat màxima de 20 km/h", - "cs": "Toto je obytná zóna, která má maximální rychlost 20 km/h" + "cs": "Toto je obytná zóna, která má maximální rychlost 20 km/h", + "es": "Esta es una calle residencial, que tiene una velocidad máxima de 20 km/h" }, "icon": { "path": "./assets/layers/maxspeed/living_street_be.svg", diff --git a/assets/layers/memorial/memorial.json b/assets/layers/memorial/memorial.json index 96ad225bbe..c06bdcd345 100644 --- a/assets/layers/memorial/memorial.json +++ b/assets/layers/memorial/memorial.json @@ -4,7 +4,8 @@ "en": "Memorials", "de": "Denkmäler", "fr": "Mémoriaux", - "nl": "Gedenktekens" + "nl": "Gedenktekens", + "es": "Monumentos" }, "description": "Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on", "source": { @@ -22,7 +23,8 @@ "ca": "Placa commemorativa", "cs": "Pamětní deska", "de": "Gedenktafel", - "fr": "Plaque commémorative" + "fr": "Plaque commémorative", + "es": "Placa conmemorativa" }, "mappings": [ { @@ -32,7 +34,8 @@ "de": "Gedenktafel", "ca": "Placa commemorativa", "cs": "Pamětní deska", - "fr": "Plaque commémorative" + "fr": "Plaque commémorative", + "es": "Placa conmemorativa" } } ] @@ -78,12 +81,14 @@ "en": "a memorial", "de": "ein Denkmal", "fr": "un mémorial", - "nl": "een gedenkteken" + "nl": "een gedenkteken", + "es": "un monumento" }, "description": { "en": "A memorial is a physical object which remembers a person or event.", "de": "Ein Mahnmal ist ein physischer Gegenstand, der an eine Person oder ein Ereignis erinnert.", - "fr": "Un mémorial est un élément physique disposé en mémoire d'une personne ou d'un évènement." + "fr": "Un mémorial est un élément physique disposé en mémoire d'une personne ou d'un évènement.", + "es": "Un monumento es un objeto físico que recuerda a una persona o un evento." }, "tags": [ "historic=memorial" @@ -91,7 +96,7 @@ } ], "tagRenderings": [ - "images", + "images_no_blur", { "id": "memorial-type", "labels": [ @@ -101,7 +106,8 @@ "en": "What type of memorial is this?", "de": "Was für eine Art von Denkmal ist das?", "fr": "C'est un mémorial de guerre", - "sl": "Kakšne vrste spomenik je to?" + "sl": "Kakšne vrste spomenik je to?", + "es": "¿Qué tipo de monumento es este?" }, "mappings": [ { @@ -111,7 +117,8 @@ "de": "Das ist eine Statue", "fr": "C'est une statue", "nl": "Dit is een standbeeld", - "sl": "To je kip" + "sl": "To je kip", + "es": "Es una estatua" }, "addExtraTags": [ "tourism=artwork", @@ -124,7 +131,9 @@ "en": "This is a plaque", "de": "Dies ist eine Gedenktafel", "fr": "C'est une plaque", - "sl": "To je plošča" + "sl": "To je plošča", + "uk": "Це меморіальна дошка", + "es": "Es una placa" } }, { @@ -133,7 +142,8 @@ "en": "This is a commemorative bench", "de": "Dies ist eine Gedenkbank", "fr": "C'est un banc commémoratif", - "nl": "Dit is een zitbank die ook als herdenking dienst doet" + "nl": "Dit is een zitbank die ook als herdenking dienst doet", + "es": "Es un banco conmemorativo" }, "addExtraTags": [ "amenity=bench" @@ -145,17 +155,18 @@ "en": "This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash", "de": "Dies ist ein Geisterrad - ein Fahrrad weiß lackiert, um an einen Radfahrer zu erinnern, der wegen eines Autounfalls verstorben ist", "fr": "C'est un vélo fantôme - un vélo blanc peint en mémoire d'un cycliste mort à cet endroit suite à un accident avec une voiture", - "nl": "Dit is een witte fiets of spookfiets - een witgeschilderede fiets die een omgekomen fietsen herdenkt" + "nl": "Dit is een witte fiets of spookfiets - een witgeschilderede fiets die een omgekomen fietsen herdenkt", + "es": "Es una bicicleta fantasma - una bicicleta pintada de blanco para recordar a un ciclista que falleció debido a un accidente de coche" } }, { "if": "memorial=stolperstein", - "alsoShowIf": "memorial:type=stolperstein", "then": { "en": "This is a stolperstein (stumbing stone)", "de": "Dies ist ein Stolperstein", "fr": "C'est un stolperstein (pierre d'achoppement)", - "nl": "Dit is een struikelsteen (stolperstein)" + "nl": "Dit is een struikelsteen (stolperstein)", + "es": "Es un stolperstein (piedra de tropiezo)" } }, { @@ -163,7 +174,8 @@ "then": { "en": "This is a stele", "de": "Das ist eine Stele", - "fr": "C'est une stèle" + "fr": "C'est une stèle", + "es": "Es una estela" } }, { @@ -172,7 +184,8 @@ "en": "This is a memorial stone", "de": "Das ist ein Gedenkstein", "fr": "C'est une pierre commémorative", - "sl": "To je spominski kamen" + "sl": "To je spominski kamen", + "es": "Es una piedra conmemorativa" } }, { @@ -181,7 +194,8 @@ "en": "This is a bust", "de": "Das ist eine Büste", "fr": "C'est un buste", - "sl": "To je doprsni kip" + "sl": "To je doprsni kip", + "es": "Es un busto" } }, { @@ -191,7 +205,8 @@ "de": "Dies ist eine Skulptur", "fr": "C'est une sculpture", "nl": "Dit is een sculptuur", - "sl": "To je skulptura" + "sl": "To je skulptura", + "es": "Es una escultura" } }, { @@ -221,7 +236,8 @@ "then": { "en": "This is a blue plaque", "de": "Dies ist eine blaue Plaque", - "fr": "C'est une plaque bleue (spécifique aux pays anglo-saxons)" + "fr": "C'est une plaque bleue (spécifique aux pays anglo-saxons)", + "es": "Es una placa azul" }, "onlyShowIf": "_country=gb" }, @@ -232,7 +248,8 @@ "de": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde", "fr": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial", "nl": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken", - "sl": "To je zgodovinski tank, ki je stalno postavljen v spomin na javnem kraju" + "sl": "To je zgodovinski tank, ki je stalno postavljen v spomin na javnem kraju", + "es": "Es un tanque histórico, colocado permanentemente en el espacio público como monumento" } }, { @@ -241,7 +258,8 @@ "en": "This is a memorial tree", "de": "Das ist ein Baumdenkmal", "fr": "C'est un arbre du souvenir", - "sl": "To je spominsko drevo" + "sl": "To je spominsko drevo", + "es": "Es un árbol conmemorativo" }, "addExtraTags": [ "natural=tree" @@ -253,7 +271,8 @@ "en": "This is a gravestone; the person is buried here", "de": "Dies ist ein Grabstein; die Person ist hier begraben", "sl": "To je nagrobni kamen; oseba je pokopana tu", - "fr": "C'est une pierre tombale, une personne est enterrée ici" + "fr": "C'est une pierre tombale, une personne est enterrée ici", + "es": "Es una lápida; la persona está enterrada aquí" }, "addExtraTags": [ "memorial=" @@ -265,11 +284,13 @@ "de": "Das ist ein {memorial}", "fr": "C'est un {memorial}", "sl": "To je {memorial}", - "ca": "Això és un {memorial}" + "ca": "Això és un {memorial}", + "es": "Se trata de un {memorial}" }, "freeform": { "key": "memorial" - } + }, + "filter": true }, { "id": "inscription", @@ -283,7 +304,9 @@ "de": "Wie lautet die Inschrift auf diesem Denkmal?", "fr": "Quelle est l'inscription sur cette plaque ?", "nl": "Wat is het opschrift van dit gedenkteken?", - "sl": "Kakšen je napis na tem spomeniku?" + "sl": "Kakšen je napis na tem spomeniku?", + "uk": "Який напис на цьому пам'ятнику?", + "es": "¿Cuál es la inscripción de este monumento?" }, "#:condition": "Benches have a separate inscription question", "condition": { @@ -297,7 +320,9 @@ "cs": "Nápis na této desce zní:
{inscription}
", "de": "Die Inschrift auf diesem Denkmal lautet:{inscription}
", "fr": "L'inscription sur cette plaque indique:{inscription}
", - "sl": "Napis na tem spomeniku je:{inscription}
" + "sl": "Napis na tem spomeniku je:{inscription}
", + "uk": "Напис на цьому меморіалі:{inscription}
", + "es": "La inscripción de este monumento dice:{inscription}
" }, "freeform": { "key": "inscription", @@ -311,7 +336,9 @@ "de": "Dieses Denkmal hat keine Inschrift", "fr": "Il n'y a aucune inscription sur cette plaque", "nl": "Dit gedenkteken heeft geen opschrift", - "sl": "Ta spomenik nima napisa" + "sl": "Ta spomenik nima napisa", + "uk": "Цей пам'ятник не має напису", + "es": "Este monumento no tiene inscripción" }, "addExtraTags": [ "inscription=" @@ -328,12 +355,14 @@ "question": { "en": "What is the Wikipedia page about this memorial?", "de": "Was ist die Wikipedia-Seite über dieses Denkmal?", - "fr": "Quelle est la page Wikipedia de ce mémorial ?" + "fr": "Quelle est la page Wikipedia de ce mémorial ?", + "es": "¿Cuál es la página de Wikipedia sobre este monumento?" }, "questionHint": { "en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question.", "de": "Hier geht es um das Denkmal selbst, nicht um die Person oder das Ereignis, an das die Denkmal erinnert. Wenn diese Gedenkstätte keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage.", - "fr": "C'est la page Wikipédia du mémorial et non celle de la personne ou de l'évènement commémoré. Si le mémorial n'a pas de page Wikipédia ou d'entité Wikidata, passez cette question." + "fr": "C'est la page Wikipédia du mémorial et non celle de la personne ou de l'évènement commémoré. Si le mémorial n'a pas de page Wikipédia ou d'entité Wikidata, passez cette question.", + "es": "Se trata del propio monumento, no de la persona o el evento que recuerda el monumento. Si este monumento no tiene una página de Wikipedia o una entidad Wikidata, omite esta pregunta." }, "render": { "special": { @@ -343,7 +372,8 @@ "before": { "en": "Il progetto usa i dati del progetto OpenStreetMap.
", "hu": "A mászótérképet eredetileg Christian Neumann készítette. Ha észrevétele vagy kérdése van, kérjük, vele lépjen kapcsolatba.A projekt az OpenStreetMap adatait használja
", "cs": "Horolezeckou mapu původně vytvořil Christian Neumann. V případě připomínek nebo dotazů ho prosím kontaktujte.Projekt využívá data projektu OpenStreetMap.
", - "es": "El mapa de escalada fue realizado originalmente por Christian Neumann. Por favor, ponte en contacto si tienes comentarios o preguntas.El proyecto utiliza datos del proyecto OpenStreetMap.
", + "es": "El mapa de escalada fue creado originalmente por Christian Neumann. Por favor, ponte en contacto si tienes comentarios o preguntas.El proyecto utiliza datos del proyecto OpenStreetMap.
", "ca": "El mapa d'escalada va ser creat originalment per Christian Neumann. Contacteu-vos si teniu comentaris o preguntes.< p>El projecte utilitza dades del projecte OpenStreetMap.", - "pl": "Mapa wspinaczkowa została pierwotnie stworzona przez Christiana Neumanna. Jeśli masz uwagi lub pytania, skontaktuj się z nim.< p>Projekt wykorzystuje dane projektu OpenStreetMap." + "pl": "Mapa wspinaczkowa została pierwotnie stworzona przez Christiana Neumanna. Jeśli masz uwagi lub pytania, skontaktuj się z nim.< p>Projekt wykorzystuje dane projektu OpenStreetMap.", + "uk": "Мапу альпіністських маршрутів спочатку склав Крістіан Нойманн. Будь ласка, звʼяжіться з ним, якщо у вас є відгуки чи запитання.< p>Проєкт використовує дані OpenStreetMap." }, "icon": "./assets/themes/climbing/climbing_icon.svg", "credits": [ @@ -152,10 +155,11 @@ "it": "L’ elemento in cui è contenuto indica che è pubblicamente accessibileThere exists an automated account on Mastodon which posts a monthly overview of ghost bikes worldwide
", @@ -31,12 +32,13 @@ "zh_Hant": "幽靈單車是用來紀念死於交通事故的單車騎士,在事發地點附近放置白色單車。Il existe un compte automatisé Mastodon qui publie un aperçu mensuel des vélos fantômes à travers le monde
", "it": "Una bici fantasma è un monumento in ricordo di un ciclista che è morto in un incidente stradale, che ha la forma di un una bicicletta bianca installata in maniera permanente ne luogo dell’incidente.Esiste un account automatizzato su Mastodon da aggiornamenti mensili sulle bici fantasma del mondo
", - "hu": "A szellemkerékpár egy közlekedési balesetben elhunyt kerékpáros emlékműve: egy fehér kerékpár, amelyet állandó jelleggel a baleset helyszínének közelében helyeznek el.Na Mastodonu existuje automatizovaný účet, který posílá měsíční přehled kol duchů po celém světě
", - "es": "Una bicicleta fantasma es un monumento en memoria de un ciclista fallecido en un accidente de tráfico, en forma de una bicicleta blanca colocada permanentemente cerca del lugar del accidente.Hi ha un compte automatitzat a Mastodon que publica una visió mensual de les bicicletes fantasma a tot el món
", - "pl": "Duch roweru to pomnik upamiętniający rowerzystę, który zginął w wypadku drogowym, w postaci białego roweru umieszczonego na stałe w pobliżu miejsca wypadku.На Mastodon існує бот, який публікує щомісячний огляд велосипедів-примар у всьому світі
" }, "icon": "./assets/themes/ghostbikes/logo.svg", "defaultBackgroundId": "protomaps.white", diff --git a/assets/themes/ghostsigns/ghostsigns.json b/assets/themes/ghostsigns/ghostsigns.json index 8632100cae..7b58ccf6e2 100644 --- a/assets/themes/ghostsigns/ghostsigns.json +++ b/assets/themes/ghostsigns/ghostsigns.json @@ -3,15 +3,17 @@ "title": { "en": "Ghost Signs", "de": "Geisterzeichen", - "es": "Señales fantasma", - "cs": "Nápisy na zdech" + "es": "Letreros fantasma", + "cs": "Nápisy na zdech", + "uk": "Примарні знаки" }, "description": { "en": "A map showing disused signs on buildings", "de": "Eine Karte, die ungenutzte Zeichen auf Gebäuden zeigt", - "es": "Un mapa que muestra los rótulos en desuso de los edificios", + "es": "Un mapa que muestra letreros en desuso en los edificios", "ca": "Un mapa que mostra els rètols en desús dels edificis", - "cs": "Mapa zobrazující nepoužívané nápisy na budovách" + "cs": "Mapa zobrazující nepoužívané nápisy na budovách", + "uk": "Мапа, на якій показані вивіски на будівлях, що не використовуються" }, "icon": "./assets/themes/advertising/wall_painting.svg", "layers": [ diff --git a/assets/themes/glutenfree/glutenfree.json b/assets/themes/glutenfree/glutenfree.json index 134ec81024..b3933cff44 100644 --- a/assets/themes/glutenfree/glutenfree.json +++ b/assets/themes/glutenfree/glutenfree.json @@ -6,15 +6,19 @@ "it": "Senza glutine", "es": "Sin gluten", "ca": "Sense gluten", - "cs": "Bez lepku" + "cs": "Bez lepku", + "ru": "Без глютена", + "hu": "Gluténmentes helyek", + "uk": "Без глютену" }, "description": { "en": "A crowdsourced map with glutenfree items", "de": "Eine gemeinschaftliche Karte mit glutenfreien Produkten", "it": "Una mappa in crowdsourcing per articoli senza glutine", - "es": "Un menú compartido con productos sin gluten", + "es": "Un mapa colaborativo con artículos sin gluten", "ca": "Un mapa col·lectiu amb articles sense gluten", - "cs": "Mapa s bezlepkovými položkami vytvořená pomocí crowdsourcingu" + "cs": "Mapa s bezlepkovými položkami vytvořená pomocí crowdsourcingu", + "uk": "Колективна мапа з безглютеновими продуктами" }, "icon": "./assets/layers/questions/glutenfree.svg", "layers": [ diff --git a/assets/themes/grb/grb.json b/assets/themes/grb/grb.json index 7da6995b43..9bacdb89d9 100644 --- a/assets/themes/grb/grb.json +++ b/assets/themes/grb/grb.json @@ -9,7 +9,7 @@ "hu": "Ez a sablon a flandriai GRB épületimportálás automatizlását kívánja megkönnyíteni.", "de": "Dieses Thema ist ein Versuch, die Automatisierung des GRB-Imports zu unterstützen.", "fr": "Ce thème tente d’aider l’import automatique GRB.", - "es": "Este tema es un intento de automatizar la importación GRB.", + "es": "Este tema es un intento de ayudar a automatizar la importación de GRB.", "da": "Dette tema er et forsøg på at hjælpe med at automatisere GRB-importen.", "ca": "Aquest tema és un intent d'automatitzar la importació GRB.", "cs": "Toto téma je pokusem o automatizaci importu GRB.", @@ -162,7 +162,7 @@ "de": "Wurde von GRB importiert, Referenznummer ist {source:geometry:ref}", "ca": "Ha estat importat des de GRB, el número de referència és {source:geometry:ref}", "cs": "Byl importován z GRB, referenční číslo je {source:geometry:ref}", - "es": "Se ha importado de GRB, el número de referencia es {source:geometry:ref}", + "es": "Ha sido importado de GRB, el número de referencia es {source:geometry:ref}", "pl": "Został zaimportowany z GRB, numer referencyjny to {source:geometry:ref}" }, "condition": "source:geometry:ref~*" @@ -331,7 +331,7 @@ "fr": "Les balises meta ne sont pas encore calculées ... Rouvrir cette fenêtre pop-up", "da": "Har endnu ikke beregnet metatags... Genåbn denne popup", "cs": "Metatags ještě nebyly vypočítány... Znovu otevřete toto vyskakovací okno", - "es": "Aún no se han calculado los metatags... Reabrir esta ventana emergente", + "es": "Aún no se calcularon las metaetiquetas... Vuelve a abrir esta ventana emergente", "ca": "Encara no s'han calculat les metaetiquetes... Torneu a obrir aquesta finestra emergent", "pl": "Jeszcze nie obliczono metaznaczników... Otwórz to okienko ponownie" } @@ -348,7 +348,7 @@ "then": { "en": "This building has holes and is modeled as a relation. As such, it cannot be conflated. Conflate it manually via the building export site {open_in_josm()}", "de": "Dieses Gebäude hat Löcher und ist als Relation modelliert. Als solches kann es nicht zusammengeführt werden. Es kann manuell zusammengeführt werden über die Gebäudeexportseite {open_in_josm()}", - "es": "Este edificio tiene agujeros y está modelado como una relación. Por lo tanto, no se puede combinar. Combínalo manualmente a través el sitio de exportación de edificios {open_in_josm()}", + "es": "Este edificio tiene huecos y se modela como una relación. Como tal, no se puede fusionar. Fusionarlo manualmente a través de el sitio de exportación de edificios {open_in_josm()}", "fr": "Ce bâtiment a des ouvertures et est modélisé comme une relation. Il ne peut être fusionné. Fusionnez-le manuellement via le site d’export de bâtiment {open_in_josm()}", "nl": "Dit gebouw heeft openingen en is gemodelleerd als een relatie. Bijgevolg kan het niet worden samengevoegd. Voeg het manueel samen via de export-site voor gebouwen {open_in_josm()}", "da": "Denne bygning har huller og er modelleret som en relation. Som sådan kan det ikke sammenblandes. Sammensæt det manuelt via bygningseksportwebstedet {open_in_josm()}", diff --git a/assets/themes/guideposts/guideposts.json b/assets/themes/guideposts/guideposts.json index d59671e635..001f4f6d61 100644 --- a/assets/themes/guideposts/guideposts.json +++ b/assets/themes/guideposts/guideposts.json @@ -4,16 +4,19 @@ "en": "Guideposts", "cs": "Rozcestníky", "de": "Wegweiser", - "es": "Poste guía", + "es": "Postes indicadores", "pl": "Drogowskazy", - "ca": "Pal guia" + "ca": "Pal guia", + "ru": "Указатели", + "uk": "Вказівники" }, "description": { "en": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking, cycling, skiing or horseback riding routes to indicate the directions to different destinations. Additionally, they are often named after a region or place and show the altitude.\n\nThe position of a signpost can be used by a hiker/biker/rider/skier as a confirmation of the current position, especially if they use a printed map without a GPS receiver. ", "cs": "Podél oficiálních turistických, cyklistických, lyžařských nebo jezdeckých tras se často nacházejí rozcestníky (také známé jako ukazatel směru), které ukazují směry k různým cílům. Navíc jsou často pojmenovány po regionu nebo místě a ukazují nadmořskou výšku.\n\nPolohu rozcestníku může turista/cyklista/jezdec/lyžař využít jako potvrzení aktuální polohy, zejména pokud používá tištěnou mapu bez GPS přijímače. ", "de": "Wegweiser an offiziellen Wander-, Rad-, Ski- oder Reitstrecken, um Richtungen zu verschiedenen Zielen anzuzeigen. Sie sind oft nach einer Region oder einem Ort benannt und zeigen die Höhe an.\n\nDie Position eines Wegweisers kann von Wanderern, Radfahrern, Reitern oder Skifahrern als Bestätigung der aktuellen Position genutzt werden, insbesondere wenn sie eine gedruckte Karte ohne GPS-Empfänger verwenden. ", - "es": "Los postes guía o indicadores (también conocidos como \"fingerposts\") suelen encontrarse a lo largo de las rutas oficiales de senderismo, ciclismo, esquí o equitación para indicar las direcciones a los distintos destinos. Además, suelen llevar el nombre de una región o lugar e indican la altitud.\n\nLa posición de un poste indicador puede servir al excursionista, ciclista, jinete o esquiador para confirmar su posición actual, sobre todo si utiliza un mapa impreso sin receptor GPS. ", - "pl": "Drogowskazy (znane również jako \"palce na słupkach\") często znajdują się wzdłuż oficjalnych szlaków pieszych, rowerowych, narciarskich lub konnych i wskazują drogę do różnych miejsc. Ponadto często noszą nazwy regionu lub miejsca i wskazują wysokość.\n\nPozycja drogowskazu może być wykorzystana przez turystę/rowerzystę/jeźdźca/narciarza jako potwierdzenie aktualnej pozycji, zwłaszcza jeśli korzysta z drukowanej mapy bez odbiornika GPS. " + "es": "Los postes indicadores (también conocidos como señalización o \"fingerposts\") suelen encontrarse a lo largo de rutas oficiales de senderismo, ciclismo, esquí o equitación para indicar las direcciones a diferentes destinos. Además, a menudo llevan el nombre de una región o lugar y muestran la altitud.\n\nLa posición de un poste indicador puede ser utilizada por un excursionista/ciclista/jinete/esquiador como confirmación de la posición actual, especialmente si utiliza un mapa impreso sin un receptor GPS. ", + "pl": "Drogowskazy (znane również jako \"palce na słupkach\") często znajdują się wzdłuż oficjalnych szlaków pieszych, rowerowych, narciarskich lub konnych i wskazują drogę do różnych miejsc. Ponadto często noszą nazwy regionu lub miejsca i wskazują wysokość.\n\nPozycja drogowskazu może być wykorzystana przez turystę/rowerzystę/jeźdźca/narciarza jako potwierdzenie aktualnej pozycji, zwłaszcza jeśli korzysta z drukowanej mapy bez odbiornika GPS. ", + "uk": "Орієнтири (також відомі як вказівні стовпчики) часто зустрічаються вздовж офіційних пішохідних, велосипедних, лижних або кінних маршрутів, щоб вказати напрямок до різних пунктів призначення. Крім того, вони часто названі на честь регіону або місця і показують висоту над рівнем моря.\n\nПоложення вказівника може використовуватися пішоходом/велосипедистом/вершником/лижником як підтвердження поточного положення, особливо якщо він користується друкованою картою без GPS-приймача. " }, "icon": "./assets/layers/guidepost/guidepost.svg", "layers": [ diff --git a/assets/themes/hackerspaces/hackerspaces.json b/assets/themes/hackerspaces/hackerspaces.json index 8cab4d8045..40ad3853da 100644 --- a/assets/themes/hackerspaces/hackerspaces.json +++ b/assets/themes/hackerspaces/hackerspaces.json @@ -15,7 +15,8 @@ "cs": "Hackerspaces a tvůrčí prostory", "es": "Hackerspaces y makerspaces", "eu": "Hackerspace", - "pl": "Hackerspace'y" + "pl": "Hackerspace'y", + "uk": "Хакерспейси та мейкерспейси" }, "description": { "en": "On this map you can see hackerspaces, add a new hackerspace or update data directly", @@ -26,7 +27,7 @@ "nl": "Op deze kaart kan je hackerspaces zien, toevoegen en updaten", "fr": "Retrouvez, renseignez ou modifiez des ateliers numériques ouverts", "da": "På dette kort kan du se hackerspaces, tilføje et nyt hackerspace eller opdatere data direkte", - "es": "En este mapa puedes ver hackerspaces, añadir un nuevo hackerspace o actualizar datos directamente", + "es": "En este mapa puedes ver hackerspaces, agregar un nuevo hackerspace o actualizar datos directamente", "cs": "Na této mapě si můžete prohlédnout hackerspaces, přidat nový hackerspace nebo přímo aktualizovat data", "ca": "En aquest mapa podeu veure els hackerspaces, afegir un nou hackerspace o actualitzar les dades directament", "pl": "Na tej mapie możesz zobaczyć hackerspace, dodać nową hackerspace lub bezpośrednio zaktualizować dane" @@ -43,7 +44,8 @@ "cs": "Mapa označující Hackerspaces", "es": "Un mapa de hackerspaces", "ca": "Un mapa dels hackerspaces", - "pl": "Mapa hackerspaceów" + "pl": "Mapa hackerspaceów", + "uk": "Мапа хакерських просторів" }, "icon": "./assets/themes/hackerspaces/glider.svg", "layers": [ diff --git a/assets/themes/hailhydrant/hailhydrant.json b/assets/themes/hailhydrant/hailhydrant.json index d574854761..27d2d0db50 100644 --- a/assets/themes/hailhydrant/hailhydrant.json +++ b/assets/themes/hailhydrant/hailhydrant.json @@ -9,13 +9,14 @@ "it": "Idranti, estintori, caserme dei vigili del fuoco e stazioni delle ambulanze", "nb_NO": "Hydranter, brannslukkere, brannstasjoner, og ambulansestasjoner.", "de": "Brandschutz", - "hu": "Tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások.", + "hu": "Tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások", "nl": "Brandkranen, brandblussers, brandweerposten en ambulanceposten", - "es": "Bocas de incendios, Extintores, Parques de bomberos y Parques de ambulancias", + "es": "Bocas de incendio, extintores, estaciones de bomberos y estaciones de ambulancias", "ca": "Hidrants, Extintors, Parcs de Bombers i estacions d'Ambulàncies", "da": "Brandhaner, brandslukkere, brandstationer og ambulancestationer", "cs": "Hydranty, hasicí přístroje, požární stanice a stanice záchranné služby", - "pl": "Hydranty, gaśnice, remizy strażackie i pogotowia ratunkowe" + "pl": "Hydranty, gaśnice, remizy strażackie i pogotowia ratunkowe", + "uk": "Гідранти, вогнегасники, пожежні станції та станції швидкої допомоги" }, "description": { "en": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods.", @@ -24,9 +25,9 @@ "fr": "Sur cette carte on trouve et met à jour les bornes incendies, extincteurs, casernes de pompiers et ambulanciers dans son quartier.", "de": "Auf dieser Karte können Sie Hydranten, Feuerwachen, Krankenwagen und Feuerlöscher in Ihren bevorzugten Stadtvierteln finden und aktualisieren.", "it": "In questa cartina puoi vedere e aggiornare idranti, stazioni dei pompieri, stazioni delle ambulanze ed estintori del tuo quartiere preferito.", - "hu": "Ezen a térképen tűzcsapokat, tűzoltóállomásokat, mentőállomásokat és tűzoltóállomásokat találhat és szerkeszthet kedvenc városrészeiben (vagy másutt).\n\nA bal alsó sarokban nyomon követheti pontos tartózkodási helyét (csak mobilon), és kiválaszthatja az Ön számára releváns rétegeket. Ezzel az eszközzel gombostűket (érdekes pontokat, POI-kat) is szerkeszthet vagy felrajzolhat a térképre, a rendelkezésre álló kérdések megválaszolásával pedig további részleteket adhat meg.\n\nAz Ön által elvégzett módosítások automatikusan elmentődnek az OpenStreetMap globális adatbázisában, és mások szabadon újra felhasználhatják azokat.", + "hu": "Ezen a térképen tűzcsapokat, tűzoltóállomásokat, mentőállomásokat és tűzoltó készülékeket találhatsz és aktualizálhatsz a kedvenc környékeden.", "ru": "На этой карте вы можете найти и обновить местоположение пожарных гидрантов, пожарных станций, станций скорой помощи и огнетушителей в ваших избранных районах населенного пункта.\n\nВы можете записать своё точное месторасположение (только на мобильных устройствах) и выбрать интересующие слои данных в левом нижнем углу. Вы также можете использовать этот инструмент для добавления или изменения точек интереса на карте и дополнять данные, отвечая на вопросы.\n\nВсе сделанные вами изменения автоматически сохраняются в базе данных OpenStreetMap и могут быть свободно переработаны другими пользователями.", - "es": "En este mapa puedes encontrar y actualizar hidrantes contra incendios, estaciones de bomberos, estaciones de ambulancias y extintores en tus vecindarios favoritos.", + "es": "En este mapa puedes encontrar y actualizar bocas de incendio, estaciones de bomberos, estaciones de ambulancias y extintores en tus barrios favoritos.", "nl": "Op deze kaart kan je hydranten, brandblussers, brandweerkazernes en stalplaatsen voor ambulances vinden en updaten.", "da": "På dette kort kan du finde og opdatere brandhaner, brandstationer, ambulancestationer og brandslukkere i dine yndlingskvarterer.\n\nDu kan spore din præcise placering (kun mobil) og vælge lag, der er relevante for dig, i nederste venstre hjørne. Du kan også bruge dette værktøj til at tilføje eller redigere POI (points of interest) til kortet og give yderligere detaljer ved at besvare tilgængelige spørgsmål.\n\nAlle ændringer, du foretager, bliver automatisk gemt i den globale database af OpenStreetMap og kan frit genbruges af andre.", "ca": "A aquest mapa pots trobar i actualizar boques d'incendis, parcs de bombers, estacions d'ambulàncies i extintors als seus veïnats preferits.", @@ -42,12 +43,13 @@ "de": "Eine Karte mit Hydranten, Feuerlöschern, Feuerwachen und Rettungswachen.", "it": "Carta che mostra gli idranti, gli estintori, le caserme dei vigili del fuoco e le stazioni delle ambulanze.", "hu": "Térkép tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások megjelenítéséhez.", - "es": "Mapa para mostrar bocas de incendios, extintores, parques de bomberos y parques de ambulancias.", + "es": "Mapa para mostrar bocas de incendio, extintores, estaciones de bomberos y estaciones de ambulancias.", "ca": "Mapa per a mostrar hidrants, extintors, parcs de bombers i estacions d'ambulàncies.", "nl": "Kaart om hydranten, brandblussers, brandweerkazernes en ambulanceposten weer te geven.", "da": "Kort for at vise brandhaner, brandslukkere, brandstationer og ambulancestationer.", "cs": "Mapa zobrazující hydranty, hasicí přístroje, požární stanice a stanice záchranné služby.", - "pl": "Mapa przedstawiająca hydranty, gaśnice, remizy strażackie i karetki pogotowia." + "pl": "Mapa przedstawiająca hydranty, gaśnice, remizy strażackie i karetki pogotowia.", + "uk": "Мапа, що показує гідранти, вогнегасники, пожежні станції та станції швидкої допомоги." }, "icon": "./assets/themes/hailhydrant/logo.svg", "startZoom": 6, @@ -64,4 +66,4 @@ "ambulancestation" ], "widenFactor": 3 -} \ No newline at end of file +} diff --git a/assets/themes/healthcare/healthcare.json b/assets/themes/healthcare/healthcare.json index 41b9686f8b..574178b074 100644 --- a/assets/themes/healthcare/healthcare.json +++ b/assets/themes/healthcare/healthcare.json @@ -11,11 +11,13 @@ "cs": "Zdravotní péče", "nb_NO": "Helsebehandling", "ru": "Здравоохранение", - "es": "Atención sanitaria", + "es": "Atención médica", "eu": "Osasun laguntza", "pl": "Służba zdrowia", "zh_Hant": "醫療保健", - "it": "Assistenza sanitaria" + "it": "Assistenza sanitaria", + "hu": "Egészségügy", + "uk": "Охорона здоров'я" }, "description": { "en": "On this map, various healthcare related items are shown", @@ -25,9 +27,10 @@ "da": "På dette kort er forskellige sundhedsrelaterede emner vist", "nl": "Op deze kaart vind je dokters, apothekers, kinesisten, ziekenhuizen en andere gezondheidsgerelateerde diensten", "cs": "Na této mapě jsou zobrazeny různé položky související se zdravotní péčí", - "es": "En este mapa se muestran varios elementos relacionados con la salud", + "es": "En este mapa, se muestran varios elementos relacionados con la atención médica", "pl": "Na tej mapie pokazane są różne elementy związane z opieką zdrowotną", - "it": "Su questa mappa sono indicati vari elementi relativi all'assistenza sanitaria" + "it": "Su questa mappa sono indicati vari elementi relativi all'assistenza sanitaria", + "uk": "На цій мапі показані різні обʼєкти, повʼязані з охороною здоровʼя" }, "icon": "./assets/layers/doctors/doctors.svg", "startZoom": 16, diff --git a/assets/themes/hotels/hotels.json b/assets/themes/hotels/hotels.json index 5f883cb1ac..60af39d7a1 100644 --- a/assets/themes/hotels/hotels.json +++ b/assets/themes/hotels/hotels.json @@ -14,7 +14,10 @@ "eu": "Hotelak", "pl": "Hotele", "zh_Hant": "飯店", - "it": "Hotel" + "it": "Hotel", + "ru": "Гостиницы", + "hu": "Szállodák", + "uk": "Готелі" }, "description": { "en": "On this map, you'll find hotels in your area", @@ -24,10 +27,11 @@ "nl": "Op deze kaart vind je hotels in je omgeving", "fr": "Sur cette carte, vous trouverez les hôtels dans votre zone", "cs": "Na této mapě najdete hotely ve vašem okolí", - "es": "En este mapa encontrarás hoteles en tu zona", + "es": "En este mapa, encontrarás hoteles en tu área", "ca": "En aquest mapa trobareu hotels a la vostra zona", "pl": "Na tej mapie znajdziesz hotele w Twojej okolicy", - "it": "Su questa mappa, troverai gli hotel della tua zona" + "it": "Su questa mappa, troverai gli hotel della tua zona", + "uk": "На цій мапі ви знайдете готелі поруч з вами" }, "icon": "./assets/layers/tourism_accomodation/hotel.svg", "startZoom": 13, diff --git a/assets/themes/icecream/icecream.json b/assets/themes/icecream/icecream.json index 4f9d48b31c..264acbe1eb 100644 --- a/assets/themes/icecream/icecream.json +++ b/assets/themes/icecream/icecream.json @@ -5,16 +5,19 @@ "de": "Eiscreme", "cs": "Zmrzlina", "ca": "Gelat", - "es": "Helado", + "es": "Helados", "da": "Is", - "it": "Gelato" + "it": "Gelato", + "ru": "Мороженое", + "hu": "Fagylalt", + "uk": "Морозиво" }, "description": { "en": "A map showing ice cream parlors and ice cream vending machines", "de": "Eine Karte, die Eisdielen und Eisautomaten zeigt", "cs": "Mapa zobrazující prodej zmrzliny a automaty na zmrzlinu", "ca": "Un mapa que mostra les gelateries i les màquines expenedores de gelats", - "es": "Mapa de heladerías y máquinas expendedoras de helados", + "es": "Un mapa que muestra heladerías y máquinas expendedoras de helados", "it": "Una mappa che mostra le gelaterie e i distributori automatici di gelato" }, "icon": "./assets/layers/ice_cream/ice_cream.svg", diff --git a/assets/themes/indoors/indoors.json b/assets/themes/indoors/indoors.json index 21a78f89bf..2e75e515d7 100644 --- a/assets/themes/indoors/indoors.json +++ b/assets/themes/indoors/indoors.json @@ -14,20 +14,24 @@ "eu": "Barnealdean", "pl": "Wewnątrz", "zh_Hant": "室內", - "it": "Al chiuso" + "it": "Al chiuso", + "ru": "Внутри помещений", + "hu": "Beltéri létesítmények", + "uk": "Плани приміщень" }, "description": { "en": "On this map, publicly accessible indoor places are shown", - "de": "Diese Karte zeigt öffentlich zugängliche Innenräume", + "de": "Eine Karte mit öffentlich zugänglichen Innenräumen", "fr": "Sur cette carte, les lieux intérieurs accessibles au public sont montrés", "da": "På dette kort er offentligt tilgængelige indendørs steder vist", "nl": "Op deze kaart worden publiek toegankelijke binnenruimtes getoond", "cs": "Na této mapě jsou zobrazeny veřejně přístupné vnitřní prostory", "nb_NO": "Viser offentlig tilgjenglige innendørssteder", - "es": "En este mapa se muestran los lugares cubiertos de acceso público", + "es": "En este mapa, se muestran lugares interiores de acceso público", "ca": "En aquest mapa es mostren els llocs interiors accessibles al públic", "pl": "Na tej mapie pokazane są publicznie dostępne miejsca w pomieszczeniach zamkniętych", - "it": "Su questa mappa sono indicati i luoghi al chiuso accessibili al pubblico" + "it": "Su questa mappa sono indicati i luoghi al chiuso accessibili al pubblico", + "uk": "На цій мапі показані загальнодоступні плани приміщень" }, "icon": "./assets/layers/entrance/entrance.svg", "startZoom": 14, diff --git a/assets/themes/items_with_image/items_with_image.json b/assets/themes/items_with_image/items_with_image.json index 61f601005d..fa9445ba48 100644 --- a/assets/themes/items_with_image/items_with_image.json +++ b/assets/themes/items_with_image/items_with_image.json @@ -4,12 +4,13 @@ "en": "All items with images", "de": "Alle Elemente mit Bildern", "es": "Todos los elementos con imágenes", - "cs": "Všechny položky s obrázky" + "cs": "Všechny položky s obrázky", + "hu": "Minden képpel rendelkező térképobjektum" }, "description": { "en": "A map showing all items on OSM which have an image. This theme is a very bad fit for MapComplete as someone is not able to directly add a picture. However, this theme is mostly here to include this all into the database, which'll allow this to quickly fetch images nearby for other features", "de": "Eine Karte, die alle Objekte auf OSM zeigt, die ein Bild haben. Dieses Thema ist sehr schlecht für MapComplete geeignet, da man nicht direkt ein Bild hinzufügen kann. Dieses Thema ist jedoch hauptsächlich dazu da, um alles in die Datenbank aufzunehmen, was es ermöglicht, Bilder in der Nähe für andere Funktionen schnell zu finden", - "es": "Un mapa que muestra todos los objetos en OSM que tienen una imagen. Este tema no es muy adecuado para MapComplete porque no se puede agregar una imagen directamente. Sin embargo, este tema está ahí principalmente para poner todo en la base de datos, lo que permite encontrar rápidamente imágenes cercanas para otras funciones", + "es": "Un mapa que muestra todos los elementos en OSM que tienen una imagen. Este tema no es adecuado para MapComplete, ya que no se puede agregar una imagen directamente. Sin embargo, este tema está aquí principalmente para incluir todo esto en la base de datos, lo que permitirá obtener rápidamente imágenes cercanas para otras funciones", "cs": "Mapa zobrazující všechny položky v OSM, které mají obrázek. Toto téma je pro MapComplete velmi nevhodné, protože někdo nemůže přímo přidat obrázek. Nicméně toto téma je zde hlavně proto, aby to vše zahrnovalo do databáze, což umožní rychle načítat obrázky v okolí pro další funkce" }, "icon": "./assets/layers/item_with_image/camera.svg", diff --git a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json index 91583ecb7e..39a87bad0d 100644 --- a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json +++ b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json @@ -11,7 +11,9 @@ "ru": "Бордюры и пешеходные переходы", "es": "Bordillos y cruces", "ca": "Vorals i encreuaments", - "pl": "Krawężniki i przejścia" + "pl": "Krawężniki i przejścia", + "hu": "Járdaszegélyek és gyalogosátkelők", + "uk": "Бордюри та переходи" }, "description": { "en": "A map showing kerbs and crossings.", @@ -23,7 +25,8 @@ "nb_NO": "Fortauskanter og fotgjengerfelt.", "es": "Un mapa que muestra bordillos y cruces.", "ca": "Un mapa amb voreres i encreuaments.", - "pl": "Mapa pokazująca krawężniki i przejścia." + "pl": "Mapa pokazująca krawężniki i przejścia.", + "uk": "Мапа з позначенням бордюрів та пішохідних переходів." }, "icon": "./assets/layers/kerbs/KerbIcon.svg", "startZoom": 19, diff --git a/assets/themes/lactosefree/lactosefree.json b/assets/themes/lactosefree/lactosefree.json index 9fe2f5a4e6..5453819cfb 100644 --- a/assets/themes/lactosefree/lactosefree.json +++ b/assets/themes/lactosefree/lactosefree.json @@ -3,16 +3,19 @@ "title": { "en": "Lactose free shops and restaurants", "de": "Laktosefreie Geschäfte und Restaurants", - "es": "Tiendas y restaurantes con productos sin lactosa", + "es": "Tiendas y restaurantes sin lactosa", "ca": "Botigues i restaurants amb productes sense lactosa", - "cs": "Bezlaktózové obchody a restaurace" + "cs": "Bezlaktózové obchody a restaurace", + "hu": "Laktózmentes boltok és éttermek", + "uk": "Магазини та ресторани без лактози" }, "description": { "en": "A crowdsourced map with lactose free shops and restaurants", "de": "Eine Crowdsourcing-Karte mit laktosefreien Geschäften und Restaurants", - "es": "Un mapa en que colaborar con tiendas y restaurantes con productos sin lactosa", + "es": "Un mapa colaborativo con tiendas y restaurantes sin lactosa", "ca": "Un mapa col·lectiu amb botigues i restaurants sense lactosa", - "cs": "Mapa bezlaktózových obchodů a restaurací vytvořená crowdsourcingem" + "cs": "Mapa bezlaktózových obchodů a restaurací vytvořená crowdsourcingem", + "uk": "Колективна мапа з магазинами та ресторанами з безлактозними продуктами" }, "icon": "./assets/layers/questions/lactose_free.svg", "layers": [ diff --git a/assets/themes/lighthouses/lighthouses.json b/assets/themes/lighthouses/lighthouses.json index c452702a70..7d6a934bdb 100644 --- a/assets/themes/lighthouses/lighthouses.json +++ b/assets/themes/lighthouses/lighthouses.json @@ -7,14 +7,17 @@ "it": "Fari", "es": "Faros", "ca": "Fars", - "cs": "Majáky" + "cs": "Majáky", + "hu": "Világítótornyok", + "uk": "Маяки" }, "description": { "en": "Lighthouses are tall buildings with a light on top to guide marine traffic.", "de": "Leuchttürme sind hohe Gebäude mit einem Licht an der Spitze, das den Schiffsverkehr leitet.", "it": "I fari sono edifici alti con una luce in cima per guidare il traffico marittimo.", "es": "Los faros son edificios altos con una luz en la parte superior para guiar el tráfico marítimo.", - "cs": "Majáky jsou vysoké budovy se světlem na vrcholu, které slouží k vedení námořní dopravy." + "cs": "Majáky jsou vysoké budovy se světlem na vrcholu, které slouží k vedení námořní dopravy.", + "uk": "Маяки - це високі будівлі зі світлом на вершині, що спрямовують морський рух." }, "icon": "./assets/themes/lighthouses/lighthouse.svg", "startLat": 51.33884, diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index d02f116aab..504e47bf2b 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -3,12 +3,14 @@ "title": { "en": "Changes made with MapComplete", "de": "Änderungen mit MapComplete", - "cs": "Změny provedené pomocí MapComplete" + "cs": "Změny provedené pomocí MapComplete", + "es": "Cambios realizados con MapComplete" }, "shortDescription": { "en": "Shows changes made by MapComplete", "de": "Zeigt die von MapComplete vorgenommenen Änderungen an", - "cs": "Zobrazuje změny provedené nástrojem MapComplete" + "cs": "Zobrazuje změny provedené nástrojem MapComplete", + "es": "Muestra los cambios realizados por MapComplete" }, "description": { "en": "This maps shows all the changes made with MapComplete", @@ -27,7 +29,8 @@ "id": "mapcomplete-changes", "name": { "en": "Changeset centers", - "de": "Changeset-Zentren" + "de": "Changeset-Zentren", + "es": "Centros de conjuntos de cambios" }, "minzoom": 0, "source": { @@ -39,7 +42,8 @@ "render": { "en": "Changeset for {theme}", "de": "Änderungssatz für {theme}", - "cs": "Sada změn pro {theme}" + "cs": "Sada změn pro {theme}", + "es": "Conjunto de cambios para {theme}" } }, "description": { @@ -54,7 +58,8 @@ "render": { "en": "Changeset {id}", "de": "Änderungssatz {id}", - "cs": "Sada změn {id}" + "cs": "Sada změn {id}", + "es": "Conjunto de cambios {id}" } }, { @@ -62,7 +67,8 @@ "question": { "en": "What contributor did make this change?", "de": "Wer hat zu dieser Änderung beigetragen?", - "cs": "Který přispěvatel provedl tuto změnu?" + "cs": "Který přispěvatel provedl tuto změnu?", + "es": "¿Qué colaborador realizó este cambio?" }, "freeform": { "key": "user" @@ -70,7 +76,8 @@ "render": { "en": "Change made by {user}", "de": "Änderung vorgenommen von {user}", - "cs": "Změna provedena uživatelem {user}" + "cs": "Změna provedena uživatelem {user}", + "es": "Cambio realizado por {user}" } }, { @@ -78,14 +85,16 @@ "question": { "en": "What theme was used to make this change?", "de": "Welches Thema wurde für diese Änderung verwendet?", - "cs": "Jaký motiv byl použit k provedení této změny?" + "cs": "Jaký motiv byl použit k provedení této změny?", + "es": "¿Qué tema se utilizó para realizar este cambio?" }, "freeform": { "key": "theme" }, "render": { "en": "Change with theme {theme}", - "de": "Änderung mit Thema {theme}" + "de": "Änderung mit Thema {theme}", + "es": "Cambio con el tema {theme}" } }, { @@ -96,12 +105,14 @@ "question": { "en": "What locale (language) was this change made in?", "de": "In welcher Sprache (Locale) wurde diese Änderung vorgenommen?", - "cs": "V jakém prostředí (jazyce) byla tato změna provedena?" + "cs": "V jakém prostředí (jazyce) byla tato změna provedena?", + "es": "¿En qué configuración regional (idioma) se realizó este cambio?" }, "render": { "en": "User locale is {locale}", "de": "Die Benutzersprache ist {locale}", - "cs": "Uživatelské prostředí je {locale}" + "cs": "Uživatelské prostředí je {locale}", + "es": "Configuración regional del usuario es {locale}" } }, { @@ -109,12 +120,14 @@ "render": { "en": "Change with with {host}", "de": "Änderung mit {host}", - "cs": "Změnit pomocí {host}" + "cs": "Změnit pomocí {host}", + "es": "Cambio realizado con {host}" }, "question": { "en": "What host (website) was this change made with?", "de": "Bei welchem Host (Website) wurde diese Änderung vorgenommen?", - "cs": "U jakého hostitele (webové stránky) byla tato změna provedena?" + "cs": "U jakého hostitele (webové stránky) byla tato změna provedena?", + "es": "¿Con qué anfitrión (sitio web) se realizó este cambio?" }, "freeform": { "key": "host" @@ -137,12 +150,14 @@ "question": { "en": "What version of MapComplete was used to make this change?", "de": "Welche Version von MapComplete wurde verwendet, um diese Änderung vorzunehmen?", - "cs": "Jaká verze aplikace MapComplete byla použita k provedení této změny?" + "cs": "Jaká verze aplikace MapComplete byla použita k provedení této změny?", + "es": "¿Qué versión de MapComplete se utilizó para realizar este cambio?" }, "render": { "en": "Made with {editor}", "de": "Erstellt mit {editor}", - "cs": "Vytvořeno pomocí {editor}" + "cs": "Vytvořeno pomocí {editor}", + "es": "Hecho con {editor}" }, "freeform": { "key": "editor" @@ -542,7 +557,7 @@ "question": { "en": "Themename contains {search}", "de": "Themenname enthält {search}", - "es": "El nombre contiene {search}", + "es": "El nombre del tema contiene {search}", "pl": "Nazwa tematu zawiera {search}", "cs": "Název obsahuje {search}" } @@ -600,7 +615,7 @@ "question": { "en": "Not made by contributor {search}", "de": "Nicht erstellt von Mitwirkendem {search}", - "es": "No realizado por el colaborador {search}", + "es": "No hecho por el colaborador {search}", "cs": "Nevytvořeno přispěvatelem {search}" } } @@ -620,7 +635,7 @@ "question": { "en": "Made before {search}", "de": "Erstellt vor {search}", - "es": "Realizado antes de {search}", + "es": "Hecho antes de {search}", "cs": "Vytvořeno před {search}" } } @@ -640,7 +655,7 @@ "question": { "en": "Made after {search}", "de": "Erstellt nach {search}", - "es": "Realizado después de {search}", + "es": "Hecho después de {search}", "cs": "Vytvořeno po {search}" } } @@ -659,7 +674,7 @@ "question": { "en": "User language (iso-code) {search}", "de": "Benutzersprache (ISO-Code) {search}", - "es": "Idioma del usuario (código iso) {search}", + "es": "Idioma del usuario (código ISO) {search}", "cs": "Jazyk uživatele (iso-kód) {search}" } } @@ -679,7 +694,7 @@ "en": "Made with host {search}", "de": "Erstellt mit Host {search}", "cs": "Vytvořeno pomocí hostitele {search}", - "es": "Hecho con host {search}" + "es": "Hecho con el anfitrión {search}" } } ] @@ -693,7 +708,7 @@ "en": "Changeset added at least one image", "de": "Changeset hat mindestens ein Bild hinzugefügt", "cs": "Sada změn přidala alespoň jeden obrázek", - "es": "El conjunto de cambios ha añadido al menos una imagen" + "es": "El conjunto de cambios agregó al menos una imagen" } } ] @@ -706,7 +721,8 @@ "question": { "en": "Exclude GRB theme", "de": "GRB-Thema ausschließen", - "cs": "Vyloučit motiv GRB" + "cs": "Vyloučit motiv GRB", + "es": "Excluir el tema GRB" } } ] @@ -719,7 +735,7 @@ "question": { "en": "Exclude etymology theme", "de": "Etymologie-Thema ausschließen", - "es": "Excluir el tema de la etimología", + "es": "Excluir el tema de etimología", "cs": "Vyloučit etymologii tématu" } } @@ -737,7 +753,8 @@ "render": { "en": "More statistics can be found here", "de": "Weitere Statistiken findest du hier", - "cs": "Další statistiky najdete zde" + "cs": "Další statistiky najdete zde", + "es": "Puedes encontrar más estadísticas aquí" } }, { diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json index 225de11270..954e6eb63d 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json @@ -3,12 +3,14 @@ "title": { "en": "Changes made with MapComplete", "de": "Änderungen mit MapComplete", - "cs": "Změny provedené pomocí MapComplete" + "cs": "Změny provedené pomocí MapComplete", + "es": "Cambios realizados con MapComplete" }, "shortDescription": { "en": "Shows changes made by MapComplete", "de": "Zeigt die von MapComplete vorgenommenen Änderungen an", - "cs": "Zobrazuje změny provedené nástrojem MapComplete" + "cs": "Zobrazuje změny provedené nástrojem MapComplete", + "es": "Muestra los cambios realizados por MapComplete" }, "description": { "en": "This maps shows all the changes made with MapComplete", @@ -27,7 +29,8 @@ "id": "mapcomplete-changes", "name": { "en": "Changeset centers", - "de": "Changeset-Zentren" + "de": "Changeset-Zentren", + "es": "Centros de conjuntos de cambios" }, "minzoom": 0, "source": { @@ -39,7 +42,8 @@ "render": { "en": "Changeset for {theme}", "de": "Änderungssatz für {theme}", - "cs": "Sada změn pro {theme}" + "cs": "Sada změn pro {theme}", + "es": "Conjunto de cambios para {theme}" } }, "description": { @@ -54,7 +58,8 @@ "render": { "en": "Changeset {id}", "de": "Änderungssatz {id}", - "cs": "Sada změn {id}" + "cs": "Sada změn {id}", + "es": "Conjunto de cambios {id}" } }, { @@ -62,7 +67,8 @@ "question": { "en": "What contributor did make this change?", "de": "Wer hat zu dieser Änderung beigetragen?", - "cs": "Který přispěvatel provedl tuto změnu?" + "cs": "Který přispěvatel provedl tuto změnu?", + "es": "¿Qué colaborador realizó este cambio?" }, "freeform": { "key": "user" @@ -70,7 +76,8 @@ "render": { "en": "Change made by {user}", "de": "Änderung vorgenommen von {user}", - "cs": "Změna provedena uživatelem {user}" + "cs": "Změna provedena uživatelem {user}", + "es": "Cambio realizado por {user}" } }, { @@ -78,14 +85,16 @@ "question": { "en": "What theme was used to make this change?", "de": "Welches Thema wurde für diese Änderung verwendet?", - "cs": "Jaký motiv byl použit k provedení této změny?" + "cs": "Jaký motiv byl použit k provedení této změny?", + "es": "¿Qué tema se utilizó para realizar este cambio?" }, "freeform": { "key": "theme" }, "render": { "en": "Change with theme {theme}", - "de": "Änderung mit Thema {theme}" + "de": "Änderung mit Thema {theme}", + "es": "Cambio con el tema {theme}" } }, { @@ -96,12 +105,14 @@ "question": { "en": "What locale (language) was this change made in?", "de": "In welcher Sprache (Locale) wurde diese Änderung vorgenommen?", - "cs": "V jakém prostředí (jazyce) byla tato změna provedena?" + "cs": "V jakém prostředí (jazyce) byla tato změna provedena?", + "es": "¿En qué configuración regional (idioma) se realizó este cambio?" }, "render": { "en": "User locale is {locale}", "de": "Die Benutzersprache ist {locale}", - "cs": "Uživatelské prostředí je {locale}" + "cs": "Uživatelské prostředí je {locale}", + "es": "Configuración regional del usuario es {locale}" } }, { @@ -109,12 +120,14 @@ "render": { "en": "Change with with {host}", "de": "Änderung mit {host}", - "cs": "Změnit pomocí {host}" + "cs": "Změnit pomocí {host}", + "es": "Cambio realizado con {host}" }, "question": { "en": "What host (website) was this change made with?", "de": "Bei welchem Host (Website) wurde diese Änderung vorgenommen?", - "cs": "U jakého hostitele (webové stránky) byla tato změna provedena?" + "cs": "U jakého hostitele (webové stránky) byla tato změna provedena?", + "es": "¿Con qué anfitrión (sitio web) se realizó este cambio?" }, "freeform": { "key": "host" @@ -137,12 +150,14 @@ "question": { "en": "What version of MapComplete was used to make this change?", "de": "Welche Version von MapComplete wurde verwendet, um diese Änderung vorzunehmen?", - "cs": "Jaká verze aplikace MapComplete byla použita k provedení této změny?" + "cs": "Jaká verze aplikace MapComplete byla použita k provedení této změny?", + "es": "¿Qué versión de MapComplete se utilizó para realizar este cambio?" }, "render": { "en": "Made with {editor}", "de": "Erstellt mit {editor}", - "cs": "Vytvořeno pomocí {editor}" + "cs": "Vytvořeno pomocí {editor}", + "es": "Hecho con {editor}" }, "freeform": { "key": "editor" @@ -180,7 +195,7 @@ "question": { "en": "Themename contains {search}", "de": "Themenname enthält {search}", - "es": "El nombre contiene {search}", + "es": "El nombre del tema contiene {search}", "pl": "Nazwa tematu zawiera {search}", "cs": "Název obsahuje {search}" } @@ -238,7 +253,7 @@ "question": { "en": "Not made by contributor {search}", "de": "Nicht erstellt von Mitwirkendem {search}", - "es": "No realizado por el colaborador {search}", + "es": "No hecho por el colaborador {search}", "cs": "Nevytvořeno přispěvatelem {search}" } } @@ -258,7 +273,7 @@ "question": { "en": "Made before {search}", "de": "Erstellt vor {search}", - "es": "Realizado antes de {search}", + "es": "Hecho antes de {search}", "cs": "Vytvořeno před {search}" } } @@ -278,7 +293,7 @@ "question": { "en": "Made after {search}", "de": "Erstellt nach {search}", - "es": "Realizado después de {search}", + "es": "Hecho después de {search}", "cs": "Vytvořeno po {search}" } } @@ -297,7 +312,7 @@ "question": { "en": "User language (iso-code) {search}", "de": "Benutzersprache (ISO-Code) {search}", - "es": "Idioma del usuario (código iso) {search}", + "es": "Idioma del usuario (código ISO) {search}", "cs": "Jazyk uživatele (iso-kód) {search}" } } @@ -317,7 +332,7 @@ "en": "Made with host {search}", "de": "Erstellt mit Host {search}", "cs": "Vytvořeno pomocí hostitele {search}", - "es": "Hecho con host {search}" + "es": "Hecho con el anfitrión {search}" } } ] @@ -331,7 +346,7 @@ "en": "Changeset added at least one image", "de": "Changeset hat mindestens ein Bild hinzugefügt", "cs": "Sada změn přidala alespoň jeden obrázek", - "es": "El conjunto de cambios ha añadido al menos una imagen" + "es": "El conjunto de cambios agregó al menos una imagen" } } ] @@ -344,7 +359,8 @@ "question": { "en": "Exclude GRB theme", "de": "GRB-Thema ausschließen", - "cs": "Vyloučit motiv GRB" + "cs": "Vyloučit motiv GRB", + "es": "Excluir el tema GRB" } } ] @@ -357,7 +373,7 @@ "question": { "en": "Exclude etymology theme", "de": "Etymologie-Thema ausschließen", - "es": "Excluir el tema de la etimología", + "es": "Excluir el tema de etimología", "cs": "Vyloučit etymologii tématu" } } @@ -375,7 +391,8 @@ "render": { "en": "More statistics can be found here", "de": "Weitere Statistiken findest du hier", - "cs": "Další statistiky najdete zde" + "cs": "Další statistiky najdete zde", + "es": "Puedes encontrar más estadísticas aquí" } }, { diff --git a/assets/themes/maproulette/maproulette.json b/assets/themes/maproulette/maproulette.json index 287d487532..03ba82f4cc 100644 --- a/assets/themes/maproulette/maproulette.json +++ b/assets/themes/maproulette/maproulette.json @@ -11,7 +11,8 @@ "es": "Tareas de MapRoulette", "cs": "Úkoly MapRoulette", "zh_Hant": "MapRoulette 任務", - "pl": "Zadania MapRoulette" + "pl": "Zadania MapRoulette", + "hu": "MapRoulette-feladatok" }, "description": { "en": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them.", @@ -19,7 +20,7 @@ "fr": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.", "da": "Tema, der viser MapRoulette-opgaver, så du kan søge, filtrere og rette dem.", "nl": "Thema met MapRoulette taken, waar je ze kunt zoeken, filteren en ze oplossen.", - "es": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.", + "es": "Tema que muestra las tareas de MapRoulette, permitiéndote buscarlas, filtrarlas y solucionarlas.", "cs": "Téma zobrazující úkoly MapRoulette, které umožňuje vyhledávat, filtrovat a opravovat je.", "ca": "Tema que mostra les tasques de MapRoulette, que us permet cercar-les, filtrar-les i solucionar-les.", "pl": "Temat pokazujący zadania MapRoulette, umożliwiający ich wyszukiwanie, filtrowanie i naprawianie." diff --git a/assets/themes/maps/maps.json b/assets/themes/maps/maps.json index 6743b22449..d09b49cfc5 100644 --- a/assets/themes/maps/maps.json +++ b/assets/themes/maps/maps.json @@ -14,7 +14,9 @@ "ca": "Un mapa de mapes", "es": "Un mapa de mapas", "cs": "Mapa map", - "pl": "Mapa map" + "pl": "Mapa map", + "hu": "Térképek térképe", + "uk": "Мапа мап" }, "description": { "en": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...)Love in the palm of your hand
Open Love Map lists various adult entries, such as brothels, erotic stores and stripclubs.", "de": "Liebe in der Hand
Open Love Map listet verschiedene Einträge für Erwachsene, wie Bordelle, Erotikshops und Stripclubs.", - "es": "Amor en la palma de tu mano
Open Love Map lista varias entradas para adultos, como burdeles, tiendas eróticas y clubs de striptease.", + "es": "Amor en la palma de tu mano
Open Love Map lista varias entradas para adultos, como burdeles, tiendas eróticas y clubes de striptease.", "cs": "Láska na dlani
Open Love Map obsahuje různé položky pro dospělé, například nevěstince, erotické obchody a striptýzové kluby." }, "icon": "./assets/layers/stripclub/stripclub.svg", @@ -57,7 +58,7 @@ "question": { "en": "Does this shop offer fetish gear?", "de": "Bietet dieser Laden Fetischkleidung an?", - "es": "¿Ofrece esta tienda artículos fetichistas?", + "es": "¿Esta tienda ofrece artículos fetiche?", "cs": "Nabízí tento obchod vybavení pro fetišisty?" }, "mappings": [ @@ -67,7 +68,7 @@ "then": { "en": "This shop offers soft BDSM-gear, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ...", "de": "Dieser Laden bietet weiches BDSM-Zubehör an, wie zum Beispiel flauschige Handschellen, ein \"Fifty Shades of Grey\"-Starterset, ...", - "es": "Esta tienda ofrece artículos BDSM suaves, como esposas mullidas, un conjunto de ...", + "es": "Esta tienda ofrece artículos BDSM suaves, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',...", "cs": "Tento obchod nabízí měkké BDSM pomůcky, jako jsou chlupatá pouta, sada „padesát odstínů šedi“, ..." } }, @@ -77,7 +78,7 @@ "then": { "en": "This shop offers specialized BDSM-gear, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ...", "de": "Dieser Laden bietet spezialisiertes BDSM-Zubehör an, wie zum Beispiel Spreizstangen, Utensilien für Nadelfolter, medizinische Bondage-Ausrüstung, Schlagwerkzeuge, Fesseln, Metallhalsbänder, Handschellen, Nippelklemmen, Shibari-Zubehör, ...", - "es": "Esta tienda ofrece artículos especializados en BDSM, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, esposas, pinzas para pezones, accesorios de shibari, ...", + "es": "Esta tienda ofrece artículos BDSM especializados, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,...", "cs": "Tento obchod nabízí specializované BDSM pomůcky, jako jsou roztahovací tyče, potřeby pro hru na jehlách, potřeby pro lékařskou bondáž, nárazové nástroje, pouta, kovové barvy, pouta, svorky na bradavky, shibari doplňky, ..." } }, @@ -87,7 +88,7 @@ "then": { "en": "This shop offers pet play accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ...", "de": "Dieser Laden bietet Petplay-Zubehör an, wie zum Beispiel Hundemasken, Tiermasken, Ponyplay-Ausrüstung, Schwänze, Hufschuhe, ...", - "es": "Esta tienda ofrece accesorios para mascotas, como máscaras de cachorros, máscaras de animales, juegos de ponis, colas, herraduras...", + "es": "Esta tienda ofrece accesorios para juegos con mascotas, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,...", "cs": "Tento obchod nabízí doplňky na hraní si na zvířata, jako jsou masky štěňat, masky zvířat, poníci na hraní, ocasy, boty na kopyta, ..." } }, @@ -97,7 +98,7 @@ "then": { "en": "This shop offers leather gear, including pants and shirts usable in daily life up till leather harnesses", "de": "Dieser Laden bietet Lederkleidung an, darunter Hosen und Hemden für den Alltag bis hin zu Lederharnissen", - "es": "Esta tienda ofrece ropa de cuero, desde pantalones y camisas de uso diario hasta arneses de cuero", + "es": "Esta tienda ofrece artículos de cuero, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero", "cs": "Tento obchod nabízí kožené vybavení, včetně kalhot a košil použitelných v každodenním životě až po kožené postroje" } }, @@ -107,7 +108,7 @@ "then": { "en": "This shop offers uniforms for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ...", "de": "Dieser Laden bietet Uniformen für Rollenspiele an, wie Krankenschwester-Uniformen, Militäruniformen, Polizei-, Schulmädchen- und Dienstmädchen-Outfits, ...", - "es": "Esta tienda ofrece uniformes para juegos de rol, tales como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa, ...", + "es": "Esta tienda ofrece uniformes para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,...", "cs": "Tento obchod nabízí uniformy pro roleplay, jako jsou uniformy zdravotní sestry, vojenské uniformy, policie, školačky, francouzské pokojské, ..." } } @@ -182,7 +183,7 @@ "title": { "en": "a condom vending machine", "de": "ein Kondomautomat", - "es": "una máquina de venta de condones", + "es": "una máquina expendedora de condones", "da": "en kondomautomat", "cs": "automat na kondomy" }, @@ -327,7 +328,7 @@ "question": { "en": "Does {title()} have a private video booth?", "de": "Hat {title()} eine private Videokabine?", - "es": "¿Este {title()} tiene una cabina de video privada?", + "es": "¿Tiene {title()} una cabina de video privada?", "cs": "Má {title()} soukromou video kabinu?" }, "questionHint": { diff --git a/assets/themes/openwindpowermap/openwindpowermap.json b/assets/themes/openwindpowermap/openwindpowermap.json index 86a6892643..a78412f4e3 100644 --- a/assets/themes/openwindpowermap/openwindpowermap.json +++ b/assets/themes/openwindpowermap/openwindpowermap.json @@ -8,15 +8,16 @@ "ru": "Открытая карта ветроэнергетики", "zh_Hant": "風力發電機", "id": "OpenWindPowerMap", - "hu": "OpenWindPowerMap", + "hu": "Szélerőművek", "nl": "Windmolens", "ca": "Generadors d'energia eòlica", "nb_NO": "ÅpentVindkraftKart", "pa_PK": "اوپنونڈپاورمیپ", - "es": "Generadores de energía eólica", + "es": "Generadores eólicos", "cs": "Větrné elektrárny", "pl": "Generatory wiatrowe", - "da": "Vindmøller" + "da": "Vindmøller", + "uk": "Вітрогенератори" }, "description": { "en": "A map for showing and editing wind turbines.", @@ -25,13 +26,14 @@ "it": "Una cartina per la visione e la modifica delle turbine eoliche.", "zh_Hant": "顯示與編輯風機的地圖。", "hu": "Szélerőművek megjelenítésére és szerkesztésére szolgáló térkép.", - "es": "Mapa para mostrar y editar turbinas de viento.", + "es": "Un mapa para mostrar y editar aerogeneradores.", "nl": "Een kaart om windturbines te tonen en te bewerken.", "da": "Et kort til visning og redigering af vindmøller.", "nb_NO": "Et kart for visning og redigering av vindmøller.", "cs": "Mapa pro zobrazení a úpravy větrných turbín.", "ca": "Un mapa per a mostrar i editar turbines eòliques.", - "pl": "Mapa do pokazywania i edytowania turbin wiatrowych." + "pl": "Mapa do pokazywania i edytowania turbin wiatrowych.", + "uk": "Мапа для показу та редагування вітрових турбін." }, "icon": "./assets/themes/openwindpowermap/logo.svg", "startZoom": 8, diff --git a/assets/themes/osm_community_index/osm_community_index.json b/assets/themes/osm_community_index/osm_community_index.json index 80cb4c890e..f35a981d2c 100644 --- a/assets/themes/osm_community_index/osm_community_index.json +++ b/assets/themes/osm_community_index/osm_community_index.json @@ -5,10 +5,12 @@ "de": "OSM-Community-Index", "nl": "OSM Community Overzicht", "fr": "Index communautaire OSM", - "es": "Índice de comunidades de OSM", + "es": "Índice de la comunidad OSM", "ca": "Índex de comunitats d'OSM", "cs": "Komunitní rejstřík OSM", - "pl": "Indeks społeczności OSM" + "pl": "Indeks społeczności OSM", + "hu": "OSM-közösségek jegyzéke", + "uk": "Індекс спільноти OSM" }, "description": { "en": "A list of resources for users of OpenStreetMap. 'Resources' can be links to forums, meetups, Slack groups, IRC channels, mailing lists, and so on. Anything that mappers, especially beginners, might find interesting or helpful.", @@ -16,7 +18,7 @@ "nl": "Een lijst van hulpmiddelen van gebruikers van OpenStreetMap. 'Hulpmiddelen' kunnen fora, meetups, Slack groepen, IRC kanalen, mailinglijsten, en meer zijn. Alles dat mappers, vooral beginners, nuttig of behulpzaam kunnen vinden.", "fr": "Une liste de ressources pour les utilisateurs d'OpenStreetMap. Les \"ressources\" peuvent être des liens vers des forums, des rencontres, des groupes Slack, des canaux IRC, des listes de diffusion, etc. Tout ce que les cartographes, en particulier les débutants, peuvent trouver intéressant ou utile.", "cs": "Seznam zdrojů pro uživatele OpenStreetMap. \"Zdroje\" mohou být odkazy na fóra, setkání, Slack skupiny, kanály IRC, poštovní konference atd. Cokoli, co by mohlo být pro mappery, zejména začátečníky, zajímavé nebo užitečné.", - "es": "Una lista de recursos para los usuarios de OpenStreetMap. Los \"recursos\" pueden ser enlaces a foros, reuniones, grupos de trabajo, canales IRC, listas de correo, etcétera. Cualquier cosa que los cartógrafos, especialmente los principiantes, puedan encontrar interesante o útil.", + "es": "Una lista de recursos para usuarios de OpenStreetMap. 'Recursos' pueden ser enlaces a foros, encuentros, grupos de Slack, canales IRC, listas de correo, etc. Cualquier cosa que los mapeadores, especialmente los principiantes, puedan encontrar interesante o útil.", "ca": "Una llista de recursos per als usuaris d'OSM. Els recursos poden ser enllaços a fòrums, reunions, grups de treball, canals IRC, llistes de correus, etcètera. Quelcom que els mapejadors, especialment els principiants poden trobar interessant o útil.", "pl": "Lista zasobów dla użytkowników OpenStreetMap. „Zasobami” mogą być odnośniki do forów, spotkań, grup na Slacku, kanałów IRC, list mailingowych i tak dalej. Wszystko, co mapujący, a zwłaszcza początkujący, mogą uznać za interesujące lub pomocne." }, @@ -28,7 +30,8 @@ "es": "Un índice de recursos comunitarios para OpenStreetMap.", "ca": "Un índex de recursos comunitaris per a OpenStreetMap.", "cs": "Rejstřík komunitních zdrojů pro OpenStreetMap.", - "pl": "Indeks zasobów społeczności dotyczących OpenStreetMap." + "pl": "Indeks zasobów społeczności dotyczących OpenStreetMap.", + "uk": "Індекс ресурсів спільноти для OpenStreetMap." }, "icon": "./assets/themes/osm_community_index/osm.svg", "startZoom": 16, diff --git a/assets/themes/parkings/parkings.json b/assets/themes/parkings/parkings.json index 9d96a04daa..9d75a93ca0 100644 --- a/assets/themes/parkings/parkings.json +++ b/assets/themes/parkings/parkings.json @@ -11,13 +11,14 @@ "id": "Tempat parkir", "hu": "Parkolás", "fr": "Stationnement", - "es": "Aparcamiento", + "es": "Estacionamiento", "da": "Parkering", "pa_PK": "پارکنگ", "ca": "Aparcament", "cs": "Parkoviště", "eu": "Aparkalekua", - "pl": "Parking" + "pl": "Parking", + "uk": "Парковки" }, "description": { "nl": "Deze kaart toont verschillende parkeerplekken", @@ -28,7 +29,7 @@ "id": "Peta ini menunjukkan tempat parkir yang berbeda", "hu": "Ez a térkép különböző parkolókat jelenít meg", "fr": "Cette carte affiche différents lieux de stationnement", - "es": "Este mapa muestra diferentes puntos de aparcamiento", + "es": "Este mapa muestra diferentes lugares de estacionamiento", "nb_NO": "Forskjellige parkeringsplasser", "da": "Dette kort viser forskellige parkeringspladser", "ca": "Aquest mapa mostra diferents punts d'aparcament", @@ -44,12 +45,13 @@ "zh_Hant": "這地圖顯示不同的停車空間", "id": "Peta ini menunjukkan tempat parkir yang berbeda", "hu": "Ez a térkép különböző parkolókat jelenít meg", - "es": "Este mapa muestra diferentes puntos de aparcamiento", + "es": "Este mapa muestra diferentes lugares de estacionamiento", "fr": "Cette montre les emplacements de parking", "da": "Dette kort viser forskellige parkeringspladser", "ca": "Aquest mapa mostra diferents punts d'aparcament", "cs": "Na této mapě jsou vyznačena různá parkovací místa", - "pl": "Ta mapa pokazuje różne miejsca parkingowe" + "pl": "Ta mapa pokazuje różne miejsca parkingowe", + "uk": "На цій мапі показані різні місця для паркування" }, "icon": "./assets/themes/parkings/parkings.svg", "startZoom": 12, diff --git a/assets/themes/personal/personal.json b/assets/themes/personal/personal.json index 38937002db..6c1d454b37 100644 --- a/assets/themes/personal/personal.json +++ b/assets/themes/personal/personal.json @@ -3,7 +3,7 @@ "title": { "en": "Personal theme", "nl": "Persoonlijk thema", - "es": "Interficie personal", + "es": "Tema personal", "ca": "Interfície personal", "gl": "Tema personalizado", "fr": "Thème personnalisé", @@ -16,12 +16,15 @@ "da": "Personligt tema", "pa_PK": "چݨی تھیم", "cs": "Osobní téma", - "pl": "Temat osobisty" + "pl": "Temat osobisty", + "ru": "Собственная тема", + "hu": "Személyes téma", + "uk": "Власна тема" }, "description": { "en": "Create a personal theme based on all the available layers of all themes. In order to show some data, open layer selection", "nl": "Stel je eigen thema samen door lagen te combineren van alle andere themas", - "es": "Crea un tema personal basado en todas las capas disponibles de todos los temas. Con el objetivo de mostrar algunos datos, abre selección de capas", + "es": "Crea un tema personal basado en todas las capas disponibles de todos los temas. Para mostrar algunos datos, abre la selección de capas", "ca": "Crea un tema personal basat en totes les capes disponibles de totes els temes. Per a mostrar les dades, obri selecció de capes", "gl": "Crea un tema baseado en todas as capas dispoñíbeis de todos os temas", "fr": "Créez un thème personnalisé basé sur toutes les couches disponibles de tous les thèmes. Pour afficher des données, ouvrez la sélection de couches", @@ -32,7 +35,8 @@ "it": "Crea un tema personale basato sui livelli disponibili per tutti i temi. Per mostrare dei dati, apri selezione livello", "da": "Opret et personligt tema baseret på alle de tilgængelige lag af alle temaer. For at vise nogle data skal du åbne lagvalg", "cs": "Vytvořte si osobní téma na základě všech dostupných vrstev všech témat. Chcete-li vidět nějaká data, otevřete si výběr vrstev", - "pl": "Utwórz osobisty temat w oparciu o wszystkie dostępne warstwy wszystkich tematów. Aby wyświetlić dane, otwórz wybór warstwy" + "pl": "Utwórz osobisty temat w oparciu o wszystkie dostępne warstwy wszystkich tematów. Aby wyświetlić dane, otwórz wybór warstwy", + "uk": "Створіть особисту тему на основі всіх доступних шарів усіх тем. Щоб показати деякі дані, відкрийте вибір шару" }, "icon": "./assets/svg/addSmall.svg", "layers": [], diff --git a/assets/themes/pets/pets.json b/assets/themes/pets/pets.json index 5846015cc1..c8dffb1a79 100644 --- a/assets/themes/pets/pets.json +++ b/assets/themes/pets/pets.json @@ -11,7 +11,10 @@ "cs": "Veterináři, psí parky a další služby pro domácí zvířata", "zh_Hant": "獸醫院、寵物公園以及其他寵物設施", "pl": "Kliniki weterynaryjne, parki dla psów i inne obiekty dla zwierząt", - "it": "Veterinari, parchi accessibili ai cani e altri servizi per animali domestici" + "it": "Veterinari, parchi accessibili ai cani e altri servizi per animali domestici", + "ru": "Ветеринары, парки для собак и другие удобства для домашних животных", + "hu": "Állatorvosok, kutyafuttatók és hasonló, kedvtelésből tartott állatoknak szóló létesítmények", + "uk": "Ветеринари, собачі парки та інші зручності для домашніх тварин" }, "description": { "en": "On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants, ...", @@ -20,9 +23,11 @@ "nl": "Deze kaart helpt je op weg met je huisdier: dierenartsen, hondenloopzones, dierenwinkels, hondenvriendelijke restaurants, ...", "fr": "Retrouvez sur cette carte des points d’intérêts pour votre animal : vétérinaires, parcs à chien, animaleries, restaurants acceptant les chiens, etc.", "ca": "A aquest mapa, trobaràs diferents llocs interesants per a les teves mascotes: veterinaris, parcs per a gossos, botigues d'animals, restaurants amables amb gossos, ...", - "es": "En este mapa, encontrarás varios lugares interesantes para tus mascotas: veterinarios, parques para perros, tiendas de mascotas, restaurantes aptos para perros, ...", + "es": "En este mapa, encontrarás varios lugares interesantes para tus mascotas: veterinarios, parques para perros, tiendas de mascotas, restaurantes que admiten perros...", "cs": "Na této mapě najdete různá zajímavá místa pro vaše domácí mazlíčky: veterináře, psí parky, obchody pro zvířata, restaurace pro psy, ...", - "pl": "Na tej mapie znajdziesz różne ciekawe miejsca dla swoich zwierząt: weterynarze, wybiegi dla psów, sklepy zoologiczne, restauracje przyjazne psom, ..." + "pl": "Na tej mapie znajdziesz różne ciekawe miejsca dla swoich zwierząt: weterynarze, wybiegi dla psów, sklepy zoologiczne, restauracje przyjazne psom, ...", + "ru": "На этой карте вы найдете различные интересные места для ваших питомцев: ветеринарные клиники, парки для собак, зоомагазины, рестораны для собак, ...", + "uk": "На цій мапі ви знайдете різні цікаві місця для ваших домашніх улюбленців: ветеринари, парки для собак, зоомагазини, ресторани, дружні до собак, …" }, "icon": "./assets/layers/dogpark/dog-park.svg", "startZoom": 10, @@ -49,7 +54,8 @@ "cs": "Restaurace vhodné pro vstup se psy", "zh_Hant": "寵物友善餐廳", "pl": "Restauracje przyjazne psom", - "it": "Ristoranti che accettano i cani" + "it": "Ristoranti che accettano i cani", + "ru": "Заведения, где можно поесть с собаками" }, "pointRendering": [ { @@ -101,7 +107,7 @@ "fr": "Magasins acceptant les chiens", "ca": "Botigues amigues dels gossos", "pa_PK": "کُتیاں دی اِجازت دیاں دکاناں", - "es": "Tiendas aptas para perros", + "es": "Tiendas que admiten perros", "cs": "Obchody vhodné pro vstup se psy", "zh_Hant": "寵物友善商家", "pl": "Sklepy przyjazne psom", @@ -117,11 +123,12 @@ "fr": "Magasins acceptant les chiens", "ca": "Botigues amigues dels gossos", "pa_PK": "کُتیاں دی اِجازت دیاں دکاناں", - "es": "Tiendas aptas para perros", + "es": "Tiendas que admiten perros", "cs": "Obchody vhodné pro vstup se psy", "zh_Hant": "寵物友善商家", "pl": "Sklepy przyjazne psom", - "it": "Negozi che accettano i cani" + "it": "Negozi che accettano i cani", + "hu": "Kutyabarát üzletek" }, "mappings": [ { @@ -216,7 +223,7 @@ "fr": "magasin acceptant les chiens", "ca": "botiga amiga dels gossos", "pa_PK": "کُتیاں دی اِجازت دی دکان", - "es": "Tienda adaptada para perros", + "es": "tienda que admite perros", "cs": "obchod vhodný pro vstup se psem", "zh_Hant": "寵物友善商家", "pl": "sklep przyjazny psom" @@ -232,7 +239,7 @@ "nl": "Een winkel waar je je hond in bijna heel de winkel mag meenemen", "fr": "Un magasin où vous pouvez amener votre chien presque partout", "ca": "Una botiga on pots dur al gos gairebé a tot arreu", - "es": "Una tienda a la que se puede llevar un perro a casi todas partes", + "es": "Una tienda donde puedes llevar a un perro casi a todas partes", "cs": "Obchod, ve kterém si můžete vzít psa téměř kamkoli", "zh_Hant": "你幾乎可以攜帶寵物到處去的商店", "pl": "Sklep, w którym niemal wszędzie można zabrać psa" diff --git a/assets/themes/playgrounds/playgrounds.json b/assets/themes/playgrounds/playgrounds.json index 02efb01d38..35ede40c0d 100644 --- a/assets/themes/playgrounds/playgrounds.json +++ b/assets/themes/playgrounds/playgrounds.json @@ -13,11 +13,12 @@ "id": "Taman bermain", "hu": "Játszóterek", "ca": "Parcs infantils", - "es": "Parques infanties", + "es": "Parques infantiles", "da": "Legepladser", "cs": "Dětská hřiště", "eu": "Jolas parkeak", - "pl": "Place zabaw" + "pl": "Place zabaw", + "uk": "Дитячі майданчики" }, "description": { "nl": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen", @@ -30,11 +31,12 @@ "it": "In questa cartina vengono mostrati i parchi giochi a cui è possibile aggiungere dettagli", "id": "Di peta ini, Anda menemukan taman bermain dan dapat menambahkan lebih banyak informasi", "hu": "Ezen a térképen játszótereket találsz, és további információkat adhatsz hozzájuk", - "es": "En este mapa, puedes encontrar parques y añadir más información", + "es": "En este mapa, encuentras parques infantiles y puedes agregar más información", "da": "På dette kort finder du legepladser og kan tilføje flere oplysninger", "ca": "A aquest mapa, pots trobar parcs i afegir més informació", "cs": "Na této mapě najdete dětská hřiště a můžete k nim přidat další informace", - "pl": "Na tej mapie znajdziesz place zabaw, możesz też dodać o nich więcej informacji" + "pl": "Na tej mapie znajdziesz place zabaw, możesz też dodać o nich więcej informacji", + "uk": "На цій мапі ви знайдете дитячі майданчики та зможете додати додаткову інформацію" }, "shortDescription": { "nl": "Een kaart met speeltuinen", @@ -52,7 +54,8 @@ "es": "Un mapa con parques infantiles", "da": "Et kort med legepladser", "cs": "Mapa dětských hřišť", - "pl": "Mapa z placami zabaw" + "pl": "Mapa z placami zabaw", + "uk": "Мапа дитячих майданчиків" }, "icon": "./assets/themes/playgrounds/playground.svg", "startZoom": 13, @@ -70,7 +73,8 @@ "bbq" ], "override": { - "minzoom": 16 + "minzoom": 16, + "isCounted": false } } ], diff --git a/assets/themes/postal_codes/postal_codes.json b/assets/themes/postal_codes/postal_codes.json index 5d61e4b37f..1133d92555 100644 --- a/assets/themes/postal_codes/postal_codes.json +++ b/assets/themes/postal_codes/postal_codes.json @@ -179,7 +179,7 @@ "fr": "mairies", "nb_NO": "rådhus", "da": "rådhuse", - "es": "Municipios", + "es": "ayuntamientos", "cs": "radnice", "zh_Hant": "城鎮", "pl": "ratusz", @@ -197,7 +197,7 @@ "da": "Rådhus {name}", "nb_NO": "{name}-rådhuset", "ca": "Ajuntament de {name}", - "es": "Municipio {name}", + "es": "Ayuntamiento {name}", "cs": "Radnice {name}", "zh_Hant": "城鎮 {name}", "pl": "Ratusz {name}", diff --git a/assets/themes/postboxes/postboxes.json b/assets/themes/postboxes/postboxes.json index 504a2b6954..30ae421890 100644 --- a/assets/themes/postboxes/postboxes.json +++ b/assets/themes/postboxes/postboxes.json @@ -11,17 +11,18 @@ "fr": "Carte des bureaux de poste et boîtes à lettres", "da": "Postkasser og posthuse", "ca": "Mapa de bústies i oficines de correus", - "es": "Mapa de Buzones y Oficinas de Correos", + "es": "Mapa de buzones y oficinas de correos", "cs": "Mapa poštovních schránek a pošt", - "pl": "Mapa skrzynek i urzędów pocztowych" + "pl": "Mapa skrzynek i urzędów pocztowych", + "uk": "Мапа поштових скриньок та поштових відділень" }, "description": { "en": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)Todos los datos son proporcionados por OpenStreetMap, reutilizables libremente bajo la Licencia Abierta de Bases de Datos (ODL).
", + "attributionContent": "Todos los datos son proporcionados por OpenStreetMap, libremente reutilizables bajo la Licencia de Base de Datos Abierta.
", "attributionTitle": "Aviso de atribución", - "codeContributionsBy": "MapComplete ha sido construido por {contributors} y {hiddenCount} colaboradores más", - "donate": "Apoya a MapComplete de manera financiera", + "codeContributionsBy": "MapComplete ha sido creado por {contributors} y {hiddenCount} colaboradores más", + "donate": "Apoya MapComplete económicamente", "editId": "Abre el editor en línea de OpenStreetMap aquí", - "editJosm": "Edita aquí conJOSM", - "emailCreators": "Enviar un correo electrónico a los creadores", - "followOnMastodon": "Seguir a MapComplete en Mastodon", + "editJosm": "Edita aquí con JOSM", + "emailCreators": "Envía un correo electrónico a los creadores", + "followOnMastodon": "Sigue a MapComplete en Mastodon", "gotoSourceCode": "Ver el código fuente", "iconAttribution": { - "title": "Iconos usados" + "title": "Iconos utilizados" }, - "josmNotOpened": "No se pudo llegar a JSOM. Asegúrate de que está abierto y que el control remoto esta activado", + "josmNotOpened": "No se pudo acceder a JOSM. Asegúrate de que esté abierto y que el control remoto esté habilitado", "josmOpened": "JOSM está abierto", - "madeBy": "Realizado por {author}", - "mapContributionsBy": "La información visible actual tiene ediciones hechas por {contributors}", - "mapContributionsByAndHidden": "Los datos visibles actuales tienen cambios hechos por {contributors} y {hiddenCount} colaboradores más", + "madeBy": "Hecho por {author}", + "mapContributionsBy": "Los datos visibles actuales tienen ediciones realizadas por {contributors}", + "mapContributionsByAndHidden": "Los datos visibles actuales tienen ediciones realizadas por {contributors} y {hiddenCount} colaboradores más", "mapDataByOsm": "Datos del mapa: OpenStreetMap", - "mapillaryHelp": "Mapillary es un servicio en línea que recoge imágenes a pie de calle y las ofrece bajo una licencia libre. Los colaboradores pueden utilizar estas imágenes para mejorar OpenStreetMap", + "mapillaryHelp": "Mapillary es un servicio en línea que recopila imágenes a nivel de calle y las ofrece bajo una licencia gratuita. Los colaboradores pueden usar estas imágenes para mejorar OpenStreetMap", "openIssueTracker": "Reportar un error", "openMapillary": "Abrir Mapillary aquí", - "openOsmcha": "Ver las últimas ediciones hechas con {theme}", + "openOsmcha": "Ver las últimas ediciones realizadas con {theme}", "openOsmchaLastWeek": "Ver ediciones de los últimos 7 días", "openPanoramax": "Abrir Panoramax aquí", "openThemeDocumentation": "Abrir la documentación para el mapa temático {name}", - "panoramaxHelp": "Panoramax es un servicio en línea que recoge imágenes a pie de calle y las ofrece bajo una licencia libre. Los colaboradores pueden utilizar estas imágenes para mejorar OpenStreetMap", - "seeOnMapillary": "Vea esta imagen en Mapillary", + "panoramaxHelp": "Panoramax es un servicio en línea que recopila imágenes a nivel de calle y las ofrece bajo una licencia gratuita. Los colaboradores pueden usar estas imágenes para mejorar OpenStreetMap", + "panoramaxLicenseCCBYSA": "Tus imágenes se publican bajo CC-BY-SA: todos pueden reutilizar tu imagen si mencionan tu nombre", + "seeOnMapillary": "Ver esta imagen en Mapillary", "themeBy": "Tema mantenido por {author}", - "title": "Derechos de autor y atribución", - "translatedBy": "MapComplete ha sido traducido por {contributors} y {hiddenCount} colaboradores más " + "title": "Copyright y atribución", + "translatedBy": "MapComplete ha sido traducido por {contributors} y {hiddenCount} colaboradores más" }, "back": "Atrás", "backToIndex": "Ver todos los mapas temáticos", "backToMap": "Volver al mapa", - "backgroundMap": "Seleccione una capa de fondo", + "backgroundMap": "Selecciona una capa de fondo", "backgroundSwitch": "Cambiar fondo", "cancel": "Cancelar", "clearPendingChanges": "Borrar cambios pendientes", "confirm": "Confirmar", - "customThemeIntro": "Estos son los temas generados por los usuarios que han sido visitados previamente.", + "customThemeIntro": "Estos son temas generados por usuarios visitados anteriormente.", "customThemeTitle": "Temas personalizados", "download": { "custom": { - "download": "Descargar PNG de {width}mm de ancho y {height}mm de alto", - "downloadHelper": "Esto está pensado para imprimir", + "download": "Descargar una imagen PNG de {width}mm de ancho y {height}mm de alto", + "downloadHelper": "Esto es para imprimir", "height": "Altura de la imagen (en mm):", - "title": "Descarga una imagen con un ancho y alto personalizados", - "width": "Ancho de imagen (en mm): " + "title": "Descargar una imagen con un ancho y alto personalizados", + "width": "Ancho de la imagen (en mm): " }, "downloadAsPdf": "Descargar un PDF del mapa actual", "downloadAsPdfHelper": "Ideal para imprimir el mapa actual", "downloadAsPng": "Descargar como imagen", "downloadAsPngHelper": "Ideal para incluir en informes", "downloadAsSvg": "Descargar un SVG del mapa actual", - "downloadAsSvgHelper": "Compatible con Inkscape o Adobe Illustrator; necesitará más procesado", - "downloadAsSvgLinesOnly": "Descarga un SVG del mapa actual que solo contenga líneas", - "downloadAsSvgLinesOnlyHelper": "Las líneas que se autointerceptan se dividen y pueden utilizarse con algunos programas 3D", - "downloadCSV": "Descargar los datos visibles como CSV", - "downloadCSVHelper": "Compatible con LibreOffice Calc, Excel, …", - "downloadFeatureAsGeojson": "Descargar como un GeoJSON", + "downloadAsSvgHelper": "Compatible con Inkscape o Adobe Illustrator; necesitará un procesamiento adicional", + "downloadAsSvgLinesOnly": "Descargar un SVG del mapa actual que solo contiene líneas", + "downloadAsSvgLinesOnlyHelper": "Las líneas que se intersecan se dividen, se pueden usar con algún software 3D", + "downloadCSV": "Descargar datos visibles como CSV", + "downloadCSVHelper": "Compatible con LibreOffice Calc, Excel,…", + "downloadFeatureAsGeojson": "Descargar como archivo GeoJSON", "downloadFeatureAsGpx": "Descargar como archivo GPX", - "downloadGeoJsonHelper": "Compatible con QGIS, ArcGIS, ESRI, …", - "downloadGeojson": "Descargar los datos visibles como GeoJSON", + "downloadGeoJsonHelper": "Compatible con QGIS, ArcGIS, ESRI,…", + "downloadGeojson": "Descargar datos visibles como GeoJSON", "downloadGpx": "Descargar como archivo GPX", - "downloadGpxHelper": "Un archivo GPX puede utilizarse con la mayoría de los dispositivos y aplicaciones de navegación", + "downloadGpxHelper": "Un archivo GPX se puede usar con la mayoría de los dispositivos y aplicaciones de navegación", "downloadImage": "Descargar imagen", "exporting": "Exportando…", - "includeMetaData": "Incluir metadatos (último editor, valores calculados, ...)", - "licenseInfo": "¿No sería genial si hubiera un solo mapa, que todos pudieran usar y editar libremente?¿Un solo lugar para almacenar toda la información geográfica? Entonces, todos esos sitios web con mapas diferentes, pequeños e incompatibles (que siempre están desactualizados) ya no serían necesarios.
OpenStreetMap es ese mapa. Los datos del mapa se pueden utilizar de forma gratuita (con atribución y publicación de cambios en esos datos). Además de eso, todos pueden agregar libremente nuevos datos y corregir errores. Este sitio web también usa OpenStreetMap. Todos los datos provienen de allí, y tus respuestas y correcciones también se añadirán allí.
Muchas personas y aplicaciones ya usan OpenStreetMap: Maps.me, OsmAnd, pero también los mapas de Facebook, Instagram, Apple y Bing son (en parte) impulsados por OpenStreetMap. Si cambias algo aquí, también se reflejará en esas aplicaciones, en su próxima actualización
", + "openStreetMapIntro": "Uno que todos pueden usar y editar libremente. Un solo lugar para almacenar toda la información geográfica. No se necesitan mapas diferentes, pequeños, incompatibles y desactualizados en ninguna parte.
OpenStreetMap no es el mapa enemigo. Los datos del mapa se pueden usar libremente (con atribución y publicación de cambios a esos datos). Todos pueden agregar nuevos datos y corregir errores. Este sitio web usa OpenStreetMap. Todos los datos provienen de ahí, y tus respuestas y correcciones se usan en todas partes.
Muchas personas y aplicaciones ya usan OpenStreetMap: Organic Maps, OsmAnd, pero también los mapas de Facebook, Instagram, Apple Maps y Bing Maps están (parcialmente) impulsados por OpenStreetMap.
", "openTheMap": "Abrir el mapa", - "openTheMapAtGeolocation": "Haz zoom a tu ubicación", - "openTheMapReason": "para ver, editar y añadir información", + "openTheMapAtGeolocation": "Acercar a tu ubicación", + "openTheMapReason": "para ver, editar y agregar información", "opening_hours": { - "all_days_from": "Abierto cada día {ranges}", - "closed_permanently": "Cerrado - sin día de apertura conocido", + "all_days_from": "Abierto todos los días {ranges}", + "closed_permanently": "Cerrado por tiempo indefinido", "closed_until": "Abre el {date}", - "error": "No se pudo analizar las horas de apertura", - "error_loading": "Error: no se han podido visualizar esos horarios de apertura.", - "friday": "Viernes {ranges}", + "error": "No se pudieron analizar los horarios de apertura", + "error_loading": "Error: no se pudieron visualizar estos horarios de apertura.", + "friday": "El viernes {ranges}", "loadingCountry": "Determinando país…", - "monday": "Lunes {ranges}", - "not_all_rules_parsed": "El horario de esta tienda es complejo. Las siguientes normas serán ignoradas en la entrada de datos:", - "on_weekdays": "Abierto en días laborales {ranges}", + "monday": "El lunes {ranges}", + "not_all_rules_parsed": "Estos horarios de apertura son complicados. Las siguientes reglas se ignoran en el elemento de entrada:", + "on_weekdays": "Abierto los días de semana {ranges}", "on_weekends": "Abierto los fines de semana {ranges}", "openTill": "hasta", - "open_24_7": "Abierto todo el día", - "open_during_ph": "Durante un festivo está", + "open_24_7": "Abierto las 24 horas", + "open_during_ph": "Durante un feriado, está", "opensAt": "desde", "ph_closed": "cerrado", "ph_not_known": " ", "ph_open": "abierto", - "ph_open_as_usual": "abierto, como siempre", + "ph_open_as_usual": "abierto, como de costumbre", "ranges": "desde {starttime} hasta {endtime}", "rangescombined": "{range0} y {range1}", - "saturday": "Sábado {ranges}", - "sunday": "Domingo {ranges}", - "thursday": "Jueves {ranges}", - "tuesday": "Martes {ranges}", - "unknown": "Se desconocen las horas de apertura", - "wednesday": "Miércoles {ranges}" + "saturday": "El sábado {ranges}", + "sunday": "El domingo {ranges}", + "thursday": "El jueves {ranges}", + "tuesday": "El martes {ranges}", + "unknown": "Se desconocen los horarios de apertura", + "wednesday": "El miércoles {ranges}" }, - "osmLinkTooltip": "Mira este objeto en OpenStreetMap para ver historial y otras opciones de edición", + "osmLinkTooltip": "Explora este objeto en OpenStreetMap para ver el historial y más opciones de edición", "pdf": { - "attr": "Datos cartográficos © colaboradores de OpenStreetMap, reutilizables en virtud de la ODbL", + "attr": "Datos del mapa © OpenStreetMap Contributors, reutilizables bajo ODbL", "attrBackground": "Capa de fondo: {background}", - "generatedWith": "Generado como mapcomplete.org/{layoutid}", + "generatedWith": "Generado con mapcomplete.org/{layoutid}", "versionInfo": "v{version} - generado el {date}" }, - "pickLanguage": "Elige el idioma", - "poweredByMapComplete": "Impulsado por MapComplete - de colaboración masiva, mapas temáticos con OpenStreetMap", + "pickLanguage": "Seleccionar idioma", + "poweredByMapComplete": "Impulsado por MapComplete: mapas temáticos colaborativos con OpenStreetMap", "poweredByOsm": "Impulsado por OpenStreetMap", "questionBox": { - "answeredMultiple": "Has respondido {answered} preguntas", - "answeredMultipleSkippedMultiple": "Has respondido {answered} preguntas y te has saltado {skipped} preguntas", - "answeredMultipleSkippedOne": "Has respondido {answered} preguntas y te has saltado una pregunta", - "answeredOne": "Has respondido una pregunta", - "answeredOneSkippedMultiple": "Has respondido una pregunta y te has saltado {skipped} preguntas", - "answeredOneSkippedOne": "Has respondido una pregunta y te has saltado una pregunta", + "answeredMultiple": "Respondiste {answered} preguntas", + "answeredMultipleSkippedMultiple": "Respondiste {answered} preguntas y saltaste {skipped} preguntas", + "answeredMultipleSkippedOne": "Respondiste {answered} preguntas y saltaste una pregunta", + "answeredOne": "Respondiste una pregunta", + "answeredOneSkippedMultiple": "Respondiste una pregunta y saltaste {skipped} preguntas", + "answeredOneSkippedOne": "Respondiste una y saltaste una pregunta", "done": "¡No hay más preguntas! ¡Gracias!", - "reactivate": "Volver a activar las preguntas omitidas", - "skippedMultiple": "Te has saltado {skipped} preguntas", - "skippedOne": "Te has saltado una pregunta" + "reactivate": "Reactivar preguntas saltadas", + "skippedMultiple": "Saltaste {skipped} preguntas", + "skippedOne": "Saltaste una pregunta" }, - "readYourMessages": "Lee todos tus mensajes de OpenStreetMap antes de añadir nuevos elementos.", - "removeLocationHistory": "Eliminar el historial de ubicaciones", + "questions": { + "emailIs": "El correo electrónico de este/a {category} es {email}", + "emailOf": "¿Cuál es el correo electrónico de {category}?", + "phoneNumberIs": "El número de teléfono de este/a {category} es {phone}", + "phoneNumberOf": "¿Cuál es el número de teléfono de {category}?", + "websiteIs": "Sitio web: {website}", + "websiteOf": "¿Cuál es el sitio web de {category}?" + }, + "readYourMessages": "Por favor, lee todos tus mensajes de OpenStreetMap antes de agregar un nuevo elemento.", + "removeLocationHistory": "Eliminar el historial de ubicación", "retry": "Reintentar", "returnToTheMap": "Volver al mapa", "save": "Guardar", - "screenToSmall": "Abrir {theme} en una ventana nueva", + "screenToSmall": "Abrir {theme} en una nueva ventana", "search": { "activeFilters": "Filtros activos", - "clearFilters": "Limpiar filtros", + "clearFilters": "Borrar filtros", "deleteSearchHistory": "Eliminar historial de ubicación", "deleteThemeHistory": "Eliminar temas visitados anteriormente", "editSearchSyncSettings": "Editar ajustes de sincronización", "editThemeSync": "Editar ajustes de sincronización", - "error": "Alguna cosa no ha ido bien…", - "instructions": "Utiliza la barra de búsqueda de arriba para buscar ubicaciones, filtros u otros mapas temáticos", + "error": "Algo salió mal…", + "instructions": "Usa la barra de búsqueda de arriba para buscar ubicaciones, filtros u otros mapas temáticos", "locations": "Ubicaciones", "nMoreFilters": "{n} más", "nothing": "Nada encontrado…", - "nothingFor": "No se han encontrado resultados para {term}", + "nothingFor": "No se encontraron resultados para {term}", "otherMaps": "Otros mapas", - "pickFilter": "Elige un filtro", + "pickFilter": "Elegir un filtro", "recentThemes": "Mapas visitados recientemente", "recents": "Lugares vistos recientemente", - "search": "Busca una ubicación", + "search": "Buscar una ubicación", "searchShort": "Buscar…", "searching": "Buscando…" }, "searchAnswer": "Buscar una opción…", - "seeIndex": "Ver la vista general con todos los mapas temáticos", + "seeIndex": "Ver el resumen con todos los mapas temáticos", "share": "Compartir", "sharescreen": { - "copiedToClipboard": "Enlace copiado en el portapapeles", + "copiedToClipboard": "Enlace copiado al portapapeles", "documentation": "Para más información sobre los parámetros de URL disponibles, consulta la documentación", - "embedIntro": "Az összes adatot az OpenStreetMap biztosítja, és szabadon újrafelhasználható az Open DataBase License alapján.
", + "attributionBackgroundLayer": "A jelenlegi háttérréteg: {name}", + "attributionBackgroundLayerWithCopyright": "A jelenlegi háttérréteg: {name} ({copyright})", + "attributionContent": "Az összes adatot az OpenStreetMap biztosítja; szabadon újrafelhasználhatók az Open DataBase License alapján.
", "attributionTitle": "Szerzők", "codeContributionsBy": "A MapComplete-et {contributors} és további {hiddenCount} közreműködő fejleszti", "donate": "A MapComplete pénzügyi támogatása", "editId": "Az OpenStreetMap online szerkesztőjének megnyitása itt", "editJosm": "Szerkesztés itt JOSM-mal", + "emailCreators": "E-mail küldése az alkotóknak", "followOnMastodon": "Kövesse a MapComplete-et a Mastodonon", + "gotoSourceCode": "Forráskód megtekintése", "iconAttribution": { "title": "Felhasznált ikonok" }, "josmNotOpened": "A JOSM-ot nem lehetett elérni. Győződj meg róla, hogy meg van nyitva, és a távvezérlés engedélyezve van", "josmOpened": "A JOSM megnyílt", + "madeBy": "Készítette: {author}", "mapContributionsBy": "A jelenleg látható adatokat szerkesztette: {contributors}", "mapContributionsByAndHidden": "A jelenleg látható adatokat szerkesztette: {contributors} és {hiddenCount} további közreműködő", + "mapDataByOsm": "Térképadatok: OpenStreetMap", + "mapillaryHelp": "A Mapillary olyan online szolgáltatás, amely utcaképeket gyűjt, és ingyenes licenc alatt kínálja őket. A szerkesztők felhasználhatják ezeket a képeket az OpenStreetMap javítására", "openIssueTracker": "Hiba bejelentése", "openMapillary": "Mapillary megnyitása itt", - "openOsmcha": "A téma {theme} legutóbbi szerkesztéseinek megtekintése", - "themeBy": "A téma karbantartója: {author}" + "openOsmcha": "A {theme} tematikus térkép legutóbbi szerkesztéseinek megtekintése", + "openOsmchaLastWeek": "Az előző 7 nap szerkesztéseinek megtekintése", + "openPanoramax": "Panoramax megnyitása itt", + "openThemeDocumentation": "{name} tematikus térkép dokumentációjának megnyitása", + "panoramaxHelp": "A Panoramax olyan online szolgáltatás, amely utcaképeket gyűjt, és ingyenes licenc alatt kínálja őket. A szerkesztők felhasználhatják ezeket a képeket az OpenStreetMap javítására", + "panoramaxLicenseCCBYSA": "A képeid CC-BY-SA licenc szerint jelennek meg, és bárki újra felhasználhatja őket, ha megemlíti a neved", + "seeOnMapillary": "Kép megtekintése a Mapillaryn", + "themeBy": "A tematikus térkép karbantartója: {author}", + "title": "Szerzői jogok és tulajdonjog", + "translatedBy": "A MapComplete fordítói: {contributors} és {hiddenCount} további közreműködők" }, "back": "Vissza", - "backgroundMap": "Háttértérkép", + "backToIndex": "Az összes tematikus térkép megtekintése", + "backToMap": "Vissza a térképhez", + "backgroundMap": "Háttérréteg kijelölése", + "backgroundSwitch": "Háttér váltása", "cancel": "Mégse", + "clearPendingChanges": "Függőben lévő módosítások törlése", "confirm": "Megerősítés", - "customThemeIntro": "Ezt a térképet mindenki szabadon használhatja és szerkesztheti. Ez egy olyan egységes hely, ahol <i>minden</i> térinformatikai adatot tárolni lehet. Semmi szükség különböző, kicsi, nem kompatibilis és elavult térképekre.
Az OpenStreetMap (OSM) nem az ellenség térképe. A térképadatok szabadon felhasználhatók (a tulajdonlással és az adatokban bekövetkezett változások feltüntetésével). Mindenki adhat hozzá új térképadatokat és javíthat hibákat. Ez a weboldal is az OpenStreetMapet használja. Minden adat onnan származik, és a Te válaszaid és javításaid is meg fognak jelenni mindenütt.
Sok ember és alkalmazás már használja az OpenStreetMapet: például az Organic Maps vagy az OsmAnd, de a Facebook, az Instagram, az Apple és a Bing (Microsoft) térképei is (részben) az OpenStreetMap adataira támaszkodnak.
", - "openTheMap": "Nyisd meg a térképet,", + "openTheMap": "Térkép megnyitása", + "openTheMapAtGeolocation": "Nagyítás a saját helyzetemre", + "openTheMapReason": "az adatok megtekintéséhez, szerkesztéséhez és kiegészítéséhez", "opening_hours": { + "all_days_from": "Nyitva minden nap: {ranges}", "closed_permanently": "Ismeretlen ideig zárva", "closed_until": "Zárva eddig: {date}", + "error": "A megadott nyitvatartási idő nem értelmezhető", "error_loading": "Hiba: nem sikerült megjeleníteni ezt a nyitva tartási időt.", + "friday": "Péntek {ranges}", "loadingCountry": "Ország meghatározása…", + "monday": "Hétfő {ranges}", "not_all_rules_parsed": "Ez a nyitva tartás bonyolult. A beviteli elemben a következő szabályok nem vétetnek figyelembe:", + "on_weekdays": "Nyitva hétköznap {ranges}", + "on_weekends": "Nyitva hétvégén {ranges}", "openTill": "eddig:", "open_24_7": "Éjjel-nappal nyitva", - "open_during_ph": "Munkaszüneti napokon ez", + "open_during_ph": "Munkaszüneti napokon", "opensAt": "ettől:", "ph_closed": "zárva", "ph_not_known": " ", "ph_open": "nyitva", - "ph_open_as_usual": "a szokásos rend szerint nyitva" + "ph_open_as_usual": "a szokásos rend szerint nyitva", + "ranges": "ettől: {starttime} eddig: {endtime}", + "rangescombined": "{range0} és {range1}", + "saturday": "Szombat {ranges}", + "sunday": "Vasárnap {ranges}", + "thursday": "Csütörtök {ranges}", + "tuesday": "Kedd {ranges}", + "unknown": "Nyitva tartás ismeretlen", + "wednesday": "Szerda {ranges}" }, "osmLinkTooltip": "A szerkesztési előzmények és további szerkesztési lehetőségek megtekintéséhez nézd meg ezt az objektumot az OpenStreetMapen", "pdf": { @@ -173,28 +372,151 @@ "generatedWith": "Létrehozva a mapcomplete.org/{layoutid} segítségével", "versionInfo": "{version} verzió – létrehozva: {date}" }, - "pickLanguage": "Nyelv kiválasztása: ", + "pickLanguage": "Nyelv kiválasztása", + "poweredByMapComplete": "Motor: MapComplete – sokak által szerkesztett tematikus térképek az OpenStreetMap segítségével", "poweredByOsm": "Motor: OpenStreetMap", - "readYourMessages": "Kérjük, új térképelem hozzáadása előtt olvasd el az összes OpenStreetMap-üzeneted.", + "questionBox": { + "answeredMultiple": "Megválaszoltál {answered} kérdést", + "answeredMultipleSkippedMultiple": "Megválaszoltál {answered} kérdést, és kihagytál {skipped} másikat", + "answeredMultipleSkippedOne": "Megválaszoltál {answered} kérdést, és kihagytál egyet", + "answeredOne": "Megválaszoltál egy kérdést", + "answeredOneSkippedMultiple": "Megválaszoltál egy kérdést, és kihagytál {skipped} másikat", + "answeredOneSkippedOne": "Megválaszoltál egy kérdést és kihagytál egy másikat", + "done": "Nincs több kérdés. Köszönjük!", + "reactivate": "Kihagyott kérdések újraaktiválása", + "skippedMultiple": "Kihagytál {skipped} kérdést", + "skippedOne": "Kihagytál egy kérdést" + }, + "questions": { + "emailIs": "{category} e-mail-címe: {email}", + "emailOf": "Mi az e-mail-címe ennek ({category})?", + "phoneNumberIs": "{category} telefonszáma: {phone}", + "phoneNumberOf": "Mi a telefonszáma ennek ({category})?", + "websiteIs": "Weboldal: {website}", + "websiteOf": "Mi a weboldala ennek ({category})?" + }, + "readYourMessages": "Kérjük, új objektum felvétele előtt olvasd el az összes OpenStreetMap-üzeneted.", "removeLocationHistory": "Helyelőzmények törlése", + "retry": "Újrapróbálkozás", "returnToTheMap": "Vissza a térképhez", "save": "Mentés", + "screenToSmall": "{theme} tematikus térkép megnyitása új ablakban", "search": { + "activeFilters": "Bekapcsolt szűrők", + "clearFilters": "Szűrők törlése", + "deleteSearchHistory": "Helyelőzmények törlése", + "deleteThemeHistory": "Korábban megtekintett tematikus térképek törlése", + "editSearchSyncSettings": "Szinkronizálási beállítások törlése", + "editThemeSync": "Szinkronizálási beállítások szerkesztése", "error": "Hiba történt…", + "instructions": "Helyek, szűrők vagy más tematikus térképek kereséséhez használja a fenti keresősávot", + "locations": "Helyek", + "nMoreFilters": "{n} további", "nothing": "Nincs találat…", + "nothingFor": "Nem található semmi erre a kifejezésre: {term}", + "otherMaps": "Más térképek", + "pickFilter": "Szűrő bekapcsolása", + "recentThemes": "Legutóbb megnézett térképek", + "recents": "Legutóbb megnézett helyek", "search": "Helyszín keresése", + "searchShort": "Keresés…", "searching": "Keresés…" }, + "searchAnswer": "Beállítás keresése…", + "seeIndex": "Az összes tematikus térkép áttekintése", + "share": "Megosztás", "sharescreen": { "copiedToClipboard": "Link a vágólapra másolva", - "embedIntro": "{inscription}
" }, "bench-material": { @@ -1031,19 +1098,19 @@ "then": "El asiento está hecho de acero" } }, - "question": "¿De que está hecho el banco (asiento)?", + "question": "¿De qué está hecho el banco (el asiento)?", "render": "Material: {material}" }, "bench-memorial": { "mappings": { "0": { - "then": "Este banco es un memorial para alguien o algo" + "then": "Este banco es un monumento para alguien o algo" }, "1": { - "then": "Este banco es un no memorial para alguien o algo" + "then": "Este banco no es un monumento para alguien o algo" } }, - "question": "¿Actúa este banco como monumento conmemorativo de alguien o algo?" + "question": "¿Este banco actúa como monumento para alguien o algo?" }, "bench-seats": { "mappings": { @@ -1057,11 +1124,11 @@ "bench-survey:date": { "mappings": { "0": { - "then": "¡Encuestado hoy!" + "then": "¡Inspeccionado hoy!" } }, - "question": "¿Cuándo fue la última vez que se inspeccionó este banco?", - "render": "Este banco se inspeccionó por última vez el {survey:date}" + "question": "¿Cuándo se inspeccionó por última vez este banco?", + "render": "Este banco fue inspeccionado por última vez el {survey:date}" } }, "title": { @@ -1072,17 +1139,17 @@ "deletion": { "extraDeleteReasons": { "0": { - "explanation": "Esta parada ya no se usa" + "explanation": "Esta parada de autobús ya no se utiliza" } }, "nonDeleteMappings": { "0": { - "then": "Esta parada de autobús no tiene banco (nunca lo hubo o lo han quitado)" + "then": "Esta parada de autobús no tiene banco (nunca lo tuvo o se ha quitado)" } } }, - "description": "Una capa que muestra todas las paradas de transporte público que tienen bancos", - "name": "Bancos en una parada de transporte público", + "description": "Una capa que muestra todas las paradas de transporte público que tienen un banco", + "name": "Bancos en paradas de transporte público", "tagRenderings": { "bench_at_pt-bench_type": { "mappings": { @@ -1090,10 +1157,10 @@ "then": "Hay un banco normal aquí" }, "1": { - "then": "Banco de pié" + "then": "Banco de pie" }, "2": { - "then": "No hay ningún banco aquí" + "then": "No hay banco aquí" } }, "question": "¿Qué tipo de banco es este?" @@ -1105,26 +1172,89 @@ "title": { "mappings": { "0": { - "then": "Banco en una parada de transporte público" + "then": "Banco en parada de transporte público" }, "1": { - "then": "Banco en marquesina" + "then": "Banco en refugio" } }, "render": "Banco" } }, "bicycle_counter": { - "description": "Capa que muestra las estaciones de seguimiento para el tráfico de bicicletas", + "description": "Capa que muestra las estaciones de monitoreo del tráfico de bicicletas", "name": "Contadores de bicicletas", "presets": { "0": { "title": "un contador de bicicletas" } + }, + "tagRenderings": { + "clock": { + "mappings": { + "0": { + "then": "Este contador tiene un reloj" + }, + "1": { + "then": "Este contador no tiene reloj" + } + }, + "question": "¿Este contador de bicicletas tiene un reloj?" + }, + "display": { + "mappings": { + "0": { + "then": "Este contador tiene una pantalla digital" + }, + "1": { + "then": "Este contador tiene una pantalla analógica" + }, + "2": { + "then": "Este contador no tiene pantalla" + } + }, + "question": "¿Este contador de bicicletas tiene una pantalla que muestra el número de bicicletas que pasan?" + }, + "name": { + "freeform": { + "placeholder": "Nombre del lugar contado" + }, + "question": "¿Cuál es el nombre del lugar contado?", + "render": "Nombre del lugar contado: {name}" + }, + "ref": { + "freeform": { + "placeholder": "Número de referencia del contador" + }, + "mappings": { + "0": { + "then": "Este contador no tiene número de referencia" + } + }, + "question": "¿Cuál es el número de referencia de este contador?", + "render": "Número de referencia del contador: {ref}" + }, + "start_date": { + "freeform": { + "placeholder": "Fecha de inicio del contador" + }, + "question": "¿Cuándo comenzó a contar este contador?", + "render": "Este contador comenzó a contar el {start_date}" + }, + "website": { + "freeform": { + "placeholder": "Sitio web del contador" + }, + "question": "¿Hay un sitio web para este contador de bicicletas?", + "render": "Sitio web del contador: {website}" + } + }, + "title": { + "render": "Contador de bicicletas" } }, "bicycle_library": { - "description": "Una instalación donde se pueden alquilar bicicletas durante largos periodos de tiempo", + "description": "Una instalación donde se pueden prestar bicicletas por períodos de tiempo más largos", "name": "Biblioteca de bicicletas", "presets": { "0": { @@ -1142,22 +1272,22 @@ "then": "Bicicletas para adultos disponibles" }, "2": { - "then": "Bicicletas para discapacitados disponibles" + "then": "Bicicletas para personas con discapacidad disponibles" } }, - "question": "¿Quién puede alquilar bicicletas aquí?" + "question": "¿Quién puede pedir prestadas bicicletas aquí?" }, "bicycle_library-charge": { "mappings": { "0": { - "then": "Alquilar una bicicleta es gratis" + "then": "Prestar una bicicleta es gratis" }, "1": { - "then": "Alquilar una bicicleta cuesta 20€/año y 20€ de garantía" + "then": "Prestar una bicicleta cuesta €20/año y €20 de garantía" } }, - "question": "¿Cuánto cuesta alquilar una bicicleta?", - "render": "Alquilar una bicicleta cuesta {charge}" + "question": "¿Cuánto cuesta prestar una bicicleta?", + "render": "Prestar una bicicleta cuesta {charge}" }, "bicycle_library-name": { "question": "¿Cuál es el nombre de esta biblioteca de bicicletas?", @@ -1177,7 +1307,7 @@ }, "nonDeleteMappings": { "0": { - "then": "Esta tienda de bicicletas alquilaba bicis, pero ya no lo hace" + "then": "Esta tienda de bicicletas solía alquilar bicicletas, pero ya no alquila más" } } }, @@ -1185,7 +1315,7 @@ "name": "Alquiler de bicicletas", "presets": { "0": { - "description": "Una tienda atendida que se centra en el alquiler de bicicletas", + "description": "Una tienda con personal que se centra en el alquiler de bicicletas", "title": "una tienda de alquiler de bicicletas" }, "1": { @@ -1196,55 +1326,55 @@ "bicycle-types": { "mappings": { "0": { - "then": "Aquí se pueden alquilar bicis normales" + "then": "Se pueden alquilar bicicletas de ciudad normales aquí" }, "1": { - "then": "Aquí se pueden alquilar bicis eléctricas" + "then": "Se pueden alquilar bicicletas eléctricas aquí" }, "2": { - "then": "Aquí se pueden alquilar bicis BMX" + "then": "Se pueden alquilar bicicletas BMX aquí" }, "3": { - "then": "Aquí se pueden alquilar bicis de montaña" + "then": "Se pueden alquilar bicicletas de montaña aquí" }, "4": { - "then": "Aquí se pueden alquilar bicis infantiles" + "then": "Se pueden alquilar bicicletas para niños aquí" }, "5": { - "then": "Aquí se pueden alquilar tándems" + "then": "Se pueden alquilar bicicletas tándem aquí" }, "6": { - "then": "Aquí se pueden alquilar bicicletas de carreras" + "then": "Se pueden alquilar bicicletas de carreras aquí" }, "7": { - "then": "Aquí se pueden alquilar cascos" + "then": "Se pueden alquilar cascos para bicicletas aquí" }, "8": { - "then": "Aquí se pueden alquilar bicicletas de carga" + "then": "Se pueden alquilar bicicletas de carga aquí" } }, "question": "¿Qué tipo de bicicletas y accesorios se alquilan aquí?", - "render": "{rental} se alquilan aquí" + "render": "{rental} se alquila aquí" }, "bicycle_rental_type": { "mappings": { "0": { - "then": "Esta es una tienda que se centra en el alquiler de bicicletas" + "then": "Se trata de una tienda cuyo principal foco es el alquiler de bicicletas" }, "1": { - "then": "Se trata de una empresa de alquiler que alquila diversos objetos y/o vehículos. También alquila bicicletas, pero este no es el objetivo principal" + "then": "Se trata de un negocio de alquiler que alquila varios objetos y/o vehículos. También alquila bicicletas, pero este no es el foco principal" }, "2": { - "then": "Esta es una tienda que vende o alquila bicicletas, pero también las alquila" + "then": "Se trata de una tienda que vende o repara bicicletas, pero también alquila bicicletas" }, "3": { - "then": "Se trata de una estación de bicicletas automatizada donde una bicicleta se fija mecánicamente a una estructura" + "then": "Se trata de una estación de acoplamiento automática, donde una bicicleta se bloquea mecánicamente a una estructura" }, "4": { - "then": "Una máquina que dispensa y acepta llaves, eventualmente después de la autenticación y/o el pago está presente. Las bicicletas están aparcadas cerca" + "then": "Hay una máquina que dispensa y acepta llaves, eventualmente después de la autenticación y/o el pago. Las bicicletas están aparcadas cerca" }, "5": { - "then": "Se trata de un punto de entrega, por ejemplo, un aparcamiento reservado para colocar las bicicletas claramente señalizado como exclusivo para el servicio de alquiler" + "then": "Se trata de un punto de entrega, por ejemplo, un aparcamiento reservado para colocar las bicicletas claramente marcadas como exclusivas del servicio de alquiler" } }, "question": "¿Qué tipo de alquiler de bicicletas es este?" @@ -1252,29 +1382,29 @@ "rental_types": { "renderings": { "0": { - "question": "¿Cuántos type_plural se pueden alquilar aquí?", - "render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí" + "question": "¿Cuántos tipos plurales se pueden alquilar aquí?", + "render": "{capacity:bicycle_type} tipos plurales se pueden alquilar aquí" } }, "rewrite": { "into": { "0": { - "1": "bicis de ciudad" + "1": "bicicletas de ciudad" }, "1": { - "1": "bicis eléctricas" + "1": "bicicletas eléctricas" }, "2": { - "1": "bicis infantiles" + "1": "bicicletas para niños" }, "3": { - "1": "bicis BMX" + "1": "bicicletas BMX" }, "4": { "1": "bicicletas de montaña" }, "5": { - "1": "alforjas de bicicleta" + "1": "alforjas para bicicletas" }, "6": { "1": "tándem" @@ -1293,47 +1423,72 @@ } }, "bike_cafe": { - "name": "Cafetería para ciclistas", + "description": "Un bike café es un café orientado a ciclistas, por ejemplo, con servicios como una bomba, con mucha decoración relacionada con bicicletas,…", + "name": "Bike café", "presets": { "0": { - "title": "una cafetería para ciclistas" + "title": "un bike café" } }, "tagRenderings": { "bike_cafe-bike-pump": { "mappings": { "0": { - "then": "Esta cafetería para ciclistas ofrece una bomba de aire para cualquier persona" + "then": "Este bike café ofrece una bomba de bicicleta para cualquiera" }, "1": { - "then": "Esta cafetería para ciclistas no ofrece una bomba de aire para cualquier persona" + "then": "Este bike café no ofrece una bomba de bicicleta para cualquiera" } }, - "question": "¿Ofrece esta cafetería para ciclistas una bomba de aire para uso de cualquier persona?" + "question": "¿Este bike café ofrece una bomba de bicicleta para que la use cualquiera?" }, "bike_cafe-name": { - "question": "¿Cómo se llama la cafetería para ciclistas?", - "render": "La cafetería para ciclistas se llama {name}" + "question": "¿Cuál es el nombre de este bike café?", + "render": "Este bike café se llama {name}" + }, + "bike_cafe-repair-service": { + "mappings": { + "0": { + "then": "Este bike café repara bicicletas" + }, + "1": { + "then": "Este bike café no repara bicicletas" + } + }, + "question": "¿Este bike café repara bicicletas?" }, "bike_cafe-repair-tools": { + "mappings": { + "0": { + "then": "Este bike café ofrece herramientas para reparaciones DIY" + }, + "1": { + "then": "Este bike café no ofrece herramientas para reparaciones DIY" + } + }, "question": "¿Se ofrecen herramientas para reparar tu propia bicicleta?" + }, + "opening_hours": { + "override": { + "question": "¿Cuándo abre este bike café?" + } } }, "title": { "mappings": { "0": { - "then": "Cafetería para ciclistas {name}" + "then": "Bike café {name}" } }, - "render": "Cafetería para ciclistas" + "render": "Bike café" } }, "bike_cleaning": { - "description": "Una capa que muestra instalaciones en las que uno puede limpiar su bici", - "name": "Servicio de limpieza de bicis", + "description": "Una capa que muestra las instalaciones donde se puede limpiar la bicicleta", + "name": "Servicio de limpieza de bicicletas", "presets": { "0": { - "title": "un servicio de limpieza de bicis" + "title": "un servicio de limpieza de bicicletas" } }, "tagRenderings": { @@ -1343,11 +1498,11 @@ "then": "Este servicio de limpieza es gratuito" }, "1": { - "then": "Este servicio de limpieza es de pago" + "then": "Hay un cargo por utilizar este servicio de limpieza" } }, - "question": "¿Cuánto cuesta utilizar el servicio de limpieza?", - "render": "Utilizar el servicio de limpieza cuesta {charge}" + "question": "¿Cuánto cuesta usar el servicio de limpieza?", + "render": "Usar el servicio de limpieza cuesta {charge}" }, "bike_cleaning-service_bicycle_cleaning_charge": { "mappings": { @@ -1355,28 +1510,28 @@ "then": "El servicio de limpieza es gratuito" }, "1": { - "then": "Uso gratuito" + "then": "Gratuito" } }, - "question": "¿Cuánto cuesta utilizar el servicio de limpieza?", - "render": "Utilizar el servicio de limpieza cuesta {service:bicycle:cleaning:charge}" + "question": "¿Cuánto cuesta usar el servicio de limpieza?", + "render": "Usar el servicio de limpieza cuesta {service:bicycle:cleaning:charge}" } }, "title": { "mappings": { "0": { - "then": "Servicio de limpieza de bicis {name}" + "then": "Servicio de limpieza de bicicletas {name}" } }, - "render": "Servicio de limpieza de bicis" + "render": "Servicio de limpieza de bicicletas" } }, "bike_parking": { - "description": "Una capa que muestra donde puedes aparcar tu bici", - "name": "Aparcamiento de bicis", + "description": "Una capa que muestra dónde puedes aparcar tu bicicleta", + "name": "Aparcamiento de bicicletas", "presets": { "0": { - "title": "un aparcamiento de bicis" + "title": "un aparcamiento de bicicletas" } }, "tagRenderings": { @@ -1386,41 +1541,70 @@ "then": "Accesible públicamente" }, "1": { - "then": "El acceso es primariamente para visitantes a un negocio" + "then": "El acceso es principalmente para visitantes de un negocio" }, "2": { - "then": "El acceso se limita a miembros de una escuela, compañía u organización" + "then": "El acceso está limitado a los miembros de una escuela, empresa u organización" }, "3": { - "then": "El acceso se limita a miembros de una escuela, compañía u organización" + "then": "Aparcamiento privado de bicicletas que nunca está disponible para el público, ni siquiera mediante una cuota de socio" } }, - "question": "¿Quién puede utilizar este aparcamiento de bicicletas?", + "question": "¿Quién puede usar este aparcamiento de bicicletas?", "render": "{access}" }, "Bicycle parking type": { "mappings": { + "0": { + "then": "Soportes" + }, + "1": { + "then": "Racks con lazos laterales" + }, + "10": { + "then": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla" + }, + "2": { + "then": "Curvadores de ruedas/rack" + }, + "3": { + "then": "Sujetador de manillar" + }, + "4": { + "then": "Rack" + }, + "5": { + "then": "De dos niveles" + }, "6": { - "then": "Caseta" + "then": "Cobertizo" }, "7": { "then": "Bolardo" }, "8": { - "then": "Una área en el suelo que está marcada para el aparcamiento de bicicletas" + "then": "Un área en el suelo que está marcada para el aparcamiento de bicicletas" + }, + "9": { + "then": "Un casillero: las bicicletas están completamente encerradas individualmente o con unas pocas bicicletas juntas. El casillero es demasiado pequeño para que quepa una persona de pie." } }, - "question": "¿Cual es el tipo de este aparcamiento de bicicletas?", - "render": "Este es un aparcamiento de bicicletas del tipo: {bicycle_parking}" + "question": "¿Cuál es el tipo de este aparcamiento de bicicletas?", + "render": "Se trata de un aparcamiento de bicicletas del tipo: {bicycle_parking}" }, "Capacity": { "question": "¿Cuántas bicicletas caben en este aparcamiento de bicicletas?", - "questionHint": "Esto incluye bicis normales, de carga, eléctricas, ...", - "render": "Espacio para {capacity} bicis" + "questionHint": "Esto incluye bicicletas normales, bicicletas de carga, bicicletas eléctricas,…", + "render": "Espacio para {capacity} bicicletas" }, "Cargo bike capacity?": { + "mappings": { + "0": { + "then": "No hay espacios dedicados para bicicletas de carga aquí o no se permite aparcar bicicletas de carga aquí" + } + }, "question": "¿Cuántas bicicletas de carga caben en este aparcamiento de bicicletas?", - "render": "En este aparcamiento caben {capacity:cargo_bike} bicicletas de carga" + "render": "Este aparcamiento cabe {capacity:cargo_bike} bicicletas de carga" }, "Cargo bike spaces?": { "mappings": { @@ -1428,24 +1612,24 @@ "then": "Este aparcamiento tiene espacio para bicicletas de carga" }, "1": { - "then": "Este aparcamiento tiene huecos designados (oficialmente) para bicicletas de carga." + "then": "Este aparcamiento tiene plazas designadas (oficiales) para bicicletas de carga." }, "2": { - "then": "No está permitido aparcar bicicletas de carga" + "then": "No está permitido aparcar bicicletas de carga o no hay plazas previstas para bicicletas de carga" } }, - "question": "¿Este aparcamiento de bicicletas tiene huecos para bicicletas de carga?" + "question": "¿Este aparcamiento de bicicletas tiene plazas para bicicletas de carga?" }, "Is covered?": { "mappings": { "0": { - "then": "Este aparcamiento está cubierto (tiene un tejado)" + "then": "Este aparcamiento está cubierto (tiene techo)" }, "1": { "then": "Este aparcamiento no está cubierto" } }, - "question": "¿Está cubierto este aparcamiento? Selecciona \"cubierto\" también para aparcamientos interiores." + "question": "¿Está cubierto este aparcamiento? Selecciona también \"cubierto\" para aparcamientos interiores." }, "Underground?": { "mappings": { @@ -1456,33 +1640,34 @@ "then": "Aparcamiento a nivel de calle" }, "2": { - "then": "Aparcamiento de azotea" + "then": "Aparcamiento en azotea" }, "3": { "then": "Aparcamiento a nivel de calle" } }, - "question": "¿Cual es la localización relativa de este aparcamiento de bicicletas?" + "question": "¿Cuál es la ubicación relativa de este aparcamiento de bicicletas?" }, "charge": { - "question": "¿Cuánto cuesta aparcar aquí tu bici?", - "questionHint": "Esta es la cantidad que se cobra por una sola bici", - "render": "Aparcar tu bici cuesta {charge}" + "question": "¿Cuánto cuesta aparcar tu bicicleta aquí?", + "questionHint": "Esta es la cantidad que se cobra por una sola bicicleta", + "render": "Aparcar tu bicicleta cuesta {charge}" }, "fee": { "mappings": { "0": { - "then": "Uno tiene que pagar para utilizar este aparcamiento de bicicletas" + "then": "Hay que pagar para usar este aparcamiento de bicicletas" }, "1": { - "then": "Uso gratuito" + "then": "Gratuito" } }, - "question": "¿Son estos aparcamientos de bicicletras de uso gratuito?" + "question": "¿Son gratuitos estos aparcamientos de bicicletas?" }, "maxstay": { - "question": "¿Cuál es la duración máxima permitida de estacionamiento?", - "render": "Se puede aparcar aquí una bici por como mucho {canonical(maxstay)}" + "question": "¿Cuál es la duración máxima de aparcamiento permitida?", + "questionHint": "Si la bicicleta está aparcada durante más tiempo, el operador podría retirarla", + "render": "Una bicicleta se puede aparcar aquí como máximo durante {canonical(maxstay)}" }, "operator": { "question": "¿Quién mantiene este aparcamiento de bicicletas?", @@ -1492,30 +1677,31 @@ "question": "¿Cuál es la dirección de correo electrónico del operador de este aparcamiento de bicicletas?" }, "operator_phone": { - "question": "¿Cuál es número de teléfono del operador de este aparcamiento de bicicletas?" + "question": "¿Cuál es el número de teléfono del operador de este aparcamiento de bicicletas?", + "questionHint": "Se puede llamar a este número en caso de problemas, por ejemplo, para retirar bicicletas sin mantenimiento" }, "operator_website": { - "question": "¿Cuál es la página web del operador de este aparcamiento de bicicletas?" + "question": "¿Cuál es el número de sitio web del operador de este aparcamiento de bicicletas?" } }, "title": { - "render": "Aparcamiento de bicis" + "render": "Aparcamiento de bicicletas" } }, "bike_repair_station": { - "description": "Una capa que muestra bombas de bicicletas y puestos de herramientas de reparación de bicicletas", + "description": "Una capa que muestra bombas de bicicleta y soportes de herramientas de reparación de bicicletas", "name": "Bomba y reparación de bicicletas", "presets": { "0": { - "description": "Un dispositivo para inflar tus ruedas en una posición fija en el espacio público.", - "title": "una bomba de bicicletas" + "description": "Un dispositivo para inflar los neumáticos en una ubicación fija en el espacio público.", + "title": "una bomba de bicicleta" }, "1": { - "description": "Una bomba de bicicletas y herramientas para reparar tu bicicleta en el espacio público. Las herramientas habitualmente están aseguradas con cadenas contra el robo.", + "description": "Una bomba de bicicleta y herramientas para reparar la bicicleta en el espacio público. Las herramientas suelen estar aseguradas con cadenas contra robos.", "title": "una estación de reparación de bicicletas y bomba" }, "2": { - "description": "Herramientas para reparar tu bici en el espacio público (sin bomba).Las herramientas están aseguradas contra el robo.", + "description": "Herramientas para reparar la bicicleta en el espacio público (sin bomba). Las herramientas están aseguradas contra robos.", "title": "una estación de reparación de bicicletas sin bomba" } }, @@ -1523,13 +1709,13 @@ "Operational status": { "mappings": { "0": { - "then": "La bomba para bicicletas está rota" + "then": "La bomba de bicicleta está rota" }, "1": { - "then": "La bomba para bicicletas está operativa" + "then": "La bomba de bicicleta está operativa" } }, - "question": "¿Todavía está operativa la bomba para bicicletas?" + "question": "¿La bomba de bicicleta sigue funcionando?" }, "access": { "mappings": { @@ -1543,13 +1729,13 @@ "then": "Solo para clientes" }, "3": { - "then": "No accesible para el público general" + "then": "No accesible al público en general" }, "4": { - "then": "No accesible para el público general" + "then": "No accesible al público en general" } }, - "question": "¿A quién se le permite utilizar esta estación de reparación?" + "question": "¿Quién puede usar esta estación de reparación?" }, "bike_repair_station-available-services": { "mappings": { @@ -1557,13 +1743,13 @@ "then": "Solo hay una bomba presente" }, "1": { - "then": "Solo hay herramientas (destornilladores, pinzas...) presentes" + "then": "Solo hay herramientas (destornilladores, alicates,…) presentes" }, "2": { - "then": "Hay tanto herramientas como bombas" + "then": "Hay tanto herramientas como una bomba presentes" } }, - "question": "¿Qué servicios están disponibles en esta localización?" + "question": "¿Qué servicios están disponibles en este lugar?" }, "bike_repair_station-bike-chain-tool": { "mappings": { @@ -1571,10 +1757,10 @@ "then": "Hay una herramienta para cadenas" }, "1": { - "then": "No hay herramienta de cadenas" + "then": "No hay herramienta para cadenas" } }, - "question": "¿Esta estación de reparación tiene una herramienta especial para reparar la cadena de tu bici?" + "question": "¿Esta estación de reparación de bicicletas tiene una herramienta especial para reparar la cadena de la bicicleta?" }, "bike_repair_station-bike-stand": { "mappings": { @@ -1582,10 +1768,10 @@ "then": "Hay un gancho o soporte" }, "1": { - "then": "No hay ningún gancho o soporte" + "then": "No hay gancho ni soporte" } }, - "question": "¿Esta estación tiene un gancho para colgar tu bici o un soporte para elevarla?" + "question": "¿Esta estación de bicicletas tiene un gancho para colgar la bicicleta o un soporte para elevarla?" }, "bike_repair_station-electrical_pump": { "mappings": { @@ -1596,10 +1782,10 @@ "then": "Bomba eléctrica" } }, - "question": "¿Es una bomba eléctrica para bicis?" + "question": "¿Es una bomba de bicicleta eléctrica?" }, "bike_repair_station-email": { - "question": "¿Es esta la dirección de correo electrónico del mantenedor?" + "question": "¿Cuál es la dirección de correo electrónico del mantenedor?" }, "bike_repair_station-manometer": { "mappings": { @@ -1607,25 +1793,25 @@ "then": "Hay un manómetro" }, "1": { - "then": "No hay ningún manometro" + "then": "No hay manómetro" }, "2": { - "then": "Hay un manómetro pero está roto" + "then": "Hay un manómetro, pero está roto" } }, - "question": "¿La bomba tiene un indicador de presión o manómetro?" + "question": "¿Tiene la bomba un indicador de presión o manómetro?" }, "bike_repair_station-operator": { - "question": "¿Quién mantiene esta bomba para bicicletas?", + "question": "¿Quién mantiene esta bomba de bicicleta?", "render": "Mantenido por {operator}" }, "bike_repair_station-phone": { - "question": "¿Cual es el número de teléfono del mantenedor?" + "question": "¿Cuál es el número de teléfono del mantenedor?" }, "bike_repair_station-valves": { "mappings": { "0": { - "then": "Sclaverand/Presta (neumáticos de bicicleta estrechos)" + "then": "Sclaverand/Presta (neumáticos de bicicleta de ancho estrecho)" }, "1": { "then": "Dunlop" @@ -1634,8 +1820,8 @@ "then": "Schrader (coches y bicicletas de montaña)" } }, - "question": "¿Que válvulas se soportan?", - "render": "Esta bomba soporta las siguiente válvulas: {valves}" + "question": "¿Qué válvulas son compatibles?", + "render": "Esta bomba admite las siguientes válvulas: {valves}" }, "opening_hours_24_7": { "override": { @@ -1645,9 +1831,9 @@ "send_email_about_broken_pump": { "render": { "special": { - "body": "Hola,\n\nCon este correo, me gustaría informar de que esta bomba para bicicletas situada en https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} está rota.\n\nUn saludo", - "button_text": "Reportar esta bomba para bicicletas como rota", - "subject": "Bomba para bicicletas rota" + "body": "Hola,\n\nCon este correo electrónico, me gustaría informarte de que la bomba de bicicleta ubicada en https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} está rota.\n\nSaludos cordiales", + "button_text": "Informar de esta bomba de bicicleta como rota", + "subject": "Bomba de bicicleta rota" } } } @@ -1655,26 +1841,26 @@ "title": { "mappings": { "0": { - "then": "Estación de reparación de bicis" + "then": "Estación de reparación de bicicletas" }, "1": { - "then": "Estación de reparación de bicis" + "then": "Estación de reparación de bicicletas" }, "2": { "then": "Bomba rota" }, "3": { - "then": "Bomba de bicicletas {name}" + "then": "Bomba de bicicleta {name}" }, "4": { - "then": "Bomba para bicicletas" + "then": "Bomba de bicicleta" } }, - "render": "Estación de bicis (bomba y reparación)" + "render": "Estación de bicicletas (bomba y reparación)" } }, "bike_shop": { - "description": "Una tiene que vende específicamente bicis u objetos relacionados", + "description": "Una tienda que vende específicamente bicicletas o artículos relacionados", "filter": { "0": { "options": { @@ -1686,51 +1872,51 @@ "1": { "options": { "0": { - "question": "Ofrece herramientas para autorreparación de bicis" + "question": "Ofrece reparación de bicicletas DIY" } } } }, - "name": "Taller/tienda de bicis", + "name": "Reparación/tienda de bicicletas", "presets": { "0": { - "title": "un taller/tienda de bicis" + "title": "una reparación/tienda de bicicletas" } }, "title": { "mappings": { "0": { - "then": "Tienda de material deportivo {name}" + "then": "Tienda de artículos deportivos {name}" }, "2": { "then": "Tienda de alquiler de bicicletas {name}" }, "3": { - "then": "Reparación de bicis {name}" + "then": "Reparación de bicicletas {name}" }, "4": { - "then": "Tienda de bicis {name}" + "then": "Tienda de bicicletas {name}" }, "5": { - "then": "Taller/tienda de bicis {name}" + "then": "Reparación/tienda de bicicletas {name}" }, "6": { - "then": "Taller/tienda de bicis {name}" + "then": "Reparación/tienda de bicicletas {name}" } }, - "render": "Taller/tienda de bicis" + "render": "Reparación/tienda de bicicletas" } }, "bike_themed_object": { - "description": "Una capa con los objetos relacionados con bicis pero que no coinciden con ninguna otra capa", - "name": "Objeto relacionado con bicis", + "description": "Una capa con objetos con temática de bicicletas, pero que no coinciden con ninguna otra capa", + "name": "Objeto relacionado con bicicletas", "title": { "mappings": { "1": { - "then": "Carril bici" + "then": "Pista ciclista" } }, - "render": "Objeto relacionado con las bicicletas" + "render": "Objeto relacionado con bicicletas" } }, "binocular": { @@ -1738,7 +1924,7 @@ "name": "Prismáticos", "presets": { "0": { - "description": "Un telescopio o unos prismáticos montados en un poste, disponible para que el público mire alrededor.Algunas varillas pueden tener horarios de apertura diferentes. Muchos hospitales también permiten visitas en caso de emergencia.
" + } + }, + "title": { + "render": "Hospital" } }, "hydrant": { - "description": "Un mapa que muestra bocas de incendios.", - "name": "Mapa de bocas de incendios", + "description": "Capa del mapa para mostrar bocas de incendio.", + "name": "Mapa de bocas de incendio", "presets": { "0": { - "description": "Una boca de incendios es un punto de conexión en el que los bomberos pueden conseguir agua. Puede situarse bajo tierra.", - "title": "una boca de incendios" + "description": "Una boca de incendio es un punto de conexión donde los bomberos pueden obtener agua. Puede estar ubicada bajo tierra.", + "title": "una boca de incendio" } }, "tagRenderings": { "hydrant-color": { "mappings": { "0": { - "then": "La boca de incendios es amarilla." + "then": "El color de la boca de incendio es amarillo." }, "1": { - "then": "La boca de incendios es roja." + "then": "El color de la boca de incendio es rojo." } }, - "question": "¿De que color es la boca de incendios?", - "render": "La boca de incendios es de color {colour}" + "question": "¿De qué color es la boca de incendio?", + "render": "El color de la boca de incendio es {colour}" + }, + "hydrant-couplings": { + "freeform": { + "placeholder": "Tipo de acoplamiento" + }, + "mappings": { + "0": { + "then": "Acoplamiento Storz" + }, + "1": { + "then": "Acoplamiento UNI" + }, + "2": { + "then": "Acoplamiento Barcelona" + } + }, + "question": "¿Qué tipo de acoplamientos tiene esta boca de incendio?", + "render": "Acoplamientos: {couplings:type}" + }, + "hydrant-couplings-diameters": { + "freeform": { + "placeholder": "Diámetro de los acoplamientos" + }, + "question": "¿Qué diámetro tienen los acoplamientos de esta boca de incendio?", + "render": "Diámetro de los acoplamientos: {couplings:diameters}" + }, + "hydrant-diameter": { + "freeform": { + "placeholder": "Diámetro de la tubería" + }, + "question": "¿Cuál es el diámetro de la tubería de esta boca de incendio?", + "render": "Diámetro de la tubería: {canonical(fire_hydrant:diameter)}" + }, + "hydrant-number-of-couplings": { + "freeform": { + "placeholder": "Número de acoplamientos" + }, + "question": "¿Cuántos acoplamientos tiene esta boca de incendio?", + "render": "Número de acoplamientos: {couplings}" }, "hydrant-state": { "mappings": { "0": { - "then": "La boca de incendios funciona (total o parcialmente)" + "then": "La boca de incendio está (total o parcialmente) funcionando" }, "1": { - "then": "La boca de incendios no está disponible" + "then": "La boca de incendio no está disponible" }, "2": { - "then": "La boca de incendios se ha retirado" + "then": "La boca de incendio ha sido retirada" } }, - "question": "¿Todavía funciona esta boca de incendios?" + "question": "¿Esta boca de incendio sigue funcionando?" }, "hydrant-type": { "mappings": { "0": { - "then": "De pilar." + "then": "Tipo pilar." }, "1": { - "then": "De tubería." + "then": "Tipo tubería." }, "2": { - "then": "De pared." + "then": "Tipo pared." }, "3": { - "then": "Bajo tierra." + "then": "Tipo subterráneo." } }, - "question": "¿De qué tipo es esta boca de incendios?", - "render": " Tipo de boca de incendios: {fire_hydrant:type}" + "question": "¿Qué tipo de boca de incendio es?", + "render": " Tipo de boca de incendio: {fire_hydrant:type}" } }, "title": { - "render": "Boca de incendios" + "render": "Boca de incendio" + } + }, + "ice_cream": { + "description": "Un lugar donde se vende helado en el mostrador", + "name": "Heladerías", + "presets": { + "0": { + "description": "Una tienda donde solo se puede comprar helado y artículos relacionados. El helado normalmente se sirve con cuchara.", + "title": "una heladería" + } + }, + "tagRenderings": { + "1": { + "question": "¿Cuál es el nombre de esta heladería?", + "render": "Esta heladería se llama {name}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + } + }, + "render": "Heladería" + } + }, + "icons": { + "description": "Una capa que actúa como biblioteca para representaciones de etiquetas de iconos, especialmente para mostrar como insignia junto a un PDI", + "tagRenderings": { + "osmlink": { + "mappings": { + "1": { + "then": { + "special": { + "arialabel": "Abrir en openstreetmap.org" + } + } + }, + "2": { + "then": { + "special": { + "arialabel": "Abrir en openstreetmap.org" + } + } + } + }, + "render": { + "special": { + "arialabel": "Abrir en openstreetmap.org" + } + } + }, + "phonelink": { + "mappings": { + "0": { + "then": { + "special": { + "arialabel": "teléfono" + } + } + } + }, + "render": { + "special": { + "arialabel": "teléfono" + } + } + } } }, "indoors": { - "description": "Cartografía básica en interiores: muestra esquemas de espacio" - }, - "information_board": { - "description": "Una capa que muestra paneles informativos turísticos (ej. informan sobre el paisaje, una construcción, una característica, un mapa, ...)", - "name": "Paneles informativos", - "presets": { - "0": { - "title": "un panel informativo" + "description": "Cartografía interior básica: muestra los contornos de las habitaciones", + "name": "Interiores", + "snapName": "una pared interior", + "tagRenderings": { + "name": { + "freeform": { + "placeholder": "Nombre de la habitación" + }, + "question": "¿Cuál es el nombre de esta habitación?", + "render": "Esta habitación se llama {name}" + }, + "ref": { + "freeform": { + "placeholder": "Número de referencia de la habitación (por ejemplo, '1.1' o 'A1')" + }, + "question": "¿Cuál es el número de referencia de esta habitación?", + "render": "Esta habitación tiene el número de referencia {ref}" + }, + "room-capacity": { + "question": "¿Cuántas personas pueden caber como máximo en esta habitación?", + "render": "En esta habitación caben como máximo {capacity} personas" + }, + "room-type": { + "mappings": { + "0": { + "then": "Esta es una habitación administrativa" + }, + "1": { + "then": "Este es un auditorio" + }, + "10": { + "then": "Este es un laboratorio" + }, + "11": { + "then": "Esta es una biblioteca" + }, + "12": { + "then": "Este es un vestuario" + }, + "13": { + "then": "Esta es una guardería" + }, + "14": { + "then": "Esta es una oficina" + }, + "15": { + "then": "Esta es una sala de copias" + }, + "16": { + "then": "Esta es una celda de prisión" + }, + "17": { + "then": "Este es un restaurante" + }, + "18": { + "then": "Esta es una sala para realizar controles de seguridad" + }, + "19": { + "then": "Esta es una sala de deportes" + }, + "2": { + "then": "Este es un dormitorio" + }, + "20": { + "then": "Esta es una sala de almacenamiento" + }, + "21": { + "then": "Esta es una sala técnica" + }, + "22": { + "then": "Estos son baños" + }, + "23": { + "then": "Esta es una sala de espera" + }, + "3": { + "then": "Esta es una capilla" + }, + "4": { + "then": "Esta es un aula" + }, + "5": { + "then": "Esta es un aula" + }, + "6": { + "then": "Esta es una sala de ordenadores" + }, + "7": { + "then": "Esta es una sala de conferencias" + }, + "8": { + "then": "Esta es una cripta" + }, + "9": { + "then": "Esta es una cocina" + } + }, + "question": "¿Qué tipo de habitación es esta?" } }, "title": { - "render": "Panel informativo" + "mappings": { + "0": { + "then": "Habitación interior {name}" + }, + "1": { + "then": "Área interior {name}" + }, + "2": { + "then": "Pared interior {name}" + }, + "3": { + "then": "Pasillo interior {name}" + }, + "4": { + "then": "Puerta interior {name}" + }, + "5": { + "then": "Nivel interior {name}" + } + }, + "render": "Área interior {name}" + } + }, + "information_board": { + "description": "Una capa que muestra paneles de información turística y de carretera (por ejemplo, que brindan información sobre el paisaje, un edificio, una característica, un mapa, etc.)", + "name": "Paneles de información", + "presets": { + "0": { + "title": "un panel de información" + } + }, + "title": { + "render": "Panel de información" + } + }, + "item_with_image": { + "name": "Elementos con al menos una imagen", + "title": { + "render": "PDI con imagen" + } + }, + "kerbs": { + "description": "Una capa que muestra bordillos.", + "filter": { + "0": { + "options": { + "0": { + "question": "Todos los tipos de bordillos" + }, + "1": { + "question": "Bordillo elevado (>3 cm)" + }, + "2": { + "question": "Bordillo rebajado (~3 cm)" + }, + "3": { + "question": "Bordillo a ras (~0 cm)" + }, + "4": { + "question": "Sin bordillo" + }, + "5": { + "question": "Bordillo con altura desconocida" + } + } + } + }, + "name": "Bordillos", + "presets": { + "0": { + "description": "Bordillo en una acera", + "title": "un bordillo" + } + }, + "snapName": "un bordillo", + "tagRenderings": { + "kerb-height": { + "freeform": { + "placeholder": "Altura del bordillo" + }, + "mappings": { + "0": { + "then": "Este bordillo está a ras y tiene menos de 1 cm de altura." + } + }, + "question": "¿Cuál es la altura de este bordillo?", + "render": "Altura del bordillo: {kerb:height}" + }, + "kerb-type": { + "mappings": { + "0": { + "then": "Este bordillo es elevado (>3 cm)" + }, + "1": { + "then": "Este bordillo es rebajado (~3 cm)" + }, + "2": { + "then": "Este bordillo está a ras (~0cm)" + }, + "3": { + "then": "Aquí no hay bordillo" + }, + "4": { + "then": "Hay un bordillo de altura desconocida" + } + }, + "question": "¿Cuál es la altura de este bordillo?" + }, + "tactile-paving": { + "mappings": { + "0": { + "then": "Este bordillo tiene pavimento táctil." + }, + "1": { + "then": "Este bordillo no tiene pavimento táctil." + }, + "2": { + "then": "Este bordillo tiene pavimento táctil, pero es incorrecto." + } + }, + "question": "¿Hay pavimento táctil en este bordillo?" + } + }, + "title": { + "render": "Bordillo" + } + }, + "kindergarten_childcare": { + "name": "Jardines de infancia y guarderías", + "presets": { + "0": { + "title": "un jardín de infancia" + }, + "1": { + "title": "una guardería" + } + }, + "tagRenderings": { + "capacity": { + "question": "¿Cuántos niños (como máximo) pueden inscribirse aquí?", + "render": "Este centro tiene capacidad para {capacity} niños" + }, + "childcare-type": { + "mappings": { + "0": { + "then": "Se trata de un jardín de infancia (también conocido como preescolar) donde los niños pequeños reciben educación temprana." + }, + "1": { + "then": "Se trata de un centro de cuidado infantil, como una guardería o una sala de juegos donde se cuida a los niños pequeños. No ofrecen educación y suelen ser empresas privadas" + } + }, + "question": "¿Qué tipo de centro es este?" + }, + "name": { + "question": "¿Cuál es el nombre de este centro?", + "render": "Este centro se llama {name}" + }, + "opening_hours": { + "override": { + "question": "¿Cuándo abre esta guardería?" + } + } + }, + "title": { + "mappings": { + "0": { + "then": "Jardín de infancia {name}" + }, + "1": { + "then": "Guardería {name}" + } + } } }, "last_click": { "pointRendering": { "0": { "label": { - "render": "Haga clic aquí para añadir un nuevo ítem" + "mappings": { + "0": { + "then": "Crear una nueva nota del mapa" + } + }, + "render": "Haz clic aquí para añadir un nuevo elemento" + } + } + }, + "title": { + "mappings": { + "0": { + "then": "Añadir un nuevo punto o añadir una nota" + }, + "1": { + "then": "Añadir una nueva nota" + }, + "2": { + "then": "Añadir un nuevo punto" } } } }, + "lighthouse": { + "name": "faro", + "presets": { + "0": { + "title": "un faro" + } + }, + "tagRenderings": { + "lighthouse-height": { + "question": "¿Cuál es la altura de este faro, en metros?", + "render": "La altura de este faro es de {height} metros." + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + } + }, + "render": "faro" + } + }, + "love_hotel": { + "description": "Un hotel del amor es un tipo de hotel de corta estancia que se encuentra en todo el mundo y que funciona principalmente con el fin de ofrecer a los huéspedes privacidad para las actividades sexuales", + "name": "Hoteles del amor", + "presets": { + "0": { + "description": "Un hotel del amor es un tipo de hotel de corta estancia que se encuentra en todo el mundo y que funciona principalmente con el fin de ofrecer a los huéspedes privacidad para las actividades sexuales.", + "title": "un hotel del amor" + } + }, + "tagRenderings": { + "name": { + "question": "¿Cuál es el nombre de este hotel del amor?", + "render": "Este hotel del amor se llama {name}" + } + }, + "title": { + "render": "Hotel del amor {name}" + } + }, "map": { - "description": "Un mapa, pensado para turistas y que está instalado de manera permanente en un espacio público", + "description": "Un mapa, pensado para turistas, que está instalado permanentemente en el espacio público", "name": "Mapas", "presets": { "0": { @@ -3315,22 +6415,22 @@ "map-attribution": { "mappings": { "0": { - "then": "Se atribuye claramente a OpenStreetMap, incluyendo la licencia ODBL" + "then": "OpenStreetMap está claramente atribuido, incluyendo la licencia ODBL" }, "1": { - "then": "Se atribuya claramente a OpenStreetMap, pero no se menciona la licencia" + "then": "OpenStreetMap está claramente atribuido, pero no se menciona la licencia" }, "2": { - "then": "No se mencionaba OpenStreetMap, pero alguien le pegó una pegatina de OpenStreetMap" + "then": "OpenStreetMap no se mencionó, pero alguien puso una pegatina de OpenStreetMap" }, "3": { - "then": "No hay atribución" + "then": "No hay ninguna atribución" }, "4": { - "then": "No hay atribución" + "then": "No hay ninguna atribución" } }, - "question": "¿Hay una atribución a OpenStreetMap?" + "question": "¿Se proporciona la atribución de OpenStreetMap?" }, "map-map_source": { "mappings": { @@ -3340,6 +6440,43 @@ }, "question": "¿En qué datos se basa este mapa?", "render": "Este mapa se basa en {map_source}" + }, + "map_size": { + "mappings": { + "0": { + "then": "Un mapa de las habitaciones dentro de un edificio" + }, + "1": { + "then": "Un mapa de un sitio especial, como un castillo histórico, un parque, un campus, un bosque, ..." + }, + "2": { + "then": "Un mapa que muestra el pueblo o la ciudad" + }, + "3": { + "then": "Un mapa de una ciudad" + }, + "4": { + "then": "El mapa de toda una región, mostrando múltiples ciudades y pueblos" + } + }, + "question": "¿Cuál es el tamaño del área mostrada en el mapa?" + }, + "map_type": { + "mappings": { + "0": { + "then": "Mapa topográficoEl mapa contiene líneas de contorno.
" + }, + "1": { + "then": "Un mapa con todas las calles o vías de una zona.Las calles suelen tener nombre; los ángulos, las distancias, etc., son precisos
" + }, + "2": { + "then": "Este es un mapa esquemático.Un mapa esquemático con sólo las vías y los PDI importantes. Los ángulos, las distancias, etc., son meramente ilustrativos, no precisos.
" + }, + "3": { + "then": "Este es un topoescopo.Un marcador erigido en lugares altos que indica la dirección hacia características notables del paisaje que se pueden ver desde ese punto
" + } + }, + "question": "¿Qué tipo de mapa se muestra?" } }, "title": { @@ -3347,78 +6484,400 @@ } }, "maproulette": { - "description": "Capa mostrando todas las tareas en MapRoulette" + "description": "Capa que muestra todas las tareas en MapRoulette", + "filter": { + "0": { + "options": { + "0": { + "question": "Mostrar tareas con todos los estados" + }, + "1": { + "question": "Mostrar tareas que se han creado" + }, + "2": { + "question": "Mostrar tareas que se han corregido" + }, + "3": { + "question": "Mostrar tareas que son falsos positivos" + }, + "4": { + "question": "Mostrar tareas que se han omitido" + }, + "5": { + "question": "Mostrar tareas que se han eliminado" + }, + "6": { + "question": "Mostrar tareas que ya están corregidas" + }, + "7": { + "question": "Mostrar tareas marcadas como demasiado difíciles" + }, + "8": { + "question": "Mostrar tareas deshabilitadas" + } + } + }, + "1": { + "options": { + "0": { + "question": "El nombre del reto contiene {search}" + } + } + }, + "2": { + "options": { + "0": { + "question": "El ID del reto coincide con {search}" + } + } + } + }, + "name": "Tareas de MapRoulette", + "tagRenderings": { + "mark_duplicate": { + "render": { + "special": { + "message": "Marcar como no encontrado o falso positivo" + } + } + }, + "mark_fixed": { + "render": { + "special": { + "message": "Marcar como corregido" + } + } + }, + "mark_too_hard": { + "render": { + "special": { + "message": "Marcar como demasiado difícil" + } + } + }, + "status": { + "mappings": { + "0": { + "then": "Tarea creada" + }, + "1": { + "then": "Tarea corregida" + }, + "2": { + "then": "La tarea es un falso positivo" + }, + "3": { + "then": "Tarea omitida" + }, + "4": { + "then": "Tarea eliminada" + }, + "5": { + "then": "La tarea ya está corregida" + }, + "6": { + "then": "La tarea está marcada como demasiado difícil" + }, + "7": { + "then": "Tarea deshabilitada" + } + } + } + }, + "title": { + "render": "Elemento de MapRoulette: {parentName}" + } + }, + "maproulette_challenge": { + "description": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo.", + "filter": { + "0": { + "options": { + "0": { + "question": "Mostrar tareas con todos los estados" + }, + "1": { + "question": "Mostrar tareas que se han creado" + }, + "2": { + "question": "Mostrar tareas que se han corregido" + }, + "3": { + "question": "Mostrar tareas que son falsos positivos" + }, + "4": { + "question": "Mostrar tareas que se han omitido" + }, + "5": { + "question": "Mostrar tareas que se han eliminado" + }, + "6": { + "question": "Mostrar tareas que ya están corregidas" + }, + "7": { + "question": "Mostrar tareas marcadas como demasiado difíciles" + }, + "8": { + "question": "Mostrar tareas deshabilitadas" + } + } + } + }, + "tagRenderings": { + "status": { + "mappings": { + "0": { + "then": "Tarea creada" + }, + "1": { + "then": "Tarea corregida" + }, + "2": { + "then": "La tarea es un falso positivo" + }, + "3": { + "then": "Tarea omitida" + }, + "4": { + "then": "Tarea eliminada" + }, + "5": { + "then": "La tarea ya está corregida" + }, + "6": { + "then": "La tarea está marcada como demasiado difícil" + }, + "7": { + "then": "Tarea deshabilitada" + } + } + } + }, + "title": { + "render": "Elemento en MapRoulette" + } }, "maxspeed": { "description": "Muestra la velocidad permitida para cada carretera", - "name": "Velocidad", + "name": "Velocidad máxima", "tagRenderings": { "maxspeed-maxspeed": { - "question": "Qué es la velocidad máxima legal uno está permitido conducir en esta carretera?" + "mappings": { + "0": { + "then": "Esta es una calle residencial, que tiene una velocidad máxima de 20 km/h" + } + }, + "question": "¿Cuál es la velocidad máxima legal a la que se permite conducir en esta carretera?", + "render": "La velocidad máxima permitida en esta carretera es {canonical(maxspeed)}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Carretera sin nombre" + } } } }, "memorial": { + "name": "Monumentos", + "presets": { + "0": { + "description": "Un monumento es un objeto físico que recuerda a una persona o un evento.", + "title": "un monumento" + } + }, "tagRenderings": { + "inscription": { + "mappings": { + "0": { + "then": "Este monumento no tiene inscripción" + } + }, + "question": "¿Cuál es la inscripción de este monumento?", + "render": "La inscripción de este monumento dice:
{inscription}
" + }, "memorial-type": { "mappings": { + "0": { + "then": "Es una estatua" + }, + "1": { + "then": "Es una placa" + }, "10": { "then": "Es una cruz" }, + "11": { + "then": "Es una placa azul" + }, + "12": { + "then": "Es un tanque histórico, colocado permanentemente en el espacio público como monumento" + }, + "13": { + "then": "Es un árbol conmemorativo" + }, + "14": { + "then": "Es una lápida; la persona está enterrada aquí" + }, + "2": { + "then": "Es un banco conmemorativo" + }, + "3": { + "then": "Es una bicicleta fantasma - una bicicleta pintada de blanco para recordar a un ciclista que falleció debido a un accidente de coche" + }, + "4": { + "then": "Es un stolperstein (piedra de tropiezo)" + }, + "5": { + "then": "Es una estela" + }, + "6": { + "then": "Es una piedra conmemorativa" + }, + "7": { + "then": "Es un busto" + }, + "8": { + "then": "Es una escultura" + }, "9": { "then": "Es un obelisco" } + }, + "question": "¿Qué tipo de monumento es este?", + "render": "Se trata de un {memorial}" + }, + "memorial-wikidata": { + "question": "¿Cuál es la página de Wikipedia sobre este monumento?", + "questionHint": "Se trata del propio monumento, no de la persona o el evento que recuerda el monumento. Si este monumento no tiene una página de Wikipedia o una entidad Wikidata, omite esta pregunta.", + "render": { + "before": "{inscription}
" + } + } + }, + "bench_at_pt": { + "deletion": { + "extraDeleteReasons": { + "0": { + "explanation": "Ця автобусна зупинка більше не використовується" + } + }, + "nonDeleteMappings": { + "0": { + "then": "На цій зупинці немає лавки (ніколи не було або її прибрали)" + } + } + } + }, + "bicycle_rental": { + "deletion": { + "extraDeleteReasons": { + "0": { + "explanation": "{title()} закрито назавжди" + } + }, + "nonDeleteMappings": { + "0": { + "then": "У цьому веломагазині раніше видавали велосипеди напрокат, але більше не видають" + } + } + }, + "presets": { + "0": { + "description": "Магазин, який спеціалізується на прокаті велосипедів", + "title": "пункт прокату велосипедів" + } + }, + "tagRenderings": { + "bicycle_rental_type": { + "mappings": { + "0": { + "then": "Це магазин, основним напрямком якого є прокат велосипедів" + }, + "2": { + "then": "Це магазин, який продає або ремонтує велосипеди, а також здає їх напрокат" + }, + "5": { + "then": "Це місце висадки, наприклад, зарезервована автостоянка, де велосипеди чітко позначені як такі, що призначені лише для послуги прокату" + } + } + } + } + }, + "bike_parking": { + "tagRenderings": { + "Access": { + "mappings": { + "1": { + "then": "Доступ надається насамперед відвідувачам бізнесу" + }, + "2": { + "then": "Доступ обмежений для членів школи, компанії або організації" + } + } + }, + "Bicycle parking type": { + "mappings": { + "0": { + "then": "Стійки" + }, + "1": { + "then": "Стійка з бічними петлями" + }, + "10": { + "then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера" + }, + "3": { + "then": "Тримач керма" + }, + "4": { + "then": "Стійка" + }, + "5": { + "then": "Дворівневий" + }, + "6": { + "then": "Навіс" + }, + "7": { + "then": "Стовпчик" + }, + "8": { + "then": "Зона на поверсі, позначена для паркування велосипедів" + }, + "9": { + "then": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи." + } + }, + "question": "Що це за тип велопарковки?", + "render": "Це велопарковка такого типу: {bicycle_parking}" + }, + "Underground?": { + "mappings": { + "0": { + "then": "Підземний паркінг" + }, + "1": { + "then": "Наземний паркінг" + }, + "2": { + "then": "Парковка на даху" + } + }, + "question": "Де знаходиться ця велопарковка?" + }, + "fee": { + "mappings": { + "0": { + "then": "За користування цією велопарковкою потрібно платити" + } + }, + "question": "Чи є ці велопарковки безкоштовними?" + }, + "operator_email": { + "question": "Яка електронна адреса оператора цієї велопарковки?" + }, + "operator_phone": { + "question": "Який номер телефону оператора цієї велопарковки?", + "questionHint": "За цим номером можна буде зателефонувати у разі виникнення проблем, наприклад, щоб прибрати недоглянуті велосипеди" + }, + "operator_website": { + "question": "Яка адреса веб-сайту оператора цієї велопарковки?" + } + } + }, + "bike_repair_station": { + "tagRenderings": { + "Operational status": { + "mappings": { + "0": { + "then": "Велосипедний насос зламаний" + }, + "1": { + "then": "Велосипедний насос працює" + } + }, + "question": "Велосипедний насос ще працює?" + }, + "bike_repair_station-available-services": { + "mappings": { + "0": { + "then": "Присутній тільки насос" + }, + "1": { + "then": "Присутні лише інструменти (викрутки, плоскогубці, ...)" + }, + "2": { + "then": "Присутні як інструменти, так і насос" + } + }, + "question": "Які послуги доступні в цьому місці?" + }, + "bike_repair_station-bike-stand": { + "mappings": { + "0": { + "then": "Є гачок або підставка" + }, + "1": { + "then": "Немає гачка або підставки" + } + }, + "question": "Чи є на цій станції гачок, на який можна повісити велосипед, або підставка для його підйому?" + }, + "bike_repair_station-email": { + "question": "Яка адреса електронної пошти супровідника?" + }, + "bike_repair_station-phone": { + "question": "Який номер телефону супровідника?" + }, + "send_email_about_broken_pump": { + "render": { + "special": { + "body": "Доброго дня,\n\nЦим листом хочу повідомити, що велосипедний насос, розташований за адресою https://mapcomplete.org/cyclofix?lat={_lat}&lon={_lon}&z=18#{id}, вийшов з ладу.\n\n З повагою" + } + } + } + }, + "title": { + "mappings": { + "1": { + "then": "Станція ремонту велосипедів" + } + } + } + }, + "bike_shop": { + "title": { + "mappings": { + "2": { + "then": "Пункт прокату велосипедів {name}" + } + } + } + }, + "cafe_pub": { + "deletion": { + "extraDeleteReasons": { + "0": { + "explanation": "{title()} закрито назавжди" + } + } + }, + "tagRenderings": { + "Classification": { + "mappings": { + "0": { + "then": "Паб, переважно для пиття пива в теплому, розслабленому інтер'єрі" + }, + "1": { + "then": "Більш сучасний і комерційний бар, можливо, з музичною та світловою інсталяцією" + }, + "2": { + "then": "Кафе, щоб випити чаю, кави чи алкогольного напою в тихій обстановці" + }, + "3": { + "then": "Ресторан де можна смачно поїсти" + }, + "5": { + "then": "Це нічний клуб або дискотека з акцентом на танці, музикою від ді-джея з супроводом світлового шоу та баром, щоб отримати (алкогольні) напої" + } + }, + "question": "Що це за кафе?" + }, + "Name": { + "question": "Як називається цей бізнес?", + "render": "Цей бізнес називається {name}" + } + } + }, + "caravansites": { + "tagRenderings": { + "caravansites-internet": { + "question": "Чи є в цьому місці доступ до Інтернету?" + } + } + }, + "charging_station": { + "filter": { + "2": { + "options": { + "14": { + "question": "Має{inscription}
" + }, + "memorial-type": { + "mappings": { + "1": { + "then": "Це меморіальна дошка" + } + } + } + } + }, + "nature_reserve": { + "tagRenderings": { + "Access tag": { + "render": "Доступ до цього природного заповідника: {access:description}" + }, + "phone": { + "question": "За яким номером телефону можна звертатися з питаннями та проблемами, пов'язаними з цим заповідником?", + "questionHint": "Поважайте приватність - вказуйте особистий номер телефону лише в тому випадку, якщо він є загальнодоступним" + } + } + }, + "pharmacy": { + "tagRenderings": { + "name": { + "question": "Як називається аптека?", + "render": "Ця аптека називається {name}" + } + } + }, + "picnic_table": { + "tagRenderings": { + "picnic_table-material": { + "mappings": { + "0": { + "then": "Це деревʼяний стіл для пікніка" + } + }, + "question": "З якого матеріалу виготовлений цей стіл для пікніка?" + } + } + }, + "playground": { + "tagRenderings": { + "fee": { + "mappings": { + "0": { + "then": "Вільне використання" + }, + "1": { + "then": "Платний дитячий майданчик" + } + }, + "question": "Чи потрібно платити за користування цим майданчиком?" + }, + "playground-email": { + "question": "Яка електронна адреса доглядача дитячого майданчика?" + }, + "playground-phone": { + "question": "Який номер телефону доглядача дитячого майданчика?", + "render": "{phone}" + }, + "playground-surface": { + "mappings": { + "0": { + "then": "Поверхня - трава" + }, + "1": { + "then": "Поверхня - пісок" + }, + "10": { + "then": "Поверхня - дрібний гравій (менше 2 см на камінь)" + }, + "2": { + "then": "Поверхня складається з деревної стружки" + }, + "3": { + "then": "Покриття - бруківка" + }, + "4": { + "then": "Покриття - асфальт" + }, + "5": { + "then": "Поверхня - бетон" + }, + "6": { + "then": "Поверхня грунтова" + }, + "7": { + "then": "Поверхня тверде покриття" + }, + "8": { + "then": "Покриття - тартан - синтетична, пружна поверхня, яку зазвичай можна побачити на спортивних трасах" + }, + "9": { + "then": "Поверхня зроблена з гуми, наприклад, гумова плитка, гумова мульча або велика гумова площа" + } + }, + "question": "Яка поверхня цього дитячого майданчика?", + "questionHint": "Якщо їх декілька, виберіть найпоширеніший", + "render": "Поверхня - {surface}" + } + } + }, + "playground_equipment": { + "tagRenderings": { + "type": { + "mappings": { + "16": { + "then": "Це міст (або як окремий пристрій, або як частина більшої конструкції)" + }, + "19": { + "then": "Це притулок для підлітків" + } + } + } + } + }, + "postoffices": { + "tagRenderings": { + "opening_hours": { + "override": { + "question": "Які години роботи цього поштового відділення?" + } + }, + "partner-brand": { + "mappings": { + "0": { + "then": "У цьому приміщенні надаються послуги для DHL" + }, + "1": { + "then": "У цій локації надаються послуги для DPD" + }, + "2": { + "then": "Ця локація пропонує послуги для GLS" + }, + "3": { + "then": "У цьому місці надаються послуги для UPS" + }, + "4": { + "then": "Це відділення DHL Paketshop" + }, + "5": { + "then": "Ця локація є магазином Hermes PaketShop" + }, + "6": { + "then": "Це місце є PostNL-пунктом" + }, + "7": { + "then": "Ця локація пропонує послуги для bpost" + } + } + }, + "post_offic_brand": { + "render": "Це поштове відділення {brand}" + } + } + }, + "public_bookcase": { + "tagRenderings": { + "public_bookcase-brand": { + "mappings": { + "0": { + "then": "Ця публічна книжкова шафа не є частиною більшої мережі" + } + }, + "question": "Чи є ця публічна книжкова шафа частиною більшої мережі?", + "render": "Ця публічна книжкова шафа є частиною {brand}" + }, + "public_bookcase-ref": { + "mappings": { + "0": { + "then": "Ця книжкова шафа не є частиною більшої мережі" + } + } + } + } + }, + "questions": { + "tagRenderings": { + "brand": { + "mappings": { + "0": { + "then": "Не є частиною великого бренду" + } + }, + "question": "Чи є {title()} частиною більшого бренду?", + "render": "Частина {brand}" + }, + "email": { + "question": "Яка електронна адреса {title()}?" + }, + "gluten_free": { + "mappings": { + "0": { + "then": "Цей магазин продає лише безглютенові продукти" + } + } + }, + "internet": { + "mappings": { + "0": { + "then": "У цьому місці є бездротовий доступ до Інтернету" + }, + "3": { + "then": "Це місце пропонує доступ до Інтернету через термінал або комп'ютер" + }, + "4": { + "then": "Цей заклад пропонує дротовий доступ до Інтернету" + }, + "5": { + "then": "Тут можна скористатися як бездротовим інтернетом, так і доступом до інтернету через термінал або комп'ютер" + } + }, + "question": "Чи є в цьому місці доступ до Інтернету?" + }, + "internet-fee": { + "mappings": { + "1": { + "then": "Доступ до Інтернету в цьому місці безкоштовний" + }, + "2": { + "then": "Доступ до Інтернету в цьому місці безкоштовний тільки для клієнтів" + } + } + }, + "internet-ssid": { + "render": "Назва мережі: {internet_access:ssid}" + }, + "opening_hours": { + "question": "Які години роботи {title()}?", + "render": "El proyecto utiliza datos del proyecto OpenStreetMap.
", + "description": "En este mapa encontrarás varias oportunidades de escalada como gimnasios de escalada, salas de bouldering y rocas en la naturaleza.", + "descriptionTail": "El mapa de escalada fue creado originalmente por Christian Neumann. Por favor, ponte en contacto si tienes comentarios o preguntas.El proyecto utiliza datos del proyecto OpenStreetMap.
", "layers": { "0": { "override": { @@ -176,23 +176,23 @@ "0": { "mappings": { "0": { - "then": "La característica que lo contiene indica que es de acceso públicoAmor en la palma de tu mano
Open Love Map lista varias entradas para adultos, como burdeles, tiendas eróticas y clubs de striptease.", + "description": "Amor en la palma de tu mano
Open Love Map lista varias entradas para adultos, como burdeles, tiendas eróticas y clubes de striptease.", "layers": { "2": { "override": { @@ -952,22 +999,22 @@ "0": { "mappings": { "0": { - "then": "Esta tienda ofrece artículos BDSM suaves, como esposas mullidas, un conjunto de ..." + "then": "Esta tienda ofrece artículos BDSM suaves, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',..." }, "1": { - "then": "Esta tienda ofrece artículos especializados en BDSM, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, esposas, pinzas para pezones, accesorios de shibari, ..." + "then": "Esta tienda ofrece artículos BDSM especializados, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,..." }, "2": { - "then": "Esta tienda ofrece accesorios para mascotas, como máscaras de cachorros, máscaras de animales, juegos de ponis, colas, herraduras..." + "then": "Esta tienda ofrece accesorios para juegos con mascotas, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,..." }, "3": { - "then": "Esta tienda ofrece ropa de cuero, desde pantalones y camisas de uso diario hasta arneses de cuero" + "then": "Esta tienda ofrece artículos de cuero, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero" }, "4": { - "then": "Esta tienda ofrece uniformes para juegos de rol, tales como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa, ..." + "then": "Esta tienda ofrece uniformes para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,..." } }, - "question": "¿Ofrece esta tienda artículos fetichistas?" + "question": "¿Esta tienda ofrece artículos fetiche?" } } } @@ -976,7 +1023,7 @@ "override": { "=presets": { "0": { - "title": "una máquina de venta de condones" + "title": "una máquina expendedora de condones" } } } @@ -1003,7 +1050,7 @@ "overrideAll": { "tagRenderings+": { "0": { - "question": "¿Este {title()} tiene una cabina de video privada?", + "question": "¿Tiene {title()} una cabina de video privada?", "questionHint": "Esto es para uso de una sola persona." } } @@ -1011,25 +1058,25 @@ "title": "Open Love Map" }, "openwindpowermap": { - "description": "Mapa para mostrar y editar turbinas de viento.", - "title": "Generadores de energía eólica" + "description": "Un mapa para mostrar y editar aerogeneradores.", + "title": "Generadores eólicos" }, "osm_community_index": { - "description": "Una lista de recursos para los usuarios de OpenStreetMap. Los \"recursos\" pueden ser enlaces a foros, reuniones, grupos de trabajo, canales IRC, listas de correo, etcétera. Cualquier cosa que los cartógrafos, especialmente los principiantes, puedan encontrar interesante o útil.", + "description": "Una lista de recursos para usuarios de OpenStreetMap. 'Recursos' pueden ser enlaces a foros, encuentros, grupos de Slack, canales IRC, listas de correo, etc. Cualquier cosa que los mapeadores, especialmente los principiantes, puedan encontrar interesante o útil.", "shortDescription": "Un índice de recursos comunitarios para OpenStreetMap.", - "title": "Índice de comunidades de OSM" + "title": "Índice de la comunidad OSM" }, "parkings": { - "description": "Este mapa muestra diferentes puntos de aparcamiento", - "shortDescription": "Este mapa muestra diferentes puntos de aparcamiento", - "title": "Aparcamiento" + "description": "Este mapa muestra diferentes lugares de estacionamiento", + "shortDescription": "Este mapa muestra diferentes lugares de estacionamiento", + "title": "Estacionamiento" }, "personal": { - "description": "Crea un tema personal basado en todas las capas disponibles de todos los temas. Con el objetivo de mostrar algunos datos, abre selección de capas", - "title": "Interficie personal" + "description": "Crea un tema personal basado en todas las capas disponibles de todos los temas. Para mostrar algunos datos, abre la selección de capas", + "title": "Tema personal" }, "pets": { - "description": "En este mapa, encontrarás varios lugares interesantes para tus mascotas: veterinarios, parques para perros, tiendas de mascotas, restaurantes aptos para perros, ...", + "description": "En este mapa, encontrarás varios lugares interesantes para tus mascotas: veterinarios, parques para perros, tiendas de mascotas, restaurantes que admiten perros...", "layers": { "1": { "override": { @@ -1038,9 +1085,9 @@ }, "2": { "override": { - "name": "Tiendas aptas para perros", + "name": "Tiendas que admiten perros", "title": { - "render": "Tiendas aptas para perros" + "render": "Tiendas que admiten perros" } } }, @@ -1048,8 +1095,8 @@ "override": { "presets": { "0": { - "description": "Una tienda a la que se puede llevar un perro a casi todas partes", - "title": "Tienda adaptada para perros" + "description": "Una tienda donde puedes llevar a un perro casi a todas partes", + "title": "tienda que admite perros" } } } @@ -1058,9 +1105,9 @@ "title": "Veterinarios, parques para perros y otros servicios para mascotas" }, "playgrounds": { - "description": "En este mapa, puedes encontrar parques y añadir más información", + "description": "En este mapa, encuentras parques infantiles y puedes agregar más información", "shortDescription": "Un mapa con parques infantiles", - "title": "Parques infanties" + "title": "Parques infantiles" }, "postal_codes": { "description": "Códigos postales", @@ -1077,9 +1124,9 @@ } }, "2": { - "name": "Municipios", + "name": "ayuntamientos", "title": { - "render": "Municipio {name}" + "render": "Ayuntamiento {name}" } } }, @@ -1087,7 +1134,7 @@ "title": "Códigos postales" }, "postboxes": { - "description": "En este mapa podrás buscar y añadir los datos de las oficinas de correos y buzones de correo. ¡Puedes utilizar este mapa para encontrar dónde enviar tu próxima postal! :)A projekt az OpenStreetMap adatait használja
", - "title": "Mászótérkép" + "layers": { + "2": { + "override": { + "=presets": { + "0": { + "title": "egy cipészműhely" + } + } + } + } + }, + "title": "Falmászás: tornacsarnokok, klubok és helyek" + }, + "clock": { + "title": "Órák" }, "cycle_infra": { "description": "Kerékpáros infrastruktúrával kapcsolatos dolgokat megjelenítő és szerkesztésre felkínáló térkép. Az #osoc21 (Open Summer of Code) alatt készült.", @@ -114,10 +146,19 @@ "description": "Ez a térkép kerékpárosoknak kíván könnyen használható megoldást nyújtani a számukra fontos infrastruktúra megtalálásához.На Mastodon існує бот, який публікує щомісячний огляд велосипедів-примар у всьому світі
", + "title": "Примарні велосипеди" + }, + "ghostsigns": { + "description": "Мапа, на якій показані вивіски на будівлях, що не використовуються", + "title": "Примарні знаки" + }, + "glutenfree": { + "description": "Колективна мапа з безглютеновими продуктами", + "title": "Без глютену" + }, + "guideposts": { + "description": "Орієнтири (також відомі як вказівні стовпчики) часто зустрічаються вздовж офіційних пішохідних, велосипедних, лижних або кінних маршрутів, щоб вказати напрямок до різних пунктів призначення. Крім того, вони часто названі на честь регіону або місця і показують висоту над рівнем моря.\n\nПоложення вказівника може використовуватися пішоходом/велосипедистом/вершником/лижником як підтвердження поточного положення, особливо якщо він користується друкованою картою без GPS-приймача. ", + "title": "Вказівники" + }, + "hackerspaces": { + "shortDescription": "Мапа хакерських просторів", + "title": "Хакерспейси та мейкерспейси" + }, + "hailhydrant": { + "shortDescription": "Мапа, що показує гідранти, вогнегасники, пожежні станції та станції швидкої допомоги.", + "title": "Гідранти, вогнегасники, пожежні станції та станції швидкої допомоги" + }, + "healthcare": { + "description": "На цій мапі показані різні обʼєкти, повʼязані з охороною здоровʼя", + "title": "Охорона здоров'я" + }, + "hotels": { + "description": "На цій мапі ви знайдете готелі поруч з вами", + "title": "Готелі" + }, + "icecream": { + "title": "Морозиво" + }, + "indoors": { + "description": "На цій мапі показані загальнодоступні плани приміщень", + "title": "Плани приміщень" + }, + "kerbs_and_crossings": { + "description": "Мапа з позначенням бордюрів та пішохідних переходів.", + "title": "Бордюри та переходи" + }, + "lactosefree": { + "description": "Колективна мапа з магазинами та ресторанами з безлактозними продуктами", + "title": "Магазини та ресторани без лактози" + }, + "lighthouses": { + "description": "Маяки - це високі будівлі зі світлом на вершині, що спрямовують морський рух.", + "title": "Маяки" + }, + "maps": { + "shortDescription": "Ця тема показує всі (туристичні) мапи, які відомі OpenStreetMap", + "title": "Мапа мап" + }, + "maxspeed": { + "shortDescription": "Ця мапа показує дозволену законом максимальну швидкість на кожній дорозі.", + "title": "Максимальна швидкість" + }, + "memorials": { + "description": "Меморіали — це фізичні обʼєкти, постійно розміщені в публічному просторі на згадку про особу чи подію. Це можуть бути найрізноманітніші обʼєкти, такі як статуї, меморіальні дошки, картини, військові обʼєкти (наприклад, танки), …", + "title": "Памʼятники" + }, + "nature": { + "description": "На цій мапі можна знайти цікаву інформацію для туристів та любителів природи.", + "shortDescription": "Мапа для любителів природи, з Точками інтересу", + "title": "На природі" + }, + "notes": { + "description": "Нотатка — це мітка на мапі з певним текстом, яка вказує на те, що щось не так.Усі дані надаються OpenStreetMap, які можна вільно повторно використовувати в Ліцензія Open DataBase.
", + "attributionTitle": "Повідомлення про авторство", + "codeContributionsBy": "MapComplete створено {contributors} та {hiddenCount} іншими учасниками", + "donate": "Підтримайте MapComplete фінансово", + "editId": "Відкрийте онлайн-редактор OpenStreetMap тут", + "editJosm": "Редагувати тут за допомогою JOSM", + "emailCreators": "Надішліть електронного листа розробникам", + "followOnMastodon": "Слідкуйте за MapComplete на Mastodon", + "gotoSourceCode": "Переглянути вихідний код", + "iconAttribution": { + "title": "Використані іконки" + }, + "josmNotOpened": "Не вдалося досягти JOSM. Переконайтеся, що його відкрито та увімкнено пульт дистанційного керування", + "josmOpened": "JOSM відкрито", + "madeBy": "Створено: {author}", + "mapContributionsBy": "Поточні видимі дані мають редагування від {contributors}", + "mapContributionsByAndHidden": "Поточні видимі дані мають редагування від {contributors} та {hiddenCount} більше учасників", + "mapDataByOsm": "Картографічні дані: OpenStreetMap", + "mapillaryHelp": "Mapillary - це онлайн-сервіс, який збирає зображення вулиць і пропонує їх під вільною ліцензією. Дописувачам дозволено використовувати ці зображення для покращення OpenStreetMap", + "openIssueTracker": "Подати повідомлення про помилку", + "openMapillary": "Відкрити Mapillary тут", + "openOsmcha": "Перегляньте останні правки, зроблені за допомогою {theme}", + "openOsmchaLastWeek": "Переглянути правки за останні 7 днів", + "openPanoramax": "Відкрийте Panoramax тут", + "openThemeDocumentation": "Відкрити документацію для тематичної мапи {name}", + "panoramaxHelp": "Panoramax - це онлайн-сервіс, який збирає зображення вулиць і пропонує їх під вільною ліцензією. Дописувачам дозволено використовувати ці зображення для покращення OpenStreetMap", + "panoramaxLicenseCCBYSA": "Ваші фотографії публікуються на умовах Ліцензією CC-BY-SA — кожен може повторно використовувати ваше зображення на умовах зазначення авторства та ліцензії", + "seeOnMapillary": "Переглянути зображення на Mapillary", + "themeBy": "Тему підтримує {author}", + "title": "Авторське право", + "translatedBy": "MapComplete переклали {contributors} та {hiddenCount} інших учасників" + }, + "back": "Назад", + "backToIndex": "Переглянути всі тематичні мапи", + "backToMap": "Повернутися до мапи", + "backgroundMap": "Виберіть фоновий шар", + "backgroundSwitch": "Змінити фон", + "cancel": "Скасувати", + "clearPendingChanges": "Відкинути зміни, що очікуються", + "confirm": "Підтвердити", + "customThemeIntro": "Раніше відвідані теми, створені користувачами.", + "customThemeTitle": "Власні теми", + "download": { + "custom": { + "download": "Завантажити PNG шириною {width} мм і висотою {height} мм", + "downloadHelper": "Це призначено для друку", + "height": "Висота зображення (в мм):", + "title": "Завантажте зображення з власною шириною та висотою", + "width": "Ширина зображення (в мм): " + }, + "downloadAsPdf": "Завантажити PDF поточної мапи", + "downloadAsPdfHelper": "Ідеально для друку поточної мапи", + "downloadAsPng": "Завантажити як зображення", + "downloadAsPngHelper": "Ідеально підходить для включення у звіти", + "downloadAsSvg": "Завантажити SVG-файл поточної мапи", + "downloadAsSvgHelper": "Сумісні з Inkscape або Adobe Illustrator; потребують подальшої обробки", + "downloadAsSvgLinesOnly": "Завантажте SVG-файл поточної мапи, що містить лише лінії", + "downloadAsSvgLinesOnlyHelper": "Лінії, що перетинаються, розбиваються, можна використовувати з деякими 3D-програмами", + "downloadCSV": "Завантажити видимі дані як CSV", + "downloadCSVHelper": "Сумісний з LibreOffice Calc, Excel, …", + "downloadFeatureAsGeojson": "Завантажити як GeoJSON-file", + "downloadFeatureAsGpx": "Завантажити як GPX-файл", + "downloadGeoJsonHelper": "Сумісний з QGIS, ArcGIS, ESRI, …", + "downloadGeojson": "Завантажте видимі дані у форматі GeoJSON", + "downloadGpx": "Завантажити як GPX-файл", + "downloadGpxHelper": "Файл GPX можна використовувати в більшості навігаційних пристроїв та застосунків", + "downloadImage": "Завантажити зображення", + "exporting": "Експорт…", + "includeMetaData": "Включити метадані (останній редактор, обчислені значення, ...)", + "licenseInfo": "Кожен може вільно використовувати та редагувати. Єдине місце для зберігання всієї геоінформації. Різні, маленькі, несумісні та застарілі мапи ніде не потрібні.
OpenStreetMap це не ворожа мапа. Дані мапи можна використовувати вільно (з зазначенням авторства та публікацією змін цих даних). Кожен може додавати нові дані та виправляти помилки. Цей вебсайт використовує OpenStreetMap. Звідти надходять усі дані, а ваші відповіді та виправлення використовуються всюди.
Багато людей та застосунків вже використовують OpenStreetMap: Organic Maps, OsmAnd, а також мапи у Facebook, Instagram, Apple-maps і Bing-maps (частково) працюють на OpenStreetMap.
", + "openTheMap": "Перейти до мапи", + "openTheMapAtGeolocation": "Наблизьтесь до своєї локації", + "openTheMapReason": "для перегляду, редагування та додавання інформації", + "opening_hours": { + "all_days_from": "Працює щодня {ranges}", + "closed_permanently": "Закрито на невідомий термін", + "closed_until": "Відкривається о {date}", + "error": "Не вдалося розібрати години роботи", + "error_loading": "Помилка: не вдалося візуалізувати ці години роботи.", + "friday": "У пʼятницю {ranges}", + "loadingCountry": "Визначення країни…", + "monday": "У понеділок {ranges}", + "not_all_rules_parsed": "Ці години роботи є складними. У вхідному елементі ігноруються наступні правила:", + "on_weekdays": "Працює по буднях {ranges}", + "on_weekends": "Працює на вихідних {ranges}", + "openTill": "до тих пір, поки", + "open_24_7": "Працюємо цілодобово", + "open_during_ph": "У святкові дні —", + "opensAt": "від", + "ph_closed": "закрито", + "ph_not_known": " ", + "ph_open": "відкрито", + "ph_open_as_usual": "відчинено, як завжди", + "ranges": "з {starttime} до {endtime}", + "rangescombined": "{range0} та {range1}", + "saturday": "У суботу {ranges}", + "sunday": "У неділю {ranges}", + "thursday": "У четвер {ranges}", + "tuesday": "У вівторок {ranges}", + "unknown": "Години роботи невідомі", + "wednesday": "У середу {ranges}" + }, + "osmLinkTooltip": "Перегляньте цей обʼєкт на OpenStreetMap для перегляду історії та інших можливостей редагування", + "pdf": { + "attr": "Дані мапи © Учасники OpenStreetMap, можуть бути використані на умовах ODbL", + "attrBackground": "Фоновий шар: {background}", + "generatedWith": "Згенеровано за допомогою mapcomplete.org/{layoutid}", + "versionInfo": "v{version} - створено {date}" + }, + "pickLanguage": "Оберіть мову", + "poweredByMapComplete": "Працює на основі MapComplete — тематичні мапи, створені спільнотою на основі даних OpenStreetMap", + "poweredByOsm": "Працює на основі OpenStreetMap", + "questionBox": { + "answeredMultiple": "Ви відповіли на {answered} питань(ня)", + "answeredMultipleSkippedMultiple": "Ви відповіли на {answered} питань(ня) та пропустили {skipped} питань(ня)", + "answeredMultipleSkippedOne": "Ви відповіли на {answered} питань(ня) та пропустили одне питання", + "answeredOne": "Ви відповіли на одне питання", + "answeredOneSkippedMultiple": "Ви відповіли на одне питання та пропустили {skipped} питань(ня)", + "answeredOneSkippedOne": "Ви відповіли на одне питання та пропустили одне питання", + "done": "Питань більше немає! Дякуємо!", + "reactivate": "Активувати пропущені питання", + "skippedMultiple": "Ви пропустили {skipped} питань(ня)", + "skippedOne": "Ви пропустили одне питання" + }, + "questions": { + "emailIs": "Електронна адреса {category}: {email}", + "emailOf": "Яка адреса е-пошти у {category}?", + "phoneNumberIs": "Номер телефону цієї {category} є {phone}", + "phoneNumberOf": "Який номер телефону {category}?", + "websiteIs": "Веб-сайт: {website}", + "websiteOf": "Що являє собою веб-сайт {category}?" + }, + "readYourMessages": "Будь ласка, прочитайте всі ваші OpenStreetMap-повідомлення перед додаванням нового об'єкту.", + "removeLocationHistory": "Видалити історію місцезнаходжень", + "retry": "Повторити", + "returnToTheMap": "Повернутися до карти", + "save": "Зберегти", + "screenToSmall": "Відкрийте {theme} в новому вікні", + "search": { + "activeFilters": "Активні фільтри", + "clearFilters": "Очистити фільтри", + "deleteSearchHistory": "Видалити історію місцезнаходжень", + "deleteThemeHistory": "Видалити раніше відвідані теми", + "editSearchSyncSettings": "Редагування налаштувань синхронізації", + "editThemeSync": "Редагування налаштувань синхронізації", + "error": "Щось пішло не так…", + "instructions": "Використовуйте рядок пошуку вище для пошуку місцезнаходжень, фільтрів або інших тематичних мап", + "locations": "Локації", + "nMoreFilters": "ще {n}", + "nothing": "Нічого не знайдено…", + "nothingFor": "Немає результатів для {term}", + "otherMaps": "Інші карти", + "pickFilter": "Виберіть фільтр", + "recentThemes": "Нещодавно відвідані мапи", + "recents": "Нещодавно відвідані місця", + "search": "Пошук місцезнаходження", + "searchShort": "Шукати…", + "searching": "Пошук…" + }, + "searchAnswer": "Знайдіть варіант…", + "seeIndex": "Дивіться огляд з усіма тематичними мапами", + "share": "Поділитися", + "sharescreen": { + "copiedToClipboard": "Посилання скопійовано в буфер обміну", + "documentation": "Для отримання додаткової інформації про доступні URL-параметри, зверніться до документації", + "embedIntro": "