diff --git a/Docs/BuiltinLayers.md b/Docs/BuiltinLayers.md
index 58d9e5b76..584170069 100644
--- a/Docs/BuiltinLayers.md
+++ b/Docs/BuiltinLayers.md
@@ -834,6 +834,8 @@ The following layers are included in MapComplete:
- [kindergarten_childcare](./Layers/kindergarten_childcare.md)
- [left_right_style](./Layers/left_right_style.md)
- [map](./Layers/map.md)
+ - [maproulette](./Layers/maproulette.md)
+ - [maproulette_challenge](./Layers/maproulette_challenge.md)
- [matchpoint](./Layers/matchpoint.md)
- [maxspeed](./Layers/maxspeed.md)
- [named_streets](./Layers/named_streets.md)
diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md
index b50322b13..f3fc567b9 100644
--- a/Docs/CalculatedTags.md
+++ b/Docs/CalculatedTags.md
@@ -1,6 +1,5 @@
-
Metatags
==========
@@ -286,7 +285,7 @@ Points from other layers are ignored - even if the points are parts of the curre
### closest
- Given either a list of geojson features or a single layer name, gives the single object which is nearest to the feature. In the case of ways/polygons, only the centerpoint is considered. Returns a single geojson feature or undefined if nothing is found (or not yet laoded)
+ Given either a list of geojson features or a single layer name, gives the single object which is nearest to the feature. In the case of ways/polygons, only the centerpoint is considered. Returns a single geojson feature or undefined if nothing is found (or not yet loaded)
0. list of features or a layer name or '*' to get all features
diff --git a/Docs/Layers/bike_repair_station.md b/Docs/Layers/bike_repair_station.md
index de71926de..82c1078d6 100644
--- a/Docs/Layers/bike_repair_station.md
+++ b/Docs/Layers/bike_repair_station.md
@@ -26,7 +26,6 @@ A layer showing bicycle pumps and bicycle repair tool stands
- [cyclofix](https://mapcomplete.osm.be/cyclofix)
- - [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
@@ -249,7 +248,7 @@ Only visible if `service:bicycle:tools=yes` is shown
-### Email maintainer
+### send_email_about_broken_pump
diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md
index a0b2405c4..8b8272b1e 100644
--- a/Docs/Layers/bike_shop.md
+++ b/Docs/Layers/bike_shop.md
@@ -26,7 +26,6 @@ A shop specifically selling bicycles or related items
- [cyclofix](https://mapcomplete.osm.be/cyclofix)
- - [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/entrance.md b/Docs/Layers/entrance.md
index ada376f77..e78500eb4 100644
--- a/Docs/Layers/entrance.md
+++ b/Docs/Layers/entrance.md
@@ -5,7 +5,7 @@
-
+
A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, …)
@@ -17,6 +17,7 @@ A layer showing entrances and offering capabilities to survey some advanced data
- This layer is shown at zoomlevel **14** and higher
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: a preset snaps to this layer (presets[0])
- This layer will automatically load [pedestrian_path](./pedestrian_path.md) into the layout as it depends on it: a preset snaps to this layer (presets[0])
+ - This layer will automatically load [indoors](./indoors.md) into the layout as it depends on it: a preset snaps to this layer (presets[1])
- This layer is needed as dependency for layer [walls_and_buildings](#walls_and_buildings)
@@ -28,7 +29,7 @@ A layer showing entrances and offering capabilities to survey some advanced data
- - [entrances](https://mapcomplete.osm.be/entrances)
+ - [indoors](https://mapcomplete.osm.be/indoors)
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/governments.md b/Docs/Layers/governments.md
index f9ff362bd..d0371d10d 100644
--- a/Docs/Layers/governments.md
+++ b/Docs/Layers/governments.md
@@ -25,7 +25,6 @@ This layer show governmental buildings. It was setup as commissioned layer for t
- - [governments](https://mapcomplete.osm.be/governments)
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/indoors.md b/Docs/Layers/indoors.md
index 2afa8008b..4b5b0b961 100644
--- a/Docs/Layers/indoors.md
+++ b/Docs/Layers/indoors.md
@@ -15,6 +15,7 @@ Basic indoor mapping: shows room outlines
- This layer is shown at zoomlevel **13** and higher
+ - This layer is needed as dependency for layer [entrance](#entrance)
@@ -53,6 +54,17 @@ Elements must have the all of following tags to be shown on this layer:
+Warning:
+
+this quick overview is incomplete
+
+
+
+attribute | type | values which are supported by this layer
+----------- | ------ | ------------------------------------------
+[
](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
+
+
### images
@@ -63,6 +75,20 @@ 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
+
+
+
+
+### ref
+
+
+
+The question is What is the name of this room?
+
+This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
+
+This is rendered with This room is named {name}
+
This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json)
\ No newline at end of file
diff --git a/Docs/Layers/maproulette.md b/Docs/Layers/maproulette.md
new file mode 100644
index 000000000..4a20e0ca8
--- /dev/null
+++ b/Docs/Layers/maproulette.md
@@ -0,0 +1,89 @@
+
+
+ maproulette
+=============
+
+
+
+
+
+Layer showing all tasks in MapRoulette
+
+
+
+
+
+
+ - This layer is shown at zoomlevel **15** and higher
+ -
This layer is loaded from an external source, namely `https://maproulette.org/api/v2/tasks/box/{x_min}/{y_min}/{x_max}/{y_max}`
+
+
+
+
+ Basic tags for this layer
+---------------------------
+
+
+
+Elements must have the all of following tags to be shown on this layer:
+
+
+
+ - id~^..*$
+
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22id%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+
+
+ Supported attributes
+----------------------
+
+
+
+Warning:
+
+this quick overview is incomplete
+
+
+
+attribute | type | values which are supported by this layer
+----------- | ------ | ------------------------------------------
+[
](https://taginfo.openstreetmap.org/keys/status#values) [status](https://wiki.openstreetmap.org/wiki/Key:status) | Multiple choice | [0](https://wiki.openstreetmap.org/wiki/Tag:status%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:status%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:status%3D2) [3](https://wiki.openstreetmap.org/wiki/Tag:status%3D3) [4](https://wiki.openstreetmap.org/wiki/Tag:status%3D4) [5](https://wiki.openstreetmap.org/wiki/Tag:status%3D5) [6](https://wiki.openstreetmap.org/wiki/Tag:status%3D6) [9](https://wiki.openstreetmap.org/wiki/Tag:status%3D9)
+
+
+
+
+### status
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+ - Task is created corresponds with `status=0`
+ - Task is fixed corresponds with `status=1`
+ - Task is a false positive corresponds with `status=2`
+ - Task is skipped corresponds with `status=3`
+ - Task is deleted corresponds with `status=4`
+ - Task is already fixed corresponds with `status=5`
+ - Task is marked as too hard corresponds with `status=6`
+ - Task is disabled corresponds with `status=9`
+
+
+
+
+### blurb
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+Only visible if `blurb~^..*$` is shown
+
+This document is autogenerated from [assets/layers/maproulette/maproulette.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maproulette/maproulette.json)
\ No newline at end of file
diff --git a/Docs/Layers/maproulette_challenge.md b/Docs/Layers/maproulette_challenge.md
new file mode 100644
index 000000000..9f9537449
--- /dev/null
+++ b/Docs/Layers/maproulette_challenge.md
@@ -0,0 +1,112 @@
+
+
+ maproulette_challenge
+=======================
+
+
+
+
+
+Layer showing tasks of a MapRoulette challenge
+
+
+
+
+
+
+ - This layer is shown at zoomlevel **0** and higher
+ - Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
+ -
This layer is loaded from an external source, namely `https://maproulette.org/api/v2/challenge/view/27971`
+
+
+
+
+#### Themes using this layer
+
+
+
+
+
+ - [onwheels](https://mapcomplete.osm.be/onwheels)
+ - [personal](https://mapcomplete.osm.be/personal)
+
+
+
+
+ Basic tags for this layer
+---------------------------
+
+
+
+Elements must have the all of following tags to be shown on this layer:
+
+
+
+ - id~^..*$
+
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22id%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+
+
+ Supported attributes
+----------------------
+
+
+
+Warning:
+
+this quick overview is incomplete
+
+
+
+attribute | type | values which are supported by this layer
+----------- | ------ | ------------------------------------------
+[
](https://taginfo.openstreetmap.org/keys/mr_taskStatus#values) [mr_taskStatus](https://wiki.openstreetmap.org/wiki/Key:mr_taskStatus) | Multiple choice | [Created](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DCreated) [Fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFixed) [False positive](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DFalse positive) [Skipped](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DSkipped) [Deleted](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDeleted) [Already fixed](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DAlready fixed) [Too hard](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DToo hard) [Disabled](https://wiki.openstreetmap.org/wiki/Tag:mr_taskStatus%3DDisabled)
+
+
+
+
+### details
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+### status
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+
+
+ - Task is created corresponds with `mr_taskStatus=Created`
+ - Task is fixed corresponds with `mr_taskStatus=Fixed`
+ - Task is a false positive corresponds with `mr_taskStatus=False positive`
+ - Task is skipped corresponds with `mr_taskStatus=Skipped`
+ - Task is deleted corresponds with `mr_taskStatus=Deleted`
+ - Task is already fixed corresponds with `mr_taskStatus=Already fixed`
+ - Task is marked as too hard corresponds with `mr_taskStatus=Too hard`
+ - Task is disabled corresponds with `mr_taskStatus=Disabled`
+
+
+
+
+### blurb
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+Only visible if `blurb~^..*$` is shown
+
+This document is autogenerated from [assets/layers/maproulette_challenge/maproulette_challenge.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maproulette_challenge/maproulette_challenge.json)
\ No newline at end of file
diff --git a/Docs/Layers/pedestrian_path.md b/Docs/Layers/pedestrian_path.md
index 7f8806817..030dd5755 100644
--- a/Docs/Layers/pedestrian_path.md
+++ b/Docs/Layers/pedestrian_path.md
@@ -27,7 +27,7 @@ Pedestrian footpaths, especially used for indoor navigation and snapping entranc
- - [entrances](https://mapcomplete.osm.be/entrances)
+ - [indoors](https://mapcomplete.osm.be/indoors)
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/picnic_table.md b/Docs/Layers/picnic_table.md
index 9d8db48ba..f8a7a8367 100644
--- a/Docs/Layers/picnic_table.md
+++ b/Docs/Layers/picnic_table.md
@@ -27,7 +27,6 @@ The layer showing picnic tables
- [benches](https://mapcomplete.osm.be/benches)
- [nature](https://mapcomplete.osm.be/nature)
- - [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/school.md b/Docs/Layers/school.md
index 3132fd9c1..44326b4b1 100644
--- a/Docs/Layers/school.md
+++ b/Docs/Layers/school.md
@@ -28,7 +28,6 @@ Schools giving primary and secondary education and post-secondary, non-tertiary
- [education](https://mapcomplete.osm.be/education)
- - [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
diff --git a/Docs/Layers/viewpoint.md b/Docs/Layers/viewpoint.md
index a1d79938a..36bbb68d0 100644
--- a/Docs/Layers/viewpoint.md
+++ b/Docs/Layers/viewpoint.md
@@ -19,18 +19,6 @@ A nice viewpoint or nice view. Ideal to add an image if no other category fits
-#### Themes using this layer
-
-
-
-
-
- - [onwheels](https://mapcomplete.osm.be/onwheels)
- - [personal](https://mapcomplete.osm.be/personal)
-
-
-
-
Basic tags for this layer
---------------------------
diff --git a/Docs/Layers/walls_and_buildings.md b/Docs/Layers/walls_and_buildings.md
index db4cedb86..5f5a8915e 100644
--- a/Docs/Layers/walls_and_buildings.md
+++ b/Docs/Layers/walls_and_buildings.md
@@ -34,7 +34,7 @@ Special builtin layer providing all walls and buildings. This layer is useful in
- [aed](https://mapcomplete.osm.be/aed)
- - [entrances](https://mapcomplete.osm.be/entrances)
+ - [indoors](https://mapcomplete.osm.be/indoors)
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
- [surveillance](https://mapcomplete.osm.be/surveillance)
@@ -63,34 +63,32 @@ Elements must have the all of following tags to be shown on this layer:
-Warning:
-
-this quick overview is incomplete
-
-attribute | type | values which are supported by this layer
------------ | ------ | ------------------------------------------
-[
](https://taginfo.openstreetmap.org/keys/_entrance:width#values) [_entrance:width](https://wiki.openstreetmap.org/wiki/Key:_entrance:width) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:_entrance:width%3D)
-
-
-
-
-### _entrance:width
+### entrance_info
This tagrendering has no question and is thus read-only
-This rendering asks information about the property [_entrance:width](https://wiki.openstreetmap.org/wiki/Key:_entrance:width)
-
-This is rendered with This door has a width of {canonical(_entrance:width)} meters
+ - No entrance has been marked corresponds with `_entrances_count=0`
+ - None of the {_entrance_count} entrances have width information yet corresponds with `_entrances_count_without_width=_entrances_count`
- - This entrance has no width information corresponds with ``
-
+
+
+
+### biggest_width
+
+
+
+This tagrendering has no question and is thus read-only
+
+
+
+Only visible if `_biggest_width_id~^..*$` is shown
This document is autogenerated from [assets/layers/walls_and_buildings/walls_and_buildings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/walls_and_buildings/walls_and_buildings.json)
\ No newline at end of file
diff --git a/Docs/Screenshots/Indoors.png b/Docs/Screenshots/Indoors.png
new file mode 100644
index 000000000..861935faf
Binary files /dev/null and b/Docs/Screenshots/Indoors.png differ
diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md
index e95612122..8570e769a 100644
--- a/Docs/SpecialRenderings.md
+++ b/Docs/SpecialRenderings.md
@@ -15,9 +15,28 @@ General usage is `{func_name()}`, `{func_name(arg, someotherarg)}` or `{func_nam
-Instead of using `{"render": {"en": "{some_special_visualisation(some_arg, some other really long message, more args)} , "nl": "{some_special_visualisation(some_arg, een boodschap in een andere taal, more args)}}` , one can also write
+Instead of using `{"render": {"en": "{some_special_visualisation(some_arg, some other really long message, more args)} , "nl": "{some_special_visualisation(some_arg, een boodschap in een andere taal, more args)}}`, one can also write
-`{"render":{"special":{"type":"some_special_visualisation","argname":"some_arg","message":{"en":"some other really long message","nl":"een boodschap in een andere taal"},"other_arg_name":"more args"}}}`
+`{
+ "render": {
+ "special": {
+ "type": "some_special_visualisation",
+ "before": {
+ "en": "Some text to prefix before the special element (e.g. a title)",
+ "nl": "Een tekst om voor het element te zetten (bv. een titel)"
+ },
+ "after": {
+ "en": "Some text to put after the element, e.g. a footer"
+ },
+ "argname": "some_arg",
+ "message": {
+ "en": "some other really long message",
+ "nl": "een boodschap in een andere taal"
+ },
+ "other_arg_name": "more args"
+ }
+ }
+}`
## Table of contents
@@ -83,8 +102,16 @@ Instead of using `{"render": {"en": "{some_special_visualisation(some_arg, some
* [Example usage of nearby_images](#example-usage-of-nearby_images)
+ [mapillary_link](#mapillary_link)
* [Example usage of mapillary_link](#example-usage-of-mapillary_link)
+ + [maproulette_task](#maproulette_task)
+ * [Example usage of maproulette_task](#example-usage-of-maproulette_task)
+ [statistics](#statistics)
* [Example usage of statistics](#example-usage-of-statistics)
+ + [send_email](#send_email)
+ * [Example usage of send_email](#example-usage-of-send_email)
+ + [multi](#multi)
+ * [Example usage of multi](#example-usage-of-multi)
+ + [steal](#steal)
+ * [Example usage of steal](#example-usage-of-steal)
+ [auto_apply](#auto_apply)
* [Example usage of auto_apply](#example-usage-of-auto_apply)
@@ -698,6 +725,16 @@ zoom | 18 | The startzoom of mapillary
+### maproulette_task
+
+ Show details of a MapRoulette task
+
+#### Example usage of maproulette_task
+
+ `{maproulette_task()}`
+
+
+
### statistics
Show general statistics about the elements currently in view. Intended to use on the `current_view`-layer
@@ -708,6 +745,67 @@ zoom | 18 | The startzoom of mapillary
+### send_email
+
+ Creates a `mailto`-link where some fields are already set and correctly escaped. The user will be promted to send the email
+
+name | default | description
+------ | --------- | -------------
+to | _undefined_ | Who to send the email to?
+subject | _undefined_ | The subject of the email
+body | _undefined_ | The text in the email
+button_text | _undefined_ | The text shown on the button in the UI
+
+
+#### Example usage of send_email
+
+ `{send_email(,,,)}`
+
+
+
+### multi
+
+ Given an embedded tagRendering (read only) and a key, will read the keyname as a JSON-list. Every element of this list will be considered as tags and rendered with the tagRendering
+
+name | default | description
+------ | --------- | -------------
+key | _undefined_ | The property to read and to interpret as a list of properties
+tagrendering | _undefined_ | An entire tagRenderingConfig
+
+
+#### Example usage of multi
+
+ ```json
+{
+ "render": {
+ "special": {
+ "type": "multi",
+ "key": "_doors_from_building_properties",
+ "tagRendering": {
+ "render": "The building containing this feature has a door of width {entrance:width}"
+ }
+ }
+ }
+}```
+
+
+
+### steal
+
+ Shows a tagRendering from a different object as if this was the object itself
+
+name | default | description
+------ | --------- | -------------
+featureId | _undefined_ | The key of the attribute which contains the id of the feature from which to use the tags
+tagRenderingId | _undefined_ | The layer-id and tagRenderingId to render. Can be multiple value if ';'-separated (in which case every value must also contain the layerId, e.g. `layerId.tagRendering0; layerId.tagRendering1`). Note: this can cause layer injection
+
+
+#### Example usage of steal
+
+ `{steal(,)}`
+
+
+
### auto_apply
A button to run many actions for many features at once. To effectively use this button, you'll need some ingredients:
diff --git a/Docs/TagInfo/mapcomplete_indoors.json b/Docs/TagInfo/mapcomplete_indoors.json
index cb82c0a4a..56bf124cc 100644
--- a/Docs/TagInfo/mapcomplete_indoors.json
+++ b/Docs/TagInfo/mapcomplete_indoors.json
@@ -5,7 +5,7 @@
"description": "On this map, publicly accessible indoor places are shown",
"project_url": "https://mapcomplete.osm.be/indoors",
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
- "icon_url": "https://mapcomplete.osm.be/assets/themes/onwheels/crest.svg",
+ "icon_url": "https://mapcomplete.osm.be/assets/layers/entrance/entrance.svg",
"contact_name": "Pieter Vander Vennet, MapComplete",
"contact_email": "pietervdvn@posteo.net"
},
@@ -50,6 +50,261 @@
{
"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"
+ },
+ {
+ "key": "name",
+ "description": "Layer 'indoors' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Indoors')"
+ },
+ {
+ "key": "highway",
+ "description": "The MapComplete theme Indoors has a layer Pedestrian paths showing features with this tag",
+ "value": "footway"
+ },
+ {
+ "key": "highway",
+ "description": "The MapComplete theme Indoors has a layer Pedestrian paths showing features with this tag",
+ "value": "path"
+ },
+ {
+ "key": "highway",
+ "description": "The MapComplete theme Indoors has a layer Pedestrian paths showing features with this tag",
+ "value": "corridor"
+ },
+ {
+ "key": "highway",
+ "description": "The MapComplete theme Indoors has a layer Pedestrian paths showing features with this tag",
+ "value": "steps"
+ },
+ {
+ "key": "entrance",
+ "description": "The MapComplete theme Indoors has a layer Entrance showing features with this tag"
+ },
+ {
+ "key": "indoor",
+ "description": "The MapComplete theme Indoors has a layer Entrance showing features with this tag",
+ "value": "door"
+ },
+ {
+ "key": "door",
+ "description": "The MapComplete theme Indoors has a layer Entrance showing features with this tag"
+ },
+ {
+ "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"
+ },
+ {
+ "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"
+ },
+ {
+ "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"
+ },
+ {
+ "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"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Entrance' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Indoors')"
+ },
+ {
+ "key": "location",
+ "description": "Layer 'Entrance' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "underground"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Entrance' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "0"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Entrance' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key level.",
+ "value": ""
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Entrance' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "1"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Entrance' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "-1"
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=yes with a fixed text, namely 'No specific entrance type is known' (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "yes"
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows indoor=door with a fixed text, namely 'This is an indoor door, separating a room or a corridor within a single building' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key entrance.",
+ "value": ""
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows indoor=door with a fixed text, namely 'This is an indoor door, separating a room or a corridor within a single building' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "door"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=main with a fixed text, namely 'This is the main entrance' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=main with a fixed text, namely 'This is the main entrance' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "main"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=secondary with a fixed text, namely 'This is a secondary entrance' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=secondary with a fixed text, namely 'This is a secondary entrance' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "secondary"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=service with a fixed text, namely 'This is a service entrance - normally only used for employees, delivery, …' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=service with a fixed text, namely 'This is a service entrance - normally only used for employees, delivery, …' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "service"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=exit with a fixed text, namely 'This is an exit where one can not enter' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=exit with a fixed text, namely 'This is an exit where one can not enter' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "exit"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=entrance with a fixed text, namely 'This is an entrance where one can only enter (but not exit)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=entrance with a fixed text, namely 'This is an entrance where one can only enter (but not exit)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "entrance"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=emergency with a fixed text, namely 'This is emergency exit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=emergency with a fixed text, namely 'This is emergency exit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "emergency"
+ },
+ {
+ "key": "indoor",
+ "description": "Layer 'Entrance' shows entrance=home with a fixed text, namely 'This is the entrance to a private home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors') Picking this answer will delete the key indoor.",
+ "value": ""
+ },
+ {
+ "key": "entrance",
+ "description": "Layer 'Entrance' shows entrance=home with a fixed text, namely 'This is the entrance to a private home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "home"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=yes with a fixed text, namely 'The door type is not known' (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "yes"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=hinged with a fixed text, namely 'A classical, hinged door supported by joints' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "hinged"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=revolving with a fixed text, namely 'A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "revolving"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=sliding with a fixed text, namely 'A sliding door where the door slides sidewards, typically parallel with a wall' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "sliding"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=overhead with a fixed text, namely 'A door which rolls from overhead, typically seen for garages' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "overhead"
+ },
+ {
+ "key": "door",
+ "description": "Layer 'Entrance' shows door=no with a fixed text, namely 'This is an entrance without a physical door' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "no"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=yes with a fixed text, namely 'This is an automatic door' (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "yes"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=no with a fixed text, namely 'This door is not automated' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "no"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=motion with a fixed text, namely 'This door will open automatically when motion is detected' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "motion"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=floor with a fixed text, namely 'This door will open automatically when a sensor in the floor is triggered' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "floor"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=button with a fixed text, namely 'This door will open automatically when a button is pressed' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "button"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=slowdown_button with a fixed text, namely 'This door revolves automatically all the time, but has a button to slow it down, e.g. for wheelchair users' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "slowdown_button"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=continuous with a fixed text, namely 'This door revolves automatically all the time' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "continuous"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=serviced_on_button_press with a fixed text, namely 'This door will be opened by staff when requested by pressing a button' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "serviced_on_button_press"
+ },
+ {
+ "key": "automatic_door",
+ "description": "Layer 'Entrance' shows automatic_door=serviced_on_request with a fixed text, namely 'This door will be opened by staff when requested' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "serviced_on_request"
+ },
+ {
+ "key": "width",
+ "description": "Layer 'Entrance' shows and asks freeform values for key 'width' (in the MapComplete.osm.be theme 'Indoors')"
+ },
+ {
+ "key": "kerb:height",
+ "description": "Layer 'Entrance' shows and asks freeform values for key 'kerb:height' (in the MapComplete.osm.be theme 'Indoors')"
+ },
+ {
+ "key": "kerb:height",
+ "description": "Layer 'Entrance' shows kerb:height=0 with a fixed text, namely 'This door does not have a kerb' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Indoors')",
+ "value": "0"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json
index 5a68cc9d1..41a504ace 100644
--- a/Docs/TagInfo/mapcomplete_onwheels.json
+++ b/Docs/TagInfo/mapcomplete_onwheels.json
@@ -10,493 +10,6 @@
"contact_email": "pietervdvn@posteo.net"
},
"tags": [
- {
- "key": "amenity",
- "description": "The MapComplete theme OnWheels has a layer Bicycle pump and repair showing features with this tag",
- "value": "bicycle_repair_station"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "operational"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bicycle pump and repair' shows opening_hours=24/7 with a fixed text, namely 'Always open' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "24/7"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "value": "yes"
- },
- {
- "key": "access",
- "description": "Layer 'Bicycle pump and repair' shows access=public with a fixed text, namely 'Publicly accessible' (in the MapComplete.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "no"
- },
- {
- "key": "operator",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'operator' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "email",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "no"
- },
- {
- "key": "valves",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'valves' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "broken"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "location",
- "description": "Layer 'Bicycle pump and repair' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "0"
- },
- {
- "key": "level",
- "description": "Layer 'Bicycle pump and repair' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'OnWheels') Picking this answer will delete the key level.",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "-1"
- },
- {
- "key": "shop",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": "bicycle_rental"
- },
- {
- "key": "network",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": ""
- },
- {
- "key": "shop",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": "sports"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": "bicycle"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": "cycling"
- },
- {
- "key": "sport",
- "description": "The MapComplete theme OnWheels has a layer Bike repair/shop showing features with this tag",
- "value": ""
- },
- {
- "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": "shop",
- "description": "Layer 'Bike repair/shop' shows shop=rental with a fixed text, namely 'This business focuses on rental' (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rental"
- },
- {
- "key": "name",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "website",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Bike repair/shop' shows contact:website~^..*$ with a fixed text, namely '{contact:website}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "phone",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Bike repair/shop' shows contact:phone~^..*$ with a fixed text, namely '{contact:phone}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "email",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Bike repair/shop' shows contact:email~^..*$ with a fixed text, namely '{contact:email}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "opening_hours",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "access",
- "description": "Layer 'Bike repair/shop' shows values with key 'access' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "service:bicycle:retail",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "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 bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "no"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "no"
- },
- {
- "key": "rental",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "bike_helmet"
- },
- {
- "key": "capacity:city_bike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:ebike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:kid_bike",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:bmx",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:mtb",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:bicycle_pannier",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity:tandem_bicycle",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "value": "only"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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 repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "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 repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "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 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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')",
- "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.osm.be theme 'OnWheels')"
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no&service:bicycle:cleaning:charge= with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "no&service:bicycle:cleaning:charge="
- },
- {
- "key": "service:bicycle:cleaning:fee",
- "description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'Free to use' (in the MapComplete.osm.be theme 'OnWheels')",
- "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 'The cleaning service has a fee, but the amount is not known' (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yes&service:bicycle:cleaning:charge="
- },
- {
- "key": "description",
- "description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'OnWheels')"
- },
{
"key": "amenity",
"description": "The MapComplete theme OnWheels has a layer Cafés and pubs showing features with this tag",
@@ -1498,2641 +1011,6 @@
"key": "capacity",
"description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the MapComplete.osm.be theme 'OnWheels')"
},
- {
- "key": "leisure",
- "description": "The MapComplete theme OnWheels has a layer Picnic tables showing features with this tag",
- "value": "picnic_table"
- },
- {
- "key": "image",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "mapillary",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikidata",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "wikipedia",
- "description": "The layer 'Picnic tables allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
- },
- {
- "key": "level",
- "description": "Layer 'Picnic tables' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "location",
- "description": "Layer 'Picnic tables' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "underground"
- },
- {
- "key": "level",
- "description": "Layer 'Picnic tables' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "0"
- },
- {
- "key": "level",
- "description": "Layer 'Picnic tables' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'OnWheels') Picking this answer will delete the key level.",
- "value": ""
- },
- {
- "key": "level",
- "description": "Layer 'Picnic tables' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "1"
- },
- {
- "key": "level",
- "description": "Layer 'Picnic tables' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "-1"
- },
- {
- "key": "material",
- "description": "Layer 'Picnic tables' shows and asks freeform values for key 'material' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "material",
- "description": "Layer 'Picnic tables' shows material=wood with a fixed text, namely 'This is a wooden picnic table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wood"
- },
- {
- "key": "material",
- "description": "Layer 'Picnic tables' shows material=concrete with a fixed text, namely 'This is a concrete picnic table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "concrete"
- },
- {
- "key": "material",
- "description": "Layer 'Picnic tables' shows material=plastic with a fixed text, namely 'This picnic table is made from (recycled) plastic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "plastic"
- },
- {
- "key": "amenity",
- "description": "The MapComplete theme OnWheels has a layer Primary and secondary schools showing features with this tag",
- "value": "school"
- },
- {
- "key": "name",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "capacity",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'capacity' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "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.osm.be theme 'OnWheels')",
- "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.
Pupils typically enroll from 6 years old till 12 years old
' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "primary"
- },
- {
- "key": "school",
- "description": "Layer 'Primary and secondary schools' shows school=secondary with a fixed text, namely 'This is a secondary school which offers all grades' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "secondary"
- },
- {
- "key": "school",
- "description": "Layer 'Primary and secondary schools' shows school=lower_secondary with a fixed text, namely 'This is a secondary school which does not have all grades, but offers first and second grade' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lower_secondary"
- },
- {
- "key": "school",
- "description": "Layer 'Primary and secondary schools' shows school=middle_secondary with a fixed text, namely 'This is a secondary school which does not have all grades, but offers third and fourth grade' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "middle_secondary"
- },
- {
- "key": "school",
- "description": "Layer 'Primary and secondary schools' shows school=upper_secondary with a fixed text, namely 'This is a secondary school which does not have all grades, but offers fifth and sixth grade' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "upper_secondary"
- },
- {
- "key": "school",
- "description": "Layer 'Primary and secondary schools' shows school=post_secondary with a fixed text, namely 'This school offers post-secondary education (e.g. a seventh or eight specialisation year)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "post_secondary"
- },
- {
- "key": "school:gender",
- "description": "Layer 'Primary and secondary schools' shows school:gender=mixed with a fixed text, namely 'Both boys and girls can enroll here and have classes together' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mixed"
- },
- {
- "key": "school:gender",
- "description": "Layer 'Primary and secondary schools' shows school:gender=separated with a fixed text, namely 'Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "separated"
- },
- {
- "key": "school:gender",
- "description": "Layer 'Primary and secondary schools' shows school:gender=male with a fixed text, namely 'This is a boys only-school' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "male"
- },
- {
- "key": "school:gender",
- "description": "Layer 'Primary and secondary schools' shows school:gender=female with a fixed text, namely 'This is a girls-only school' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "female"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'school:for' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows with a fixed text, namely 'This is a school where students study skills at their age-adequate level. There are little or no special facilities to cater for students with special needs or facilities are ad-hoc
' (in the MapComplete.osm.be theme 'OnWheels') Picking this answer will delete the key school:for.",
- "value": ""
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=mainstream with a fixed text, namely 'This is a school for students without special needsThis includes students who can follow the courses with small, ad hoc measurements
' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mainstream"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=adults with a fixed text, namely 'This is a school where adults are taught skills on the level as specified.' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "adults"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=autism with a fixed text, namely 'This is a school for students with autism' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "autism"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=learning_disabilities with a fixed text, namely 'This is a school for students with learning disabilities' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "learning_disabilities"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=blind with a fixed text, namely 'This is a school for blind students or students with sight impairments' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "blind"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=deaf with a fixed text, namely 'This is a school for deaf students or students with hearing impairments' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "deaf"
- },
- {
- "key": "school:for",
- "description": "Layer 'Primary and secondary schools' shows school:for=disabilities with a fixed text, namely 'This is a school for students with disabilities' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "disabilities"
- },
- {
- "key": "school:for",
- "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.osm.be theme 'OnWheels')",
- "value": "special_needs"
- },
- {
- "key": "website",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:website",
- "description": "Layer 'Primary and secondary schools' shows contact:website~^..*$ with a fixed text, namely '{contact:website}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "phone",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:phone",
- "description": "Layer 'Primary and secondary schools' shows contact:phone~^..*$ with a fixed text, namely '{contact:phone}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "email",
- "description": "Layer 'Primary and secondary schools' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "contact:email",
- "description": "Layer 'Primary and secondary schools' shows contact:email~^..*$ with a fixed text, namely '{contact:email}' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows with a fixed text, namely 'The main language of this school is unknown' (in the MapComplete.osm.be theme 'OnWheels') Picking this answer will delete the key school:language.",
- "value": ""
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ay with a fixed text, namely 'Aymara' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ay"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ab with a fixed text, namely 'Abkhaz' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ab"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=an with a fixed text, namely 'Aragonese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "an"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=de with a fixed text, namely 'German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "de"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ca with a fixed text, namely 'Catalan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ca"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=az with a fixed text, namely 'Azerbaijani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "az"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hr with a fixed text, namely 'Croatian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=eo with a fixed text, namely 'Esperanto' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "eo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ba with a fixed text, namely 'Bashkir' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ba"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ar with a fixed text, namely 'Arabic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ar"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=he with a fixed text, namely 'Hebrew' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "he"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gl with a fixed text, namely 'Galician' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=el with a fixed text, namely 'Modern Greek' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "el"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cs with a fixed text, namely 'Czech' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=da with a fixed text, namely 'Danish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "da"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=af with a fixed text, namely 'Afrikaans' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "af"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ga with a fixed text, namely 'Irish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ga"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hi with a fixed text, namely 'Hindi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bg with a fixed text, namely 'Bulgarian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=be with a fixed text, namely 'Belarusian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "be"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gu with a fixed text, namely 'Gujarati' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cy with a fixed text, namely 'Welsh' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fr with a fixed text, namely 'French' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hsb with a fixed text, namely 'Upper Sorbian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hsb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fy with a fixed text, namely 'West Frisian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ak with a fixed text, namely 'Akan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ak"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=am with a fixed text, namely 'Amharic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "am"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=es with a fixed text, namely 'Spanish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "es"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bs with a fixed text, namely 'Bosnian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=diq with a fixed text, namely 'Zazaki' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "diq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dz with a fixed text, namely 'Dzongkha' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=co with a fixed text, namely 'Corsican' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "co"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cr with a fixed text, namely 'Cree' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=csb with a fixed text, namely 'Kashubian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "csb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gv with a fixed text, namely 'Manx' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cv with a fixed text, namely 'Chuvash' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bn with a fixed text, namely 'Bengali' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gd with a fixed text, namely 'Scottish Gaelic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=av with a fixed text, namely 'Avaric' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "av"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=awa with a fixed text, namely 'Awadhi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "awa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=br with a fixed text, namely 'Breton' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "br"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ee with a fixed text, namely 'Ewe' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ee"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dag with a fixed text, namely 'Dagbani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dag"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dv with a fixed text, namely 'Maldivian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fi with a fixed text, namely 'Finnish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=en with a fixed text, namely 'English' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "en"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ady with a fixed text, namely 'Adyghe' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ady"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=as with a fixed text, namely 'Assamese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "as"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gn with a fixed text, namely 'Guarani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hif with a fixed text, namely 'Fiji Hindi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hif"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ast with a fixed text, namely 'Asturian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ast"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dsb with a fixed text, namely 'Lower Sorbian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dsb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=haw with a fixed text, namely 'Hawaiian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "haw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=glk with a fixed text, namely 'Gilaki' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "glk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gag with a fixed text, namely 'Gagauz' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gag"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gan with a fixed text, namely 'Gan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gan"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ase with a fixed text, namely 'American Sign Language' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ase"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cal with a fixed text, namely 'Carolinian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cal"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gil with a fixed text, namely 'Gilbertese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gil"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=arz with a fixed text, namely 'Egyptian Arabic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "arz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ban with a fixed text, namely 'Balinese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ban"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hak with a fixed text, namely 'Hakka' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hak"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=din with a fixed text, namely 'Dinka' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "din"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=egl with a fixed text, namely 'Emilian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "egl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dty with a fixed text, namely 'Doteli' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dty"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fa with a fixed text, namely 'Persian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cnr with a fixed text, namely 'Montenegrin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cnr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bxr with a fixed text, namely 'Russia Buriat' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bxr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ckb with a fixed text, namely 'Sorani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ckb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=eu with a fixed text, namely 'Basque' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "eu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=et with a fixed text, namely 'Estonian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "et"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bar with a fixed text, namely 'Bavarian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bar"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fo with a fixed text, namely 'Faroese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=frr with a fixed text, namely 'North Frisian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "frr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ch with a fixed text, namely 'Chamorro' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ch"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=chy with a fixed text, namely 'Cheyenne' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "chy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ce with a fixed text, namely 'Chechen' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ce"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=no with a fixed text, namely 'Norwegian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "no"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bjn with a fixed text, namely 'Banjar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bjn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ceb with a fixed text, namely 'Cebuano' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ceb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ha with a fixed text, namely 'Hausa' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ha"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=frp with a fixed text, namely 'Franco-Provençal' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "frp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=chr with a fixed text, namely 'Cherokee' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "chr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gcr with a fixed text, namely 'Guianan Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gcr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gor with a fixed text, namely 'Gorontalo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gor"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ext with a fixed text, namely 'Extremaduran' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ext"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fj with a fixed text, namely 'Fijian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fur with a fixed text, namely 'Friulian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fur"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bss with a fixed text, namely 'Kose' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bss"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=prg with a fixed text, namely 'Old Prussian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "prg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ses with a fixed text, namely 'Koyraboro Senni' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ses"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pko with a fixed text, namely 'Pökoot' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pko"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ccp with a fixed text, namely 'Chakma' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ccp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dua with a fixed text, namely 'Duala' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dua"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tr with a fixed text, namely 'Turkish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ur with a fixed text, namely 'Urdu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ur"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bm with a fixed text, namely 'Bambara' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ff with a fixed text, namely 'Fula' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ff"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ru with a fixed text, namely 'Russian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ru"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sid with a fixed text, namely 'Sidamo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sid"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=niu with a fixed text, namely 'Niuean' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "niu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=oj with a fixed text, namely 'Ojibwe' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "oj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vot with a fixed text, namely 'Votic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vot"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bfi with a fixed text, namely 'British Sign Language' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bfi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bla with a fixed text, namely 'Blackfoot' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bla"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bbc with a fixed text, namely 'Toba Batak' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bbc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ctg with a fixed text, namely 'Chittagonian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ctg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=brh with a fixed text, namely 'Brahui' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "brh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bug with a fixed text, namely 'Bugis' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bug"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pa with a fixed text, namely 'Punjabi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pnb with a fixed text, namely 'Punjabi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pnb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=brx with a fixed text, namely 'Bodo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "brx"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sjd with a fixed text, namely 'Kildin Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sjd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bo with a fixed text, namely 'Tibetan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bi with a fixed text, namely 'Bislama' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cdo with a fixed text, namely 'Min Dong' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cdo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sw with a fixed text, namely 'Swahili' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gom with a fixed text, namely 'Goan Konkani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gom"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mfe with a fixed text, namely 'Mauritian Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mfe"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zh with a fixed text, namely 'Chinese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sdc with a fixed text, namely 'Sassarese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sdc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pdt with a fixed text, namely 'Plautdietsch' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pdt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sty with a fixed text, namely 'Siberian Tatar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sty"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rmc with a fixed text, namely 'Carpathian Romani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rmc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nys with a fixed text, namely 'Noongar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nys"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gsw-fr with a fixed text, namely 'Alsatian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gsw-fr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zun with a fixed text, namely 'Zuni' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zun"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sms with a fixed text, namely 'Skolt Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sms"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pis with a fixed text, namely 'Pijin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pis"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nr with a fixed text, namely 'Southern Ndebele' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=umu with a fixed text, namely 'Munsee' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "umu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gaa with a fixed text, namely 'Ga' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gaa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fon with a fixed text, namely 'Fon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fon"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=loz with a fixed text, namely 'Lozi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "loz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=crs with a fixed text, namely 'Seychellois Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "crs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tru with a fixed text, namely 'Turoyo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tru"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=agq with a fixed text, namely 'Aghem' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "agq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ary with a fixed text, namely 'Moroccan Arabic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ary"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=atj with a fixed text, namely 'Atikamekw' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "atj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=alt with a fixed text, namely 'Altai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "alt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ta with a fixed text, namely 'Tamil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ta"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ps with a fixed text, namely 'Pashto' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ps"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nqo with a fixed text, namely 'N'Ko' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nqo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ro with a fixed text, namely 'Romanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ro"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cbk-zam with a fixed text, namely 'Chavacano' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cbk-zam"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ovd with a fixed text, namely 'Elfdalian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ovd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vmf with a fixed text, namely 'Main-Franconian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vmf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bto with a fixed text, namely 'Rinconada Bikol' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bto"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bcc with a fixed text, namely 'Southern Balochi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bcc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=crl with a fixed text, namely 'Northern East Cree' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "crl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lrc with a fixed text, namely 'Northern Luri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lrc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=akl with a fixed text, namely 'Aklan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "akl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bpy with a fixed text, namely 'Bishnupriya Manipuri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bpy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mic with a fixed text, namely 'Mi'kmaq' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mic"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sk with a fixed text, namely 'Slovak' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sl with a fixed text, namely 'Slovene' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ryu with a fixed text, namely 'Okinawan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ryu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yai with a fixed text, namely 'Yaghnobi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yai"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=efi with a fixed text, namely 'Efik' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "efi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=te with a fixed text, namely 'Telugu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "te"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yi with a fixed text, namely 'Yiddish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tg with a fixed text, namely 'Tajik' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bat-smg with a fixed text, namely 'Samogitian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bat-smg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nod with a fixed text, namely 'Northern Thai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nod"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lag with a fixed text, namely 'Rangi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lag"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=krj with a fixed text, namely 'Kinaray-a' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "krj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yap with a fixed text, namely 'Yapese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yap"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ydg with a fixed text, namely 'Yidgha' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ydg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vi with a fixed text, namely 'Vietnamese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=it with a fixed text, namely 'Italian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "it"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bzg with a fixed text, namely 'Babuza' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bzg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pyu with a fixed text, namely 'Puyuma' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pyu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=guc with a fixed text, namely 'Wayuu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "guc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ood with a fixed text, namely 'O'odham' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ood"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bdr with a fixed text, namely 'West Coast Bajau' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bdr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=btm with a fixed text, namely 'Mandailing' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "btm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gcf with a fixed text, namely 'Guadeloupean Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gcf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=srq with a fixed text, namely 'Sirionó' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "srq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ins with a fixed text, namely 'Indian Sign Language' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ins"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rki with a fixed text, namely 'Arakanese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rki"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wls with a fixed text, namely 'Wallisian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wls"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sje with a fixed text, namely 'Pite Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sje"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=smj with a fixed text, namely 'Lule Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "smj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kum with a fixed text, namely 'Kumyk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kum"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nui with a fixed text, namely 'Kombe' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nui"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zh-min-nan with a fixed text, namely 'Southern Min' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zh-min-nan"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pl with a fixed text, namely 'Polish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cpx with a fixed text, namely 'Pu-Xian Min' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cpx"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=khg with a fixed text, namely 'Khams Tibetan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "khg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fkv with a fixed text, namely 'Kven' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fkv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fuf with a fixed text, namely 'Pular' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fuf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=jax with a fixed text, namely 'Jambi Malay' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "jax"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dtp with a fixed text, namely 'Kadazandusun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dtp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zgh with a fixed text, namely 'Standard Moroccan Berber' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zgh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bgn with a fixed text, namely 'Western Balochi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bgn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yav with a fixed text, namely 'Yangben' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yav"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sv with a fixed text, namely 'Swedish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=azb with a fixed text, namely 'South Azerbaijani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "azb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=xnb with a fixed text, namely 'Kanakanavu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "xnb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fa-af with a fixed text, namely 'Dari' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fa-af"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=qu with a fixed text, namely 'Quechua' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "qu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sei with a fixed text, namely 'Seri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sei"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sq with a fixed text, namely 'Albanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=uk with a fixed text, namely 'Ukrainian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "uk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=uz with a fixed text, namely 'Uzbek' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "uz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ka with a fixed text, namely 'Georgian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ka"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pt with a fixed text, namely 'Portuguese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hy with a fixed text, namely 'Armenian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nl with a fixed text, namely 'Dutch' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rm with a fixed text, namely 'Romansh' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=aln with a fixed text, namely 'Gheg Albanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "aln"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mr with a fixed text, namely 'Marathi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mg with a fixed text, namely 'Malagasy' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sh with a fixed text, namely 'Serbo-Croatian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zu with a fixed text, namely 'Zulu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=is with a fixed text, namely 'Icelandic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "is"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lb with a fixed text, namely 'Luxembourgish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tk with a fixed text, namely 'Turkmen' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=th with a fixed text, namely 'Thai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "th"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ja with a fixed text, namely 'Japanese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ja"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lv with a fixed text, namely 'Latvian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rmy with a fixed text, namely 'Romani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rmy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=km with a fixed text, namely 'Khmer' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "km"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lo with a fixed text, namely 'Lao' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=so with a fixed text, namely 'Somali' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "so"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sma with a fixed text, namely 'Southern Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sma"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=moe with a fixed text, namely 'Innu-aimun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "moe"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sr with a fixed text, namely 'Serbian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lt with a fixed text, namely 'Lithuanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hu with a fixed text, namely 'Hungarian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=my with a fixed text, namely 'Burmese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "my"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ms with a fixed text, namely 'Malay' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ms"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=xh with a fixed text, namely 'Xhosa' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "xh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=udm with a fixed text, namely 'Udmurt' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "udm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rue with a fixed text, namely 'Rusyn' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rue"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=stq with a fixed text, namely 'Saterland Frisian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "stq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ky with a fixed text, namely 'Kyrgyz' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ky"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mt with a fixed text, namely 'Maltese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mk with a fixed text, namely 'Macedonian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=za with a fixed text, namely 'Zhuang' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "za"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ug with a fixed text, namely 'Uyghur' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ug"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ko with a fixed text, namely 'Korean' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ko"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=si with a fixed text, namely 'Sinhala' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "si"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kk with a fixed text, namely 'Kazakh' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=na with a fixed text, namely 'Nauruan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "na"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nv with a fixed text, namely 'Navajo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fit with a fixed text, namely 'Meänkieli' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fit"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=xmf with a fixed text, namely 'Mingrelian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "xmf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=aa with a fixed text, namely 'Afar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "aa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=anp with a fixed text, namely 'Angika' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "anp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rup with a fixed text, namely 'Aromanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rup"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vec with a fixed text, namely 'Venetian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vec"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vep with a fixed text, namely 'Veps' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vep"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bh with a fixed text, namely 'Bhojpuri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=shy with a fixed text, namely 'Shawiya' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "shy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hz with a fixed text, namely 'Herero' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mnw with a fixed text, namely 'Mon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mnw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mzn with a fixed text, namely 'Mazanderani' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mzn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=oc with a fixed text, namely 'Occitan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "oc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=id with a fixed text, namely 'Indonesian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "id"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ve with a fixed text, namely 'Venda' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ve"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=min with a fixed text, namely 'Minangkabau' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "min"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mwl with a fixed text, namely 'Mirandese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mwl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pdc with a fixed text, namely 'Pennsylvania German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pdc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pfl with a fixed text, namely 'Palatinate German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pfl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nn with a fixed text, namely 'Nynorsk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nb with a fixed text, namely 'Bokmål' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kw with a fixed text, namely 'Cornish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sco with a fixed text, namely 'Scots' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sco"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mdf with a fixed text, namely 'Moksha' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mdf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sd with a fixed text, namely 'Sindhi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tt with a fixed text, namely 'Tatar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=szl with a fixed text, namely 'Silesian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "szl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kaa with a fixed text, namely 'Karakalpak' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kaa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=jv with a fixed text, namely 'Javanese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "jv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tl with a fixed text, namely 'Tagalog' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=to with a fixed text, namely 'Tongan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "to"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=myv with a fixed text, namely 'Erzya' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "myv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lez with a fixed text, namely 'Lezgian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lez"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cho with a fixed text, namely 'Choctaw' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cho"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kl with a fixed text, namely 'Greenlandic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pms with a fixed text, namely 'Piedmontese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pms"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=crh with a fixed text, namely 'Crimean Tatar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "crh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=smn with a fixed text, namely 'Inari Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "smn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ksh with a fixed text, namely 'Ripuarian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ksh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ny with a fixed text, namely 'Chewa' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ny"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mn with a fixed text, namely 'Mongolian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ks with a fixed text, namely 'Kashmiri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ks"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ig with a fixed text, namely 'Igbo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ig"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rw with a fixed text, namely 'Kinyarwanda' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nds with a fixed text, namely 'Low German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nds"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ng with a fixed text, namely 'Ndonga' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ng"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=skr with a fixed text, namely 'Saraiki' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "skr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=se with a fixed text, namely 'Northern Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "se"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ik with a fixed text, namely 'Inupiaq' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ik"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kjh with a fixed text, namely 'Khakas' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kjh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ne with a fixed text, namely 'Nepali' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ne"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nap with a fixed text, namely 'Neapolitan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nap"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lg with a fixed text, namely 'Luganda' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ht with a fixed text, namely 'Haitian Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ht"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=os with a fixed text, namely 'Ossetian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "os"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=new with a fixed text, namely 'Newar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "new"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=su with a fixed text, namely 'Sundanese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "su"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=iu with a fixed text, namely 'Inuktitut' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "iu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ki with a fixed text, namely 'Gikuyu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ki"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kn with a fixed text, namely 'Kannada' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=inh with a fixed text, namely 'Ingush' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "inh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pcd with a fixed text, namely 'Picard' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pcd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sc with a fixed text, namely 'Sardinian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=srn with a fixed text, namely 'Sranan Tongo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "srn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rn with a fixed text, namely 'Kirundi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ho with a fixed text, namely 'Hiri Motu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ho"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sg with a fixed text, namely 'Sango' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pap with a fixed text, namely 'Papiamento' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pap"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kbd with a fixed text, namely 'Kabardian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kbd"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=or with a fixed text, namely 'Odia' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "or"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=arn with a fixed text, namely 'Mapudungun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "arn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=om with a fixed text, namely 'Oromo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "om"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sat with a fixed text, namely 'Santali' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sat"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ii with a fixed text, namely 'Nuosu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ii"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kbp with a fixed text, namely 'Kabiye' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kbp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kab with a fixed text, namely 'Kabyle' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kab"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kg with a fixed text, namely 'Kongo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=krc with a fixed text, namely 'Karachay-Balkar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "krc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tum with a fixed text, namely 'Tumbuka' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tum"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tsg with a fixed text, namely 'Tausug' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tsg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=shi with a fixed text, namely 'Shilha' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "shi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sn with a fixed text, namely 'Shona' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tpi with a fixed text, namely 'Tok Pisin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tpi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rif with a fixed text, namely 'Tarifit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rif"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tyv with a fixed text, namely 'Tuvan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tyv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ti with a fixed text, namely 'Tigrinya' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ti"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tet with a fixed text, namely 'Tetum' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tet"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=scn with a fixed text, namely 'Sicilian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "scn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lmo with a fixed text, namely 'Lombard' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lmo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ilo with a fixed text, namely 'Ilocano' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ilo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sm with a fixed text, namely 'Samoan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ss with a fixed text, namely 'Swazi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ss"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mni with a fixed text, namely 'Meitei' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mni"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kv with a fixed text, namely 'Komi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ku with a fixed text, namely 'Kurdish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ku"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lad with a fixed text, namely 'Judaeo-Spanish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lad"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ts with a fixed text, namely 'Tsonga' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ts"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=st with a fixed text, namely 'Sesotho' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "st"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lij with a fixed text, namely 'Ligurian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lij"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mai with a fixed text, namely 'Maithili' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mai"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tvl with a fixed text, namely 'Tuvaluan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tvl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tn with a fixed text, namely 'Tswana' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wa with a fixed text, namely 'Walloon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nan with a fixed text, namely 'Southern Min' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nan"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pih with a fixed text, namely 'Pitkern' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pih"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lld with a fixed text, namely 'Ladin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lld"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ty with a fixed text, namely 'Tahitian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ty"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wo with a fixed text, namely 'Wolof' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=war with a fixed text, namely 'Waray' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "war"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lbe with a fixed text, namely 'Lak' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lbe"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ltg with a fixed text, namely 'Latgalian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ltg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mad with a fixed text, namely 'Madurese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mad"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mh with a fixed text, namely 'Marshallese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mo with a fixed text, namely 'Moldovan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yrk with a fixed text, namely 'Nenets' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yrk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=chn with a fixed text, namely 'Chinook Jargon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "chn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kr with a fixed text, namely 'Kanuri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tw with a fixed text, namely 'Twi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=shn with a fixed text, namely 'Shan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "shn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=vls with a fixed text, namely 'West Flemish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "vls"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pag with a fixed text, namely 'Pangasinan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pag"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nso with a fixed text, namely 'Northern Sotho' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nso"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ln with a fixed text, namely 'Lingala' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ln"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zea with a fixed text, namely 'Zeelandic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zea"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tay with a fixed text, namely 'Atayal' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tay"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wuu with a fixed text, namely 'Wu Chinese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wuu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sah with a fixed text, namely 'Sakha' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sah"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=jam with a fixed text, namely 'Jamaican Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "jam"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lkt with a fixed text, namely 'Lakota' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lkt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=krl with a fixed text, namely 'Karelian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "krl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tcy with a fixed text, namely 'Tulu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tcy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sju with a fixed text, namely 'Ume Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sju"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sou with a fixed text, namely 'Southern Thai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sou"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=adx with a fixed text, namely 'Amdo Tibetan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "adx"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sli with a fixed text, namely 'Silesian German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sli"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=als with a fixed text, namely 'Swiss German' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "als"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kha with a fixed text, namely 'Khasi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kha"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mnc with a fixed text, namely 'Manchu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mnc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yo with a fixed text, namely 'Yoruba' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ml with a fixed text, namely 'Malayalam' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ml"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hai with a fixed text, namely 'Haida' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hai"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kut with a fixed text, namely 'Kutenai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kut"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hoc with a fixed text, namely 'Ho' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hoc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gsg with a fixed text, namely 'German Sign Language' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gsg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=li with a fixed text, namely 'Limburgish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "li"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hyw with a fixed text, namely 'Western Armenian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hyw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=esu with a fixed text, namely 'Central Alaskan Yup'ik' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "esu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=abq with a fixed text, namely 'Abaza' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "abq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tli with a fixed text, namely 'Tlingit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tli"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=trv with a fixed text, namely 'Seediq' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "trv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=szy with a fixed text, namely 'Sakizaya' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "szy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lus with a fixed text, namely 'Mizo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lus"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=olo with a fixed text, namely 'Livvi-Karelian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "olo"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pnt with a fixed text, namely 'Pontic Greek' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pnt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=koi with a fixed text, namely 'Permyak' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "koi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nog with a fixed text, namely 'Nogai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nog"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wbl with a fixed text, namely 'Wakhi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wbl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tly with a fixed text, namely 'Talysh' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tly"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mhr with a fixed text, namely 'Meadow Mari' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mhr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ruq with a fixed text, namely 'Megleno-Romanian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ruq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mwv with a fixed text, namely 'Mentawai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mwv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=koy with a fixed text, namely 'Koyukon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "koy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=clc with a fixed text, namely 'Chilcotin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "clc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fiu-vro with a fixed text, namely 'Võro' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fiu-vro"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=frc with a fixed text, namely 'Louisiana French' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "frc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=guw with a fixed text, namely 'Gun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "guw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cnh with a fixed text, namely 'Hakha-Chin' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cnh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sjm with a fixed text, namely 'Mapun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sjm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bzs with a fixed text, namely 'Brazilian Sign Language' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bzs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kcg with a fixed text, namely 'Tyap' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kcg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mi with a fixed text, namely 'Māori' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=aeb with a fixed text, namely 'Tunisian Arabic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "aeb"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nrf-gg with a fixed text, namely 'Guernésiais' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nrf-gg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lki with a fixed text, namely 'Laki' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lki"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bej with a fixed text, namely 'Beja' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bej"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ckt with a fixed text, namely 'Chukchi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ckt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mus with a fixed text, namely 'Muscogee' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mus"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pwn with a fixed text, namely 'Paiwan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pwn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kj with a fixed text, namely 'Kwanyama' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rgn with a fixed text, namely 'Romagnol' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rgn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=abs with a fixed text, namely 'Ambonese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "abs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sxr with a fixed text, namely 'Saaroa' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sxr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ckv with a fixed text, namely 'Kavalan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ckv"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tsu with a fixed text, namely 'Tsou' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tsu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=xsy with a fixed text, namely 'Saisiyat' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "xsy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lvk with a fixed text, namely 'Lavukaleve' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lvk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zh-yue with a fixed text, namely 'Yue Chinese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zh-yue"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tvn with a fixed text, namely 'Tavoyan' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tvn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pmy with a fixed text, namely 'Papuan Malay' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pmy"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kbg with a fixed text, namely 'Khamba' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kbg"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rwr with a fixed text, namely 'Marwari' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rwr"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ttm with a fixed text, namely 'Northern Tutchone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ttm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mrj with a fixed text, namely 'Hill Mari' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mrj"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nia with a fixed text, namely 'Nias' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nia"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=yrl with a fixed text, namely 'Nheengatu' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "yrl"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cak with a fixed text, namely 'Kaqchikel' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cak"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ami with a fixed text, namely 'Amis' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ami"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=krx with a fixed text, namely 'Karon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "krx"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hil with a fixed text, namely 'Hiligaynon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hil"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=uun with a fixed text, namely 'Pazeh' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "uun"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sjt with a fixed text, namely 'Ter Sami' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sjt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wal with a fixed text, namely 'Wolaytta' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wal"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=wym with a fixed text, namely 'Vilamovian' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "wym"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=arq with a fixed text, namely 'Algerian Arabic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "arq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bsk with a fixed text, namely 'Burushaski' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bsk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bqi with a fixed text, namely 'Bakhtiari' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bqi"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=hrx with a fixed text, namely 'Hunsrik' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "hrx"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ssf with a fixed text, namely 'Thao' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ssf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=mrh with a fixed text, namely 'Mara' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "mrh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=aoc with a fixed text, namely 'Pemon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "aoc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tsk with a fixed text, namely 'Tseku' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tsk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=luz with a fixed text, namely 'Southern Luri' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "luz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tce with a fixed text, namely 'Southern Tutchone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tce"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=quc with a fixed text, namely 'K’iche’' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "quc"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bnn with a fixed text, namely 'Bunun' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bnn"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=lzz with a fixed text, namely 'Laz' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "lzz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=sdh with a fixed text, namely 'Southern Kurdish' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "sdh"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=nsk with a fixed text, namely 'Naskapi' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "nsk"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=akz with a fixed text, namely 'Alabama' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "akz"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kri with a fixed text, namely 'Krio' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kri"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kea with a fixed text, namely 'Cape Verdean Creole' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kea"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=dru with a fixed text, namely 'Rukai' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "dru"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=tzm with a fixed text, namely 'Central Atlas Tamazight' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "tzm"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=bfq with a fixed text, namely 'Badaga' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "bfq"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=khw with a fixed text, namely 'Khowar' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "khw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=uzs with a fixed text, namely 'Southern Uzbek' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "uzs"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rmf with a fixed text, namely 'Finnish Kalo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rmf"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=osa with a fixed text, namely 'Osage' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "osa"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=cps with a fixed text, namely 'Capiznon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "cps"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pjt with a fixed text, namely 'Pitjantjatjara' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pjt"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kjp with a fixed text, namely 'Eastern Pwo' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kjp"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=gpe with a fixed text, namely 'Ghanaian Pidgin English' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "gpe"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=kiu with a fixed text, namely 'Kirmanjki' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "kiu"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=rar with a fixed text, namely 'Cook Islands Maori' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "rar"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=ksw with a fixed text, namely 'S'gaw Karen' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "ksw"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=zh_Hant with a fixed text, namely 'Simplified Chinese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "zh_Hant"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=pt_BR with a fixed text, namely 'Brazilian Portuguese' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "pt_BR"
- },
- {
- "key": "school:language",
- "description": "Layer 'Primary and secondary schools' shows school:language=fil with a fixed text, namely 'Filipino' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')",
- "value": "fil"
- },
{
"key": "shop",
"description": "The MapComplete theme OnWheels has a layer Shop showing features with this tag"
@@ -5262,31 +2140,6 @@
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'OnWheels')"
},
- {
- "key": "tourism",
- "description": "The MapComplete theme OnWheels has a layer Viewpoint showing features with this tag",
- "value": "viewpoint"
- },
- {
- "key": "image",
- "description": "The layer 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'OnWheels')"
- },
{
"key": "amenity",
"description": "The MapComplete theme OnWheels has a layer pharmacy showing features with this tag",
@@ -5748,47 +2601,6 @@
{
"key": "name",
"description": "Layer 'governments' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'OnWheels')"
- },
- {
- "key": "indoor",
- "description": "The MapComplete theme OnWheels has a layer indoors showing features with this tag",
- "value": "room"
- },
- {
- "key": "indoor",
- "description": "The MapComplete theme OnWheels has a layer indoors showing features with this tag",
- "value": "area"
- },
- {
- "key": "indoor",
- "description": "The MapComplete theme OnWheels has a layer indoors showing features with this tag",
- "value": "wall"
- },
- {
- "key": "indoor",
- "description": "The MapComplete theme OnWheels has a layer indoors showing features with this tag",
- "value": "door"
- },
- {
- "key": "indoor",
- "description": "The MapComplete theme OnWheels has a layer indoors showing features with this tag",
- "value": "level"
- },
- {
- "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"
- },
- {
- "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"
- },
- {
- "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"
- },
- {
- "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"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_personal.json b/Docs/TagInfo/mapcomplete_personal.json
index 44b37c6e3..3c0bfce2e 100644
--- a/Docs/TagInfo/mapcomplete_personal.json
+++ b/Docs/TagInfo/mapcomplete_personal.json
@@ -6099,6 +6099,10 @@
"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"
},
+ {
+ "key": "name",
+ "description": "Layer 'indoors' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Personal theme')"
+ },
{
"key": "information",
"description": "The MapComplete theme Personal theme has a layer Information boards showing features with this tag",
@@ -12261,31 +12265,6 @@
"key": "name",
"description": "Layer 'veterinary' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Personal theme')"
},
- {
- "key": "tourism",
- "description": "The MapComplete theme Personal theme has a layer Viewpoint showing features with this tag",
- "value": "viewpoint"
- },
- {
- "key": "image",
- "description": "The layer 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint allows to upload images and adds them under the 'image'-tag (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 'Viewpoint' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'Personal theme')"
- },
{
"key": "amenity",
"description": "The MapComplete theme Personal theme has a layer Waste Basket showing features with this tag",
diff --git a/Models/ThemeConfig/Json/LayerConfigJson.ts b/Models/ThemeConfig/Json/LayerConfigJson.ts
index f7d4fafff..e464ff305 100644
--- a/Models/ThemeConfig/Json/LayerConfigJson.ts
+++ b/Models/ThemeConfig/Json/LayerConfigJson.ts
@@ -288,8 +288,9 @@ export interface LayerConfigJson {
tagRenderings?:
(string
| { builtin: string | string[], override: Partial }
+ | { id: string, builtin: string[], override: Partial }
| QuestionableTagRenderingConfigJson
- | RewritableConfigJson<(string | { builtin: string, override: Partial } | QuestionableTagRenderingConfigJson)[]>
+ | (RewritableConfigJson<(string | { builtin: string, override: Partial } | QuestionableTagRenderingConfigJson)[]> & {id: string})
) [],
diff --git a/assets/contributors.json b/assets/contributors.json
index 512d18a20..8d20e368d 100644
--- a/assets/contributors.json
+++ b/assets/contributors.json
@@ -1,11 +1,11 @@
{
"contributors": [
{
- "commits": 4276,
+ "commits": 4316,
"contributor": "Pieter Vander Vennet"
},
{
- "commits": 127,
+ "commits": 160,
"contributor": "Robin van der Linde"
},
{
diff --git a/assets/layers/bicycle_rental/bicycle_rental.json b/assets/layers/bicycle_rental/bicycle_rental.json
index b6326f05c..9ee81286f 100644
--- a/assets/layers/bicycle_rental/bicycle_rental.json
+++ b/assets/layers/bicycle_rental/bicycle_rental.json
@@ -291,6 +291,7 @@
]
},
{
+ "id": "rental_types",
"rewrite": {
"sourceString": [
"bicycle_type",
diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json
index 4a8fe4b58..b47d96fb9 100644
--- a/assets/layers/charging_station/charging_station.json
+++ b/assets/layers/charging_station/charging_station.json
@@ -76,7 +76,8 @@
"nl": "Oplaadpunten",
"da": "En ladestation",
"de": "Eine Ladestation",
- "es": "Una estación de carga"
+ "es": "Una estación de carga",
+ "fr": "Une station de recharge"
},
"tagRenderings": [
"images",
@@ -4441,7 +4442,8 @@
"nl": "Enkel werkende oplaadpunten",
"da": "Kun fungerende ladestationer",
"de": "Nur Ladestationen in Betrieb",
- "es": "Solo estaciones de carga funcionales"
+ "es": "Solo estaciones de carga funcionales",
+ "fr": "Stations de recharge en service uniquement"
},
"osmTags": {
"and": [
@@ -4461,14 +4463,16 @@
"nl": "Alle types",
"ca": "Tots els connectors",
"de": "Alle Anschlüsse",
- "es": "Todos los conectores"
+ "es": "Todos los conectores",
+ "fr": "Tous types de prise"
}
},
{
"question": {
"en": "Has a Schuko wall plug without ground pin (CEE7/4 type F) 
connector",
"nl": "Heeft een Schuko stekker zonder aardingspin (CEE7/4 type F) 
",
- "de": "Verfügt über einen Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
"
+ "de": "Verfügt über einen Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
",
+ "fr": "Dispose d’une prise murale Schuko sans terre (CEE7/4 type F) 
"
},
"osmTags": "socket:schuko~*"
},
diff --git a/assets/layers/climbing_area/climbing_area.json b/assets/layers/climbing_area/climbing_area.json
index ffa386cbb..200cbd670 100644
--- a/assets/layers/climbing_area/climbing_area.json
+++ b/assets/layers/climbing_area/climbing_area.json
@@ -258,6 +258,7 @@
"id": "Rock type (crag/rock/cliff only)"
},
{
+ "id": "default_climbing_questions",
"builtin": [
"climbing.website",
"climbing.fee",
diff --git a/assets/layers/climbing_gym/climbing_gym.json b/assets/layers/climbing_gym/climbing_gym.json
index 74976727f..949311298 100644
--- a/assets/layers/climbing_gym/climbing_gym.json
+++ b/assets/layers/climbing_gym/climbing_gym.json
@@ -74,12 +74,11 @@
"phone",
"email",
{
- "builtin": [
- "climbing.fee"
- ]
+ "builtin": "climbing.fee"
},
"opening_hours",
{
+ "id": "climbing_gym_questions",
"builtin": [
"climbing.average_length",
"climbing.min_difficulty",
diff --git a/assets/layers/entrance/entrance.json b/assets/layers/entrance/entrance.json
index 428d461d0..3feea6258 100644
--- a/assets/layers/entrance/entrance.json
+++ b/assets/layers/entrance/entrance.json
@@ -450,7 +450,8 @@
},
{
"title": {
- "en": "an indoor door"
+ "en": "an indoor door",
+ "de": "eine Innentür"
},
"preciseInput": {
"preferredBackground": "map",
diff --git a/assets/layers/hackerspace/hackerspace.json b/assets/layers/hackerspace/hackerspace.json
index 5ff688966..921e43f4c 100644
--- a/assets/layers/hackerspace/hackerspace.json
+++ b/assets/layers/hackerspace/hackerspace.json
@@ -150,6 +150,7 @@
"id": "hackerspaces-opening_hours"
},
{
+ "id": "available_devices",
"rewrite": {
"sourceString": [
"device-key",
diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json
index 38b1cdd9b..6a21c11d7 100644
--- a/assets/layers/indoors/indoors.json
+++ b/assets/layers/indoors/indoors.json
@@ -60,10 +60,12 @@
{
"id": "ref",
"question": {
- "en": "What is the name of this room?"
+ "en": "What is the name of this room?",
+ "de": "Wie lautet der Name dieses Raums?"
},
"render": {
- "en": "This room is named {name}"
+ "en": "This room is named {name}",
+ "de": "Der Name des Raums lautet {name}"
},
"freeform": {
"key": "name"
diff --git a/assets/layers/maproulette/maproulette.json b/assets/layers/maproulette/maproulette.json
index bcac88c47..fb059165c 100644
--- a/assets/layers/maproulette/maproulette.json
+++ b/assets/layers/maproulette/maproulette.json
@@ -59,49 +59,57 @@
{
"if": "status=0",
"then": {
- "en": "Task is created"
+ "en": "Task is created",
+ "de": "Aufgabe wurde erstellt"
}
},
{
"if": "status=1",
"then": {
- "en": "Task is fixed"
+ "en": "Task is fixed",
+ "de": "Aufgabe wurde erledigt"
}
},
{
"if": "status=2",
"then": {
- "en": "Task is a false positive"
+ "en": "Task is a false positive",
+ "de": "Aufgabe ist ein falsches Positiv"
}
},
{
"if": "status=3",
"then": {
- "en": "Task is skipped"
+ "en": "Task is skipped",
+ "de": "Aufgabe wurde übersprungen"
}
},
{
"if": "status=4",
"then": {
- "en": "Task is deleted"
+ "en": "Task is deleted",
+ "de": "Aufgabe wurde gelöscht"
}
},
{
"if": "status=5",
"then": {
- "en": "Task is already fixed"
+ "en": "Task is already fixed",
+ "de": "Aufgabe wurde bereits erledigt"
}
},
{
"if": "status=6",
"then": {
- "en": "Task is marked as too hard"
+ "en": "Task is marked as too hard",
+ "de": "Aufgabe wurde als zu schwer markiert"
}
},
{
"if": "status=9",
"then": {
- "en": "Task is disabled"
+ "en": "Task is disabled",
+ "de": "Aufgabe wurde deaktiviert"
}
}
]
@@ -113,15 +121,18 @@
}
],
"description": {
- "en": "Layer showing all tasks in MapRoulette"
+ "en": "Layer showing all tasks in MapRoulette",
+ "de": "Ebene, die alle MapRoulette-Aufgaben zeigt"
},
"minzoom": 15,
"name": {
- "en": "MapRoulette Tasks"
+ "en": "MapRoulette Tasks",
+ "de": "MapRoulette-Aufgaben"
},
"title": {
"render": {
- "en": "MapRoulette Item: {parentName}"
+ "en": "MapRoulette Item: {parentName}",
+ "de": "MapRoulette-Element: {parentName}"
}
},
"titleIcons": [
@@ -136,54 +147,63 @@
"options": [
{
"question": {
- "en": "Show tasks with all statuses"
+ "en": "Show tasks with all statuses",
+ "de": "Aufgaben mit allen Status anzeigen"
}
},
{
"question": {
- "en": "Show tasks that are created"
+ "en": "Show tasks that are created",
+ "de": "Aufgaben anzeigen, die erstellt wurden"
},
"osmTags": "status=0"
},
{
"question": {
- "en": "Show tasks that are fixed"
+ "en": "Show tasks that are fixed",
+ "de": "Aufgaben anzeigen, die erledigt wurden"
},
"osmTags": "status=1"
},
{
"question": {
- "en": "Show tasks that are false positives"
+ "en": "Show tasks that are false positives",
+ "de": "Aufgaben anzeigen, die falsch positiv sind"
},
"osmTags": "status=2"
},
{
"question": {
- "en": "Show tasks that are skipped"
+ "en": "Show tasks that are skipped",
+ "de": "Aufgaben anzeigen, die übersprungen wurden"
},
"osmTags": "status=3"
},
{
"question": {
- "en": "Show tasks that are deleted"
+ "en": "Show tasks that are deleted",
+ "de": "Aufgaben anzeigen, die gelöscht wurden"
},
"osmTags": "status=4"
},
{
"question": {
- "en": "Show tasks that are already fixed"
+ "en": "Show tasks that are already fixed",
+ "de": "Aufgaben anzeigen, die bereits erledigt wurden"
},
"osmTags": "status=5"
},
{
"question": {
- "en": "Show tasks that are marked as too hard"
+ "en": "Show tasks that are marked as too hard",
+ "de": "Aufgaben anzeigen, die als zu schwierig markiert wurden"
},
"osmTags": "status=6"
},
{
"question": {
- "en": "Show tasks that are disabled"
+ "en": "Show tasks that are disabled",
+ "de": "Aufgaben anzeigen, die deaktiviert wurden"
},
"osmTags": "status=9"
}
@@ -200,7 +220,8 @@
}
],
"question": {
- "en": "Challenge name contains {search}"
+ "en": "Challenge name contains {search}",
+ "de": "Name der Kampagne enthält {search}"
}
}
]
@@ -216,7 +237,8 @@
}
],
"question": {
- "en": "Challenge ID matches {search}"
+ "en": "Challenge ID matches {search}",
+ "de": "Kampagnen ID stimmt mit {search} überein"
}
}
]
diff --git a/assets/layers/maproulette_challenge/maproulette_challenge.json b/assets/layers/maproulette_challenge/maproulette_challenge.json
index 5e1385e74..fd37fc66f 100644
--- a/assets/layers/maproulette_challenge/maproulette_challenge.json
+++ b/assets/layers/maproulette_challenge/maproulette_challenge.json
@@ -2,7 +2,8 @@
"id": "maproulette_challenge",
"name": null,
"description": {
- "en": "Layer showing tasks of a MapRoulette challenge"
+ "en": "Layer showing tasks of a MapRoulette challenge",
+ "de": "Ebene mit Aufgaben einer MapRoulette-Kampagne"
},
"source": {
"osmTags": "id~*",
@@ -11,7 +12,8 @@
},
"title": {
"render": {
- "en": "Item in MapRoulette"
+ "en": "Item in MapRoulette",
+ "de": "Aufgabe in MapRoulette"
}
},
"titleIcons": [
@@ -78,49 +80,57 @@
{
"if": "mr_taskStatus=Created",
"then": {
- "en": "Task is created"
+ "en": "Task is created",
+ "de": "Aufgabe wurde erstellt"
}
},
{
"if": "mr_taskStatus=Fixed",
"then": {
- "en": "Task is fixed"
+ "en": "Task is fixed",
+ "de": "Aufgabe wurde erledigt"
}
},
{
"if": "mr_taskStatus=False positive",
"then": {
- "en": "Task is a false positive"
+ "en": "Task is a false positive",
+ "de": "Aufgabe ist ein falsches Positiv"
}
},
{
"if": "mr_taskStatus=Skipped",
"then": {
- "en": "Task is skipped"
+ "en": "Task is skipped",
+ "de": "Aufgabe wurde übersprungen"
}
},
{
"if": "mr_taskStatus=Deleted",
"then": {
- "en": "Task is deleted"
+ "en": "Task is deleted",
+ "de": "Aufgabe wurde gelöscht"
}
},
{
"if": "mr_taskStatus=Already fixed",
"then": {
- "en": "Task is already fixed"
+ "en": "Task is already fixed",
+ "de": "Aufgabe wurde bereits erledigt"
}
},
{
"if": "mr_taskStatus=Too hard",
"then": {
- "en": "Task is marked as too hard"
+ "en": "Task is marked as too hard",
+ "de": "Aufgabe wurde als zu schwer markiert"
}
},
{
"if": "mr_taskStatus=Disabled",
"then": {
- "en": "Task is disabled"
+ "en": "Task is disabled",
+ "de": "Aufgabe wurde deaktiviert"
}
}
]
@@ -137,54 +147,63 @@
"options": [
{
"question": {
- "en": "Show tasks with all statuses"
+ "en": "Show tasks with all statuses",
+ "de": "Aufgaben mit allen Status anzeigen"
}
},
{
"question": {
- "en": "Show tasks that are created"
+ "en": "Show tasks that are created",
+ "de": "Aufgaben anzeigen, die erstellt wurden"
},
"osmTags": "mr_taskStatus=Created"
},
{
"question": {
- "en": "Show tasks that are fixed"
+ "en": "Show tasks that are fixed",
+ "de": "Aufgaben anzeigen, die erledigt wurden"
},
"osmTags": "mr_taskStatus=Fixed"
},
{
"question": {
- "en": "Show tasks that are false positives"
+ "en": "Show tasks that are false positives",
+ "de": "Aufgaben anzeigen, die falsch positiv sind"
},
"osmTags": "mr_taskStatus=False positive"
},
{
"question": {
- "en": "Show tasks that are skipped"
+ "en": "Show tasks that are skipped",
+ "de": "Aufgaben anzeigen, die übersprungen wurden"
},
"osmTags": "mr_taskStatus=Skipped"
},
{
"question": {
- "en": "Show tasks that are deleted"
+ "en": "Show tasks that are deleted",
+ "de": "Aufgaben anzeigen, die gelöscht wurden"
},
"osmTags": "mr_taskStatus=Deleted"
},
{
"question": {
- "en": "Show tasks that are already fixed"
+ "en": "Show tasks that are already fixed",
+ "de": "Aufgaben anzeigen, die bereits erledigt wurden"
},
"osmTags": "mr_taskStatus=Already fixed"
},
{
"question": {
- "en": "Show tasks that are marked as too hard"
+ "en": "Show tasks that are marked as too hard",
+ "de": "Aufgaben anzeigen, die als zu schwierig markiert wurden"
},
"osmTags": "mr_taskStatus=Too hard"
},
{
"question": {
- "en": "Show tasks that are disabled"
+ "en": "Show tasks that are disabled",
+ "de": "Aufgaben anzeigen, die deaktiviert wurden"
},
"osmTags": "mr_taskStatus=Disabled"
}
diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json
index 3efd27f40..2e52f7833 100644
--- a/assets/layers/parking/parking.json
+++ b/assets/layers/parking/parking.json
@@ -213,7 +213,7 @@
"title": {
"nl": "een parking voor auto's",
"en": "a car parking",
- "de": "ein Parkplatz",
+ "de": "einen Parkplatz",
"es": "un aparcamiento de coches",
"fr": "un lieu de stationnement pour voitures"
}
diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json
index 8629eed98..ad4dcac7a 100644
--- a/assets/layers/recycling/recycling.json
+++ b/assets/layers/recycling/recycling.json
@@ -950,6 +950,7 @@
}
},
{
+ "id": "contact_information",
"builtin": [
"website",
"email",
diff --git a/assets/layers/shelter/shelter.json b/assets/layers/shelter/shelter.json
index 7a8d3e5ab..57b2246a6 100644
--- a/assets/layers/shelter/shelter.json
+++ b/assets/layers/shelter/shelter.json
@@ -2,7 +2,7 @@
"id": "shelter",
"name": {
"en": "Shelter",
- "de": "Unterstand"
+ "de": "Unterstände"
},
"description": {
"en": "Layer showing shelter structures",
diff --git a/assets/layers/tertiary_education/tertiary_education.json b/assets/layers/tertiary_education/tertiary_education.json
index 86ee85a59..f8e9715de 100644
--- a/assets/layers/tertiary_education/tertiary_education.json
+++ b/assets/layers/tertiary_education/tertiary_education.json
@@ -134,6 +134,7 @@
"condition": "amenity=university"
},
{
+ "id": "school-questions",
"builtin": [
"school.capacity",
"school.gender"
diff --git a/assets/layers/walls_and_buildings/walls_and_buildings.json b/assets/layers/walls_and_buildings/walls_and_buildings.json
index 6d9d357f1..91306ced0 100644
--- a/assets/layers/walls_and_buildings/walls_and_buildings.json
+++ b/assets/layers/walls_and_buildings/walls_and_buildings.json
@@ -94,16 +94,19 @@
"id": "entrance_info",
"render": {
"before": {
- "en": "Entrances
This building has {_entrances_count} entrances:"
+ "en": "Entrances
This building has {_entrances_count} entrances:",
+ "de": "Eingänge
Das Gebäude hat {_entrances_count} Eingänge:"
},
"after": {
- "en": "{_entrances_count_without_width_count} entrances don't have width information yet"
+ "en": "{_entrances_count_without_width_count} entrances don't have width information yet",
+ "de": "{_entrances_count_without_width_count} Eingänge haben keine Angaben zur Breite"
},
"special": {
"type": "multi",
"key": "_entrance_properties_with_width",
"tagrendering": {
- "en": "An entrance of {canonical(width)}"
+ "en": "An entrance of {canonical(width)}",
+ "de": "Ein Eingang von {canonical(width)}"
}
}
},
@@ -111,13 +114,15 @@
{
"if": "_entrances_count=0",
"then": {
- "en": "No entrance has been marked"
+ "en": "No entrance has been marked",
+ "de": "Es wurde kein Eingang markiert"
}
},
{
"if": "_entrances_count_without_width:=_entrances_count",
"then": {
- "en": "None of the {_entrance_count} entrances have width information yet"
+ "en": "None of the {_entrance_count} entrances have width information yet",
+ "de": "Keiner der {_entrance_count} Eingänge hat bisher Angaben zur Breite"
}
}
]
diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json
index 23ede022f..c122f83e5 100644
--- a/assets/tagRenderings/questions.json
+++ b/assets/tagRenderings/questions.json
@@ -871,11 +871,13 @@
"override": {
"question": {
"en": "What levels does this elevator go to?",
- "de": "Auf welchen Geschossen hält dieser Aufzug?"
+ "de": "Auf welchen Geschossen hält dieser Aufzug?",
+ "fr": "Quels étages sont desservis par cet ascenceur ?"
},
"render": {
"en": "This elevator goes to floors {level}",
- "de": "Der Aufzug hält auf den Geschossen {level}"
+ "de": "Der Aufzug hält auf den Geschossen {level}",
+ "fr": "Cet ascenceur permet d’accéder aux étages {level}"
},
"freeform": {
"key": "level",
@@ -1117,14 +1119,16 @@
"description": "An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.",
"question": {
"en": "Does this place have an audio induction loop for people with reduced hearing?",
- "de": "Hat dieser Ort eine induktive Höranlage für Hörgeschädigte?"
+ "de": "Hat dieser Ort eine induktive Höranlage für Hörgeschädigte?",
+ "fr": "Ce lieu dispose-t’il d’une boucle auditive pour les personnes malentendantes ?"
},
"mappings": [
{
"if": "hearing_loop=yes",
"then": {
"en": "This place has an audio induction loop",
- "de": "Dieser Ort hat eine induktive Höranlage"
+ "de": "Dieser Ort hat eine induktive Höranlage",
+ "fr": "Ce lieu dispose d’une boucle auditive"
},
"icon": {
"path": "./assets/tagRenderings/audio_induction_loop.svg",
@@ -1135,7 +1139,8 @@
"if": "hearing_loop=no",
"then": {
"en": "This place does not have an audio induction loop",
- "de": "Dieser Ort hat keine induktive Höranlage"
+ "de": "Dieser Ort hat keine induktive Höranlage",
+ "fr": "Ce lieu ne dispose pas de boucle auditive"
},
"icon": {
"path": "./assets/tagRenderings/audio_induction_loop_missing.svg",
diff --git a/assets/themes/healthcare/healthcare.json b/assets/themes/healthcare/healthcare.json
index 36fad8d50..8ea8b45f1 100644
--- a/assets/themes/healthcare/healthcare.json
+++ b/assets/themes/healthcare/healthcare.json
@@ -3,12 +3,14 @@
"title": {
"en": "Healthcare",
"ca": "Assistència sanitària",
- "de": "Gesundheitswesen"
+ "de": "Gesundheitswesen",
+ "fr": "Services de santé"
},
"description": {
"en": "On this map, various healthcare related items are shown",
"ca": "En aquest mapa es mostren diversos elements relacionats amb la salut",
- "de": "Auf dieser Karte werden verschiedene Gesundheitseinrichtungen angezeigt"
+ "de": "Auf dieser Karte werden verschiedene Gesundheitseinrichtungen angezeigt",
+ "fr": "Cette carte affiche différents éléments liés à la santé"
},
"maintainer": "MapComplete",
"icon": "./assets/layers/doctors/doctors.svg",
diff --git a/assets/themes/indoors/indoors.json b/assets/themes/indoors/indoors.json
index 55c07e56c..ba3b93137 100644
--- a/assets/themes/indoors/indoors.json
+++ b/assets/themes/indoors/indoors.json
@@ -2,11 +2,13 @@
"id": "indoors",
"title": {
"en": "Indoors",
- "de": "Innenräume"
+ "de": "Innenräume",
+ "fr": "Intérieurs"
},
"description": {
"en": "On this map, publicly accessible indoor places are shown",
- "de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
+ "de": "Diese Karte zeigt öffentlich zugängliche Innenräume",
+ "fr": "Cette carte présente les lieux intérieurs accessibles au public"
},
"maintainer": "MapComplete",
"icon": "./assets/layers/entrance/entrance.svg",
diff --git a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
index 1052e41f3..ca90e505c 100644
--- a/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
+++ b/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json
@@ -5,12 +5,14 @@
"title": {
"en": "Kerbs and crossings",
"nl": "Stoepranden en oversteekplaatsen",
- "de": "Bordsteine und Überwege"
+ "de": "Bordsteine und Überwege",
+ "fr": "Ressauts et traversées"
},
"description": {
"en": "A map showing kerbs and crossings.",
"nl": "Een kaart met stoepranden en oversteekplaatsen.",
- "de": "Eine Karte mit Bordsteinen und Überwegen."
+ "de": "Eine Karte mit Bordsteinen und Überwegen.",
+ "fr": "Une carte affichant les ressauts et traversées."
},
"icon": "./assets/layers/kerbs/KerbIcon.svg",
"startZoom": 19,
diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
index 102c5b3e2..41ef55fb2 100644
--- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json
+++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
@@ -1,13 +1,19 @@
{
"id": "mapcomplete-changes",
"title": {
- "en": "Changes made with MapComplete"
+ "en": "Changes made with MapComplete",
+ "de": "Mit MapComplete vorgenommene Änderungen",
+ "fr": "Changements faits avec MapComplete"
},
"shortDescription": {
- "en": "Shows changes made by MapComplete"
+ "en": "Shows changes made by MapComplete",
+ "de": "Zeigt die mit MapComplete vorgenommenen Änderungen",
+ "fr": "Montrer les changements faits avec MapComplete"
},
"description": {
- "en": "This maps shows all the changes made with MapComplete"
+ "en": "This maps shows all the changes made with MapComplete",
+ "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
+ "fr": "Cette carte affiche toutes les modifications réalisées avec MapComplete"
},
"maintainer": "",
"icon": "./assets/svg/logo.svg",
@@ -22,7 +28,9 @@
{
"id": "mapcomplete-changes",
"name": {
- "en": "Changeset centers"
+ "en": "Changeset centers",
+ "de": "Zentrum der Änderungssätze",
+ "fr": "Centre du groupe de modifications"
},
"minzoom": 0,
"source": {
@@ -36,35 +44,47 @@
],
"title": {
"render": {
- "en": "Changeset for {theme}"
+ "en": "Changeset for {theme}",
+ "de": "Änderungssatz für {theme}",
+ "fr": "Groupe de modifications pour {theme}"
}
},
"description": {
- "en": "Shows all MapComplete changes"
+ "en": "Shows all MapComplete changes",
+ "de": "Zeigt alle MapComplete Änderungen",
+ "fr": "Afficher toutes les modifications MapComplete"
},
"tagRenderings": [
{
"id": "render_id",
"render": {
- "en": "Changeset {id}"
+ "en": "Changeset {id}",
+ "de": "Änderungssatz {id}",
+ "fr": "Groupe de modifications {id}"
}
},
{
"id": "contributor",
"render": {
- "en": "Change made by {_last_edit:contributor}"
+ "en": "Change made by {_last_edit:contributor}",
+ "de": "Geändert von {_last_edit:contributor}",
+ "fr": "Modification faite par {_last_edit:contributor}"
}
},
{
"id": "theme",
"render": {
- "en": "Change with theme {theme}"
+ "en": "Change with theme {theme}",
+ "de": "Änderung mit Thema {theme}",
+ "fr": "Modification avec le thème {theme}"
},
"mappings": [
{
"if": "theme~http.*",
"then": {
- "en": "Change with unofficial theme {theme}"
+ "en": "Change with unofficial theme {theme}",
+ "de": "Änderung mit inoffiziellem Thema {theme}",
+ "fr": "Modification avec le thème non-officiel {theme}"
}
}
]
@@ -368,7 +388,9 @@
}
],
"question": {
- "en": "Themename contains {search}"
+ "en": "Themename contains {search}",
+ "de": "Themenname enthält {search}",
+ "fr": "Nom de thème contenant {search}"
}
}
]
@@ -384,7 +406,9 @@
}
],
"question": {
- "en": "Made by contributor {search}"
+ "en": "Made by contributor {search}",
+ "de": "Erstellt von {search}",
+ "fr": "Réalisé par {search}"
}
}
]
@@ -400,7 +424,9 @@
}
],
"question": {
- "en": "Not made by contributor {search}"
+ "en": "Not made by contributor {search}",
+ "de": "Nicht erstellt von {search}",
+ "fr": "Non réalisé par {search}"
}
}
]
@@ -415,7 +441,9 @@
{
"id": "link_to_more",
"render": {
- "en": "More statistics can be found here"
+ "en": "More statistics can be found here",
+ "de": "Weitere Statistiken finden Sie hier",
+ "fr": "D’autres statistiques sont disponibles ici"
}
},
{
diff --git a/assets/themes/maproulette/maproulette.json b/assets/themes/maproulette/maproulette.json
index 9c0ca8f7d..340733634 100644
--- a/assets/themes/maproulette/maproulette.json
+++ b/assets/themes/maproulette/maproulette.json
@@ -1,10 +1,14 @@
{
"id": "maproulette",
"title": {
- "en": "MapRoulette Tasks"
+ "en": "MapRoulette Tasks",
+ "de": "MapRoulette-Aufgaben",
+ "fr": "Tâches MapRoulette"
},
"description": {
- "en": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them."
+ "en": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them.",
+ "de": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
+ "fr": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches."
},
"version": "1.0.0",
"hideFromOverview": true,
diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json
index 2b9e4db1e..73e36830a 100644
--- a/assets/themes/onwheels/onwheels.json
+++ b/assets/themes/onwheels/onwheels.json
@@ -79,7 +79,8 @@
"question": {
"en": "Any/No width info",
"de": "Beliebig/Keine Breiteninformationen",
- "nl": "All kerbs"
+ "nl": "All kerbs",
+ "fr": "Toute/aucune information sur la largeur"
}
},
{
@@ -87,7 +88,8 @@
"question": {
"en": "Without width info",
"de": "Beliebige Breiteninformationen",
- "nl": "Geen breedtes gekend"
+ "nl": "Geen breedtes gekend",
+ "fr": "Pas d’information sur la largeur"
}
}
]
@@ -128,7 +130,8 @@
"question": {
"en": "All types of kerbs",
"nl": "Alle typen stoepranden",
- "de": "Alle Arten von Bordsteinen"
+ "de": "Alle Arten von Bordsteinen",
+ "fr": "Tous types de ressauts"
}
},
{
@@ -136,7 +139,8 @@
"question": {
"en": "Raised kerb (>3 cm)",
"nl": "Hoge stoeprand (>3 cm)",
- "de": "Erhöhter Bordstein (>3 cm)"
+ "de": "Erhöhter Bordstein (>3 cm)",
+ "fr": "Ressaut surélevé (> 3 cm)"
}
},
{
@@ -144,7 +148,8 @@
"question": {
"en": "Lowered kerb (~3 cm)",
"nl": "Verlaagde stoeprand (~3 cm)",
- "de": "Abgesenkter Bordstein (~3 cm)"
+ "de": "Abgesenkter Bordstein (~3 cm)",
+ "fr": "Ressaut abaissé (~ 3 cm)"
}
},
{
@@ -152,7 +157,8 @@
"question": {
"en": "Flush kerb (~0cm)",
"nl": "Vlakke stoeprand (~0cm)",
- "de": "Bündiger Bordstein (~0cm)"
+ "de": "Bündiger Bordstein (~0cm)",
+ "fr": "Ressaut à niveau (~ 0 cm)"
}
}
]
@@ -308,7 +314,8 @@
"=title": {
"render": {
"en": "Statistics",
- "de": "Statistik"
+ "de": "Statistik",
+ "fr": "Statistiques"
}
},
"tagRenderings": [
@@ -340,7 +347,9 @@
"targetLayer": "hotel",
"tags": "tags",
"text": {
- "en": "Import"
+ "en": "Import",
+ "de": "Import",
+ "fr": "Importation"
},
"icon": "./assets/svg/addSmall.svg",
"location_picker": "photo",
@@ -356,7 +365,9 @@
"type": "tag_apply",
"tags_to_apply": "$tags",
"message": {
- "en": "Add all the suggested tags"
+ "en": "Add all the suggested tags",
+ "de": "Alle vorgeschlagenen Tags hinzufügen",
+ "fr": "Ajouter tous les attributs suggérés"
},
"image": "./assets/svg/addSmall.svg",
"id_of_object_to_apply_this_one": "_closest_osm_hotel"
diff --git a/assets/themes/rainbow_crossings/rainbow_crossings.json b/assets/themes/rainbow_crossings/rainbow_crossings.json
index a01407c9d..a14fe2265 100644
--- a/assets/themes/rainbow_crossings/rainbow_crossings.json
+++ b/assets/themes/rainbow_crossings/rainbow_crossings.json
@@ -2,11 +2,13 @@
"id": "rainbow_crossings",
"title": {
"en": "Rainbow pedestrian crossings",
- "de": "Regenbogen-Fußgängerübergänge"
+ "de": "Regenbogen-Fußgängerübergänge",
+ "fr": "Passages cloutés arc-en-ciel"
},
"description": {
"en": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
- "de": "Auf dieser Karte sind Fußgängerüberwege mit Regenbogenfarben eingezeichnet und können leicht hinzugefügt werden"
+ "de": "Auf dieser Karte sind Fußgängerüberwege mit Regenbogenfarben eingezeichnet und können leicht hinzugefügt werden",
+ "fr": "Cette carte affiche et permet la modification des passages cloutés peints aux couleurs de l’arc-en-ciel"
},
"maintainer": "",
"icon": "./assets/themes/rainbow_crossings/logo.svg",
diff --git a/assets/themes/sidewalks/sidewalks.json b/assets/themes/sidewalks/sidewalks.json
index fcdf9349a..51737a1a6 100644
--- a/assets/themes/sidewalks/sidewalks.json
+++ b/assets/themes/sidewalks/sidewalks.json
@@ -97,6 +97,7 @@
}
},
{
+ "id": "left-right-questions",
"rewrite": {
"sourceString": [
"left|right"
@@ -117,26 +118,38 @@
},
{
"id": "has_sidewalk_left|right",
- "question": "Is there a sidewalk on this side of the road?",
+ "question": {
+ "en": "Is there a sidewalk on this side of the road?"
+ },
"mappings": [
{
"if": "sidewalk:left|right=yes",
- "then": "Yes, there is a sidewalk on this side of the road"
+ "then": {
+ "en": "Yes, there is a sidewalk on this side of the road"
+ }
},
{
"if": "sidewalk:left|right=no",
- "then": "No, there is no sidewalk to walk on"
+ "then": {
+ "en": "No, there is no sidewalk to walk on"
+ }
},
{
"if": "sidewalk:left|right=separate",
- "then": "There is a separately mapped sidewalk to walk on"
+ "then": {
+ "en": "There is a separately mapped sidewalk to walk on"
+ }
}
]
},
{
"id": "sidewalk_width_left|right",
- "question": "What is the width of the sidewalk on this side of the road?",
- "render": "This sidewalk is {sidewalk:left|right:width}m wide",
+ "question": {
+ "en": "What is the width of the sidewalk on this side of the road?"
+ },
+ "render": {
+ "en": "This sidewalk is {sidewalk:left|right:width}m wide"
+ },
"condition": "sidewalk:left|right=yes",
"freeform": {
"key": "sidewalk:left|right:width",
diff --git a/assets/themes/transit/transit.json b/assets/themes/transit/transit.json
index 5fdee197d..aa1302402 100644
--- a/assets/themes/transit/transit.json
+++ b/assets/themes/transit/transit.json
@@ -4,11 +4,13 @@
"version": "20220406",
"title": {
"en": "Bus routes",
- "de": "Buslinien"
+ "de": "Buslinien",
+ "fr": "Lignes de bus"
},
"description": {
"en": "Plan your trip with the help of the public transport system.",
- "de": "Planen Sie Ihre Reise mit Hilfe von öffentlichen Verkehrsmitteln."
+ "de": "Planen Sie Ihre Reise mit Hilfe von öffentlichen Verkehrsmitteln.",
+ "fr": "Planifier votre itinéraire avec le système de transports en commun."
},
"icon": "./assets/layers/transit_stops/bus_stop.svg",
"startZoom": 20,
diff --git a/assets/themes/walls_and_buildings/walls_and_buildings.json b/assets/themes/walls_and_buildings/walls_and_buildings.json
index 8e02a7c74..b298f8f95 100644
--- a/assets/themes/walls_and_buildings/walls_and_buildings.json
+++ b/assets/themes/walls_and_buildings/walls_and_buildings.json
@@ -2,7 +2,8 @@
"id": "walls_and_buildings",
"title": {
"en": "Walls and buildings",
- "de": "Wände und Gebäude"
+ "de": "Wände und Gebäude",
+ "fr": "Murs et bâtiments"
},
"description": {
"en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
diff --git a/assets/translators.json b/assets/translators.json
index 673b0e873..946d08161 100644
--- a/assets/translators.json
+++ b/assets/translators.json
@@ -1,11 +1,11 @@
{
"contributors": [
{
- "commits": 180,
+ "commits": 182,
"contributor": "Pieter Vander Vennet"
},
{
- "commits": 147,
+ "commits": 152,
"contributor": "kjon"
},
{
@@ -60,6 +60,10 @@
"commits": 15,
"contributor": "WaldiS"
},
+ {
+ "commits": 14,
+ "contributor": "LeJun"
+ },
{
"commits": 14,
"contributor": "J. Lavoie"
@@ -84,10 +88,6 @@
"commits": 10,
"contributor": "Johannes Rössel"
},
- {
- "commits": 10,
- "contributor": "LeJun"
- },
{
"commits": 10,
"contributor": "Irina"
@@ -98,11 +98,11 @@
},
{
"commits": 7,
- "contributor": "Niels Elgaard Larsen"
+ "contributor": "Andrews Leruth"
},
{
- "commits": 6,
- "contributor": "Andrews Leruth"
+ "commits": 7,
+ "contributor": "Niels Elgaard Larsen"
},
{
"commits": 6,
diff --git a/langs/de.json b/langs/de.json
index afbc37494..5470efd70 100644
--- a/langs/de.json
+++ b/langs/de.json
@@ -138,7 +138,7 @@
},
"layerSelection": {
"title": "Ebenen auswählen",
- "zoomInToSeeThisLayer": "Ausschnitt vergrößern, um diese Ebene anzuzeigen"
+ "zoomInToSeeThisLayer": "Ausschnitt vergrößern, um Ebene anzuzeigen"
},
"loading": "Laden…",
"loadingTheme": "Lade {theme}…",
diff --git a/langs/fr.json b/langs/fr.json
index 4cec16a0e..0d3cf6420 100644
--- a/langs/fr.json
+++ b/langs/fr.json
@@ -10,29 +10,29 @@
"cannotBeDeleted": "Cet objet ne peut être supprimé",
"delete": "Supprimer",
"explanations": {
- "hardDelete": "Ce point sera supprimé d’OpenStreetmap. Il pourra être restauré par des méthodes avancées",
+ "hardDelete": "Cet élément sera supprimé d’OpenStreetmap. Il pourra être restauré par des méthodes avancées",
"retagNoOtherThemes": "Cet objet sera re-classifié et caché dans cette application",
"retagOtherThemes": "Cet objet sera re-classifié et visible dans {otherThemes}",
"selectReason": "Sélectionner pourquoi cet élément devrait être supprimé",
"softDelete": "Cet objet sera mis à jour et caché de l'application. {reason}"
},
"isDeleted": "Cet objet est supprimé",
- "isntAPoint": "Seul les points peuvent être supprimés, l'objet sélectionné est une ligne, un polygone ou une relation.",
+ "isntAPoint": "Seul les nœuds peuvent être supprimés, l'élément sélectionné est une ligne, un polygone ou une relation.",
"loading": "Inspection des propriétés pour vérifier si l’élément peut être supprimé.",
- "loginToDelete": "Vous devez être connecté pour supprimer un objet",
- "notEnoughExperience": "Ce point a été créé par une autre personne.",
- "onlyEditedByLoggedInUser": "Ce point a été édité seulement par vous et peut donc être supprimé.",
- "partOfOthers": "Ce point fait partie d'un autre objet et ne peut être supprimé directement.",
- "readMessages": "Messages non-lus à lire avant de supprimer un point, certains pourraient comporter des informations importantes",
+ "loginToDelete": "Vous devez posséder un compte pour supprimer un élément",
+ "notEnoughExperience": "Cet élément a été créé par une autre personne.",
+ "onlyEditedByLoggedInUser": "Cet élément a été édité par vous uniquement et peut donc être supprimé.",
+ "partOfOthers": "Ce nœud fait partie d'un chemin ou d’une relation et ne peut être supprimé directement.",
+ "readMessages": "Messages non-lus à lire avant de supprimer un élément, certains pourraient comporter des informations importantes",
"reasons": {
"disused": "Cet élément n’est plus utilisé ou a été enlevé",
- "duplicate": "Ce point est un doublon",
+ "duplicate": "Cet élément est un doublon",
"notFound": "Cet élément n’a pas pu être trouvé",
- "test": "Élément de test qui n’a jamais été ici"
+ "test": "Élément de test qui n’a jamais été présent"
},
- "safeDelete": "Ce point peut être supprimé sans risque.",
+ "safeDelete": "Cet élément peut être supprimé sans risque.",
"useSomethingElse": "Utilisez un autre éditeur OpenStreetMap pour le supprimer",
- "whyDelete": "Pourquoi ce point devrait-il être supprimé ?"
+ "whyDelete": "Pourquoi cet élément devrait-il être supprimé ?"
},
"favourite": {
"loginNeeded": "Connexion
La mise en forme personnalisée requiert un compte OpenStreetMap",
@@ -46,45 +46,57 @@
"addNew": "Ajouter {category}",
"addNewMapLabel": "Cliquez ici pour ajouter un élément",
"confirmButton": "Ajouter un/une {category} ici.
Votre ajout sera visible par tout le monde
",
- "confirmIntro": "Ajouter un/une {title} ici?
Le point que vous ajouterez sera visible par tout le monde. Merci de vous assurer que ce point existe réellement. Beaucoup d'autres applications utilisent ces données.",
+ "confirmIntro": "Ajouter un/une {title} ici ?
L’élément que vous ajouterez sera visible par tout le monde. Merci de vous assurer que celui-ci existe réellement. Beaucoup d'autres applications utilisent ces données.",
"disableFilters": "Désactiver tous les filtres",
"disableFiltersExplanation": "Certains élément peuvent être filtrés",
- "hasBeenImported": "Ce point a déjà été importé",
+ "hasBeenImported": "Cet élément a déjà été importé",
"import": {
"hasBeenImported": "Cet objet a été importé",
"howToTest": "Pour essayer, ajouter test=true ou backend=osm-test à l'adresse de la page. Le groupe de modifications sera affiché dans la console. Merci d'ouvrir un PR pour officialiser ce thème et ainsi activer le bouton d'import.",
"importTags": "L'objet recevra {tags}",
"officialThemesOnly": "Le bouton d'import est désactivé pour les thèmes non-officiels pour prévenir les accidents",
"wrongType": "Cet élément n'est pas un nœud ou un chemin et ne peut pas être importé",
- "wrongTypeToConflate": "Cet élément n'est pas un nœud ou un chemin et ne peut pas être confondu",
+ "wrongTypeToConflate": "Cet élément n'est pas un nœud ou un chemin et ne peut pas être comparé",
"zoomInMore": "Zoomez davantage pour importer cet objet"
},
"importTags": "L'élément recevra {tags}",
"intro": "Vous avez cliqué sur un endroit où il n'y a pas encore de données.
",
- "layerNotEnabled": "La couche {layer} est désactivée. Activez-la pour ajouter un point",
+ "layerNotEnabled": "La couche {layer} est désactivée. Activez-la pour ajouter un élément",
"openLayerControl": "Ouvrir la panneau de contrôle",
- "pleaseLogin": "Vous devez vous connecter pour ajouter un point",
+ "pleaseLogin": "Vous devez vous connecter pour ajouter un élément",
"presetInfo": "Le nouveau POI aura {tags}",
- "stillLoading": "Chargement des données en cours. Patientez un instant avant d'ajouter un nouveau point.",
- "title": "Ajouter un nouveau point ?",
+ "stillLoading": "Chargement des données en cours. Patientez un instant avant d'ajouter un nouvel élément.",
+ "title": "Ajouter un nouvel élément ?",
"warnVisibleForEveryone": "Votre ajout sera visible",
"wrongType": "Cet élément n'est pas un nœud ou un chemin et ne peut pas être importé",
- "zoomInFurther": "Rapprochez vous pour ajouter un point.",
+ "zoomInFurther": "Zoomez pour ajouter un élément.",
"zoomInMore": "Zoomez pour importer cet élément"
},
+ "apply_button": {
+ "appliedOnAnotherObject": "L’élément {id} portera {tags}",
+ "isApplied": "Les changements sont appliqués"
+ },
"attribution": {
"attributionContent": "Toutes les données sont fournies par OpenStreetMap, librement réutilisables sous Open DataBase License.
",
"attributionTitle": "Crédits",
"codeContributionsBy": "MapComplete a été construit par {contributors} et {hiddenCount} autres contributeurs",
"donate": "Soutenez MapComplete financièrement",
+ "editId": "Ouvrir l’éditeur en ligne OpenStreetMap ici",
+ "editJosm": "Modifier ici avec JOSM",
+ "followBridge": "Les comptes Mastodon et Twitter sont liés",
"followOnMastodon": "Suivez MapComplete sur Mastodon",
"followOnTwitter": "Suivez MapComplete sur Twitter",
"iconAttribution": {
"title": "Icônes utilisées"
},
+ "josmNotOpened": "JOSM non atteignable. Assurez-vous que le logiciel soit ouvert et la commande à distance activée",
+ "josmOpened": "JOSM est ouvert",
"mapContributionsBy": "La partie actuellement visible des données comporte des modifications par {contributors}",
"mapContributionsByAndHidden": "La partie actuellement visible des données comporte des modifications par {contributors} et {hiddenCount} contributeurs de plus",
- "themeBy": "Thème maintenu par {author}"
+ "openIssueTracker": "Signaler un problème",
+ "openOsmcha": "Voir les dernières modifications faite avec {theme}",
+ "themeBy": "Thème maintenu par {author}",
+ "translatedBy": "MapComplete est traduite par {contributors} et {hiddenCount} autres personnes"
},
"backgroundMap": "Carte de fonds",
"cancel": "Annuler",
@@ -221,6 +233,12 @@
"wednesday": "Mercredi"
},
"welcomeBack": "Vous êtes connecté. Bienvenue !",
+ "welcomeExplanation": {
+ "addNew": "Cliquez sur la carte pour ajouter un nouveau POI.",
+ "browseMoreMaps": "Découvrez d’autres cartes",
+ "browseOtherThemesIntro": "De nombreuses cartes thématiques existent sur MapComplete",
+ "general": "Cette carte permet de visualiser et ajouter des points d’intérêt. Zoomez sur un POI et cliquez dessus pour en voir les détails ou les modifier. Les données proviennent et sont transmises avec OpenStreetMap, qui peut être librement réutilisé."
+ },
"wikipedia": {
"createNewWikidata": "Créer un nouvel élément Wikidata",
"failed": "Le chargement de Wikipédia a échoué",
@@ -299,7 +317,9 @@
},
"professional": {
"indexPage": {
- "button": "Découvrez nos offres"
+ "button": "Découvrez nos offres",
+ "hook": "Besoin d’un accompagnement professionnel ?",
+ "hookMore": "Nous pouvons aider à la mise en place de relevés, l’importation de données et toute question relative à l’environnement OpenStreetMap"
}
},
"reviews": {
@@ -325,5 +345,9 @@
"loginToSplit": "Vous devez être connecté pour couper une route",
"split": "Couper",
"splitTitle": "Choisissez sur la carte où couper cette route"
+ },
+ "translations": {
+ "isTranslator": "Mode traduction activé, votre pseudo correspond à celui d’une personne de l’équipe de traduction",
+ "missing": "{count} segments non traduits"
}
}
diff --git a/langs/layers/ca.json b/langs/layers/ca.json
index 33d3729c1..8cf1643f7 100644
--- a/langs/layers/ca.json
+++ b/langs/layers/ca.json
@@ -178,7 +178,7 @@
},
"bicycle_rental": {
"tagRenderings": {
- "9": {
+ "rental_types": {
"rewrite": {
"into": {
"4": {
diff --git a/langs/layers/da.json b/langs/layers/da.json
index e0a890e81..feced7c1d 100644
--- a/langs/layers/da.json
+++ b/langs/layers/da.json
@@ -379,33 +379,6 @@
}
},
"tagRenderings": {
- "9": {
- "rewrite": {
- "into": {
- "0": {
- "1": "bycykler"
- },
- "1": {
- "1": "elektriske cykler"
- },
- "2": {
- "1": "børnecykler"
- },
- "3": {
- "1": "BMX-cykler"
- },
- "4": {
- "1": "mountainbike"
- },
- "5": {
- "1": "cykeltasker"
- },
- "6": {
- "1": "tandem"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -446,6 +419,33 @@
}
},
"question": "Hvilken slags cykeludlejning er dette?"
+ },
+ "rental_types": {
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "bycykler"
+ },
+ "1": {
+ "1": "elektriske cykler"
+ },
+ "2": {
+ "1": "børnecykler"
+ },
+ "3": {
+ "1": "BMX-cykler"
+ },
+ "4": {
+ "1": "mountainbike"
+ },
+ "5": {
+ "1": "cykeltasker"
+ },
+ "6": {
+ "1": "tandem"
+ }
+ }
+ }
}
},
"title": {
diff --git a/langs/layers/de.json b/langs/layers/de.json
index 480d199ff..bad87f983 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -442,39 +442,6 @@
}
},
"tagRenderings": {
- "9": {
- "renderings": {
- "0": {
- "question": "Wie viele type_plural können hier gemietet werden?",
- "render": "{capacity:bicycle_type} type_plural können hier gemietet werden"
- }
- },
- "rewrite": {
- "into": {
- "0": {
- "1": "Stadträder"
- },
- "1": {
- "1": "Elektrofahrräder"
- },
- "2": {
- "1": "Kinderfahrräder"
- },
- "3": {
- "1": "BMX-Räder"
- },
- "4": {
- "1": "Mountainbikes"
- },
- "5": {
- "1": "Fahrradtaschen"
- },
- "6": {
- "1": "Tandems"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -527,6 +494,39 @@
}
},
"question": "Was ist das für ein Fahrradverleih?"
+ },
+ "rental_types": {
+ "renderings": {
+ "0": {
+ "question": "Wie viele type_plural können hier gemietet werden?",
+ "render": "{capacity:bicycle_type} type_plural können hier gemietet werden"
+ }
+ },
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "Stadträder"
+ },
+ "1": {
+ "1": "Elektrofahrräder"
+ },
+ "2": {
+ "1": "Kinderfahrräder"
+ },
+ "3": {
+ "1": "BMX-Räder"
+ },
+ "4": {
+ "1": "Mountainbikes"
+ },
+ "5": {
+ "1": "Fahrradtaschen"
+ },
+ "6": {
+ "1": "Tandems"
+ }
+ }
+ }
}
},
"title": {
@@ -3458,6 +3458,9 @@
"presets": {
"0": {
"title": "einen Eingang"
+ },
+ "1": {
+ "title": "eine Innentür"
}
},
"tagRenderings": {
@@ -4066,7 +4069,7 @@
}
},
"tagRenderings": {
- "6": {
+ "available_devices": {
"renderings": {
"0": {
"mappings": {
@@ -4253,6 +4256,12 @@
"indoors": {
"description": "Grundlegende Innenraumkartierung: zeigt Umrisse von Räumen",
"name": "Innenräume",
+ "tagRenderings": {
+ "ref": {
+ "question": "Wie lautet der Name dieses Raums?",
+ "render": "Der Name des Raums lautet {name}"
+ }
+ },
"title": {
"render": "Innenbereich {name}"
}
@@ -4390,11 +4399,6 @@
}
},
"tagRenderings": {
- "5": {
- "override": {
- "question": "Wann ist diese Kinderbetreuung geöffnet?"
- }
- },
"capacity": {
"question": "Wie viele Kinder können hier maximal angemeldet werden?",
"render": "Diese Einrichtung bietet Platz für {capacity} Kinder"
@@ -4413,6 +4417,11 @@
"name": {
"question": "Wie lautet der Name dieser Einrichtung?",
"render": "Diese Einrichtung hat den Namen {name}"
+ },
+ "opening_hours": {
+ "override": {
+ "question": "Wann ist diese Kinderbetreuung geöffnet?"
+ }
}
},
"title": {
@@ -4470,6 +4479,159 @@
"render": "Karte"
}
},
+ "maproulette": {
+ "description": "Ebene, die alle MapRoulette-Aufgaben zeigt",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Aufgaben mit allen Status anzeigen"
+ },
+ "1": {
+ "question": "Aufgaben anzeigen, die erstellt wurden"
+ },
+ "2": {
+ "question": "Aufgaben anzeigen, die erledigt wurden"
+ },
+ "3": {
+ "question": "Aufgaben anzeigen, die falsch positiv sind"
+ },
+ "4": {
+ "question": "Aufgaben anzeigen, die übersprungen wurden"
+ },
+ "5": {
+ "question": "Aufgaben anzeigen, die gelöscht wurden"
+ },
+ "6": {
+ "question": "Aufgaben anzeigen, die bereits erledigt wurden"
+ },
+ "7": {
+ "question": "Aufgaben anzeigen, die als zu schwierig markiert wurden"
+ },
+ "8": {
+ "question": "Aufgaben anzeigen, die deaktiviert wurden"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Name der Kampagne enthält {search}"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Kampagnen ID stimmt mit {search} überein"
+ }
+ }
+ }
+ },
+ "name": "MapRoulette-Aufgaben",
+ "tagRenderings": {
+ "status": {
+ "mappings": {
+ "0": {
+ "then": "Aufgabe wurde erstellt"
+ },
+ "1": {
+ "then": "Aufgabe wurde erledigt"
+ },
+ "2": {
+ "then": "Aufgabe ist ein falsches Positiv"
+ },
+ "3": {
+ "then": "Aufgabe wurde übersprungen"
+ },
+ "4": {
+ "then": "Aufgabe wurde gelöscht"
+ },
+ "5": {
+ "then": "Aufgabe wurde bereits erledigt"
+ },
+ "6": {
+ "then": "Aufgabe wurde als zu schwer markiert"
+ },
+ "7": {
+ "then": "Aufgabe wurde deaktiviert"
+ }
+ }
+ }
+ },
+ "title": {
+ "render": "MapRoulette-Element: {parentName}"
+ }
+ },
+ "maproulette_challenge": {
+ "description": "Ebene mit Aufgaben einer MapRoulette-Kampagne",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Aufgaben mit allen Status anzeigen"
+ },
+ "1": {
+ "question": "Aufgaben anzeigen, die erstellt wurden"
+ },
+ "2": {
+ "question": "Aufgaben anzeigen, die erledigt wurden"
+ },
+ "3": {
+ "question": "Aufgaben anzeigen, die falsch positiv sind"
+ },
+ "4": {
+ "question": "Aufgaben anzeigen, die übersprungen wurden"
+ },
+ "5": {
+ "question": "Aufgaben anzeigen, die gelöscht wurden"
+ },
+ "6": {
+ "question": "Aufgaben anzeigen, die bereits erledigt wurden"
+ },
+ "7": {
+ "question": "Aufgaben anzeigen, die als zu schwierig markiert wurden"
+ },
+ "8": {
+ "question": "Aufgaben anzeigen, die deaktiviert wurden"
+ }
+ }
+ }
+ },
+ "tagRenderings": {
+ "status": {
+ "mappings": {
+ "0": {
+ "then": "Aufgabe wurde erstellt"
+ },
+ "1": {
+ "then": "Aufgabe wurde erledigt"
+ },
+ "2": {
+ "then": "Aufgabe ist ein falsches Positiv"
+ },
+ "3": {
+ "then": "Aufgabe wurde übersprungen"
+ },
+ "4": {
+ "then": "Aufgabe wurde gelöscht"
+ },
+ "5": {
+ "then": "Aufgabe wurde bereits erledigt"
+ },
+ "6": {
+ "then": "Aufgabe wurde als zu schwer markiert"
+ },
+ "7": {
+ "then": "Aufgabe wurde deaktiviert"
+ }
+ }
+ }
+ },
+ "title": {
+ "render": "Aufgabe in MapRoulette"
+ }
+ },
"maxspeed": {
"description": "Zeigt die zulässige Geschwindigkeit für jede Straße an",
"name": "Höchstgeschwindigkeit",
@@ -4818,7 +4980,7 @@
"name": "Parkplätze",
"presets": {
"0": {
- "title": "ein Parkplatz"
+ "title": "einen Parkplatz"
}
},
"tagRenderings": {
@@ -5493,16 +5655,6 @@
}
},
"tagRenderings": {
- "8": {
- "override": {
- "+mappings": {
- "0": {
- "then": "Die Unterrichtssprache der Schule ist unbekannt"
- }
- },
- "question": "Was ist die Hauptsprache dieser Schule?Welche Sprache wird mit den Schülern in den nicht sprachbezogenen Kursen und mit der Verwaltung gesprochen?
"
- }
- },
"capacity": {
"question": "Wie viele Schüler können sich maximal an dieser Schule anmelden?",
"render": "Diese Schule kann höchstens {capacity} Schüler aufnehmen"
@@ -5586,6 +5738,16 @@
},
"question": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf? Über welche strukturellen Einrichtungen verfügt diese Schule?Ad-hoc ",
"render": "Diese Schule verfügt über Einrichtungen für Schüler mit {school:for}"
+ },
+ "wikidata.school-language": {
+ "override": {
+ "+mappings": {
+ "0": {
+ "then": "Die Unterrichtssprache der Schule ist unbekannt"
+ }
+ },
+ "question": "Was ist die Hauptsprache dieser Schule?
Welche Sprache wird mit den Schülern in den nicht sprachbezogenen Kursen und mit der Verwaltung gesprochen?
"
+ }
}
},
"title": {
@@ -5594,7 +5756,7 @@
},
"shelter": {
"description": "Eine Ebene, die verschiedene Bauformen von Unterständen zeigt",
- "name": "Unterstand",
+ "name": "Unterstände",
"tagRenderings": {
"shelter-type": {
"mappings": {
@@ -5672,12 +5834,6 @@
}
},
"tagRenderings": {
- "2": {
- "override": {
- "question": "Um was für ein Geschäft handelt es sich?",
- "render": "Das ist ein {shop}"
- }
- },
"copyshop-print-sizes": {
"mappings": {
"0": {
@@ -5698,6 +5854,12 @@
},
"question": "Welche Papierformate bietet das Geschäft an?"
},
+ "id_presets.shop_types": {
+ "override": {
+ "question": "Um was für ein Geschäft handelt es sich?",
+ "render": "Das ist ein {shop}"
+ }
+ },
"shops-name": {
"question": "Wie ist der Name dieses Geschäfts?",
"render": "Der Name des Geschäfts lautet
{name}"
@@ -6738,6 +6900,25 @@
},
"walls_and_buildings": {
"description": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden.",
+ "tagRenderings": {
+ "entrance_info": {
+ "mappings": {
+ "0": {
+ "then": "Es wurde kein Eingang markiert"
+ },
+ "1": {
+ "then": "Keiner der {_entrance_count} Eingänge hat bisher Angaben zur Breite"
+ }
+ },
+ "render": {
+ "after": "{_entrances_count_without_width_count} Eingänge haben keine Angaben zur Breite",
+ "before": "
Eingänge
Das Gebäude hat {_entrances_count} Eingänge:",
+ "special": {
+ "tagrendering": "Ein
Eingang von {canonical(width)}"
+ }
+ }
+ }
+ },
"title": {
"render": "Wand oder Gebäude"
},
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 2babb45d4..cb3716588 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -442,39 +442,6 @@
}
},
"tagRenderings": {
- "9": {
- "renderings": {
- "0": {
- "question": "How much type_plural can be rented here?",
- "render": "{capacity:bicycle_type} type_plural can be rented here"
- }
- },
- "rewrite": {
- "into": {
- "0": {
- "1": "city bikes"
- },
- "1": {
- "1": "electrical bikes"
- },
- "2": {
- "1": "bikes for children"
- },
- "3": {
- "1": "BMX bikes"
- },
- "4": {
- "1": "mountainbike"
- },
- "5": {
- "1": "bicycle panniers"
- },
- "6": {
- "1": "tandem"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -527,6 +494,39 @@
}
},
"question": "What kind of bicycle rental is this?"
+ },
+ "rental_types": {
+ "renderings": {
+ "0": {
+ "question": "How much type_plural can be rented here?",
+ "render": "{capacity:bicycle_type} type_plural can be rented here"
+ }
+ },
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "city bikes"
+ },
+ "1": {
+ "1": "electrical bikes"
+ },
+ "2": {
+ "1": "bikes for children"
+ },
+ "3": {
+ "1": "BMX bikes"
+ },
+ "4": {
+ "1": "mountainbike"
+ },
+ "5": {
+ "1": "bicycle panniers"
+ },
+ "6": {
+ "1": "tandem"
+ }
+ }
+ }
}
},
"title": {
@@ -4069,7 +4069,7 @@
}
},
"tagRenderings": {
- "6": {
+ "available_devices": {
"renderings": {
"0": {
"mappings": {
@@ -4399,11 +4399,6 @@
}
},
"tagRenderings": {
- "5": {
- "override": {
- "question": "When is this childcare opened?"
- }
- },
"capacity": {
"question": "How much kids (at most) can be enrolled here?",
"render": "This facility has room for {capacity} kids"
@@ -4422,6 +4417,11 @@
"name": {
"question": "What is the name of this facility?",
"render": "This facility is named
{name}"
+ },
+ "opening_hours": {
+ "override": {
+ "question": "When is this childcare opened?"
+ }
}
},
"title": {
@@ -5655,16 +5655,6 @@
}
},
"tagRenderings": {
- "8": {
- "override": {
- "+mappings": {
- "0": {
- "then": "The main language of this school is unknown"
- }
- },
- "question": "What is the main language of this school?
What language is spoken with the students in non-language related courses and with the administration?
"
- }
- },
"capacity": {
"question": "How much students can at most enroll in this school?",
"render": "This school can enroll at most {capacity} students"
@@ -5748,6 +5738,16 @@
},
"question": "Does this school target students with a special need? Which structural facilities does this school have?
Ad-hoc ",
"render": "This school has facilities for students with {school:for}"
+ },
+ "wikidata.school-language": {
+ "override": {
+ "+mappings": {
+ "0": {
+ "then": "The main language of this school is unknown"
+ }
+ },
+ "question": "What is the main language of this school?
What language is spoken with the students in non-language related courses and with the administration?
"
+ }
}
},
"title": {
@@ -5834,12 +5834,6 @@
}
},
"tagRenderings": {
- "2": {
- "override": {
- "question": "What kind of shop is this?",
- "render": "This is a {shop}"
- }
- },
"copyshop-print-sizes": {
"mappings": {
"0": {
@@ -5860,6 +5854,12 @@
},
"question": "What paper formats does this shop offer?"
},
+ "id_presets.shop_types": {
+ "override": {
+ "question": "What kind of shop is this?",
+ "render": "This is a {shop}"
+ }
+ },
"shops-name": {
"question": "What is the name of this shop?",
"render": "This shop is called
{name}"
diff --git a/langs/layers/eo.json b/langs/layers/eo.json
index d54483fce..383465ab3 100644
--- a/langs/layers/eo.json
+++ b/langs/layers/eo.json
@@ -75,7 +75,7 @@
},
"bicycle_rental": {
"tagRenderings": {
- "9": {
+ "rental_types": {
"rewrite": {
"into": {
"0": {
diff --git a/langs/layers/es.json b/langs/layers/es.json
index 3f34bd0e1..9f45a974a 100644
--- a/langs/layers/es.json
+++ b/langs/layers/es.json
@@ -442,33 +442,6 @@
}
},
"tagRenderings": {
- "9": {
- "rewrite": {
- "into": {
- "0": {
- "1": "bicis de ciudad"
- },
- "1": {
- "1": "bicis eléctricas"
- },
- "2": {
- "1": "bicis infantiles"
- },
- "3": {
- "1": "bicis BMX"
- },
- "4": {
- "1": "bicis de montaña"
- },
- "5": {
- "1": "alforjas de bicicleta"
- },
- "6": {
- "1": "tándem"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -521,6 +494,33 @@
}
},
"question": "¿Qué tipo de alquiler de bicicletas es este?"
+ },
+ "rental_types": {
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "bicis de ciudad"
+ },
+ "1": {
+ "1": "bicis eléctricas"
+ },
+ "2": {
+ "1": "bicis infantiles"
+ },
+ "3": {
+ "1": "bicis BMX"
+ },
+ "4": {
+ "1": "bicis de montaña"
+ },
+ "5": {
+ "1": "alforjas de bicicleta"
+ },
+ "6": {
+ "1": "tándem"
+ }
+ }
+ }
}
},
"title": {
diff --git a/langs/layers/fr.json b/langs/layers/fr.json
index d712bc746..9416f2378 100644
--- a/langs/layers/fr.json
+++ b/langs/layers/fr.json
@@ -442,39 +442,6 @@
}
},
"tagRenderings": {
- "9": {
- "renderings": {
- "0": {
- "question": "Combien de type_plural peuvent être loués ici ?",
- "render": "{capacity:bicycle_type} type_plural peuvent être loués ici"
- }
- },
- "rewrite": {
- "into": {
- "0": {
- "1": "vélos de ville"
- },
- "1": {
- "1": "vélos électriques"
- },
- "2": {
- "1": "vélos d'enfants"
- },
- "3": {
- "1": "BMX"
- },
- "4": {
- "1": "vélos de montagne"
- },
- "5": {
- "1": "sacoches pour vélo"
- },
- "6": {
- "1": "tandem"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -527,6 +494,39 @@
}
},
"question": "De quel type de location de vélo s'agit-il ?"
+ },
+ "rental_types": {
+ "renderings": {
+ "0": {
+ "question": "Combien de type_plural peuvent être loués ici ?",
+ "render": "{capacity:bicycle_type} type_plural peuvent être loués ici"
+ }
+ },
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "vélos de ville"
+ },
+ "1": {
+ "1": "vélos électriques"
+ },
+ "2": {
+ "1": "vélos d'enfants"
+ },
+ "3": {
+ "1": "BMX"
+ },
+ "4": {
+ "1": "vélos de montagne"
+ },
+ "5": {
+ "1": "sacoches pour vélo"
+ },
+ "6": {
+ "1": "tandem"
+ }
+ }
+ }
}
},
"title": {
@@ -1316,6 +1316,7 @@
}
},
"charging_station": {
+ "description": "Une station de recharge",
"filter": {
"0": {
"options": {
@@ -1329,6 +1330,23 @@
"question": "Station de charge pour automobiles"
}
}
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Stations de recharge en service uniquement"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Tous types de prise"
+ },
+ "1": {
+ "question": "Dispose d’une
prise murale Schuko sans terre (CEE7/4 type F) 
"
+ }
+ }
}
},
"tagRenderings": {
@@ -3494,16 +3512,6 @@
}
},
"tagRenderings": {
- "8": {
- "override": {
- "+mappings": {
- "0": {
- "then": "La langue principale de cette école est inconnue"
- }
- },
- "question": "Quelle est la langue principale de cette école ?
Quelle langue est parlée avec les élèves des cours non linguistiques et avec l'administration ?
"
- }
- },
"capacity": {
"question": "Combien d'élèves peuvent s'inscrire au maximum dans cette école ?",
"render": "Cette école peut accueillir au maximum {capacity} étudiants"
@@ -3587,6 +3595,16 @@
},
"question": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers? Quels types d'installation est-ce que cet établissement possède?
Ad-hoc ",
"render": "Cet établissement scolaire a des installations pour étudiants ayant {school:for}"
+ },
+ "wikidata.school-language": {
+ "override": {
+ "+mappings": {
+ "0": {
+ "then": "La langue principale de cette école est inconnue"
+ }
+ },
+ "question": "Quelle est la langue principale de cette école ?
Quelle langue est parlée avec les élèves des cours non linguistiques et avec l'administration ?
"
+ }
}
},
"title": {
@@ -3640,12 +3658,6 @@
}
},
"tagRenderings": {
- "2": {
- "override": {
- "question": "Quel genre de magasin est-ce?",
- "render": "C'est une {shop}"
- }
- },
"copyshop-print-sizes": {
"mappings": {
"0": {
@@ -3666,6 +3678,12 @@
},
"question": "Quels formats de papier cette boutique propose-t-elle ?"
},
+ "id_presets.shop_types": {
+ "override": {
+ "question": "Quel genre de magasin est-ce?",
+ "render": "C'est une {shop}"
+ }
+ },
"shops-name": {
"question": "Qu'est-ce que le nom de ce magasin ?"
}
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index 878731683..5e0a2b62b 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -442,39 +442,6 @@
}
},
"tagRenderings": {
- "9": {
- "renderings": {
- "0": {
- "question": "Hoeveel type_plural kunnen hier uitgeleend worden?",
- "render": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
- }
- },
- "rewrite": {
- "into": {
- "0": {
- "1": "stadsfietsen"
- },
- "1": {
- "1": "elektrische fietsen"
- },
- "2": {
- "1": "kinderfietsen"
- },
- "3": {
- "1": "BMX-fietsen"
- },
- "4": {
- "1": "mountainbike"
- },
- "5": {
- "1": "fietstassen"
- },
- "6": {
- "1": "tandem"
- }
- }
- }
- },
"bicycle-types": {
"mappings": {
"0": {
@@ -527,6 +494,39 @@
}
},
"question": "Wat voor fietsverhuur is dit?"
+ },
+ "rental_types": {
+ "renderings": {
+ "0": {
+ "question": "Hoeveel type_plural kunnen hier uitgeleend worden?",
+ "render": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
+ }
+ },
+ "rewrite": {
+ "into": {
+ "0": {
+ "1": "stadsfietsen"
+ },
+ "1": {
+ "1": "elektrische fietsen"
+ },
+ "2": {
+ "1": "kinderfietsen"
+ },
+ "3": {
+ "1": "BMX-fietsen"
+ },
+ "4": {
+ "1": "mountainbike"
+ },
+ "5": {
+ "1": "fietstassen"
+ },
+ "6": {
+ "1": "tandem"
+ }
+ }
+ }
}
},
"title": {
@@ -4021,7 +4021,7 @@
}
},
"tagRenderings": {
- "6": {
+ "available_devices": {
"renderings": {
"0": {
"mappings": {
@@ -4322,11 +4322,6 @@
}
},
"tagRenderings": {
- "5": {
- "override": {
- "question": "Wanneer is deze kinderopvang geopend?"
- }
- },
"capacity": {
"question": "Hoeveel kinderen kunnen hier terecht?",
"render": "Hier kunnen {capacity} kinderen terecht"
@@ -4341,6 +4336,11 @@
}
},
"question": "Wat voor faciliteit is dit?"
+ },
+ "opening_hours": {
+ "override": {
+ "question": "Wanneer is deze kinderopvang geopend?"
+ }
}
},
"title": {
@@ -5381,16 +5381,6 @@
}
},
"tagRenderings": {
- "8": {
- "override": {
- "+mappings": {
- "0": {
- "then": "De voertaal van deze school is niet gekend"
- }
- },
- "question": "Wat is de voertaal van deze school?
Welke taal wordt met de studenten gesproken in niet-taal-gerelateerde vakken en met de administratie?
"
- }
- },
"capacity": {
"question": "Ten hoogste hoeveel studenten kunnen er les volgen in deze school?",
"render": "Deze school kan maximaal {capacity} studenten lesgeven"
@@ -5474,6 +5464,16 @@
},
"question": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?
Ad-hoc maatregelen zijn niet voldoende
",
"render": "Deze school richt zich op studenten met {school:for}"
+ },
+ "wikidata.school-language": {
+ "override": {
+ "+mappings": {
+ "0": {
+ "then": "De voertaal van deze school is niet gekend"
+ }
+ },
+ "question": "Wat is de voertaal van deze school?
Welke taal wordt met de studenten gesproken in niet-taal-gerelateerde vakken en met de administratie?
"
+ }
}
},
"title": {
@@ -5527,12 +5527,6 @@
}
},
"tagRenderings": {
- "2": {
- "override": {
- "question": "Wat voor soort winkel is dit?",
- "render": "Dit is een {shop}"
- }
- },
"copyshop-print-sizes": {
"mappings": {
"0": {
@@ -5553,6 +5547,12 @@
},
"question": "Op welke papiergroottes kan deze zaak printen?"
},
+ "id_presets.shop_types": {
+ "override": {
+ "question": "Wat voor soort winkel is dit?",
+ "render": "Dit is een {shop}"
+ }
+ },
"shops-name": {
"question": "Wat is de naam van deze winkel?",
"render": "Deze zaak heet
{name}"
diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json
index 3f7c80b62..a800d036e 100644
--- a/langs/shared-questions/fr.json
+++ b/langs/shared-questions/fr.json
@@ -23,6 +23,17 @@
"email": {
"question": "Quelle est l'adresse courriel de {title()} ?"
},
+ "induction-loop": {
+ "mappings": {
+ "0": {
+ "then": "Ce lieu dispose d’une boucle auditive"
+ },
+ "1": {
+ "then": "Ce lieu
ne dispose pas de boucle auditive"
+ }
+ },
+ "question": "Ce lieu dispose-t’il d’une boucle auditive pour les personnes malentendantes ?"
+ },
"level": {
"mappings": {
"0": {
@@ -44,6 +55,12 @@
"question": "À quel étage se situe l’élément ?",
"render": "Étage {level}"
},
+ "multilevels": {
+ "override": {
+ "question": "Quels étages sont desservis par cet ascenceur ?",
+ "render": "Cet ascenceur permet d’accéder aux étages {level}"
+ }
+ },
"opening_hours": {
"question": "Quelles sont les horaires d'ouverture de {title()} ?",
"render": "
Horaires d'ouverture
{opening_hours_table(opening_hours)}"
diff --git a/langs/themes/ca.json b/langs/themes/ca.json
index 8c8f35cb6..5d76fd9dc 100644
--- a/langs/themes/ca.json
+++ b/langs/themes/ca.json
@@ -300,9 +300,6 @@
"description": "En aquest mapa trobareu informació sobre tots els tipus d'escoles i educació i podreu afegir fàcilment més informació",
"title": "Educació"
},
- "entrances": {
- "title": "Entrades"
- },
"etymology": {
"layers": {
"1": {
diff --git a/langs/themes/de.json b/langs/themes/de.json
index 0131f15a4..7dabcbd5b 100644
--- a/langs/themes/de.json
+++ b/langs/themes/de.json
@@ -447,11 +447,6 @@
"description": "Auf dieser Karte können Sie Informationen über Bildungseinrichtungen finden und hinzufügen",
"title": "Bildung"
},
- "entrances": {
- "description": "Eine Karte mit allen Eingängen, die wichtige Aspekte für Rollstuhlfahrer erfasst",
- "shortDescription": "Eingänge prüfen, um die Rollstuhlnavigation zu verbessern",
- "title": "Eingänge"
- },
"etymology": {
"description": "Auf dieser Karte können Sie sehen, wonach ein Objekt benannt ist. Die Straßen, Gebäude, ... stammen von OpenStreetMap, und wurden mit Wikidata verknüpft. Im Popup sehen Sie den Wikipedia-Artikel (falls vorhanden) oder ein Wikidata-Feld, nach dem das Objekt benannt ist. Wenn das Objekt selbst eine Wikipedia-Seite hat, wird auch diese angezeigt.
Sie können auch einen Beitrag leisten! Wenn Sie weit genug hinein zoomen werden
alle Straßen angezeigt. Wenn Sie auf eine Straße klicken, öffnet sich ein Wikidata-Suchfeld. Mit ein paar Klicks können Sie einen Etymologie-Link hinzufügen. Beachten Sie, dass Sie dazu ein kostenloses OpenStreetMap-Konto benötigen.",
"layers": {
@@ -600,10 +595,6 @@
"description": "
Geisterräder sind weiße Fahrräder, die zum Gedenken tödlich verunglückter Radfahrer vor Ort aufgestellt wurden.
Auf dieser Karte sehen Sie alle Geisterräder, die in OpenStreetMap eingetragen sind. Fehlt ein Geisterrad? Jeder kann hier Informationen hinzufügen oder aktualisieren - Sie benötigen nur ein (kostenloses) OpenStreetMap-Konto.",
"title": "Geisterräder"
},
- "governments": {
- "description": "Auf dieser Karte werden Büros der öffentlichen Verwaltung angezeigt und können leicht hinzugefügt werden",
- "title": "Büros der öffentlichen Verwaltung"
- },
"grb": {
"description": "Dieses Thema ist ein Versuch, die Automatisierung des GRB-Imports zu unterstützen.",
"layers": {
@@ -663,6 +654,72 @@
"description": "Eine Karte mit Bordsteinen und Überwegen.",
"title": "Bordsteine und Überwege"
},
+ "mapcomplete-changes": {
+ "description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
+ "layers": {
+ "0": {
+ "description": "Zeigt alle MapComplete Änderungen",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Themenname enthält {search}"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Erstellt von {search}"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "
Nicht erstellt von {search}"
+ }
+ }
+ }
+ },
+ "name": "Zentrum der Änderungssätze",
+ "tagRenderings": {
+ "contributor": {
+ "render": "Geändert von
{_last_edit:contributor}"
+ },
+ "render_id": {
+ "render": "Änderungssatz
{id}"
+ },
+ "theme": {
+ "mappings": {
+ "0": {
+ "then": "Änderung mit
inoffiziellem Thema
{theme}"
+ }
+ },
+ "render": "Änderung mit Thema
{theme}"
+ }
+ },
+ "title": {
+ "render": "Änderungssatz für {theme}"
+ }
+ },
+ "1": {
+ "override": {
+ "tagRenderings": {
+ "link_to_more": {
+ "render": "Weitere Statistiken finden Sie
hier"
+ }
+ }
+ }
+ }
+ },
+ "shortDescription": "Zeigt die mit MapComplete vorgenommenen Änderungen",
+ "title": "Mit MapComplete vorgenommene Änderungen"
+ },
+ "maproulette": {
+ "description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
+ "title": "MapRoulette-Aufgaben"
+ },
"maps": {
"description": "Auf dieser Karte findest du alle Karten, die OpenStreetMap kennt - typischerweise eine große Karte auf einer Informationstafel, die das Gebiet, die Stadt oder die Region zeigt, z.B. eine touristische Karte auf der Rückseite einer Plakatwand, eine Karte eines Naturschutzgebietes, eine Karte der Radwegenetze in der Region, ...)
Wenn eine Karte fehlt, können Sie diese leicht auf OpenStreetMap kartieren.",
"shortDescription": "Dieses Thema zeigt alle (touristischen) Karten, die OpenStreetMap kennt",
@@ -734,6 +791,26 @@
"render": "Statistik"
}
}
+ },
+ "19": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Alle vorgeschlagenen Tags hinzufügen"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "Auf Rädern"
diff --git a/langs/themes/en.json b/langs/themes/en.json
index c9d395030..b69461ddd 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -447,11 +447,6 @@
"description": "On this map, you'll find information about all types of schools and eduction and can easily add more information",
"title": "Education"
},
- "entrances": {
- "description": "A map showing all entrances, which surveys for important aspects for wheelchair users",
- "shortDescription": "Survey entrances to help wheelchair routing",
- "title": "Entrances"
- },
"etymology": {
"description": "On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. In the popup, you'll see the Wikipedia article (if it exists) or a wikidata box of what the object is named after. If the object itself has a wikipedia page, that'll be shown too.
You can help contribute too!Zoom in enough and
all streets will show up. You can click one and a Wikidata-search box will popup. With a few clicks, you can add an etymology link. Note that you need a free OpenStreetMap account to do this.",
"layers": {
@@ -600,10 +595,6 @@
"description": "A
ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.
On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account.",
"title": "Ghost bikes"
},
- "governments": {
- "description": "On this map, Governmental offices are shown and can be easily added",
- "title": "Governmental Offices"
- },
"grb": {
"description": "This theme is an attempt to help automating the GRB import.",
"layers": {
@@ -962,6 +953,28 @@
"description": "Layer showing sidewalks of highways",
"name": "Sidewalks",
"tagRenderings": {
+ "left-right-questions": {
+ "renderings": {
+ "1": {
+ "mappings": {
+ "0": {
+ "then": "Yes, there is a sidewalk on this side of the road"
+ },
+ "1": {
+ "then": "No, there is no sidewalk to walk on"
+ },
+ "2": {
+ "then": "There is a separately mapped sidewalk to walk on"
+ }
+ },
+ "question": "Is there a sidewalk on this side of the road?"
+ },
+ "2": {
+ "question": "What is the width of the sidewalk on this side of the road?",
+ "render": "This sidewalk is {sidewalk:left|right:width}m wide"
+ }
+ }
+ },
"streetname": {
"render": "This street is named {name}"
}
diff --git a/langs/themes/es.json b/langs/themes/es.json
index 5720c927a..8bdf32655 100644
--- a/langs/themes/es.json
+++ b/langs/themes/es.json
@@ -345,11 +345,6 @@
"description": "En este mapa, se muestran los puntos de agua potable accesibles públicamente y pueden añadirse fácilmente",
"title": "Agua Potable"
},
- "entrances": {
- "description": "Un mapa que muestra todas las entradas, que sondea aspectos importantes para usuarios de sillas de ruedas",
- "shortDescription": "Sondea entradas para ayudar el enrutado de sillas de ruedas",
- "title": "Entradas"
- },
"etymology": {
"layers": {
"1": {
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index 6f1bd8361..ebad67004 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -447,11 +447,6 @@
"description": "Sur cette carte, vous trouverez des informations concernant tous les types d'écoles et d'enseignement. Vous pouvez facilement ajouter plus d'informations",
"title": "Enseignement"
},
- "entrances": {
- "description": "Une carte renseignant toutes les entrées (importante pour les utilisateurs de sièges roulants",
- "shortDescription": "Vérifez les entrées pour faciliter le routage des utilisateurs de sièges roulants",
- "title": "Entrées"
- },
"etymology": {
"description": "Retrouvez sur cette carte l’origine du nom d’un élément. Les rues, bâtiments, etc. proviennent d’OpenStreetMap et sont liés aux données venant de Wikidata. La fenêtre pop-up affiche l’article Wikipedia (s’il existe) ou l’infobox Wikidata de l’objet dont provient le nom. Si l’objet a sa propre page Wikipedia, elle sera aussi affichée.
Vous pouvez contribuer aussi !Zoomez suffisamment et
toutes les rues seront affichées. Cliquez sur l'une d'elles et une boîte de recherche Wikidata apparaîtra. En quelques clics, vous pouvez ajouter un lien étymologique. Vous devez disposer d’un compte OpenStreetMap gratuit.",
"layers": {
@@ -647,6 +642,84 @@
"shortDescription": "Carte indiquant les bornes incendies, extincteurs, casernes de pompiers et ambulanciers.",
"title": "Bornes incendies, extincteurs, casernes de pompiers et ambulanciers"
},
+ "healthcare": {
+ "description": "Cette carte affiche différents éléments liés à la santé",
+ "title": "Services de santé"
+ },
+ "indoors": {
+ "description": "Cette carte présente les lieux intérieurs accessibles au public",
+ "title": "Intérieurs"
+ },
+ "kerbs_and_crossings": {
+ "description": "Une carte affichant les ressauts et traversées.",
+ "title": "Ressauts et traversées"
+ },
+ "mapcomplete-changes": {
+ "description": "Cette carte affiche toutes les modifications réalisées avec MapComplete",
+ "layers": {
+ "0": {
+ "description": "Afficher toutes les modifications MapComplete",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Nom de thème contenant {search}"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Réalisé par {search}"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "
Non réalisé par {search}"
+ }
+ }
+ }
+ },
+ "name": "Centre du groupe de modifications",
+ "tagRenderings": {
+ "contributor": {
+ "render": "Modification faite par
{_last_edit:contributor}"
+ },
+ "render_id": {
+ "render": "Groupe de modifications
{id}"
+ },
+ "theme": {
+ "mappings": {
+ "0": {
+ "then": "Modification avec le thème
non-officiel {theme}"
+ }
+ },
+ "render": "Modification avec le thème
{theme}"
+ }
+ },
+ "title": {
+ "render": "Groupe de modifications pour {theme}"
+ }
+ },
+ "1": {
+ "override": {
+ "tagRenderings": {
+ "link_to_more": {
+ "render": "D’autres statistiques sont disponibles
ici"
+ }
+ }
+ }
+ }
+ },
+ "shortDescription": "Montrer les changements faits avec MapComplete",
+ "title": "Changements faits avec MapComplete"
+ },
+ "maproulette": {
+ "description": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.",
+ "title": "Tâches MapRoulette"
+ },
"maps": {
"description": "Sur cette carte sont affichées les cartes (plans) mappées dans OpenStreetMap.
Si une carte est manquante, vous pouvez l'ajouer facilement avec un compte OpenStreetMap.",
"shortDescription": "Cette carte affiche toutes les cartes (plans) mappés dans OpenStreetMap",
@@ -673,6 +746,73 @@
},
"onwheels": {
"description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes",
+ "layers": {
+ "4": {
+ "override": {
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Toute/aucune information sur la largeur"
+ },
+ "1": {
+ "question": "Pas d’information sur la largeur"
+ }
+ }
+ }
+ }
+ }
+ },
+ "6": {
+ "override": {
+ "=filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Tous types de ressauts"
+ },
+ "1": {
+ "question": "Ressaut surélevé (> 3 cm)"
+ },
+ "2": {
+ "question": "Ressaut abaissé (~ 3 cm)"
+ },
+ "3": {
+ "question": "Ressaut à niveau (~ 0 cm)"
+ }
+ }
+ }
+ }
+ }
+ },
+ "18": {
+ "override": {
+ "=title": {
+ "render": "Statistiques"
+ }
+ }
+ },
+ "19": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importation"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Ajouter tous les attributs suggérés"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"title": "OnWheels"
},
"openwindpowermap": {
@@ -797,6 +937,10 @@
"shortDescription": "Une carte des bureaux de poste et des boîtes à lettres",
"title": "Carte des Bureaux de Poste et Boîtes à Lettres"
},
+ "rainbow_crossings": {
+ "description": "Cette carte affiche et permet la modification des passages cloutés peints aux couleurs de l’arc-en-ciel",
+ "title": "Passages cloutés arc-en-ciel"
+ },
"shops": {
"description": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, leurs horaires d'ouverture et leurs numéros de téléphone",
"shortDescription": "Carte modifiable affichant les informations de base des magasins",
@@ -891,13 +1035,18 @@
"description": "Carte affichant les WC et toilettes publiques",
"title": "Carte des WC et toilettes publiques"
},
+ "transit": {
+ "description": "Planifier votre itinéraire avec le système de transports en commun.",
+ "title": "Lignes de bus"
+ },
"trees": {
"description": "Cartographions tous les arbres !",
"shortDescription": "Cartographions tous les arbres",
"title": "Arbres"
},
"walls_and_buildings": {
- "description": "Couche intégrée spéciale fournissant tous les murs et bâtiments. Cette couche est utile dans les préréglages pour les objets qui peuvent être placés contre les murs (par exemple, les DEA, les boîtes aux lettres, les entrées, les adresses, les caméras de surveillance, …). Ce calque est invisible par défaut et non inchangeable par l'utilisateur."
+ "description": "Couche intégrée spéciale fournissant tous les murs et bâtiments. Cette couche est utile dans les préréglages pour les objets qui peuvent être placés contre les murs (par exemple, les DEA, les boîtes aux lettres, les entrées, les adresses, les caméras de surveillance, …). Ce calque est invisible par défaut et non inchangeable par l'utilisateur.",
+ "title": "Murs et bâtiments"
},
"waste": {
"description": "Carte des poubelles et infrastructures de recyclage.",
diff --git a/langs/themes/hu.json b/langs/themes/hu.json
index fdac6ab31..964fde035 100644
--- a/langs/themes/hu.json
+++ b/langs/themes/hu.json
@@ -163,11 +163,6 @@
"description": "Ezen a térképen a nyilvánosan hozzáférhető ivóvíznyerő helyek láthatók, szerkeszthetők és rajzolhatók fel könnyedén",
"title": "Ivóvíz"
},
- "entrances": {
- "description": "Épületek bejáratai mutató térkép, amely a kerekesszékkel közlekedőknek fontos szempontokat jeleníti meg",
- "shortDescription": "Akadálymentes útvonaltervezést segítő bejáratok feltérképezése",
- "title": "Épületek bejáratai"
- },
"etymology": {
"description": "Ezen a térképen az látható, hogy egy objektum milyen névre hallgat. Az utcák, épületek stb. az OpenStreetMapről származnak, amely össze van kapcsolva a Wikidata adatbázissal. A felugró ablakban megjelenik a megfelelő Wikipedia-szócikk (ha van) vagy egy Wikidata-doboz arról, amiről az objektumot elnevezték. Ha magának az objektumnak van Wikipédia-oldala, az is megjelenik.
A térképet Ön is szerkesztheti!nagyítson rá, és
az összes utca megjelenik. Ha valamelyikre rákattint, megjelenik Wikidata-kereső doboz. Néhány kattintással hozzáadhat egy etimológiai linket. Ne feledje, hogy ehhez szüksége van egy ingyenes OpenStreetMap-fiókra.",
"layers": {
diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json
index 496bf9d0e..c1f49dafc 100644
--- a/langs/themes/nb_NO.json
+++ b/langs/themes/nb_NO.json
@@ -288,11 +288,6 @@
"education": {
"title": "Utdanning"
},
- "entrances": {
- "description": "Alle innganger, som er en viktig undersøkelse å gjøre for rullestolsbrukere",
- "shortDescription": "Lag oversikt over innganger for å hjelpe rullestolsruteplanlegging",
- "title": "Innganger"
- },
"facadegardens": {
"layers": {
"0": {
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index 034bb5504..f35622a8a 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -451,11 +451,6 @@
"description": "Deze kaart toont info over verschillende onderwijsinstellingen zoals kleuterscholen, middelbare scholen en tertiair onderwijs.",
"title": "Onderwijs"
},
- "entrances": {
- "description": "Een kaart die alle toegangen toont,",
- "shortDescription": "Breng ingangen in kaart om rolstoelnavigatie mogelijk te maken",
- "title": "Toegangsdeuren"
- },
"etymology": {
"description": "Op deze kaart zie je waar een plaats naar is vernoemd. De straten, gebouwen, ... komen uit OpenStreetMap, waar een link naar Wikidata werd gelegd. In de popup zie je het Wikipedia-artikel van hetgeen naarwaar het vernoemd is of de Wikidata-box.
Je kan zelf ook meehelpen!Als je ver inzoomt, krijg je alle straten te zien. Klik je een straat aan, dan krijg je een zoekfunctie waarmee je snel een nieuwe link kan leggen. Je hebt hiervoor een gratis OpenStreetMap account nodig.",
"layers": {
diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json
index a87f75a98..dee090b86 100644
--- a/langs/themes/zh_Hant.json
+++ b/langs/themes/zh_Hant.json
@@ -280,11 +280,6 @@
"description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加",
"title": "飲用水"
},
- "entrances": {
- "description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
- "shortDescription": "幫助輪椅導航來勘查出入口",
- "title": "出入口"
- },
"etymology": {
"description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單,你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。
你也可以貢獻!放大到夠大的層級,然後
所有道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。",
"layers": {
diff --git a/scripts/generateTranslations.ts b/scripts/generateTranslations.ts
index 50fce6e6b..a6de47c75 100644
--- a/scripts/generateTranslations.ts
+++ b/scripts/generateTranslations.ts
@@ -55,7 +55,7 @@ class TranslationPart {
}
const v = translations[translationsKey]
if (typeof (v) != "string") {
- console.error(`Non-string object at ${context} in translation while trying to add more translations to '` + translationsKey + "'. The offending object which _should_ be a translation is: ", v,"\n\nThe current object is:", this.toJson("en"))
+ console.error(`Non-string object at ${context} in translation while trying to add more translations to '` + translationsKey + "'. The offending object which _should_ be a translation is: ", v, "\n\nThe current object is:", this.toJson("en"))
throw "Error in an object depicting a translation: a non-string object was found. (" + context + ")\n You probably put some other section accidentally in the translation"
}
this.contents.set(translationsKey, v)
@@ -100,25 +100,34 @@ class TranslationPart {
console.warn("Got a null value for key ", key)
continue
}
+ if (typeof v !== "object") {
+ continue;
+ }
- if (v["id"] !== undefined && context.endsWith(".tagRenderings")) {
- // We use the embedded id as key instead of the index as this is more stable
- // Note: indonesian is shortened as 'id' as well!
- if (v["en"] !== undefined || v["nl"] !== undefined) {
- // This is probably a translation already!
- // pass
+ if (context.endsWith(".tagRenderings")) {
+ if (v["id"] === undefined) {
+ if (v["builtin"] !== undefined && typeof v["builtin"] === "string") {
+ key = v["builtin"]
+ } else {
+ throw "At " + context + ": every object within a tagRenderings-list should have an id. " + JSON.stringify(v) + " has no id"
+ }
} else {
- key = v["id"]
- if (typeof key !== "string") {
- throw "Panic: found a non-string ID at" + context
+ // We use the embedded id as key instead of the index as this is more stable
+ // Note: indonesian is shortened as 'id' as well!
+ if (v["en"] !== undefined || v["nl"] !== undefined) {
+ // This is probably a translation already!
+ // pass
+ } else {
+
+ key = v["id"]
+ if (typeof key !== "string") {
+ throw "Panic: found a non-string ID at" + context
+ }
}
}
}
- if (typeof v !== "object") {
- continue;
- }
if (!this.contents.get(key)) {
this.contents.set(key, new TranslationPart())
@@ -591,7 +600,7 @@ function mergeThemeTranslations() {
}
}
-if(!existsSync("./langs/themes")){
+if (!existsSync("./langs/themes")) {
mkdirSync("./langs/themes")
}
const themeOverwritesWeblate = process.argv[2] === "--ignore-weblate"