forked from MapComplete/MapComplete
Merge branch 'develop' into Robin-patch-1
This commit is contained in:
commit
904b628a81
22 changed files with 660 additions and 385 deletions
File diff suppressed because it is too large
Load diff
|
@ -9,6 +9,15 @@
|
|||
"nl": "Wijzigingen gemaakt met MapComplete",
|
||||
"ko": "MapComplete로 이루어진 변경 사항"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Shows changes made by MapComplete",
|
||||
"de": "Zeigt die von MapComplete vorgenommenen Änderungen an",
|
||||
"cs": "Zobrazuje změny provedené nástrojem MapComplete",
|
||||
"es": "Muestra los cambios realizados por MapComplete",
|
||||
"fr": "Afficher les modifications faites avec MapComplete",
|
||||
"nl": "Toont wijzigingen gemaakt met MapComplete",
|
||||
"ko": "MapComplete를 통해 이루어진 변경 사항을 표시합니다"
|
||||
},
|
||||
"description": {
|
||||
"en": "This maps shows all the changes made with MapComplete",
|
||||
"de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
|
@ -19,17 +28,11 @@
|
|||
"nl": "Deze kaarten tonen alle wijzigingen die zijn gemaakt met MapComplete",
|
||||
"ko": "이 지도는 MapComplete를 사용하여 이루어진 모든 변경 사항을 표시합니다"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Shows changes made by MapComplete",
|
||||
"de": "Zeigt die von MapComplete vorgenommenen Änderungen an",
|
||||
"cs": "Zobrazuje změny provedené nástrojem MapComplete",
|
||||
"es": "Muestra los cambios realizados por MapComplete",
|
||||
"fr": "Afficher les modifications faites avec MapComplete",
|
||||
"nl": "Toont wijzigingen gemaakt met MapComplete",
|
||||
"ko": "MapComplete를 통해 이루어진 변경 사항을 표시합니다"
|
||||
},
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
"hideFromOverview": true,
|
||||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"layers": [
|
||||
{
|
||||
"id": "mapcomplete-changes",
|
||||
|
@ -182,19 +185,22 @@
|
|||
{
|
||||
"id": "platform",
|
||||
"question": {
|
||||
"en": "With what platform was the change made?"
|
||||
"en": "With what platform was the change made?",
|
||||
"cs": "S jakou platformou byly změny provedeny?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "android=",
|
||||
"then": {
|
||||
"en": "Made on the web"
|
||||
"en": "Made on the web",
|
||||
"cs": "Vytvořeno na webu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "android=yes",
|
||||
"then": {
|
||||
"en": "Made with the android app"
|
||||
"en": "Made with the android app",
|
||||
"cs": "Vytvořeno s aplikací pro Android"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -851,19 +857,22 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "All platforms"
|
||||
"en": "All platforms",
|
||||
"cs": "Všechny platformy"
|
||||
},
|
||||
"quesiton": "All platforms"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Made with Android"
|
||||
"en": "Made with Android",
|
||||
"cs": "Vytvořeno s Androidem"
|
||||
},
|
||||
"osmTags": "android=yes"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Made on the web"
|
||||
"en": "Made on the web",
|
||||
"cs": "Vytvořeno na webu"
|
||||
},
|
||||
"osmTags": "android="
|
||||
}
|
||||
|
|
|
@ -27,16 +27,21 @@
|
|||
"=presets": [],
|
||||
"source": {
|
||||
"=osmTags": {
|
||||
"and": [
|
||||
"tourism=camp_site",
|
||||
"scout!=no",
|
||||
"group!=no",
|
||||
"or":[
|
||||
"leisure=summer_camp",
|
||||
{
|
||||
"or": [
|
||||
"scout=yes",
|
||||
"scout=only",
|
||||
"group=yes",
|
||||
"group_only=yes"
|
||||
"and": [
|
||||
"tourism=camp_site",
|
||||
"scout!=no",
|
||||
"group!=no",
|
||||
{
|
||||
"or": [
|
||||
"scout=yes",
|
||||
"scout=only",
|
||||
"group=yes",
|
||||
"group_only=yes"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue