forked from MapComplete/MapComplete
Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
2fe6b64fb3
36 changed files with 1291 additions and 205 deletions
|
@ -751,7 +751,8 @@
|
|||
"then": {
|
||||
"de": "Sportklettern ist hier möglich",
|
||||
"en": "Sport climbing is possible here",
|
||||
"nl": "Sportklimmen/voorklimmen kan hier"
|
||||
"nl": "Sportklimmen/voorklimmen kan hier",
|
||||
"ru": "Здесь можно заняться спортивным скалолазанием"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -759,7 +760,8 @@
|
|||
"then": {
|
||||
"de": "Sportklettern ist hier nicht möglich",
|
||||
"en": "Sport climbing is not possible here",
|
||||
"nl": "Sportklimmen/voorklimmen kan hier niet"
|
||||
"nl": "Sportklimmen/voorklimmen kan hier niet",
|
||||
"ru": "Спортивное скалолазание здесь невозможно"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"nl": "Cyclofix - een open kaart voor fietsers",
|
||||
"fr": "Cyclofix - Une carte ouverte pour les cyclistes",
|
||||
"gl": "Cyclofix - Un mapa aberto para os ciclistas",
|
||||
"de": "Cyclofix - eine offene Karte für Radfahrer"
|
||||
"de": "Cyclofix - eine offene Karte für Radfahrer",
|
||||
"ru": "Cyclofix - открытая карта для велосипедистов"
|
||||
},
|
||||
"description": {
|
||||
"en": "The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.<br><br>You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.<br><br>All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.<br><br>For more information about the cyclofix project, go to <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
|
||||
|
@ -19,7 +20,8 @@
|
|||
"nl",
|
||||
"fr",
|
||||
"gl",
|
||||
"de"
|
||||
"de",
|
||||
"ru"
|
||||
],
|
||||
"maintainer": "MapComplete",
|
||||
"credits": "Originally created during Open Summer of Code by Pieter Fiers, Thibault Declercq, Pierre Barban, Joost Schouppe and Pieter Vander Vennet",
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
"language": [
|
||||
"nl",
|
||||
"en"
|
||||
"en",
|
||||
"ru"
|
||||
],
|
||||
"maintainer": "joost schouppe; stla",
|
||||
"icon": "./assets/themes/facadegardens/geveltuin.svg",
|
||||
|
@ -172,7 +173,8 @@
|
|||
{
|
||||
"render": {
|
||||
"nl": "Aanlegdatum van de tuin: {start_date}",
|
||||
"en": "Construction date of the garden: {start_date}"
|
||||
"en": "Construction date of the garden: {start_date}",
|
||||
"ru": "Дата строительства сада: {start_date}"
|
||||
},
|
||||
"question": {
|
||||
"nl": "Wanneer werd de tuin aangelegd? (vul gewoon een jaartal in)",
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Open Toilet Map",
|
||||
"de": "Offene Toilette Karte",
|
||||
"fr": "Carte des WC et toilettes publiques",
|
||||
"nl": "Open Toilettenkaart"
|
||||
"nl": "Open Toilettenkaart",
|
||||
"ru": "Открытая карта туалетов"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map of public toilets",
|
||||
"de": "Eine Karte der öffentlichen Toiletten",
|
||||
"fr": "Carte affichant les WC et toilettes publiques",
|
||||
"nl": "Een kaart met openbare toiletten"
|
||||
"nl": "Een kaart met openbare toiletten",
|
||||
"ru": "Карта общественных туалетов"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"version": "2020-08-29",
|
||||
|
@ -18,7 +20,8 @@
|
|||
"en",
|
||||
"de",
|
||||
"fr",
|
||||
"nl"
|
||||
"nl",
|
||||
"ru"
|
||||
],
|
||||
"startZoom": 12,
|
||||
"startLat": 51.2095,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue