forked from MapComplete/MapComplete
Fix translations
This commit is contained in:
parent
a7fa71fda7
commit
6a1af09bb8
16 changed files with 646 additions and 106 deletions
|
@ -283,7 +283,7 @@
|
||||||
"if": "capacity:disabled=0",
|
"if": "capacity:disabled=0",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "There are no disabled parking spots",
|
"en": "There are no disabled parking spots",
|
||||||
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
|
"nl": "Er zijn geen parkeerplaatsen voor personen met een beperking",
|
||||||
"de": "Es gibt keine barrierefreien Stellplätze",
|
"de": "Es gibt keine barrierefreien Stellplätze",
|
||||||
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite",
|
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite",
|
||||||
"ca": "No hi ha places d'aparcament per a persones amb mobilitat reduïda",
|
"ca": "No hi ha places d'aparcament per a persones amb mobilitat reduïda",
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
],
|
],
|
||||||
"question": {
|
"question": {
|
||||||
"en": "How many disabled parking spots are there at this parking?",
|
"en": "How many disabled parking spots are there at this parking?",
|
||||||
"nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
|
"nl": "Hoeveel parkeerplaatsen voor personen met een beperking zijn er op deze parking?",
|
||||||
"de": "Wie viele barrierefreie Stellplätze gibt es auf diesem Parkplatz?",
|
"de": "Wie viele barrierefreie Stellplätze gibt es auf diesem Parkplatz?",
|
||||||
"fr": "Combien y a-t-il de places de stationnement pour personnes à mobilité réduite dans ce parking ?",
|
"fr": "Combien y a-t-il de places de stationnement pour personnes à mobilité réduite dans ce parking ?",
|
||||||
"ca": "Quantes places d'aparcament per a persones amb mobilitat reduïda hi ha al parking?",
|
"ca": "Quantes places d'aparcament per a persones amb mobilitat reduïda hi ha al parking?",
|
||||||
|
@ -305,7 +305,7 @@
|
||||||
},
|
},
|
||||||
"render": {
|
"render": {
|
||||||
"en": "There are {capacity:disabled} disabled parking spots",
|
"en": "There are {capacity:disabled} disabled parking spots",
|
||||||
"nl": "Er zijn {capacity:disabled} parkeerplaatsen voor gehandicapten",
|
"nl": "Er zijn {capacity:disabled} parkeerplaatsen voor personen met een beperking",
|
||||||
"de": "Es gibt {capacity:disabled} barrierefreie Stellplätze",
|
"de": "Es gibt {capacity:disabled} barrierefreie Stellplätze",
|
||||||
"fr": "Il y a {capacity:disabled} places de stationnement pour personnes à mobilité réduite",
|
"fr": "Il y a {capacity:disabled} places de stationnement pour personnes à mobilité réduite",
|
||||||
"ca": "Hi ha {capacity:disabled} places d'aparcament per a discapacitats",
|
"ca": "Hi ha {capacity:disabled} places d'aparcament per a discapacitats",
|
||||||
|
|
|
@ -391,8 +391,14 @@
|
||||||
"disable": "Do not ask this question again",
|
"disable": "Do not ask this question again",
|
||||||
"disabledIntro": "You disabled some type of questions. To enable a question again, click them here",
|
"disabledIntro": "You disabled some type of questions. To enable a question again, click them here",
|
||||||
"disabledTitle": "Disabled questions",
|
"disabledTitle": "Disabled questions",
|
||||||
|
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>",
|
||||||
|
"emailOf": "What is the email address of {category}?",
|
||||||
"enable": "Ask this question for all features",
|
"enable": "Ask this question for all features",
|
||||||
"noneDisabled": "If you are not interested in a specific type of question, disable it. To disable a question, click the three dots in the upper-right corner and select 'disable'"
|
"noneDisabled": "If you are not interested in a specific type of question, disable it. To disable a question, click the three dots in the upper-right corner and select 'disable'",
|
||||||
|
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||||
|
"phoneNumberOf": "What is the phone number of {category}?",
|
||||||
|
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||||
|
"websiteOf": "What is the website of {category}?"
|
||||||
},
|
},
|
||||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new feature.",
|
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new feature.",
|
||||||
"removeLocationHistory": "Delete the location history",
|
"removeLocationHistory": "Delete the location history",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
{}
|
{
|
||||||
|
}
|
|
@ -7957,6 +7957,19 @@
|
||||||
"question": "En quina direcció geogràfica apunta aquesta càmera?",
|
"question": "En quina direcció geogràfica apunta aquesta càmera?",
|
||||||
"render": "Grava en direcció {camera:direction}"
|
"render": "Grava en direcció {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"camera_is_indoor": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Aquesta càmera es troba a l'interior"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Aquesta càmera es troba a l'exterior"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Aquesta càmera probablement es troba a l'exterior"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"has_alpr": {
|
"has_alpr": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -7968,20 +7981,6 @@
|
||||||
},
|
},
|
||||||
"question": "Aquesta càmera pot detectar matrícules automàticament?",
|
"question": "Aquesta càmera pot detectar matrícules automàticament?",
|
||||||
"questionHint": "Un <b>ALPR</b> (lector automàtic de matrícules, per les seves sigles en anglès) normalment té dues lents i una sèrie de LEDs infrarojos entremig."
|
"questionHint": "Un <b>ALPR</b> (lector automàtic de matrícules, per les seves sigles en anglès) normalment té dues lents i una sèrie de LEDs infrarojos entremig."
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Aquesta càmera es troba a l'interior"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Aquesta càmera es troba a l'exterior"
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"then": "Aquesta càmera probablement es troba a l'exterior"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "L'espai públic vigilat per aquesta càmera és un espai interior o exterior?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -8591,6 +8591,19 @@
|
||||||
"question": "Ve kterém geografickém směru tato kamera snímá?",
|
"question": "Ve kterém geografickém směru tato kamera snímá?",
|
||||||
"render": "Snímané oblasti podle směru kompasu {camera:direction}"
|
"render": "Snímané oblasti podle směru kompasu {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"camera_is_indoor": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Tato kamera je umístěna ve vnitřním prostoru"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Tato kamera je umístěna ve venkovním prostoru"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Tato kamera je pravděpodobně umístěna venku"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"has_alpr": {
|
"has_alpr": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -8602,20 +8615,6 @@
|
||||||
},
|
},
|
||||||
"question": "Dokáže tato kamera automaticky rozpoznat registrační značky?",
|
"question": "Dokáže tato kamera automaticky rozpoznat registrační značky?",
|
||||||
"questionHint": "Automatická čtečka registračních značek (<b>ALPR</b>) má obvykle dvě čočky a mezi nimi soustavu infračervených diod LED."
|
"questionHint": "Automatická čtečka registračních značek (<b>ALPR</b>) má obvykle dvě čočky a mezi nimi soustavu infračervených diod LED."
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Tato kamera je umístěna ve vnitřním prostoru"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Tato kamera je umístěna ve venkovním prostoru"
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"then": "Tato kamera je pravděpodobně umístěna venku"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "Je veřejný prostor sledovaný touto kamerou vnitřní nebo venkovní prostor?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -2049,7 +2049,7 @@
|
||||||
"question": "I hvilken geografisk retning filmer dette kamera?",
|
"question": "I hvilken geografisk retning filmer dette kamera?",
|
||||||
"render": "Filmer til en kompasretning af {camera:direction}"
|
"render": "Filmer til en kompasretning af {camera:direction}"
|
||||||
},
|
},
|
||||||
"is_indoor": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Dette kamera er placeret indendørs"
|
"then": "Dette kamera er placeret indendørs"
|
||||||
|
@ -2060,8 +2060,7 @@
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Dette kamera er sandsynligvis placeret udendørs"
|
"then": "Dette kamera er sandsynligvis placeret udendørs"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"question": "Er det offentlige rum, der overvåges af dette kamera, et indendørs eller udendørs rum?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -10612,6 +10612,19 @@
|
||||||
"question": "In welche Himmelsrichtung filmt diese Kamera?",
|
"question": "In welche Himmelsrichtung filmt diese Kamera?",
|
||||||
"render": "filmt in Himmelsrichtung {camera:direction}"
|
"render": "filmt in Himmelsrichtung {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"camera_is_indoor": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Diese Kamera befindet sich im Innenraum"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Diese Kamera befindet sich im Freien"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Diese Kamera ist möglicherweise im Freien"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"has_alpr": {
|
"has_alpr": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -10623,20 +10636,6 @@
|
||||||
},
|
},
|
||||||
"question": "Dient diese Kamera der Nummernschilderkennung?",
|
"question": "Dient diese Kamera der Nummernschilderkennung?",
|
||||||
"questionHint": "Eine Kamera zur <b>Nummernschilderkennung</b> hat üblicherweise zwei Linsen mit dazwischenliegenden Infrarot-LEDs."
|
"questionHint": "Eine Kamera zur <b>Nummernschilderkennung</b> hat üblicherweise zwei Linsen mit dazwischenliegenden Infrarot-LEDs."
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Diese Kamera befindet sich im Innenraum"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Diese Kamera befindet sich im Freien"
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"then": "Diese Kamera ist möglicherweise im Freien"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "Handelt es sich bei dem von dieser Kamera überwachten öffentlichen Raum um einen Innen- oder Außenbereich?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -10227,6 +10227,398 @@
|
||||||
"title": "a sports centre"
|
"title": "a sports centre"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tagRenderings": {
|
||||||
|
"sport_centre-sport": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Nine-pin bowling"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Ten-pin bowling"
|
||||||
|
},
|
||||||
|
"10": {
|
||||||
|
"then": "BASE jumping"
|
||||||
|
},
|
||||||
|
"100": {
|
||||||
|
"then": "Skateboard"
|
||||||
|
},
|
||||||
|
"101": {
|
||||||
|
"then": "Ski jumping"
|
||||||
|
},
|
||||||
|
"102": {
|
||||||
|
"then": "Snooker"
|
||||||
|
},
|
||||||
|
"103": {
|
||||||
|
"then": "Soccer"
|
||||||
|
},
|
||||||
|
"104": {
|
||||||
|
"then": "Softball"
|
||||||
|
},
|
||||||
|
"105": {
|
||||||
|
"then": "Motorcycle speedway"
|
||||||
|
},
|
||||||
|
"106": {
|
||||||
|
"then": "Squash"
|
||||||
|
},
|
||||||
|
"107": {
|
||||||
|
"then": "Sumo"
|
||||||
|
},
|
||||||
|
"108": {
|
||||||
|
"then": "Surfing"
|
||||||
|
},
|
||||||
|
"109": {
|
||||||
|
"then": "Swimming"
|
||||||
|
},
|
||||||
|
"11": {
|
||||||
|
"then": "Baseball"
|
||||||
|
},
|
||||||
|
"110": {
|
||||||
|
"then": "Table tennis"
|
||||||
|
},
|
||||||
|
"111": {
|
||||||
|
"then": "Table soccer"
|
||||||
|
},
|
||||||
|
"112": {
|
||||||
|
"then": "Taekwondo"
|
||||||
|
},
|
||||||
|
"113": {
|
||||||
|
"then": "Tennis"
|
||||||
|
},
|
||||||
|
"114": {
|
||||||
|
"then": "Teqball"
|
||||||
|
},
|
||||||
|
"115": {
|
||||||
|
"then": "Toboggan"
|
||||||
|
},
|
||||||
|
"116": {
|
||||||
|
"then": "Trampoline"
|
||||||
|
},
|
||||||
|
"117": {
|
||||||
|
"then": "Ultimate frisbee"
|
||||||
|
},
|
||||||
|
"118": {
|
||||||
|
"then": "Ultralight aviation"
|
||||||
|
},
|
||||||
|
"119": {
|
||||||
|
"then": "Volleyball"
|
||||||
|
},
|
||||||
|
"12": {
|
||||||
|
"then": "Basketball"
|
||||||
|
},
|
||||||
|
"120": {
|
||||||
|
"then": "Wakeboarding"
|
||||||
|
},
|
||||||
|
"121": {
|
||||||
|
"then": "Water polo"
|
||||||
|
},
|
||||||
|
"122": {
|
||||||
|
"then": "Waterskiing"
|
||||||
|
},
|
||||||
|
"123": {
|
||||||
|
"then": "Olympic weightlifting"
|
||||||
|
},
|
||||||
|
"124": {
|
||||||
|
"then": "Windsurfing"
|
||||||
|
},
|
||||||
|
"125": {
|
||||||
|
"then": "Wrestling"
|
||||||
|
},
|
||||||
|
"126": {
|
||||||
|
"then": "Yoga"
|
||||||
|
},
|
||||||
|
"127": {
|
||||||
|
"then": "Zurkhaneh sport"
|
||||||
|
},
|
||||||
|
"13": {
|
||||||
|
"then": "Beachvolleyball"
|
||||||
|
},
|
||||||
|
"14": {
|
||||||
|
"then": "Biathlon"
|
||||||
|
},
|
||||||
|
"15": {
|
||||||
|
"then": "Cue sports"
|
||||||
|
},
|
||||||
|
"16": {
|
||||||
|
"then": "BMX"
|
||||||
|
},
|
||||||
|
"17": {
|
||||||
|
"then": "Bobsleigh"
|
||||||
|
},
|
||||||
|
"18": {
|
||||||
|
"then": "Boules"
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
|
"then": "Bowls"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Aerobics"
|
||||||
|
},
|
||||||
|
"20": {
|
||||||
|
"then": "Boxing"
|
||||||
|
},
|
||||||
|
"21": {
|
||||||
|
"then": "Bullfighting"
|
||||||
|
},
|
||||||
|
"22": {
|
||||||
|
"then": "Canadian football"
|
||||||
|
},
|
||||||
|
"23": {
|
||||||
|
"then": "Canoe"
|
||||||
|
},
|
||||||
|
"24": {
|
||||||
|
"then": "Chess"
|
||||||
|
},
|
||||||
|
"25": {
|
||||||
|
"then": "Non-competitive diving"
|
||||||
|
},
|
||||||
|
"26": {
|
||||||
|
"then": "Rock climbing"
|
||||||
|
},
|
||||||
|
"27": {
|
||||||
|
"then": "Climbing Adventure"
|
||||||
|
},
|
||||||
|
"28": {
|
||||||
|
"then": "Cockfighting"
|
||||||
|
},
|
||||||
|
"29": {
|
||||||
|
"then": "Cricket"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"then": "American football"
|
||||||
|
},
|
||||||
|
"30": {
|
||||||
|
"then": "CrossFit"
|
||||||
|
},
|
||||||
|
"31": {
|
||||||
|
"then": "Croquet"
|
||||||
|
},
|
||||||
|
"32": {
|
||||||
|
"then": "Curling"
|
||||||
|
},
|
||||||
|
"33": {
|
||||||
|
"then": "Cycle Polo"
|
||||||
|
},
|
||||||
|
"34": {
|
||||||
|
"then": "Cycling"
|
||||||
|
},
|
||||||
|
"35": {
|
||||||
|
"then": "Dance"
|
||||||
|
},
|
||||||
|
"36": {
|
||||||
|
"then": "Darts"
|
||||||
|
},
|
||||||
|
"37": {
|
||||||
|
"then": "Dog agility"
|
||||||
|
},
|
||||||
|
"38": {
|
||||||
|
"then": "Greyhound racing"
|
||||||
|
},
|
||||||
|
"39": {
|
||||||
|
"then": "Dragon Boat"
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"then": "Aikido"
|
||||||
|
},
|
||||||
|
"40": {
|
||||||
|
"then": "Equestrianism"
|
||||||
|
},
|
||||||
|
"41": {
|
||||||
|
"then": "Fencing"
|
||||||
|
},
|
||||||
|
"42": {
|
||||||
|
"then": "Field hockey"
|
||||||
|
},
|
||||||
|
"43": {
|
||||||
|
"then": "Fitness"
|
||||||
|
},
|
||||||
|
"44": {
|
||||||
|
"then": "5 person soccer"
|
||||||
|
},
|
||||||
|
"45": {
|
||||||
|
"then": "Floorball"
|
||||||
|
},
|
||||||
|
"46": {
|
||||||
|
"then": "Four square"
|
||||||
|
},
|
||||||
|
"47": {
|
||||||
|
"then": "Paragliding"
|
||||||
|
},
|
||||||
|
"48": {
|
||||||
|
"then": "Futsal"
|
||||||
|
},
|
||||||
|
"49": {
|
||||||
|
"then": "Gaelic games"
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"then": "Archery"
|
||||||
|
},
|
||||||
|
"50": {
|
||||||
|
"then": "Gaga ball"
|
||||||
|
},
|
||||||
|
"51": {
|
||||||
|
"then": "Golf"
|
||||||
|
},
|
||||||
|
"52": {
|
||||||
|
"then": "Gymnastics"
|
||||||
|
},
|
||||||
|
"53": {
|
||||||
|
"then": "Handball"
|
||||||
|
},
|
||||||
|
"54": {
|
||||||
|
"then": "Hapkido"
|
||||||
|
},
|
||||||
|
"55": {
|
||||||
|
"then": "Hiking"
|
||||||
|
},
|
||||||
|
"56": {
|
||||||
|
"then": "Horseshoes"
|
||||||
|
},
|
||||||
|
"57": {
|
||||||
|
"then": "Horse racing"
|
||||||
|
},
|
||||||
|
"58": {
|
||||||
|
"then": "Ice Hockey"
|
||||||
|
},
|
||||||
|
"59": {
|
||||||
|
"then": "Ice skating"
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"then": "Athletics"
|
||||||
|
},
|
||||||
|
"60": {
|
||||||
|
"then": "Ice stock sport"
|
||||||
|
},
|
||||||
|
"61": {
|
||||||
|
"then": "Judo"
|
||||||
|
},
|
||||||
|
"62": {
|
||||||
|
"then": "Karate"
|
||||||
|
},
|
||||||
|
"63": {
|
||||||
|
"then": "Kart racing"
|
||||||
|
},
|
||||||
|
"64": {
|
||||||
|
"then": "Kickboxing"
|
||||||
|
},
|
||||||
|
"65": {
|
||||||
|
"then": "Kitesurfing"
|
||||||
|
},
|
||||||
|
"66": {
|
||||||
|
"then": "Korfball"
|
||||||
|
},
|
||||||
|
"67": {
|
||||||
|
"then": "Krachtball"
|
||||||
|
},
|
||||||
|
"68": {
|
||||||
|
"then": "Lacrosse"
|
||||||
|
},
|
||||||
|
"69": {
|
||||||
|
"then": "Laser tag"
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"then": "Australian rules football"
|
||||||
|
},
|
||||||
|
"70": {
|
||||||
|
"then": "Martial arts"
|
||||||
|
},
|
||||||
|
"71": {
|
||||||
|
"then": "Miniature golf"
|
||||||
|
},
|
||||||
|
"72": {
|
||||||
|
"then": "Radio-controlled aircraft"
|
||||||
|
},
|
||||||
|
"73": {
|
||||||
|
"then": "Motocross"
|
||||||
|
},
|
||||||
|
"74": {
|
||||||
|
"then": "Motorsport"
|
||||||
|
},
|
||||||
|
"75": {
|
||||||
|
"then": "Multiple kind of sports"
|
||||||
|
},
|
||||||
|
"76": {
|
||||||
|
"then": "Netball"
|
||||||
|
},
|
||||||
|
"77": {
|
||||||
|
"then": "Obstacle course"
|
||||||
|
},
|
||||||
|
"78": {
|
||||||
|
"then": "Orienteering"
|
||||||
|
},
|
||||||
|
"79": {
|
||||||
|
"then": "Paddle tennis"
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"then": "Badminton"
|
||||||
|
},
|
||||||
|
"80": {
|
||||||
|
"then": "Padel"
|
||||||
|
},
|
||||||
|
"81": {
|
||||||
|
"then": "Paintball"
|
||||||
|
},
|
||||||
|
"82": {
|
||||||
|
"then": "Parachuting"
|
||||||
|
},
|
||||||
|
"83": {
|
||||||
|
"then": "Parkour"
|
||||||
|
},
|
||||||
|
"84": {
|
||||||
|
"then": "Palota"
|
||||||
|
},
|
||||||
|
"85": {
|
||||||
|
"then": "Pesäpallo"
|
||||||
|
},
|
||||||
|
"86": {
|
||||||
|
"then": "Pickleball"
|
||||||
|
},
|
||||||
|
"87": {
|
||||||
|
"then": "Pilates"
|
||||||
|
},
|
||||||
|
"88": {
|
||||||
|
"then": "Pole dance"
|
||||||
|
},
|
||||||
|
"89": {
|
||||||
|
"then": "Racquetball"
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"then": "Bandy"
|
||||||
|
},
|
||||||
|
"90": {
|
||||||
|
"then": "Radio-controlled car"
|
||||||
|
},
|
||||||
|
"91": {
|
||||||
|
"then": "Roller skating"
|
||||||
|
},
|
||||||
|
"92": {
|
||||||
|
"then": "Rowing"
|
||||||
|
},
|
||||||
|
"93": {
|
||||||
|
"then": "Rugby league"
|
||||||
|
},
|
||||||
|
"94": {
|
||||||
|
"then": "Rugby union"
|
||||||
|
},
|
||||||
|
"95": {
|
||||||
|
"then": "Running"
|
||||||
|
},
|
||||||
|
"96": {
|
||||||
|
"then": "Sailing"
|
||||||
|
},
|
||||||
|
"97": {
|
||||||
|
"then": "Scuba diving"
|
||||||
|
},
|
||||||
|
"98": {
|
||||||
|
"then": "Shooting"
|
||||||
|
},
|
||||||
|
"99": {
|
||||||
|
"then": "Shot-put"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "What sports are played at this venue?",
|
||||||
|
"render": "Sports played here: {sport}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"render": "Sports centre"
|
"render": "Sports centre"
|
||||||
}
|
}
|
||||||
|
@ -10612,19 +11004,7 @@
|
||||||
"question": "In which geographical direction does this camera film?",
|
"question": "In which geographical direction does this camera film?",
|
||||||
"render": "Films to a compass heading of {camera:direction}"
|
"render": "Films to a compass heading of {camera:direction}"
|
||||||
},
|
},
|
||||||
"has_alpr": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "This is a camera without number plate recognition."
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "This is an ALPR (Automatic License Plate Reader)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "Can this camera automatically detect license plates?",
|
|
||||||
"questionHint": "An <b>ALPR</b> (Automatic License Plate Reader) typically has two lenses and an array of infrared LEDS in between."
|
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "This camera is located indoors"
|
"then": "This camera is located indoors"
|
||||||
|
@ -10636,7 +11016,19 @@
|
||||||
"then": "This camera is probably located outdoors"
|
"then": "This camera is probably located outdoors"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Is the public space surveilled by this camera an indoor or outdoor space?"
|
"question": "Is this camera located inside or outside?"
|
||||||
|
},
|
||||||
|
"has_alpr": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "This is a camera without number plate recognition."
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "This is an ALPR (Automatic License Plate Reader)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Can this camera automatically detect license plates?",
|
||||||
|
"questionHint": "An <b>ALPR</b> (Automatic License Plate Reader) typically has two lenses and an array of infrared LEDS in between."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -10575,6 +10575,19 @@
|
||||||
"question": "¿En qué dirección geográfica graba esta cámara?",
|
"question": "¿En qué dirección geográfica graba esta cámara?",
|
||||||
"render": "Graba hacia un rumbo de brújula de {camera:direction}"
|
"render": "Graba hacia un rumbo de brújula de {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"camera_is_indoor": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Esta cámara está ubicada en interiores"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Esta cámara está ubicada en exteriores"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Esta cámara probablemente está ubicada en exteriores"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"has_alpr": {
|
"has_alpr": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -10586,20 +10599,6 @@
|
||||||
},
|
},
|
||||||
"question": "¿Puede esta cámara detectar automáticamente las matrículas?",
|
"question": "¿Puede esta cámara detectar automáticamente las matrículas?",
|
||||||
"questionHint": "Un <b>ALPR</b> (lector automático de matrículas) suele tener dos lentes y una serie de LED infrarrojos entre ellas."
|
"questionHint": "Un <b>ALPR</b> (lector automático de matrículas) suele tener dos lentes y una serie de LED infrarrojos entre ellas."
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Esta cámara está ubicada en interiores"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Esta cámara está ubicada en exteriores"
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"then": "Esta cámara probablemente está ubicada en exteriores"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "¿El espacio público vigilado por esta cámara es interior o exterior?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -6391,7 +6391,7 @@
|
||||||
"question": "Dans quelle direction géographique cette caméra filme-t-elle ?",
|
"question": "Dans quelle direction géographique cette caméra filme-t-elle ?",
|
||||||
"render": "Filme dans une direction {camera:direction}"
|
"render": "Filme dans une direction {camera:direction}"
|
||||||
},
|
},
|
||||||
"is_indoor": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Cette caméra est située à l'intérieur"
|
"then": "Cette caméra est située à l'intérieur"
|
||||||
|
@ -6402,8 +6402,7 @@
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Cette caméra est probablement située à l'extérieur"
|
"then": "Cette caméra est probablement située à l'extérieur"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"question": "L'espace public surveillé par cette caméra est-il un espace intérieur ou extérieur ?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -2810,7 +2810,7 @@
|
||||||
"question": "In quale direzione geografica punta questa videocamera?",
|
"question": "In quale direzione geografica punta questa videocamera?",
|
||||||
"render": "Punta in direzione {camera:direction}"
|
"render": "Punta in direzione {camera:direction}"
|
||||||
},
|
},
|
||||||
"is_indoor": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Questa videocamera si trova al chiuso"
|
"then": "Questa videocamera si trova al chiuso"
|
||||||
|
@ -2821,8 +2821,7 @@
|
||||||
"2": {
|
"2": {
|
||||||
"then": "Questa videocamera si trova probabilmente all'esterno"
|
"then": "Questa videocamera si trova probabilmente all'esterno"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"question": "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -1730,6 +1730,9 @@
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name}"
|
||||||
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Vogelkijkhut {name}"
|
"then": "Vogelkijkhut {name}"
|
||||||
},
|
},
|
||||||
|
@ -5807,6 +5810,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"render": "Natuurgebied"
|
"render": "Natuurgebied"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -6352,6 +6360,21 @@
|
||||||
"render": "Picknicktafel"
|
"render": "Picknicktafel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"play_forest": {
|
||||||
|
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
|
||||||
|
"name": "Speelbossen",
|
||||||
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name}"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Speelbos {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": "Speelbos"
|
||||||
|
}
|
||||||
|
},
|
||||||
"playground": {
|
"playground": {
|
||||||
"deletion": {
|
"deletion": {
|
||||||
"nonDeleteMappings": {
|
"nonDeleteMappings": {
|
||||||
|
@ -7886,6 +7909,9 @@
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name}"
|
||||||
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Voetpad"
|
"then": "Voetpad"
|
||||||
},
|
},
|
||||||
|
@ -8435,7 +8461,7 @@
|
||||||
"question": "In welke geografische richting filmt deze camera?",
|
"question": "In welke geografische richting filmt deze camera?",
|
||||||
"render": "Filmt in kompasrichting {camera:direction}"
|
"render": "Filmt in kompasrichting {camera:direction}"
|
||||||
},
|
},
|
||||||
"is_indoor": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Deze camera bevindt zich binnen"
|
"then": "Deze camera bevindt zich binnen"
|
||||||
|
@ -8447,7 +8473,7 @@
|
||||||
"then": "Deze camera bevindt zich waarschijnlijk buiten"
|
"then": "Deze camera bevindt zich waarschijnlijk buiten"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?"
|
"question": "Bevindt de camera zich binnen of buiten?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
@ -9898,13 +9924,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"village_green": {
|
"village_green": {
|
||||||
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
|
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
|
||||||
|
"name": "Speelweide",
|
||||||
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": "Speelweide"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"visitor_information_centre": {
|
"visitor_information_centre": {
|
||||||
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
|
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
|
||||||
"name": "Bezoekerscentrum",
|
"name": "Bezoekerscentrum",
|
||||||
"title": {
|
"title": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{name:nl}"
|
||||||
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "{name}"
|
"then": "{name}"
|
||||||
}
|
}
|
||||||
|
@ -10134,4 +10172,4 @@
|
||||||
"render": "windturbine"
|
"render": "windturbine"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1881,7 +1881,7 @@
|
||||||
"camera:mount": {
|
"camera:mount": {
|
||||||
"question": "Как расположена эта камера?"
|
"question": "Как расположена эта камера?"
|
||||||
},
|
},
|
||||||
"is_indoor": {
|
"camera_is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Эта камера расположена снаружи"
|
"then": "Эта камера расположена снаружи"
|
||||||
|
|
|
@ -390,6 +390,19 @@
|
||||||
"question": "V katero geografsko smer snema ta kamera?",
|
"question": "V katero geografsko smer snema ta kamera?",
|
||||||
"render": "Snema v smeri kompasa {camera:direction}"
|
"render": "Snema v smeri kompasa {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"camera_is_indoor": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Ta kamera je znotraj"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Ta kamera je zunaj"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Ta kamera je verjetno zunaj"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"has_alpr": {
|
"has_alpr": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -401,20 +414,6 @@
|
||||||
},
|
},
|
||||||
"question": "Ali ta kamera lahko samodejno prepoznava registrske tablice?",
|
"question": "Ali ta kamera lahko samodejno prepoznava registrske tablice?",
|
||||||
"questionHint": "Kamera za <b>prepoznavo registrskih tablic</b> ima običajno dve leči in med njima polje infrardečih LED svetil."
|
"questionHint": "Kamera za <b>prepoznavo registrskih tablic</b> ima običajno dve leči in med njima polje infrardečih LED svetil."
|
||||||
},
|
|
||||||
"is_indoor": {
|
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Ta kamera je znotraj"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Ta kamera je zunaj"
|
|
||||||
},
|
|
||||||
"2": {
|
|
||||||
"then": "Ta kamera je verjetno zunaj"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "Ali je javni prostor, ki ga nadzoruje ta kamera, notranji ali zunanji?"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
{}
|
{
|
||||||
|
}
|
|
@ -653,8 +653,37 @@
|
||||||
"building type": {
|
"building type": {
|
||||||
"question": "Wat voor soort gebouw is dit?"
|
"question": "Wat voor soort gebouw is dit?"
|
||||||
},
|
},
|
||||||
|
"grb-fixme": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen fixme"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Wat zegt de fixme?",
|
||||||
|
"render": "De fixme is <b>{fixme}</b>"
|
||||||
|
},
|
||||||
|
"grb-housenumber": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen huisnummer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Wat is het huisnummer?",
|
||||||
|
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
|
||||||
|
},
|
||||||
|
"grb-min-level": {
|
||||||
|
"question": "Hoeveel verdiepingen ontbreken?",
|
||||||
|
"render": "Dit gebouw begint maar op de {building:min_level} verdieping"
|
||||||
|
},
|
||||||
"grb-reference": {
|
"grb-reference": {
|
||||||
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
|
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
|
||||||
|
},
|
||||||
|
"grb-street": {
|
||||||
|
"question": "Wat is de straat?",
|
||||||
|
"render": "De straat is <b>{addr:street}</b>"
|
||||||
|
},
|
||||||
|
"grb-unit": {
|
||||||
|
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -671,8 +700,35 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"override": {
|
||||||
|
"tagRenderings+": {
|
||||||
|
"0": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen omliggend OSM-gebouw gevonden"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen. <div class=subtle>Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen</div>"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"text": "Voeg dit adres als een nieuw adrespunt toe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"shortDescription": "Grb import helper tool",
|
||||||
|
"title": "GRB import helper"
|
||||||
},
|
},
|
||||||
"guideposts": {
|
"guideposts": {
|
||||||
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
|
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
|
||||||
|
@ -1104,6 +1160,11 @@
|
||||||
},
|
},
|
||||||
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
|
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
|
||||||
},
|
},
|
||||||
|
"play_forests": {
|
||||||
|
"description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.",
|
||||||
|
"shortDescription": "Deze kaart toont speelbossen",
|
||||||
|
"title": "Speelbossen"
|
||||||
|
},
|
||||||
"playgrounds": {
|
"playgrounds": {
|
||||||
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
|
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
|
||||||
"shortDescription": "Een kaart met speeltuinen",
|
"shortDescription": "Een kaart met speeltuinen",
|
||||||
|
@ -1177,6 +1238,47 @@
|
||||||
"description": "Alles om te skiën",
|
"description": "Alles om te skiën",
|
||||||
"title": "Skipistes en kabelbanen"
|
"title": "Skipistes en kabelbanen"
|
||||||
},
|
},
|
||||||
|
"speelplekken": {
|
||||||
|
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.<br/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
|
||||||
|
"layers": {
|
||||||
|
"6": {
|
||||||
|
"name": "Wandelroutes van provincie Antwerpen",
|
||||||
|
"tagRenderings": {
|
||||||
|
"walk-description": {
|
||||||
|
"render": "<h3>Korte beschrijving:</h3>{description}"
|
||||||
|
},
|
||||||
|
"walk-length": {
|
||||||
|
"render": "Deze wandeling is <b>{_length:km}km</b> lang"
|
||||||
|
},
|
||||||
|
"walk-operator": {
|
||||||
|
"question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?"
|
||||||
|
},
|
||||||
|
"walk-operator-email": {
|
||||||
|
"question": "Naar wie kan men emailen bij problemen rond signalisatie?",
|
||||||
|
"render": "Bij problemen met signalisatie kan men emailen naar <a href='mailto:{operator:email}'>{operator:email}</a>"
|
||||||
|
},
|
||||||
|
"walk-type": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Dit is een internationale wandelroute"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "Dit is een nationale wandelroute"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Dit is een regionale wandelroute"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"then": "Dit is een lokale wandelroute"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"shortDescription": "Speelplekken in de Antwerpse Zuidrand",
|
||||||
|
"title": "Welkom bij de groendoener!"
|
||||||
|
},
|
||||||
"sport_pitches": {
|
"sport_pitches": {
|
||||||
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
|
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
|
||||||
"shortDescription": "Deze kaart toont sportvelden",
|
"shortDescription": "Deze kaart toont sportvelden",
|
||||||
|
@ -1297,6 +1399,10 @@
|
||||||
},
|
},
|
||||||
"title": "Straatverlichting"
|
"title": "Straatverlichting"
|
||||||
},
|
},
|
||||||
|
"street_lighting_assen": {
|
||||||
|
"description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen",
|
||||||
|
"title": "Straatverlichting - Assen"
|
||||||
|
},
|
||||||
"surveillance": {
|
"surveillance": {
|
||||||
"description": "Op deze open kaart kan je bewakingscamera's vinden.",
|
"description": "Op deze open kaart kan je bewakingscamera's vinden.",
|
||||||
"shortDescription": "Bewakingscameras en dergelijke",
|
"shortDescription": "Bewakingscameras en dergelijke",
|
||||||
|
@ -1410,9 +1516,13 @@
|
||||||
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
|
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
|
||||||
"title": "Afval"
|
"title": "Afval"
|
||||||
},
|
},
|
||||||
|
"waste_assen": {
|
||||||
|
"description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
|
||||||
|
"title": "Afval - Assen"
|
||||||
|
},
|
||||||
"waste_basket": {
|
"waste_basket": {
|
||||||
"description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen",
|
"description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen",
|
||||||
"shortDescription": "Een kaart met vuilnisbakken",
|
"shortDescription": "Een kaart met vuilnisbakken",
|
||||||
"title": "Vuilnisbakken"
|
"title": "Vuilnisbakken"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue