Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-12-23 14:46:05 +01:00
parent d46bc83eb8
commit bb0eb85089
25 changed files with 411 additions and 263 deletions

View file

@ -1,7 +1,7 @@
{
"contributors": [
{
"commits": 4747,
"commits": 4755,
"contributor": "Pieter Vander Vennet"
},
{

View file

@ -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 @@
]
}
]
}
}

View file

@ -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": [

View file

@ -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"
}
},
{

View file

@ -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,

View file

@ -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>"
}
}
]

View file

@ -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,

View file

@ -309,4 +309,4 @@
}
],
"credits": "Christian Neumann <christian@utopicode.de>"
}
}

View file

@ -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",

View file

@ -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,

View file

@ -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"
},

View file

@ -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"