forked from MapComplete/MapComplete
Added Trails + Parking Layers/Themes
This commit is contained in:
parent
fa9313a3b7
commit
a69d6c3a2b
29 changed files with 1069 additions and 96 deletions
|
@ -71,6 +71,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
|
|
|
@ -930,6 +930,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"question": "Sind Hunde in diesem Naturschutzgebiet erlaubt?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hunde müssen angeleint sein"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hunde sind nicht erlaubt"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hunde dürfen frei herumlaufen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Auf welcher Webseite kann man mehr Informationen über dieses Naturschutzgebiet finden?"
|
||||
},
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Picknick-Tische",
|
||||
"title": {
|
||||
|
|
|
@ -1012,6 +1012,42 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"question": "Are dogs allowed in this nature reserve?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dogs have to be leashed"
|
||||
},
|
||||
"1": {
|
||||
"then": "No dogs allowed"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dogs are allowed to roam freely"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "On which webpage can one find more information about this nature reserve?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Whom is the curator of this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a name if this is widely published",
|
||||
"render": "{curator} is the curator of this nature reserve"
|
||||
},
|
||||
"8": {
|
||||
"question": "What email adress can one send to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal email address if this is widely published",
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"question": "What phone number can one call to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal phone number address if this is widely published",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"12": {
|
||||
"render": "Surface area: {_surface:ha}Ha"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Picnic tables",
|
||||
"title": {
|
||||
|
@ -1773,7 +1809,12 @@
|
|||
"visitor_information_centre": {
|
||||
"name": "Visitor Information Centre",
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
"render": "{name}",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A visitor center offers information about a specific attraction or place of interest where it is located."
|
||||
}
|
||||
|
|
|
@ -984,6 +984,38 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"question": "Les chiens sont-ils autorisés dans cette réserve naturelle ?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Les chiens doivent être tenus en laisse"
|
||||
},
|
||||
"1": {
|
||||
"then": "Chiens interdits"
|
||||
},
|
||||
"2": {
|
||||
"then": "Les chiens sont autorisés à se promener librement"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Sur quelle page web peut-on trouver plus d'informations sur cette réserve naturelle ?"
|
||||
},
|
||||
"8": {
|
||||
"question": "À quelle adresse courriel peut-on envoyer des questions et des problèmes concernant cette réserve naturelle ? <br/><span class='subtle'>Respecter la vie privée – renseignez une adresse électronique personnelle seulement si celle-ci est largement publiée",
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"question": "Quel numéro de téléphone peut-on appeler pour poser des questions et résoudre des problèmes concernant cette réserve naturelle ? <br/><span class='subtil'>Respecter la vie privée – renseignez un numéro de téléphone personnel seulement si celui-ci est largement publié",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"12": {
|
||||
"render": "Superficie : {_surface:ha} ha"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Tables de pique-nique",
|
||||
"title": {
|
||||
|
|
|
@ -74,6 +74,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
|
|
|
@ -1012,6 +1012,42 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"question": "I cani sono ammessi in questa riserva naturale?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "I cani devono essere tenuti al guinzaglio"
|
||||
},
|
||||
"1": {
|
||||
"then": "I cani non sono ammessi"
|
||||
},
|
||||
"2": {
|
||||
"then": "I cani sono liberi di girare liberi"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "In quale pagina web si possono trovare altre informazioni riguardanti questa riserva naturale?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Chi è il curatore di questa riserva naturale?<br/><span class='subtle'>Rispetta la privacy (scrivi il nome solo se questo è noto pubblicamente)",
|
||||
"render": "{curator} è il curatore di questa riserva naturale"
|
||||
},
|
||||
"8": {
|
||||
"question": "Qual è l’indirizzo email a cui scrivere per fare domande o segnalare problemi su questa riserva naturale?<br/><span class='subtle'>Rispetta la privacy (compila l’indirizzo email personale solo se è stato reso pubblico)",
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"question": "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/><span class='subtle'>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"12": {
|
||||
"render": "Area: {_surface:ha} ha"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Tavoli da picnic",
|
||||
"title": {
|
||||
|
|
|
@ -1175,6 +1175,119 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"name": "Natuurgebied",
|
||||
"title": {
|
||||
"render": "Natuurgebied",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "De toegankelijkheid van dit gebied is: {access:description}",
|
||||
"question": "Is dit gebied toegankelijk?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vrij toegankelijk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Niet toegankelijk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Niet toegankelijk, want privégebied"
|
||||
},
|
||||
"3": {
|
||||
"then": "Toegankelijk, ondanks dat het privegebied is"
|
||||
},
|
||||
"4": {
|
||||
"then": "Enkel toegankelijk met een gids of tijdens een activiteit"
|
||||
},
|
||||
"5": {
|
||||
"then": "Toegankelijk mits betaling"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"render": "Beheer door {operator}",
|
||||
"question": "Wie beheert dit gebied?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/ANB.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Dit gebied heet {name:nl}",
|
||||
"question": "Wat is de Nederlandstalige naam van dit gebied?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Dit gebied heet {name}",
|
||||
"question": "Wat is de naam van dit gebied?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit gebied heeft geen naam"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Zijn honden toegelaten in dit gebied?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Honden moeten aan de leiband"
|
||||
},
|
||||
"1": {
|
||||
"then": "Honden zijn niet toegestaan"
|
||||
},
|
||||
"2": {
|
||||
"then": "Honden zijn welkom en mogen vrij rondlopen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Op welke webpagina kan men meer informatie vinden over dit natuurgebied?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Wie is de conservator van dit gebied?<br/><span class='subtle'>Respecteer privacy - geef deze naam enkel als die duidelijk is gepubliceerd",
|
||||
"render": "{curator} is de beheerder van dit gebied"
|
||||
},
|
||||
"8": {
|
||||
"question": "Waar kan men naartoe emailen voor vragen en meldingen van dit natuurgebied?<br/><span class='subtle'>Respecteer privacy - geef enkel persoonlijke emailadressen als deze elders zijn gepubliceerd",
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"question": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?<br/><span class='subtle'>Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"10": {
|
||||
"render": "Extra info: <i>{description}</i>"
|
||||
},
|
||||
"11": {
|
||||
"render": "Extra info: <i>{description:0}</i>"
|
||||
},
|
||||
"12": {
|
||||
"render": "Totale oppervlakte: {_surface:ha}Ha"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Natuurreservaat",
|
||||
"description": "Voeg een ontbrekend, erkend natuurreservaat toe, bv. een gebied dat beheerd wordt door het ANB of natuurpunt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Picnictafels",
|
||||
"title": {
|
||||
|
@ -1846,6 +1959,65 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"trails": {
|
||||
"name": "paden",
|
||||
"title": {
|
||||
"render": "Paden",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Paden waarlangs kan gewandeld worden",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "De toegankelijkheid van dit gebied is: {access:description}",
|
||||
"question": "Is dit gebied toegankelijk?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vrij toegankelijk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Niet toegankelijk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Niet toegankelijk, want privégebied"
|
||||
},
|
||||
"3": {
|
||||
"then": "Toegankelijk, ondanks dat het privegebied is"
|
||||
},
|
||||
"4": {
|
||||
"then": "Enkel toegankelijk met een gids of tijdens een activiteit"
|
||||
},
|
||||
"5": {
|
||||
"then": "Toegankelijk mits betaling"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"render": "Beheer door {operator}",
|
||||
"question": "Wie beheert dit pad?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/themes/buurtnatuur/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Paden",
|
||||
"description": "Voeg een ontbrekend, erkend pad toe."
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"name": "Boom",
|
||||
"title": {
|
||||
|
@ -2003,7 +2175,15 @@
|
|||
"visitor_information_centre": {
|
||||
"name": "Bezoekerscentrum",
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
"render": "{name}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd."
|
||||
}
|
||||
|
|
|
@ -493,6 +493,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"nature_reserves": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Столы для пикника",
|
||||
"title": {
|
||||
|
|
|
@ -1192,5 +1192,32 @@
|
|||
"title": "Trees",
|
||||
"shortDescription": "Map all the trees",
|
||||
"description": "Map all the trees!"
|
||||
},
|
||||
"waste_basket": {
|
||||
"title": "Waste Basket",
|
||||
"shortDescription": "Throw away waste",
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Waste Basket",
|
||||
"title": {
|
||||
"render": "Waste Basket"
|
||||
},
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Waste Basket"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Waste Basket",
|
||||
"description": "Throw away waste"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -974,6 +974,33 @@
|
|||
"shortDescription": "Breng bomen in kaart",
|
||||
"description": "Breng bomen in kaart!"
|
||||
},
|
||||
"waste_basket": {
|
||||
"title": "Vuilnisbak",
|
||||
"shortDescription": "Afval weggooien",
|
||||
"description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Vuilnisbak",
|
||||
"title": {
|
||||
"render": "Vuilnisbak"
|
||||
},
|
||||
"description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vuilnisbak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Vuilnisbak",
|
||||
"description": "Afval weggooien"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"width": {
|
||||
"title": "Straatbreedtes",
|
||||
"shortDescription": "Is de straat breed genoeg?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue