forked from MapComplete/MapComplete
Housekeeping...
This commit is contained in:
parent
d46bc83eb8
commit
bb0eb85089
25 changed files with 411 additions and 263 deletions
|
@ -80,6 +80,7 @@
|
|||
|
||||
- ambulancestation
|
||||
- artwork
|
||||
- atm
|
||||
- barrier
|
||||
- bench
|
||||
- bench_at_pt
|
||||
|
|
|
@ -40,10 +40,10 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>
|
||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22atm%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22atm%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D%5B%22atm%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
|
||||
|
||||
|
@ -67,6 +67,42 @@ attribute | type | values which are supported by this layer
|
|||
|
||||
|
||||
|
||||
### images
|
||||
|
||||
|
||||
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### bank-images
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bank`
|
||||
|
||||
|
||||
|
||||
### atm-in-bank-notice
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bank`
|
||||
|
||||
|
||||
|
||||
### name
|
||||
|
||||
|
||||
|
|
|
@ -15,6 +15,48 @@
|
|||
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
|
||||
"value": "atm"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
|
||||
"value": "bank"
|
||||
},
|
||||
{
|
||||
"key": "atm",
|
||||
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "brand",
|
||||
"description": "Layer 'ATMs' shows and asks freeform values for key 'brand' (in the MapComplete.osm.be theme 'ATM Machines')"
|
||||
|
|
|
@ -344,6 +344,48 @@
|
|||
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
|
||||
"value": "atm"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
|
||||
"value": "bank"
|
||||
},
|
||||
{
|
||||
"key": "atm",
|
||||
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary"
|
||||
},
|
||||
{
|
||||
"key": "brand",
|
||||
"description": "Layer 'ATMs' shows and asks freeform values for key 'brand' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
|
|
|
@ -25,6 +25,7 @@ Available languages:
|
|||
|
||||
- en
|
||||
- de
|
||||
- fr
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json)
|
|
@ -30,6 +30,7 @@ Available languages:
|
|||
- nl
|
||||
- en
|
||||
- de
|
||||
- fr
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json)
|
|
@ -31,6 +31,7 @@ Available languages:
|
|||
- en
|
||||
- de
|
||||
- nl
|
||||
- fr
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json)
|
|
@ -30,6 +30,7 @@ Available languages:
|
|||
- ca
|
||||
- nl
|
||||
- pa_PK
|
||||
- fr
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/hotels/hotels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hotels/hotels.json)
|
|
@ -112,7 +112,7 @@
|
|||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/atm atm]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:_context|en}}
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:_context|en}}
|
||||
|descr= A MapComplete theme: This map shows ATMs to withdraw or deposit money
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|
@ -157,7 +157,7 @@
|
|||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/blind_osm blind_osm]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:_context|en}}
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:_context|en}}
|
||||
|descr= A MapComplete theme: Help to map features relevant for the blind
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|
@ -274,7 +274,7 @@
|
|||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/hotels hotels]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:nl|en}}, {{#language:_context|en}}
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:_context|en}}
|
||||
|descr= A MapComplete theme: On this map, you'll find hotels in your area
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 4747,
|
||||
"commits": 4755,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -36,7 +36,10 @@
|
|||
"or": [
|
||||
"amenity=atm",
|
||||
{
|
||||
"and": ["amenity=bank","atm=yes"]
|
||||
"and": [
|
||||
"amenity=bank",
|
||||
"atm=yes"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -67,7 +70,6 @@
|
|||
"render": "{image_carousel()}",
|
||||
"condition": "amenity=bank"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "atm-in-bank-notice",
|
||||
"condition": "amenity=bank",
|
||||
|
@ -152,4 +154,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -130,7 +130,8 @@
|
|||
"en": "What kind of crossing is this?",
|
||||
"nl": "Wat voor oversteekplaats is dit?",
|
||||
"de": "Was ist das für eine Kreuzung?",
|
||||
"es": "¿Qué tipo de cruce es este?"
|
||||
"es": "¿Qué tipo de cruce es este?",
|
||||
"fr": "Quel type de passage piéton est-ce ?"
|
||||
},
|
||||
"condition": "highway=crossing",
|
||||
"mappings": [
|
||||
|
@ -140,7 +141,8 @@
|
|||
"en": "Crossing, without traffic lights",
|
||||
"nl": "Oversteekplaats, zonder verkeerslichten",
|
||||
"de": "Kreuzungen ohne Ampeln",
|
||||
"es": "Cruce, sin semáforos"
|
||||
"es": "Cruce, sin semáforos",
|
||||
"fr": "Passage piéton, sans feux de signalisation"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -149,7 +151,8 @@
|
|||
"en": "Crossing with traffic signals",
|
||||
"nl": "Oversteekplaats met verkeerslichten",
|
||||
"de": "Kreuzungen mit Ampeln",
|
||||
"es": "Cruce con señales de tráfico"
|
||||
"es": "Cruce con señales de tráfico",
|
||||
"fr": "Passage piéton avec des feux de signalisation"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -159,7 +162,8 @@
|
|||
"nl": "Zebrapad",
|
||||
"de": "Zebrastreifen",
|
||||
"ca": "Pas de zebra",
|
||||
"es": "Paso de cebra"
|
||||
"es": "Paso de cebra",
|
||||
"fr": "Passage piéton"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -169,7 +173,8 @@
|
|||
"en": "Crossing without crossing markings",
|
||||
"nl": "Oversteekplaats zonder kruispuntmarkeringen",
|
||||
"de": "Kreuzung ohne Kreuzungsmarkierungen",
|
||||
"es": "Cruce sin marcas de cruce"
|
||||
"es": "Cruce sin marcas de cruce",
|
||||
"fr": "Passage piéton sans marquages"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -279,7 +284,8 @@
|
|||
"en": "Does this crossing have tactile paving?",
|
||||
"nl": "Heeft deze oversteekplaats een geleidelijn?",
|
||||
"de": "Gibt es an dieser Kreuzung ein Blindenleitsystem?",
|
||||
"es": "¿Tiene pavimento táctil este cruce?"
|
||||
"es": "¿Tiene pavimento táctil este cruce?",
|
||||
"fr": "Est-ce que ce passage piéton a une surface podotactile ?"
|
||||
},
|
||||
"condition": "highway=crossing",
|
||||
"mappings": [
|
||||
|
@ -289,7 +295,8 @@
|
|||
"en": "This crossing has tactile paving",
|
||||
"nl": "Deze oversteekplaats heeft een geleidelijn",
|
||||
"de": "An dieser Kreuzung gibt es ein Blindenleitsystem",
|
||||
"es": "Este cruce tiene pavimento táctil"
|
||||
"es": "Este cruce tiene pavimento táctil",
|
||||
"fr": "Ce passage piéton a une surface podotactile"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -298,7 +305,8 @@
|
|||
"en": "This crossing does not have tactile paving",
|
||||
"nl": "Deze oversteekplaats heeft geen geleidelijn",
|
||||
"de": "Diese Kreuzung hat kein Blindenleitsystem",
|
||||
"es": "Este cruce no tiene pavimento táctil"
|
||||
"es": "Este cruce no tiene pavimento táctil",
|
||||
"fr": "Ce passage piéton n'a pas de surface podotactile"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -307,7 +315,8 @@
|
|||
"en": "This crossing has tactile paving, but is not correct",
|
||||
"nl": "Deze oversteekplaats heeft een geleidelijn, die incorrect is.",
|
||||
"de": "Diese Kreuzung hat taktile Pflasterung, ist aber nicht korrekt",
|
||||
"es": "Este cruce tiene pavimento táctil, pero no es correcto"
|
||||
"es": "Este cruce tiene pavimento táctil, pero no es correcto",
|
||||
"fr": "Ce passage piéton a une surface podotactile, mais elle n'est pas adéquate"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
@ -352,7 +361,8 @@
|
|||
"id": "crossing-sound",
|
||||
"question": {
|
||||
"en": "Does this traffic light have sound signals to aid crossing?",
|
||||
"de": "Gibt die Ampel akustische Signale, um das Überqueren zu erleichtern?"
|
||||
"de": "Gibt die Ampel akustische Signale, um das Überqueren zu erleichtern?",
|
||||
"fr": "Est-ce que le feu de signalisation a une signalisation sonore pour aider à traverser ?"
|
||||
},
|
||||
"condition": "crossing=traffic_signals",
|
||||
"mappings": [
|
||||
|
|
|
@ -119,10 +119,12 @@
|
|||
{
|
||||
"id": "circumference",
|
||||
"question": {
|
||||
"en": "What is the circumference of the tree trunk?<p class='subtle'>This is measured at a height of 1.30m</p>"
|
||||
"en": "What is the circumference of the tree trunk?<p class='subtle'>This is measured at a height of 1.30m</p>",
|
||||
"de": "Wie groß ist der Umfang des Baumstammes?<p class='subtle'>Dies wird in einer Höhe von 1,30 m gemessen</p>"
|
||||
},
|
||||
"render": {
|
||||
"en": "The tree trunk has a circumference of {circumference} meter"
|
||||
"en": "The tree trunk has a circumference of {circumference} meter",
|
||||
"de": "Der Baumstamm hat einen Umfang von {circumference} Meter"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "circumference",
|
||||
|
@ -133,7 +135,8 @@
|
|||
{
|
||||
"id": "height",
|
||||
"question": {
|
||||
"en": "What is the height of this tree?"
|
||||
"en": "What is the height of this tree?",
|
||||
"de": "Wie hoch ist dieser Baum?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "height",
|
||||
|
@ -141,7 +144,8 @@
|
|||
"inline": true
|
||||
},
|
||||
"render": {
|
||||
"en": "This tree is {height} meter high"
|
||||
"en": "This tree is {height} meter high",
|
||||
"de": "Dieser Baum ist {height} Meter hoch"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"id": "atm",
|
||||
"title": {
|
||||
"en": "ATM Machines",
|
||||
"de": "Geldautomaten"
|
||||
"de": "Geldautomaten",
|
||||
"fr": "Distributeurs DAB"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows ATMs to withdraw or deposit money",
|
||||
"de": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld"
|
||||
"de": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld",
|
||||
"fr": "Cette carte montre les DABs pour retirer ou déposer de l'argent"
|
||||
},
|
||||
"icon": "./assets/themes/atm/logo.svg",
|
||||
"startLat": 0,
|
||||
|
|
|
@ -3,18 +3,21 @@
|
|||
"title": {
|
||||
"nl": "BAG import helper",
|
||||
"en": "BAG import helper",
|
||||
"de": "BAG-Importhilfe"
|
||||
"de": "BAG-Importhilfe",
|
||||
"fr": "Facilitateur d'import BAG"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "BAG import helper tool",
|
||||
"en": "BAG import helper tool",
|
||||
"de": "BAG-Import-Hilfswerkzeug"
|
||||
"de": "BAG-Import-Hilfswerkzeug",
|
||||
"fr": "Outil de facilitation d'import BAG"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Dit thema helpt het importeren van BAG data",
|
||||
"en": "This theme helps with importing data from BAG",
|
||||
"cs": "Toto téma pomáhá s importem dat ze systému BAG",
|
||||
"de": "Dieses Thema hilft beim Importieren von BAG-Daten"
|
||||
"de": "Dieses Thema hilft beim Importieren von BAG-Daten",
|
||||
"fr": "Ce thème aide à l'importation de données depuis BAG"
|
||||
},
|
||||
"credits": "Wouter van der Wal",
|
||||
"icon": "./assets/themes/bag/logo.svg",
|
||||
|
@ -84,7 +87,8 @@
|
|||
"render": {
|
||||
"en": "The reference in BAG is <b>{ref:bag}</b>",
|
||||
"de": "Die Referenz in BAG ist <b>{ref:bag}</b>",
|
||||
"nl": "De referentie in BAG is <b>{ref:bag}</b>"
|
||||
"nl": "De referentie in BAG is <b>{ref:bag}</b>",
|
||||
"fr": "La référence dans le BAG est <b>{ref:bag}</b>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -93,7 +97,8 @@
|
|||
"en": "This building has no reference in the BAG",
|
||||
"cs": "Tato budova nemá v BAG žádný odkaz",
|
||||
"de": "Dieses Gebäude hat keinen Verweis im BAG",
|
||||
"nl": "Dit gebouw heeft geen referentie in de BAG"
|
||||
"nl": "Dit gebouw heeft geen referentie in de BAG",
|
||||
"fr": "Ce bâtiment n'a pas de référence dans le BAG"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -155,7 +160,8 @@
|
|||
"description": {
|
||||
"en": "Buildings from BAG register",
|
||||
"de": "Gebäude aus dem BAG-Register",
|
||||
"nl": "Gebouw uit de BAG"
|
||||
"nl": "Gebouw uit de BAG",
|
||||
"fr": "Bâtiments du registre BAG"
|
||||
},
|
||||
"source": {
|
||||
"geoJson": "https://service.pdok.nl/lv/bag/wfs/v2_0?request=GetFeature&service=WFS&version=2.0.0&outputFormat=application%2Fjson%3B%20subtype%3Dgeojson&typeName=bag%3Apand&bbox={x_min}%2C{y_min}%2C{x_max}%2C{y_max}%2CCRS84&srsName=EPSG%3A4326",
|
||||
|
@ -218,7 +224,8 @@
|
|||
"then": {
|
||||
"en": "Didn't calculate the correct values yet. Refresh this page",
|
||||
"de": "Richtige Werte noch nicht berechnet. Aktualisieren Sie diese Seite",
|
||||
"nl": "Correcte waarden nog niet berekend. Herlaad deze pagina"
|
||||
"nl": "Correcte waarden nog niet berekend. Herlaad deze pagina",
|
||||
"fr": "Les valeurs correctes n'ont pas encore été calculées. Rafraichissez la page"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -242,7 +249,8 @@
|
|||
"render": {
|
||||
"en": "The reference in BAG is <b>{_bag_obj:ref:bag}</b>",
|
||||
"de": "Die Referenz in BAG ist <b>{_bag_obj:ref:bag}</b>",
|
||||
"nl": "De referentie in BAG is <b>{_bag_obj:ref:bag}</b>"
|
||||
"nl": "De referentie in BAG is <b>{_bag_obj:ref:bag}</b>",
|
||||
"fr": "La référence dans BAG est <b>{_bag_obj:ref:bag}</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -251,7 +259,8 @@
|
|||
"en": "This building was built in <b>{_bag_obj:start_date}</b>",
|
||||
"de": "Dieses Gebäude wurde gebaut in <b>{_bag_obj:start_date}</b>",
|
||||
"pt_BR": "Esta construção é de <b>{_bag_obj:start_date}</b>",
|
||||
"nl": "Dit gebouw is gebouwd in <b>{_bag_obj:start_date}</b>"
|
||||
"nl": "Dit gebouw is gebouwd in <b>{_bag_obj:start_date}</b>",
|
||||
"fr": "Le bâtiment a été construit en <b>{_bag_obj:start_date}</b>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -259,7 +268,8 @@
|
|||
"then": {
|
||||
"en": "The building was started in <b>{_bag_obj:start_date}</b>",
|
||||
"de": "Der Bau wurde in <b>{_bag_obj:start_date}</b> begonnen",
|
||||
"nl": "De bouw van dit gebouw is gestart in <b>{_bag_obj:start_date}</b>"
|
||||
"nl": "De bouw van dit gebouw is gestart in <b>{_bag_obj:start_date}</b>",
|
||||
"fr": "Le bâtiment a été commencé en <b>{_bag_obj:start_date}</b>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -269,7 +279,8 @@
|
|||
"render": {
|
||||
"en": "The building type is a <b>{_bag_obj:building}</b>",
|
||||
"de": "Der Gebäudetyp ist ein <b>{_bag_obj:building}</b>",
|
||||
"nl": "Het gebouwtype is <b>{_bag_obj:building}</b>"
|
||||
"nl": "Het gebouwtype is <b>{_bag_obj:building}</b>",
|
||||
"fr": "Le type de bâtiment est <b>{_bag_obj:building}</b>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -277,7 +288,8 @@
|
|||
"then": {
|
||||
"en": "The building type will be a <b>{_bag_obj:construction}</b>",
|
||||
"de": "Der Gebäudetyp ist ein <b>{_bag_obj:construction}</b>",
|
||||
"nl": "Het gebouwtype wordt <b>{_bag_obj:construction}</b>"
|
||||
"nl": "Het gebouwtype wordt <b>{_bag_obj:construction}</b>",
|
||||
"fr": "Le type de bâtiment sera <b>{_bag_obj:construction}</b>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
"title": {
|
||||
"en": "OSM for the blind",
|
||||
"de": "OSM für Blinde",
|
||||
"nl": "OSM voor blinden"
|
||||
"nl": "OSM voor blinden",
|
||||
"fr": "OSM pour les malvoyants"
|
||||
},
|
||||
"description": {
|
||||
"en": "Help to map features relevant for the blind",
|
||||
"de": "Hilfe zur Kartierung blindenrelevanter Merkmale",
|
||||
"nl": "Help zaken die relevant zijn voor blinden in kaart te brengen"
|
||||
"nl": "Help zaken die relevant zijn voor blinden in kaart te brengen",
|
||||
"fr": "Aidez à cartographier les caractéristiques importantes pour les malvoyants"
|
||||
},
|
||||
"icon": "./assets/themes/blind_osm/Blindicon.svg",
|
||||
"startLat": 52.99238,
|
||||
|
|
|
@ -309,4 +309,4 @@
|
|||
}
|
||||
],
|
||||
"credits": "Christian Neumann <christian@utopicode.de>"
|
||||
}
|
||||
}
|
|
@ -405,7 +405,8 @@
|
|||
"then": {
|
||||
"en": "This street is a bicycle road",
|
||||
"de": "Diese Straße ist eine Fahrradstraße",
|
||||
"nl": "Deze straat is een fietsstraat"
|
||||
"nl": "Deze straat is een fietsstraat",
|
||||
"fr": "Cette rue est une piste cyclable"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -423,7 +424,8 @@
|
|||
"then": {
|
||||
"en": "This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)",
|
||||
"de": "Diese Straße ist eine Fahrradstraße (hat eine Geschwindigkeitsbegrenzung von 30 km/h und Fahrzeuge sind nicht erlaubt) (Schild wird später abgefragt)",
|
||||
"nl": "Deze straat is een fietsstraat (snelheid van 30 km/h en voertuigen niet toegestaan) (bord wordt later gevraagd)"
|
||||
"nl": "Deze straat is een fietsstraat (snelheid van 30 km/h en voertuigen niet toegestaan) (bord wordt later gevraagd)",
|
||||
"fr": "Cette rue est une piste cyclable (avec une limitation de vitesse a 30 km/h et les véhicules ne sont pas autorisés) (un panneau sera demandé plus tard)"
|
||||
},
|
||||
"hideInAnswer": "_country!=de"
|
||||
},
|
||||
|
@ -486,7 +488,8 @@
|
|||
"then": {
|
||||
"en": "This street will become a bicycle road soon",
|
||||
"de": "Diese Straße wird bald zu einer Fahrradstraße",
|
||||
"nl": "Deze straat wordt binnenkort een fietsstraat"
|
||||
"nl": "Deze straat wordt binnenkort een fietsstraat",
|
||||
"fr": "Cette rue va bientôt devenir une piste cyclable"
|
||||
},
|
||||
"hideInAnswer": "_country!=de"
|
||||
},
|
||||
|
@ -526,7 +529,8 @@
|
|||
"question": {
|
||||
"en": "What sign does this bicycle road have?",
|
||||
"de": "Welches Schild hat diese Fahrradstraße?",
|
||||
"nl": "Welk bord heeft deze fietsstraat?"
|
||||
"nl": "Welk bord heeft deze fietsstraat?",
|
||||
"fr": "Quel panneau comporte cette piste cyclable ?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -534,7 +538,8 @@
|
|||
"then": {
|
||||
"en": "Residents allowed",
|
||||
"de": "Anlieger frei",
|
||||
"nl": "Aanwonenden toegestaan"
|
||||
"nl": "Aanwonenden toegestaan",
|
||||
"fr": "Riverains autorisés"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg",
|
||||
|
@ -552,7 +557,8 @@
|
|||
"then": {
|
||||
"en": "Motor vehicles allowed",
|
||||
"de": "KFZ frei",
|
||||
"nl": "Motorvoertuigen toegestaan"
|
||||
"nl": "Motorvoertuigen toegestaan",
|
||||
"fr": "Véhicules motorisés autorisés"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg",
|
||||
|
@ -571,7 +577,8 @@
|
|||
"en": "Motorcycles allowed",
|
||||
"de": "Motorräder frei",
|
||||
"pa_PK": "موٹرسائیکلاں دی اِجازت اے",
|
||||
"nl": "Motoren toegestaan"
|
||||
"nl": "Motoren toegestaan",
|
||||
"fr": "Motos autorisées"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg",
|
||||
|
@ -590,7 +597,8 @@
|
|||
"en": "Cars allowed",
|
||||
"de": "Autos erlaubt",
|
||||
"pa_PK": "موٹرکاراں دی اِجازت اے",
|
||||
"nl": "Auto's toegestaan"
|
||||
"nl": "Auto's toegestaan",
|
||||
"fr": "Voitures autorisées"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg",
|
||||
|
@ -608,7 +616,8 @@
|
|||
"then": {
|
||||
"en": "There are no supplementary signs at this bicycle road.",
|
||||
"de": "An dieser Fahrradstraße gibt es keine zusätzlichen Schilder.",
|
||||
"nl": "Er zijn geen onderborden bij deze fietsstraat."
|
||||
"nl": "Er zijn geen onderborden bij deze fietsstraat.",
|
||||
"fr": "Il n'y a pas de panneaux supplémentaires à cette piste cyclable."
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244.svg",
|
||||
|
|
|
@ -7,14 +7,16 @@
|
|||
"nb_NO": "Hoteller",
|
||||
"ca": "Hotels",
|
||||
"nl": "Hotels",
|
||||
"pa_PK": "ہوٹیل"
|
||||
"pa_PK": "ہوٹیل",
|
||||
"fr": "Hôtels"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, you'll find hotels in your area",
|
||||
"de": "Auf dieser Karte finden Sie Hotels in Ihrer Nähe",
|
||||
"da": "På dette kort finder du hoteller i dit område",
|
||||
"nb_NO": "På dette kartet finner du hoteller der du er",
|
||||
"nl": "Op deze kaart vind je hotels in je omgeving"
|
||||
"nl": "Op deze kaart vind je hotels in je omgeving",
|
||||
"fr": "Sur cette carte, vous trouverez les hôtels dans votre zone"
|
||||
},
|
||||
"icon": "./assets/layers/hotel/hotel.svg",
|
||||
"startLat": 50.8552,
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"description": {
|
||||
"en": "On this map, publicly accessible indoor places are shown",
|
||||
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume",
|
||||
"fr": "Cette carte présente les lieux intérieurs accessibles au public",
|
||||
"fr": "Sur cette carte, les lieux intérieurs accessibles au public sont montrés",
|
||||
"da": "På dette kort er offentligt tilgængelige indendørs steder vist",
|
||||
"nl": "Op deze kaart worden publiek toegankelijke binnenruimtes getoond"
|
||||
},
|
||||
|
|
|
@ -184,6 +184,10 @@
|
|||
"commits": 5,
|
||||
"contributor": "Alexey Shabanov"
|
||||
},
|
||||
{
|
||||
"commits": 4,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
"commits": 4,
|
||||
"contributor": "Hiroshi Miura"
|
||||
|
@ -210,7 +214,7 @@
|
|||
},
|
||||
{
|
||||
"commits": 3,
|
||||
"contributor": "mcliquid"
|
||||
"contributor": "aleksej0R"
|
||||
},
|
||||
{
|
||||
"commits": 3,
|
||||
|
@ -328,10 +332,6 @@
|
|||
"commits": 2,
|
||||
"contributor": "Leo Alcaraz"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "aleksej0R"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Lucas"
|
||||
|
|
|
@ -7037,12 +7037,6 @@
|
|||
"render_single_language": "Die Treppe hat taktile Schrift in {language():font-bold}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"render": "Diese Treppen befinden sich zwischen den Ebenen {level}",
|
||||
"question": "Zwischen welchen Ebenen befinden sich diese Treppen?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7422,18 +7416,6 @@
|
|||
},
|
||||
"question": "Wer ist der Betreiber dieses Fahrkartenentwerters?",
|
||||
"render": "Dieser Fahrkartenentwerter wird betrieben von {operator}"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Dieser Ticketentwerter akzeptiert OV-Chipkarten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieser Ticketentwerter akzeptiert OV-Chipkarten"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7700,11 +7682,6 @@
|
|||
"wheelchair-door-width": {
|
||||
"question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?",
|
||||
"render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit"
|
||||
},
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Wann ist die Einrichtung, in der sich diese Toiletten befinden, geöffnet?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7959,6 +7936,14 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "Wie groß ist der Umfang des Baumstammes?<p class='subtle'>Dies wird in einer Höhe von 1,30 m gemessen</p>",
|
||||
"render": "Der Baumstamm hat einen Umfang von {circumference} Meter"
|
||||
},
|
||||
"height": {
|
||||
"question": "Wie hoch ist dieser Baum?",
|
||||
"render": "Dieser Baum ist {height} Meter hoch"
|
||||
},
|
||||
"tree-decidouous": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8052,14 +8037,6 @@
|
|||
"tree_node-wikidata": {
|
||||
"question": "Was ist das passende Wikidata Element zu diesem Baum?",
|
||||
"render": "<img src=\"./assets/svg/wikidata.svg\" style=\"width:1em;height:0.56em;vertical-align:middle\" alt=\"\"/> Wikidata: <a href=\"http://www.wikidata.org/entity/{wikidata}\">{wikidata}</a>"
|
||||
},
|
||||
"circumference": {
|
||||
"question": "Wie groß ist der Umfang des Baumstammes?<p class='subtle'>Dies wird in einer Höhe von 1,30 m gemessen</p>",
|
||||
"render": "Der Baumstamm hat einen Umfang von {circumference} Meter"
|
||||
},
|
||||
"height": {
|
||||
"question": "Wie hoch ist dieser Baum?",
|
||||
"render": "Dieser Baum ist {height} Meter hoch"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -8372,4 +8349,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -176,6 +176,9 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"atm-in-bank-notice": {
|
||||
"render": "This ATM is located in or near a bank"
|
||||
},
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Brand name"
|
||||
|
|
|
@ -1833,8 +1833,25 @@
|
|||
},
|
||||
"question": "Est-ce que le feu de signalisation a une signalisation sonore pour aider à traverser ?"
|
||||
},
|
||||
"crossing-tactile": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce passage piéton a une surface podotactile"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce passage piéton n'a pas de surface podotactile"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ce passage piéton a une surface podotactile, mais elle n'est pas adéquate"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce que ce passage piéton a une surface podotactile ?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Passage piéton, sans feux de signalisation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Passage piéton avec des feux de signalisation"
|
||||
},
|
||||
|
@ -1843,26 +1860,9 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Passage piéton sans marquages"
|
||||
},
|
||||
"0": {
|
||||
"then": "Passage piéton, sans feux de signalisation"
|
||||
}
|
||||
},
|
||||
"question": "Quel type de passage piéton est-ce ?"
|
||||
},
|
||||
"crossing-tactile": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Ce passage piéton a une surface podotactile, mais elle n'est pas adéquate"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce passage piéton a une surface podotactile"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce passage piéton n'a pas de surface podotactile"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce que ce passage piéton a une surface podotactile ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -4774,4 +4774,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,6 +7,60 @@
|
|||
"description": "Une carte ouverte de statues, bustes, graffitis et autres œuvres d'art de par le monde",
|
||||
"title": "Carte ouverte des œuvres d'art"
|
||||
},
|
||||
"atm": {
|
||||
"description": "Cette carte montre les DABs pour retirer ou déposer de l'argent",
|
||||
"title": "Distributeurs DAB"
|
||||
},
|
||||
"bag": {
|
||||
"description": "Ce thème aide à l'importation de données depuis BAG",
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"Reference": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce bâtiment n'a pas de référence dans le BAG"
|
||||
}
|
||||
},
|
||||
"render": "La référence dans le BAG est <b>{ref:bag}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"description": "Bâtiments du registre BAG",
|
||||
"tagRenderings": {
|
||||
"Build year": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le bâtiment a été commencé en <b>{_bag_obj:start_date}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Le bâtiment a été construit en <b>{_bag_obj:start_date}</b>"
|
||||
},
|
||||
"Building type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le type de bâtiment sera <b>{_bag_obj:construction}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Le type de bâtiment est <b>{_bag_obj:building}</b>"
|
||||
},
|
||||
"Import button": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Les valeurs correctes n'ont pas encore été calculées. Rafraichissez la page"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"render": "La référence dans BAG est <b>{_bag_obj:ref:bag}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Outil de facilitation d'import BAG",
|
||||
"title": "Facilitateur d'import BAG"
|
||||
},
|
||||
"benches": {
|
||||
"description": "Cette carte affiche les bancs cartographiés dans OpenStreetMap, entre autres : bancs des transports en commun, bancs publics, etc. À l'aide de votre compte OpenStreetMap, vous pourrez ajouter de nouveaux bancs ou modifier les bancs existants.",
|
||||
"shortDescription": "Carte des bancs",
|
||||
|
@ -26,6 +80,10 @@
|
|||
"shortDescription": "Une carte de jumelles panoramiques",
|
||||
"title": "Jumelles"
|
||||
},
|
||||
"blind_osm": {
|
||||
"description": "Aidez à cartographier les caractéristiques importantes pour les malvoyants",
|
||||
"title": "OSM pour les malvoyants"
|
||||
},
|
||||
"bookcases": {
|
||||
"description": "Une microbibliothèques, également appelée boite à livre, est un élément de mobilier urbain (étagère, armoire, etc) dans lequel sont stockés des livres et autres objets en accès libre. Découvrez les boites à livres prêt de chez vous, ou ajouter en une nouvelle à l'aide de votre compte OpenStreetMap.",
|
||||
"title": "Carte des microbibliothèques"
|
||||
|
@ -414,50 +472,50 @@
|
|||
"0": {
|
||||
"then": "Cette rue est une rue cyclable (et est limitée à 30 km/h)"
|
||||
},
|
||||
"3": {
|
||||
"then": "Cette rue est une rue cyclable"
|
||||
},
|
||||
"4": {
|
||||
"then": "Cette rue sera bientôt une rue cyclable"
|
||||
},
|
||||
"6": {
|
||||
"then": "Cette rue n’est pas une rue cyclable"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cette rue est une piste cyclable"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette rue est une piste cyclable (avec une limitation de vitesse a 30 km/h et les véhicules ne sont pas autorisés) (un panneau sera demandé plus tard)"
|
||||
},
|
||||
"3": {
|
||||
"then": "Cette rue est une rue cyclable"
|
||||
},
|
||||
"4": {
|
||||
"then": "Cette rue sera bientôt une rue cyclable"
|
||||
},
|
||||
"5": {
|
||||
"then": "Cette rue va bientôt devenir une piste cyclable"
|
||||
},
|
||||
"6": {
|
||||
"then": "Cette rue n’est pas une rue cyclable"
|
||||
}
|
||||
},
|
||||
"question": "La rue <b>{name}</b> est-elle une rue cyclable ?"
|
||||
},
|
||||
"2": {
|
||||
"question": "Quand cette rue deviendra-t-elle cyclable ?",
|
||||
"render": "Cette rue deviendra une rue cyclable le {cyclestreet:start_date}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Motos autorisées"
|
||||
},
|
||||
"3": {
|
||||
"then": "Voitures autorisées"
|
||||
},
|
||||
"0": {
|
||||
"then": "Riverains autorisés"
|
||||
},
|
||||
"1": {
|
||||
"then": "Véhicules motorisés autorisés"
|
||||
},
|
||||
"2": {
|
||||
"then": "Motos autorisées"
|
||||
},
|
||||
"3": {
|
||||
"then": "Voitures autorisées"
|
||||
},
|
||||
"4": {
|
||||
"then": "Il n'y a pas de panneaux supplémentaires à cette piste cyclable."
|
||||
}
|
||||
},
|
||||
"question": "Quel panneau comporte cette piste cyclable ?"
|
||||
},
|
||||
"2": {
|
||||
"question": "Quand cette rue deviendra-t-elle cyclable ?",
|
||||
"render": "Cette rue deviendra une rue cyclable le {cyclestreet:start_date}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -675,6 +733,10 @@
|
|||
"description": "Cette carte affiche différents éléments liés à la santé",
|
||||
"title": "Services de santé"
|
||||
},
|
||||
"hotels": {
|
||||
"description": "Sur cette carte, vous trouverez les hôtels dans votre zone",
|
||||
"title": "Hôtels"
|
||||
},
|
||||
"indoors": {
|
||||
"description": "Sur cette carte, les lieux intérieurs accessibles au public sont montrés",
|
||||
"title": "Intérieurs"
|
||||
|
@ -683,6 +745,80 @@
|
|||
"description": "Une carte affichant les ressauts et traversées.",
|
||||
"title": "Ressauts et traversées"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Cette carte montre tous les changements faits avec MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Montre tous les changements de MapComplete",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nom de thème contenant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait par le contributeur {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Non</b> réalisé par le contributeur{search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait avant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait après {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Langage utilisateur (code-iso) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait par le serveur {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Centres de modifications de paramètres",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Quel contributeur a fait ce changement ?",
|
||||
"render": "Modification faite par <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Depuis quel serveur (site web) ce changement a-t-il été fait ?",
|
||||
"render": "Changement avec <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "En quelle langue est-ce que ce changement a été fait ?",
|
||||
"render": "La langue de l'utilisateur est {locale}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.",
|
||||
"title": "Tâches MapRoulette"
|
||||
|
@ -977,141 +1113,5 @@
|
|||
"description": "Retrouvez les poubelles près de vous. Si une poubelle est manquante, vous pouvez l’ajouter vous même",
|
||||
"shortDescription": "Une carte des poubelles",
|
||||
"title": "Poubelles"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nom de thème contenant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Langage utilisateur (code-iso) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait par le serveur {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait avant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait après {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Fait par le contributeur {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Non</b> réalisé par le contributeur{search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Centres de modifications de paramètres",
|
||||
"tagRenderings": {
|
||||
"host": {
|
||||
"render": "Changement avec <a href='{host}'>{host}</a>",
|
||||
"question": "Depuis quel serveur (site web) ce changement a-t-il été fait ?"
|
||||
},
|
||||
"locale": {
|
||||
"question": "En quelle langue est-ce que ce changement a été fait ?",
|
||||
"render": "La langue de l'utilisateur est {locale}"
|
||||
},
|
||||
"contributor": {
|
||||
"question": "Quel contributeur a fait ce changement ?",
|
||||
"render": "Modification faite par <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
}
|
||||
},
|
||||
"description": "Montre tous les changements de MapComplete"
|
||||
}
|
||||
},
|
||||
"description": "Cette carte montre tous les changements faits avec MapComplete"
|
||||
},
|
||||
"bag": {
|
||||
"description": "Ce thème aide à l'importation de données depuis BAG",
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"Reference": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce bâtiment n'a pas de référence dans le BAG"
|
||||
}
|
||||
},
|
||||
"render": "La référence dans le BAG est <b>{ref:bag}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"description": "Bâtiments du registre BAG",
|
||||
"tagRenderings": {
|
||||
"Build year": {
|
||||
"render": "Le bâtiment a été construit en <b>{_bag_obj:start_date}</b>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le bâtiment a été commencé en <b>{_bag_obj:start_date}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Building type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le type de bâtiment sera <b>{_bag_obj:construction}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Le type de bâtiment est <b>{_bag_obj:building}</b>"
|
||||
},
|
||||
"Import button": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Les valeurs correctes n'ont pas encore été calculées. Rafraichissez la page"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"render": "La référence dans BAG est <b>{_bag_obj:ref:bag}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Outil de facilitation d'import BAG",
|
||||
"title": "Facilitateur d'import BAG"
|
||||
},
|
||||
"atm": {
|
||||
"title": "Distributeurs DAB",
|
||||
"description": "Cette carte montre les DABs pour retirer ou déposer de l'argent"
|
||||
},
|
||||
"hotels": {
|
||||
"description": "Sur cette carte, vous trouverez les hôtels dans votre zone",
|
||||
"title": "Hôtels"
|
||||
},
|
||||
"blind_osm": {
|
||||
"description": "Aidez à cartographier les caractéristiques importantes pour les malvoyants",
|
||||
"title": "OSM pour les malvoyants"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue