diff --git a/assets/layers/doctors/doctors.json b/assets/layers/doctors/doctors.json
index 8979e43c0..eefedaf8d 100644
--- a/assets/layers/doctors/doctors.json
+++ b/assets/layers/doctors/doctors.json
@@ -1,147 +1,147 @@
{
- "id": "doctors",
- "name": {
- "en": "doctors"
+ "id": "doctors",
+ "name": {
+ "en": "doctors"
+ },
+ "description": {
+ "en": "This layer shows doctor offices, dentists and other healthcare facilities"
+ },
+ "source": {
+ "osmTags": {
+ "or": [
+ "amenity=doctors",
+ "amenity=dentist",
+ "healthcare=physiotherapist"
+ ]
+ }
+ },
+ "title": {
+ "render": {
+ "en": "Doctors Office {name}"
},
- "description": {
- "en": "This layer shows doctor offices, dentists and other healthcare facilities"
- },
- "source": {
- "osmTags": {
- "or": [
- "amenity=doctors",
- "amenity=dentist",
- "healthcare=physiotherapist"
- ]
- }
- },
- "title": {
- "render": {
- "en": "Doctors Office {name}"
- },
- "mappings": [
- {
- "if": "amenity=doctors",
- "then": "Doctors Office {name}"
- },
- {
- "if": "amenity=dentist",
- "then": "Dentists office {name}"
- },
- {
- "if": "healthcare=physiotherapist",
- "then": "Physiotherapists office {name}"
- }
- ]
- },
- "minzoom": 13,
- "tagRenderings": [
- "images",
- "opening_hours",
- "phone",
- "email",
- "website",
- {
- "question": {
- "en": "What is the name of this doctors place?"
- },
- "render": {
- "en": "This doctors place is called {name}"
- },
- "freeform": {
- "key": "name"
- },
- "id": "name"
- },
- {
- "condition": "amenity=doctors",
- "id": "specialty",
- "render": {
- "en": "This doctor is specialized in {healthcare:speciality}"
- },
- "question": {
- "en": "What is this doctor specialized in?"
- },
- "freeform": {
- "key": "healthcare:speciality"
- },
- "mappings": [
- {
- "if": "healthcare:speciality=general",
- "then": {
- "en": "This is a general practitioner"
- }
- },
- {
- "if": "healthcare:speciality=gynaecology",
- "then": {
- "en": "This is a gynaecologist"
- }
- },
- {
- "if": "healthcare:speciality=psychiatry",
- "then": {
- "en": "This is a psychiatrist"
- }
- },
- {
- "if": "healthcare:speciality=paediatrics",
- "then": {
- "en": "This is a paediatrician"
- }
- }
- ]
- }
- ],
- "presets": [
- {
- "title": {
- "en": "a doctors office"
- },
- "tags": [
- "amenity=doctors"
- ]
- },
- {
- "title": {
- "en": "a dentists office"
- },
- "tags": [
- "amenity=dentist"
- ]
- },
- {
- "title": {
- "en": "a physiotherapists office"
- },
- "tags": [
- "healthcare=physiotherapist"
- ]
- }
- ],
- "filter": [
- {
- "id": "opened-now",
- "options": [
- {
- "question": {
- "en": "Opened now"
- },
- "osmTags": "_isOpen=yes"
- }
- ]
- }
- ],
- "mapRendering": [
- {
- "icon": {
- "render": "circle:white;./assets/layers/doctors/doctors.svg"
- },
- "iconSize": "40,40,center",
- "location": [
- "point",
- "centroid"
- ]
- }
+ "mappings": [
+ {
+ "if": "amenity=doctors",
+ "then": "Doctors Office {name}"
+ },
+ {
+ "if": "amenity=dentist",
+ "then": "Dentists office {name}"
+ },
+ {
+ "if": "healthcare=physiotherapist",
+ "then": "Physiotherapists office {name}"
+ }
]
+ },
+ "minzoom": 13,
+ "tagRenderings": [
+ "images",
+ "opening_hours",
+ "phone",
+ "email",
+ "website",
+ {
+ "question": {
+ "en": "What is the name of this doctors place?"
+ },
+ "render": {
+ "en": "This doctors place is called {name}"
+ },
+ "freeform": {
+ "key": "name"
+ },
+ "id": "name"
+ },
+ {
+ "condition": "amenity=doctors",
+ "id": "specialty",
+ "render": {
+ "en": "This doctor is specialized in {healthcare:speciality}"
+ },
+ "question": {
+ "en": "What is this doctor specialized in?"
+ },
+ "freeform": {
+ "key": "healthcare:speciality"
+ },
+ "mappings": [
+ {
+ "if": "healthcare:speciality=general",
+ "then": {
+ "en": "This is a general practitioner"
+ }
+ },
+ {
+ "if": "healthcare:speciality=gynaecology",
+ "then": {
+ "en": "This is a gynaecologist"
+ }
+ },
+ {
+ "if": "healthcare:speciality=psychiatry",
+ "then": {
+ "en": "This is a psychiatrist"
+ }
+ },
+ {
+ "if": "healthcare:speciality=paediatrics",
+ "then": {
+ "en": "This is a paediatrician"
+ }
+ }
+ ]
+ }
+ ],
+ "presets": [
+ {
+ "title": {
+ "en": "a doctors office"
+ },
+ "tags": [
+ "amenity=doctors"
+ ]
+ },
+ {
+ "title": {
+ "en": "a dentists office"
+ },
+ "tags": [
+ "amenity=dentist"
+ ]
+ },
+ {
+ "title": {
+ "en": "a physiotherapists office"
+ },
+ "tags": [
+ "healthcare=physiotherapist"
+ ]
+ }
+ ],
+ "filter": [
+ {
+ "id": "opened-now",
+ "options": [
+ {
+ "question": {
+ "en": "Opened now"
+ },
+ "osmTags": "_isOpen=yes"
+ }
+ ]
+ }
+ ],
+ "mapRendering": [
+ {
+ "icon": {
+ "render": "circle:white;./assets/layers/doctors/doctors.svg"
+ },
+ "iconSize": "40,40,center",
+ "location": [
+ "point",
+ "centroid"
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/assets/layers/kerbs/kerbs.json b/assets/layers/kerbs/kerbs.json
index af185c4d4..ad441c8ec 100644
--- a/assets/layers/kerbs/kerbs.json
+++ b/assets/layers/kerbs/kerbs.json
@@ -164,9 +164,9 @@
"de": "Wie hoch ist der Bordstein?"
},
"render": {
- "en": "Kerb height: {{kerb:height}}",
- "nl": "Stoeprandhoogte: {{kerb:height}}",
- "de": "Bordsteinhöhe: {{kerb:height}}"
+ "en": "Kerb height: {kerb:height}",
+ "nl": "Stoeprandhoogte: {kerb:height}",
+ "de": "Bordsteinhöhe: {kerb:height}"
},
"freeform": {
"key": "kerb:height",
diff --git a/assets/layers/rainbow_crossings/rainbow_crossings.json b/assets/layers/rainbow_crossings/rainbow_crossings.json
index 35c99d8d9..d13fe3c03 100644
--- a/assets/layers/rainbow_crossings/rainbow_crossings.json
+++ b/assets/layers/rainbow_crossings/rainbow_crossings.json
@@ -7,8 +7,7 @@
"en": "A layer showing pedestrian crossings with rainbow paintings"
},
"source": {
- "osmTags":
- "highway=crossing"
+ "osmTags": "highway=crossing"
},
"minzoom": 17,
"title": {
@@ -38,7 +37,7 @@
],
"tagRenderings": [
"images",
- {
+ {
"id": "crossing-with-rainbow",
"question": {
"en": "Does this crossing has rainbow paintings?"
@@ -77,10 +76,12 @@
{
"icon": {
"render": "./assets/themes/rainbow_crossings/crossing.svg",
- "mappings": [{
- "if": "crossing:marking=rainbow",
- "then": "./assets/themes/rainbow_crossings/logo.svg"
- }]
+ "mappings": [
+ {
+ "if": "crossing:marking=rainbow",
+ "then": "./assets/themes/rainbow_crossings/logo.svg"
+ }
+ ]
},
"iconSize": "40,40,center",
"location": [
@@ -89,4 +90,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
index 4e43dc406..ab3cce9cd 100644
--- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json
+++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
@@ -2,15 +2,18 @@
"id": "mapcomplete-changes",
"title": {
"en": "Changes made with MapComplete",
- "nl": "Wijzigingen gemaakt met MapComplete"
+ "nl": "Wijzigingen gemaakt met MapComplete",
+ "de": "Mit MapComplete vorgenommene Änderungen"
},
"shortDescription": {
"en": "Shows changes made by MapComplete",
- "nl": "Toont wijzigingen gemaakt met MapComplete"
+ "nl": "Toont wijzigingen gemaakt met MapComplete",
+ "de": "Zeigt die mit MapComplete vorgenommenen Änderungen"
},
"description": {
"en": "This maps shows all the changes made with MapComplete",
- "nl": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt"
+ "nl": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt",
+ "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen"
},
"maintainer": "",
"icon": "./assets/svg/logo.svg",
@@ -25,7 +28,8 @@
{
"id": "mapcomplete-changes",
"name": {
- "en": "Changeset centers"
+ "en": "Changeset centers",
+ "de": "Zentrum der Änderungssätze"
},
"minzoom": 0,
"source": {
@@ -40,40 +44,46 @@
"title": {
"render": {
"en": "Changeset for {theme}",
- "nl": "Wijzigingset voor {theme}"
+ "nl": "Wijzigingset voor {theme}",
+ "de": "Änderungssatz für {theme}"
}
},
"description": {
"en": "Shows all MapComplete changes",
- "nl": "Toont alle wijzigingen met MapComplete"
+ "nl": "Toont alle wijzigingen met MapComplete",
+ "de": "Zeigt alle MapComplete Änderungen"
},
"tagRenderings": [
{
"id": "render_id",
"render": {
"en": "Changeset {id}",
- "nl": "Wijzigingset {id}"
+ "nl": "Wijzigingset {id}",
+ "de": "Änderungssatz {id}"
}
},
{
"id": "contributor",
"render": {
"en": "Change made by {_last_edit:contributor}",
- "nl": "Wijziging gemaakt door {_last_edit:contributor}"
+ "nl": "Wijziging gemaakt door {_last_edit:contributor}",
+ "de": "Geändert von {_last_edit:contributor}"
}
},
{
"id": "theme",
"render": {
"en": "Change with theme {theme}",
- "nl": "Wijziging met thema {theme}"
+ "nl": "Wijziging met thema {theme}",
+ "de": "Änderung mit Thema {theme}"
},
"mappings": [
{
"if": "theme~http.*",
"then": {
"en": "Change with unofficial theme {theme}",
- "nl": "Wijziging met officieus thema {theme}"
+ "nl": "Wijziging met officieus thema {theme}",
+ "de": "Änderung mit inoffiziellem Thema {theme}"
}
}
]
@@ -370,7 +380,8 @@
],
"question": {
"en": "Themename contains {search}",
- "nl": "Themanaam bevat {search}"
+ "nl": "Themanaam bevat {search}",
+ "de": "Themenname enthält {search}"
}
}
]
@@ -387,7 +398,8 @@
],
"question": {
"en": "Made by contributor {search}",
- "nl": "Gemaakt door bijdrager {search}"
+ "nl": "Gemaakt door bijdrager {search}",
+ "de": "Erstellt von {search}"
}
}
]
@@ -404,7 +416,8 @@
],
"question": {
"en": "Not made by contributor {search}",
- "nl": "Niet gemaakt door bijdrager {search}"
+ "nl": "Niet gemaakt door bijdrager {search}",
+ "de": "Nicht erstellt von {search}"
}
}
]
@@ -420,7 +433,8 @@
"id": "link_to_more",
"render": {
"en": "More statistics can be found here",
- "nl": "Meer statistieken kunnen hier gevonden worden"
+ "nl": "Meer statistieken kunnen hier gevonden worden",
+ "de": "Weitere Statistiken finden Sie hier"
}
},
{
diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json
index 881729e71..920ce1e1c 100644
--- a/assets/themes/onwheels/onwheels.json
+++ b/assets/themes/onwheels/onwheels.json
@@ -1,10 +1,10 @@
{
"id": "onwheels",
"title": {
- "en": "OnWheels"
+ "en": "OnWheels"
},
"description": {
- "en": "On this map, publicly weelchair accessible places are shown and can be easily added"
+ "en": "On this map, publicly weelchair accessible places are shown and can be easily added"
},
"maintainer": "MapComplete",
"icon": "./assets/themes/onwheels/crest.svg",
@@ -29,11 +29,11 @@
"viewpoint",
"doctors"
],
- "overrideAll" : {
- "minzoom" : "15",
- "mapRendering" : [
+ "overrideAll": {
+ "minzoom": "15",
+ "mapRendering": [
{
- "label" : null
+ "label": null
}
]
}
diff --git a/langs/layers/de.json b/langs/layers/de.json
index 2d686ca62..bfe2f47f8 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -4122,7 +4122,7 @@
"placeholder": "Höhe des Bordsteins"
},
"question": "Wie hoch ist der Bordstein?",
- "render": "Bordsteinhöhe: {{kerb:height}}"
+ "render": "Bordsteinhöhe: {kerb:height}"
},
"kerb-type": {
"mappings": {
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 3b3642a7f..3e51d47e2 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -3256,6 +3256,7 @@
"name": "Direction visualization"
},
"doctors": {
+ "description": "This layer shows doctor offices, dentists and other healthcare facilities",
"filter": {
"0": {
"options": {
@@ -3278,6 +3279,10 @@
}
},
"tagRenderings": {
+ "name": {
+ "question": "What is the name of this doctors place?",
+ "render": "This doctors place is called {name}"
+ },
"specialty": {
"mappings": {
"0": {
@@ -5049,6 +5054,35 @@
"render": "Bookcase"
}
},
+ "rainbow_crossings": {
+ "description": "A layer showing pedestrian crossings with rainbow paintings",
+ "name": "Crossings with rainbow paintings",
+ "presets": {
+ "0": {
+ "description": "Pedestrian crossing",
+ "title": "a crossing"
+ }
+ },
+ "tagRenderings": {
+ "crossing-with-rainbow": {
+ "mappings": {
+ "0": {
+ "then": "This crossing has rainbow paintings"
+ },
+ "1": {
+ "then": "No rainbow paintings here"
+ },
+ "2": {
+ "then": "No rainbow paintings here"
+ }
+ },
+ "question": "Does this crossing has rainbow paintings?"
+ }
+ },
+ "title": {
+ "render": "Crossing"
+ }
+ },
"recycling": {
"description": "A layer with recycling containers and centres",
"filter": {
diff --git a/langs/themes/en.json b/langs/themes/en.json
index b3e3d3a17..5dd1e80ae 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -741,6 +741,10 @@
"shortDescription": "Publicly accessible towers to enjoy the view",
"title": "Observation towers"
},
+ "onwheels": {
+ "description": "On this map, publicly weelchair accessible places are shown and can be easily added",
+ "title": "OnWheels"
+ },
"openwindpowermap": {
"description": "A map for showing and editing wind turbines.",
"title": "OpenWindPowerMap"
@@ -863,6 +867,10 @@
"shortDescription": "A map showing postboxes and post offices",
"title": "Postbox and Post Office Map"
},
+ "rainbow_crossings": {
+ "description": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
+ "title": "Rainbow pedestrian crossings"
+ },
"shops": {
"description": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
"shortDescription": "An editable map with basic shop information",