Add difficulty and length overviews to climbing areas and crags

This commit is contained in:
pietervdvn 2021-06-21 00:02:45 +02:00
parent ad5174d0da
commit df4923d8bf
3 changed files with 461 additions and 191 deletions

View file

@ -366,6 +366,10 @@
},
{
"#": "Length",
"question": {
"en": "How long is this climbing route (in meters)?",
"nl": "Hoe lang is deze klimroute (in meters)?"
},
"render": {
"de": "Diese Route ist {climbing:length} Meter lang",
"en": "This route is {climbing:length} meter long",
@ -380,6 +384,10 @@
},
{
"#": "Difficulty",
"question": {
"en": "What is the difficulty of this climbing route according to the french/belgian system?",
"nl": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?"
},
"render": {
"de": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems",
"en": "The difficulty is {climbing:grade:french} according to the french/belgian system",
@ -394,17 +402,29 @@
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/themes/climbing/climbing_route.svg"
"render": "circle:white;./assets/themes/climbing/climbing_route.svg"
},
"width": {
"render": "4"
},
"iconSize": {
"render": "20,20,center"
"render": "28,28,center"
},
"color": {
"render": "#0f0"
}
},
"presets": [
{
"title": {
"en": "Climbing route"
},
"tags": [
"sport=climbing",
"climbing=route"
]
}
],
"wayHandling": 2
},
{
"id": "climbing",
@ -433,7 +453,46 @@
"de": "Klettermöglichkeit",
"ja": "登坂教室",
"nb_NO": "Klatremulighet"
}
},
"mappings": [
{
"if": "climbing=crag",
"then": {
"en": "Climbing crag"
}
},
{
"if": {
"and": [
{
"or": [
"climbing=area",
"climbing=site"
]
},
"name~*"
]
},
"then": {
"en": "Climbing area <b>{name}</b>",
"nl": "Klimsite <b>{name}</b>"
}
},
{
"if": "climbing=site",
"then": {
"en": "Climbing site",
"nl": "Klimsite"
}
},
{
"if": "name~*",
"then": {
"nl": "Klimgelegenheid <b>{name}</b>",
"en": "Climbing opportunity <b>{name}</b>"
}
}
]
},
"description": {
"nl": "Een klimgelegenheid",
@ -445,6 +504,23 @@
"tagRenderings": [
"images",
"questions",
{
"#": "Contained routes",
"render": "<h3>Contains the following routes</h3> <ul>{_contained_climbing_routes}</ul>",
"condition": "_contained_climbing_routes~*"
}, {
"#": "Contained routes length hist",
"render": {
"en": "<h3>Length overview</h3>{histogram(_length_hist)}"
}
},
{
"#": "Contained routes hist",
"render": {
"en": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
}
},
{
"#": "name",
"render": {
@ -483,6 +559,28 @@
}
]
},
{
"#": "Type",
"question": "What kind of climbing opportunity is this?",
"mappings": [
{
"if": "climbing=boulder",
"then": {
"en": "A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope"
}
},
{
"if": "climbing=crag",
"then": {
"en": "A climbing crag - a single rock or cliff with at least a few climbing routes"
}
},
{
"if": "climbing=area",
"then": "A climbing area with one or more climbing crags and/or boulders"
}
]
},
"reviews"
],
"hideUnderlayingFeaturesMinPercentage": 0,
@ -519,7 +617,13 @@
}
}
],
"wayHandling": 2
"wayHandling": 2,
"calculatedTags": [
"_contained_climbing_routes_properties=feat.overlapWith('climbing_route').map(f => f.feat.properties).map(p => {return {id: p.id, name: p.name, 'climbing:grade:french': p['climbing:grade:french'], 'climbing:length': p['climbing:length']} })",
"_contained_climbing_routes=JSON.parse(feat.properties._contained_climbing_routes_properties ?? '[]').map(p => `<li><a href='#${p.id}'>${p.name ?? 'climbing route'}</a> (<b>${p['climbing:grade:french'] ?? 'unknown difficulty'}</b>, ${p['climbing:length'] ?? 'unkown length'} meter)</li>`).join('')",
"_difficulty_hist=JSON.parse(feat.properties._contained_climbing_routes_properties ?? '[]').map(p => p['climbing:grade:french'])",
"_length_hist=JSON.parse(feat.properties._contained_climbing_routes_properties ?? '[]').map(p => p['climbing:length'])"
]
},
{
"id": "maybe_climbing",
@ -533,13 +637,18 @@
"minzoom": 19,
"source": {
"osmTags": {
"or": [
"leisure=sports_centre",
"barrier=wall",
"barrier=retaining_wall",
"natural=cliff",
"natural=rock",
"natural=stone"
"and": [
{
"or": [
"leisure=sports_centre",
"barrier=wall",
"barrier=retaining_wall",
"natural=cliff",
"natural=rock",
"natural=stone"
]
},
"climbing="
]
}
},
@ -606,6 +715,15 @@
"ja": "ここでは登ることができる",
"nb_NO": "Klatring er mulig her"
}
},
{
"if": "climbing=no",
"then": {
"en": "Climbing is not possible here",
"de": "Hier kann nicht geklettert werden",
"ja": "ここでは登ることができない",
"nb_NO": "Klatring er ikke mulig her"
}
}
]
}
@ -643,6 +761,102 @@
"type": "url"
}
},
{
"#": "Access from containing feature",
"mappings": [
{
"if": "_embedding_feature:access=yes",
"then": {
"en": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> publicly accessible<br/>{_embedding_feature:access:description}"
}
},
{
"if": "_embedding_feature:access=permit",
"then": {
"en": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that </span> a permit is needed to access<br/>{_embedding_feature:access:description}"
}
},
{
"if": "_embedding_feature:access=customers",
"then": {
"en": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to customers<br/>{_embedding_feature:access:description}"
}
},
{
"if": "_embedding_feature:access=members",
"then": {
"en": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to club members<br/>{_embedding_feature:access:description}"
}
},
{
"if": "_embedding_feature:access=no",
"then": "Not accessible as stated by <a href='#{_embedding_feature:id}'>the containing feature</a>"
}
],
"condition": "_embedding_feature:access~*"
},
{
"#": "Access",
"question": {
"en": "Who can access here?"
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Publicly accessible to anyone"
}
},
{
"if": "access=permit",
"then": {
"en": "You need a permit to access here"
}
},
{
"if": "access=customers",
"then": {
"en": "Only custumers"
}
},
{
"if": "access=members",
"then": {
"en": "Only club members"
}
},
{
"if": "access=no",
"then": "Not accessible"
}
],
"condition": {
"and": [
"climbing!=no",
"office=",
"club=",
{
"or": [
"sport=climbing",
"climbing:sport=yes"
]
},
{
"or": [
"access~*",
"_embedding_feature:access="
]
}
]
}
},
{
"#": "Access description (without _embedding_feature:access:description)",
"render": "{access:description}",
"freeform": {
"key": "access:description"
}
},
{
"#": "Avg length?",
"render": {
@ -656,10 +870,13 @@
"climbing!~route",
"office=",
"club=",
"climbing:toprope!=no",
{
"or": [
"climbing=sport",
"climbing=traditional"
"sport=climbing",
"climbing:sport=yes",
"climbing=traditional",
"climbing=gym"
]
}
]
@ -696,7 +913,13 @@
"and": [
"climbing!~route",
"office=",
"club="
"club=",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
}
]
}
},
@ -721,7 +944,13 @@
"and": [
"climbing!~route",
"office=",
"club="
"club=",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
}
]
}
},
@ -777,7 +1006,12 @@
],
"condition": {
"and": [
"sport=climbing",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
},
"office=",
"club="
]
@ -823,7 +1057,12 @@
],
"condition": {
"and": [
"sport=climbing",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
},
"office=",
"club="
]
@ -871,7 +1110,12 @@
],
"condition": {
"and": [
"sport=climbing",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
},
"office=",
"club="
]
@ -917,7 +1161,12 @@
],
"condition": {
"and": [
"sport=climbing",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
},
"office=",
"club="
]
@ -934,7 +1183,12 @@
"condition": {
"and": [
"leisure=sports_centre",
"climbing:sport=yes",
{
"or": [
"climbing:sport=yes",
"sport=climbing"
]
},
"office=",
"club="
]
@ -970,5 +1224,15 @@
}
]
}
]
],
"overrideAll": {
"calculatedTags+": [
"_embedding_feature_properties=feat.overlapWith('climbing').map(f => f.feat.properties).filter(p => p !== undefined).map(p => {return{access: p.access, id: p.id, name: p.name, climbing: p.climbing, 'access:description': p['access:description']}})",
"_embedding_features_with_access=JSON.parse(feat.properties._embedding_feature_properties ?? '[]').filter(p => p.access !== undefined)[0]",
"_embedding_feature:access=JSON.parse(feat.properties._embedding_features_with_access ?? '{}').access",
"_embedding_feature:access:description=JSON.parse(feat.properties._embedding_features_with_access ?? '{}')['access:description']",
"_embedding_feature:id=JSON.parse(feat.properties._embedding_features_with_access ?? '{}').id",
"_layer=feat._layer_id"
]
}
}

View file

@ -1,175 +1,176 @@
{
"image": {
"addPicture": "Add picture",
"uploadingPicture": "Uploading your picture…",
"uploadingMultiple": "Uploading {count} pictures…",
"pleaseLogin": "Please log in to add a picture",
"willBePublished": "Your picture will be published: ",
"cco": "in the public domain",
"ccbs": "under the CC-BY-SA-license",
"ccb": "under the CC-BY-license",
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
"dontDelete": "Cancel",
"doDelete": "Remove image",
"isDeleted": "Deleted"
"image": {
"addPicture": "Add picture",
"uploadingPicture": "Uploading your picture…",
"uploadingMultiple": "Uploading {count} pictures…",
"pleaseLogin": "Please log in to add a picture",
"willBePublished": "Your picture will be published: ",
"cco": "in the public domain",
"ccbs": "under the CC-BY-SA-license",
"ccb": "under the CC-BY-license",
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
"dontDelete": "Cancel",
"doDelete": "Remove image",
"isDeleted": "Deleted"
},
"centerMessage": {
"loadingData": "Loading data…",
"zoomIn": "Zoom in to view or edit the data",
"ready": "Done!",
"retrying": "Loading data failed. Trying again in {count} seconds…"
},
"index": {
"#": "These texts are shown above the theme buttons when no theme is loaded",
"title": "Welcome to MapComplete",
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about a specific theme.",
"pickTheme": "Pick a theme below to get started."
},
"general": {
"loginWithOpenStreetMap": "Login with OpenStreetMap",
"welcomeBack": "You are logged in, welcome back!",
"loginToStart": "Login to answer this question",
"search": {
"search": "Search a location",
"searching": "Searching…",
"nothing": "Nothing found…",
"error": "Something went wrong…"
},
"centerMessage": {
"loadingData": "Loading data…",
"zoomIn": "Zoom in to view or edit the data",
"ready": "Done!",
"retrying": "Loading data failed. Trying again in {count} seconds…"
"returnToTheMap": "Return to the map",
"save": "Save",
"cancel": "Cancel",
"skip": "Skip this question",
"oneSkippedQuestion": "One question is skipped",
"skippedQuestions": "Some questions are skipped",
"number": "number",
"osmLinkTooltip": "See this object on OpenStreetMap for history and more editing options",
"add": {
"addNew": "Add a new {category} here",
"title": "Add a new point?",
"intro": "You clicked somewhere where no data is known yet.<br/>",
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
"zoomInFurther": "Zoom in further to add a point.",
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
"openLayerControl": "Open the layer control box",
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point"
},
"index": {
"#": "These texts are shown above the theme buttons when no theme is loaded",
"title": "Welcome to MapComplete",
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about a specific theme.",
"pickTheme": "Pick a theme below to get started."
"pickLanguage": "Choose a language: ",
"about": "Easily edit and add OpenStreetMap for a certain theme",
"nameInlineQuestion": "The name of this {category} is $$$",
"noNameCategory": "{category} without a name",
"questions": {
"phoneNumberOf": "What is the phone number of {category}?",
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
"websiteOf": "What is the website of {category}?",
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
"emailOf": "What is the email address of {category}?",
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
},
"general": {
"loginWithOpenStreetMap": "Login with OpenStreetMap",
"welcomeBack": "You are logged in, welcome back!",
"loginToStart": "Login to answer this question",
"search": {
"search": "Search a location",
"searching": "Searching…",
"nothing": "Nothing found…",
"error": "Something went wrong…"
},
"returnToTheMap": "Return to the map",
"save": "Save",
"cancel": "Cancel",
"skip": "Skip this question",
"oneSkippedQuestion": "One question is skipped",
"skippedQuestions": "Some questions are skipped",
"number": "number",
"osmLinkTooltip": "See this object on OpenStreetMap for history and more editing options",
"add": {
"addNew": "Add a new {category} here",
"title": "Add a new point?",
"intro": "You clicked somewhere where no data is known yet.<br/>",
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
"zoomInFurther": "Zoom in further to add a point.",
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
"openLayerControl": "Open the layer control box",
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point"
},
"pickLanguage": "Choose a language: ",
"about": "Easily edit and add OpenStreetMap for a certain theme",
"nameInlineQuestion": "The name of this {category} is $$$",
"noNameCategory": "{category} without a name",
"questions": {
"phoneNumberOf": "What is the phone number of {category}?",
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
"websiteOf": "What is the website of {category}?",
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
"emailOf": "What is the email address of {category}?",
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
},
"openStreetMapIntro": "<h3>An Open Map</h3><p>Wouldn't it be cool if there was a single map, which everyone could freely use and edit? A single place to store all geo-information? Then, all those websites with different, small and incompatible maps (which are always outdated) wouldn't be needed anymore.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is this map. The map data can be used for free (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). On top of that, everyone can freely add new data and fix errors. This website uses OpenStreetMap as well. All the data is from there, and your answers and corrections are added there as well.</p><p>A ton of people and application already use OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap. If you change something here, it'll be reflected in those applications too - after their next update!</p>",
"attribution": {
"attributionTitle": "Attribution notice",
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
"themeBy": "Theme maintained by {author}",
"iconAttribution": {
"title": "Used icons"
},
"mapContributionsBy": "The current visible data has edits made by {contributors}",
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>"
},
"sharescreen": {
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'add to home screen button' in the URL bar to do this.",
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people using this, the more valuable it becomes.",
"copiedToClipboard": "Link copied to clipboard",
"thanksForSharing": "Thanks for sharing!",
"editThisTheme": "Edit this theme",
"editThemeDescription": "Add or change questions to this map theme",
"fsUserbadge": "Enable the login button",
"fsSearch": "Enable the search bar",
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
"fsLayers": "Enable the layer control",
"fsLayerControlToggle": "Start with the layer control expanded",
"fsAddNew": "Enable the 'add new POI' button",
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
"fsIncludeCurrentLayers": "Include the current layer choices",
"fsIncludeCurrentLocation": "Include current location"
},
"morescreen": {
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
},
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
"goToInbox": "Open inbox",
"getStartedLogin": "Login with OpenStreetMap to get started",
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
"noTagsSelected": "No tags selected",
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
"aboutMapcomplete": "<h3>About MapComplete</h3><p>With MapComplete you can enrich OpenStreetMap with information on a <b>single theme.</b> Answer a few questions, and within minutes your contributions will be available around the globe! The <b>theme maintainer</b> defines elements, questions and languages for the theme.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The full-screen version offers information about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM login.</li><li>If you are not logged in, you are asked to log in</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D' target='_blank' >OsmCha</a>.</p>",
"backgroundMap": "Background map",
"layerSelection": {
"zoomInToSeeThisLayer": "Zoom in to see this layer",
"title": "Select layers"
},
"weekdays": {
"abbreviations": {
"monday": "Mon",
"tuesday": "Tue",
"wednesday": "Wed",
"thursday": "Thu",
"friday": "Fri",
"saturday": "Sat",
"sunday": "Sun"
},
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday"
},
"opening_hours": {
"error_loading": "Error: could not visualize these opening hours.",
"open_during_ph": "During a public holiday, this amenity is",
"opensAt": "from",
"openTill": "till",
"not_all_rules_parsed": "The opening hours of this shop are complicated. The following rules are ignored in the input element:",
"closed_until": "Closed until {date}",
"closed_permanently": "Closed for an unkown duration",
"open_24_7": "Opened around the clock",
"ph_not_known": " ",
"ph_closed": "closed",
"ph_open": "opened"
}
"openStreetMapIntro": "<h3>An Open Map</h3><p>Wouldn't it be cool if there was a single map, which everyone could freely use and edit? A single place to store all geo-information? Then, all those websites with different, small and incompatible maps (which are always outdated) wouldn't be needed anymore.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is this map. The map data can be used for free (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). On top of that, everyone can freely add new data and fix errors. This website uses OpenStreetMap as well. All the data is from there, and your answers and corrections are added there as well.</p><p>A ton of people and application already use OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap. If you change something here, it'll be reflected in those applications too - after their next update!</p>",
"attribution": {
"attributionTitle": "Attribution notice",
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
"themeBy": "Theme maintained by {author}",
"iconAttribution": {
"title": "Used icons"
},
"mapContributionsBy": "The current visible data has edits made by {contributors}",
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>"
},
"favourite": {
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
"reload": "Reload the data"
"sharescreen": {
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'add to home screen button' in the URL bar to do this.",
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people using this, the more valuable it becomes.",
"copiedToClipboard": "Link copied to clipboard",
"thanksForSharing": "Thanks for sharing!",
"editThisTheme": "Edit this theme",
"editThemeDescription": "Add or change questions to this map theme",
"fsUserbadge": "Enable the login button",
"fsSearch": "Enable the search bar",
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
"fsLayers": "Enable the layer control",
"fsLayerControlToggle": "Start with the layer control expanded",
"fsAddNew": "Enable the 'add new POI' button",
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
"fsIncludeCurrentLayers": "Include the current layer choices",
"fsIncludeCurrentLocation": "Include current location"
},
"reviews": {
"title": "{count} reviews",
"title_singular": "One review",
"name_required": "A name is required in order to display and create reviews",
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
"write_a_comment": "Leave a review…",
"no_rating": "No rating given",
"posting_as": "Posting as",
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
"affiliated_reviewer_warning": "(Affiliated review)",
"saving_review": "Saving…",
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
"plz_login": "Login to leave a review"
}
"morescreen": {
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
},
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
"goToInbox": "Open inbox",
"getStartedLogin": "Login with OpenStreetMap to get started",
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
"noTagsSelected": "No tags selected",
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
"aboutMapcomplete": "<h3>About MapComplete</h3><p>With MapComplete you can enrich OpenStreetMap with information on a <b>single theme.</b> Answer a few questions, and within minutes your contributions will be available around the globe! The <b>theme maintainer</b> defines elements, questions and languages for the theme.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The full-screen version offers information about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM login.</li><li>If you are not logged in, you are asked to log in</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D' target='_blank' >OsmCha</a>.</p>",
"backgroundMap": "Background map",
"layerSelection": {
"zoomInToSeeThisLayer": "Zoom in to see this layer",
"title": "Select layers"
},
"weekdays": {
"abbreviations": {
"monday": "Mon",
"tuesday": "Tue",
"wednesday": "Wed",
"thursday": "Thu",
"friday": "Fri",
"saturday": "Sat",
"sunday": "Sun"
},
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday"
},
"opening_hours": {
"error_loading": "Error: could not visualize these opening hours.",
"open_during_ph": "During a public holiday, this amenity is",
"opensAt": "from",
"openTill": "till",
"not_all_rules_parsed": "The opening hours of this shop are complicated. The following rules are ignored in the input element:",
"closed_until": "Closed until {date}",
"closed_permanently": "Closed for an unkown duration",
"open_24_7": "Opened around the clock",
"ph_not_known": " ",
"ph_closed": "closed",
"ph_open": "opened"
},
"error_loading": "Error: could not load the histogram"
},
"favourite": {
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
"reload": "Reload the data"
},
"reviews": {
"title": "{count} reviews",
"title_singular": "One review",
"name_required": "A name is required in order to display and create reviews",
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
"write_a_comment": "Leave a review…",
"no_rating": "No rating given",
"posting_as": "Posting as",
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
"affiliated_reviewer_warning": "(Affiliated review)",
"saving_review": "Saving…",
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
"plz_login": "Login to leave a review"
}
}

View file

@ -220,6 +220,11 @@ function MergeTranslation(source: any, target: any, language: string, context: s
const sourceV = source[key];
const targetV = target[key]
if (typeof sourceV === "string") {
if(targetV === undefined){
target[key] = source[key];
continue;
}
if (targetV[language] === sourceV) {
// Already the same
continue;
@ -240,7 +245,7 @@ function MergeTranslation(source: any, target: any, language: string, context: s
}
if (typeof sourceV === "object") {
if (targetV === undefined) {
throw "MergingTranslations failed: source object has a path that does not exist anymore in the target: " + context
target[language] = sourceV;
} else {
MergeTranslation(sourceV, targetV, language, context + "." + key);
}