forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
fdb71cc93f
26 changed files with 280 additions and 123 deletions
|
@ -150,7 +150,8 @@
|
|||
],
|
||||
"allowMove": false,
|
||||
"snapName": {
|
||||
"en": "a wall, cliff or rock"
|
||||
"en": "a wall, cliff or rock",
|
||||
"de": "eine Wand, eine Klippe oder einen Felsen"
|
||||
},
|
||||
"doCount": false
|
||||
}
|
||||
|
|
|
@ -1916,6 +1916,7 @@
|
|||
"allowSplit": true,
|
||||
"snapName": {
|
||||
"en": "a road or a cycleway",
|
||||
"nl": "een weg, straat of fietspad"
|
||||
"nl": "een weg, straat of fietspad",
|
||||
"de": "eine Straße oder einen Radweg"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -196,7 +196,8 @@
|
|||
{
|
||||
"if": "hackerspace=hacklab",
|
||||
"then": {
|
||||
"en": "This is a <b>hacklab</b> which is mostly focussed on basic computer skills, using recycled devices and/or providing internet to the community. This is typically located in autonomous spaces, squats or social facilities"
|
||||
"en": "This is a <b>hacklab</b> which is mostly focussed on basic computer skills, using recycled devices and/or providing internet to the community. This is typically located in autonomous spaces, squats or social facilities",
|
||||
"de": "Dies ist ein <b>Hackerspace/Hack-Lab</b>, das sich hauptsächlich auf grundlegende Computerkenntnisse konzentriert, recycelte Geräte verwendet und/oder der Gemeinschaft Internet bereitstellt. Es befindet sich typischerweise in autonomen Räumen, besetzten Häusern oder sozialen Einrichtungen."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -475,7 +475,8 @@
|
|||
{
|
||||
"if": "room=printer",
|
||||
"then": {
|
||||
"en": "This is a copy room"
|
||||
"en": "This is a copy room",
|
||||
"de": "Dies ist ein Kopierraum"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -622,6 +623,7 @@
|
|||
},
|
||||
"snapName": {
|
||||
"en": "an indoor wall",
|
||||
"nl": "een binnenmuur"
|
||||
"nl": "een binnenmuur",
|
||||
"de": "eine Innenwand"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -408,6 +408,7 @@
|
|||
}
|
||||
],
|
||||
"snapName": {
|
||||
"en": "a kerb"
|
||||
"en": "a kerb",
|
||||
"de": "ein Bordstein"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -307,7 +307,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "opened_by",
|
||||
"options": [
|
||||
|
@ -444,7 +443,7 @@
|
|||
"question": {
|
||||
"en": "Created after {search}",
|
||||
"nl": "Aangemaakt na {search}",
|
||||
"de": "Erstellt nach dem {search}",
|
||||
"de": "Zuletzt bearbeitet vor {search}",
|
||||
"es": "Creada después de {search}",
|
||||
"ca": "Creada després de {search}",
|
||||
"cs": "Vytvořeno po {search}",
|
||||
|
@ -465,7 +464,8 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Last edited before {search}"
|
||||
"en": "Last edited before {search}",
|
||||
"de": "Zuletzt bearbeitet nach {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
],
|
||||
"allowMove": false,
|
||||
"snapName": {
|
||||
"en": "a pedestrian path"
|
||||
"en": "a pedestrian path",
|
||||
"de": "ein Fußweg"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "police",
|
||||
"name": {
|
||||
"en": "Police stations"
|
||||
"en": "Police stations",
|
||||
"de": "Polizeiwachen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Many types of police facilities "
|
||||
"en": "Many types of police facilities ",
|
||||
"de": "Verschiedene Polizeieinrichtungen "
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -17,7 +19,8 @@
|
|||
"minzoom": 10,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "{name}"
|
||||
"en": "{name}",
|
||||
"de": "{name}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -49,10 +52,12 @@
|
|||
"amenity=police"
|
||||
],
|
||||
"title": {
|
||||
"en": "a police office"
|
||||
"en": "a police office",
|
||||
"de": "eine Polizeiwache"
|
||||
},
|
||||
"description": {
|
||||
"en": "A police office where the general public can enter for inquiries"
|
||||
"en": "A police office where the general public can enter for inquiries",
|
||||
"de": "Eine Polizeiwache, die von der Öffentlichkeit für Anfragen genutzt werden kann"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -60,10 +65,12 @@
|
|||
"police=checkpoint"
|
||||
],
|
||||
"title": {
|
||||
"en": "a police checkpoint"
|
||||
"en": "a police checkpoint",
|
||||
"de": "eine Polizeikontrolle"
|
||||
},
|
||||
"description": {
|
||||
"en": "A place where police performs checks on travelling people"
|
||||
"en": "A place where police performs checks on travelling people",
|
||||
"de": "Ein Ort, an dem die Polizei Kontrollen von Reisenden durchführt"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -71,10 +78,12 @@
|
|||
"police=offices"
|
||||
],
|
||||
"title": {
|
||||
"en": "an administrative, police backoffice"
|
||||
"en": "an administrative, police backoffice",
|
||||
"de": "ein Verwaltungsbüro der Polizei"
|
||||
},
|
||||
"description": {
|
||||
"en": "An administrative police office without services for the general public."
|
||||
"en": "An administrative police office without services for the general public.",
|
||||
"de": "Ein Verwaltungsbüro der Polizei ohne Dienstleistungen für die Allgemeinheit."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -83,7 +92,8 @@
|
|||
],
|
||||
"title": "a police detention center",
|
||||
"description": {
|
||||
"en": "A jail run by the police without public services. People are detained here for a short time (at most a few days), e.g. for small misdemeanors, disturbance of the public order or awaiting a trial"
|
||||
"en": "A jail run by the police without public services. People are detained here for a short time (at most a few days), e.g. for small misdemeanors, disturbance of the public order or awaiting a trial",
|
||||
"de": "Ein von der Polizei betriebenes Gefängnis ohne öffentliche Dienstleistungen. Hier werden Menschen für kurze Zeit (höchstens ein paar Tage) inhaftiert, z. B. wegen kleinerer Vergehen, Störung der öffentlichen Ordnung oder in Erwartung eines Gerichtsverfahrens"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -92,7 +102,8 @@
|
|||
],
|
||||
"title": "a police naval base",
|
||||
"description": {
|
||||
"en": "A naval or maritime base for the maritime police; often with a pier and police boats nearby"
|
||||
"en": "A naval or maritime base for the maritime police; often with a pier and police boats nearby",
|
||||
"de": "Ein Stützpunkt für die Schifffahrtspolizei; oft mit einem Anleger und Polizeibooten in der Nähe"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -101,11 +112,13 @@
|
|||
"reviews",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this police facility?"
|
||||
"en": "What is the name of this police facility?",
|
||||
"de": "Wie lautet der Name der Polizeieinrichtung?"
|
||||
},
|
||||
"id": "police_name",
|
||||
"render": {
|
||||
"en": "<b>{name}</b>"
|
||||
"en": "<b>{name}</b>",
|
||||
"de": "<b>{name}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -116,7 +129,8 @@
|
|||
"opening_hours",
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this police office have detention facilities?"
|
||||
"en": "Does this police office have detention facilities?",
|
||||
"de": "Verfügt die Polizeidienststelle über Gewahrsamsräume?"
|
||||
},
|
||||
"id": "4_z2nrdhy6tyyh4fd",
|
||||
"condition": "amenity=police",
|
||||
|
@ -124,13 +138,15 @@
|
|||
{
|
||||
"if": "detention=yes",
|
||||
"then": {
|
||||
"en": "This police office has some cells to detain people"
|
||||
"en": "This police office has some cells to detain people",
|
||||
"de": "Die Polizeidienststelle hat Zellen für die Inhaftierung von Personen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "detention=no",
|
||||
"then": {
|
||||
"en": "This police office does not have cells to detain people"
|
||||
"en": "This police office does not have cells to detain people",
|
||||
"de": "Die Polizeidienststelle hat keine Zellen für die Inhaftierung von Personen"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -2174,7 +2174,8 @@
|
|||
"if": "internet_access=terminal;wifi",
|
||||
"alsoShowIf": "internet_access=wifi;terminal",
|
||||
"then": {
|
||||
"en": "This place offers both wireless internet and internet access via a terminal or computer"
|
||||
"en": "This place offers both wireless internet and internet access via a terminal or computer",
|
||||
"de": "Dieser Ort bietet sowohl drahtloses Internet als auch Internetzugang über ein Terminal oder einen Computer"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"enableImproveAccuracy": true
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a shelter"
|
||||
"en": "a shelter",
|
||||
"de": "ein Unterstand"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -555,14 +555,16 @@
|
|||
"id": "scalebar",
|
||||
"question": {
|
||||
"en": "Should a scale bar be shown on the map?",
|
||||
"nl": "Moet er een schaalbalk weergegeven worden?"
|
||||
"nl": "Moet er een schaalbalk weergegeven worden?",
|
||||
"de": "Kartenmaßstab anzeigen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-preference-show-scale=true",
|
||||
"then": {
|
||||
"en": "Show the scalebar",
|
||||
"nl": "Toon de schaalbalk"
|
||||
"nl": "Toon de schaalbalk",
|
||||
"de": "Maßstab anzeigen"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -570,7 +572,8 @@
|
|||
"alsoShowIf": "mapcomplete-preference-show-scale=",
|
||||
"then": {
|
||||
"en": "Hide the scalebar",
|
||||
"nl": "Verberg de schaalbalk"
|
||||
"nl": "Verberg de schaalbalk",
|
||||
"de": "Maßstab ausblenden"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -143,6 +143,7 @@
|
|||
],
|
||||
"snapName": {
|
||||
"en": "a wall or building",
|
||||
"nl": "een muur of gebouw"
|
||||
"nl": "een muur of gebouw",
|
||||
"de": "eine Wand oder ein Gebäude"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue