forked from MapComplete/MapComplete
Extract some layers to standalone files
This commit is contained in:
parent
fa50e52afc
commit
663f01c21e
37 changed files with 3681 additions and 3741 deletions
|
|
@ -420,6 +420,48 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Llocs d'escalada"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"tagRenderings": {
|
||||
"Name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Encreuaments",
|
||||
"presets": {
|
||||
|
|
@ -624,6 +666,25 @@
|
|||
"render": "Bicicleta blanca"
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"tagRenderings": {
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obert 24/7"
|
||||
}
|
||||
},
|
||||
"render": "{opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"title": {
|
||||
"render": "Hidrant"
|
||||
|
|
@ -863,5 +924,39 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Molí d'aigua"
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megavats"
|
||||
},
|
||||
"1": {
|
||||
"human": " quilovats"
|
||||
},
|
||||
"2": {
|
||||
"human": " vats"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigavats"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " metre"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1394,6 +1394,194 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Eine Klettergelegenheit",
|
||||
"name": "Klettermöglichkeiten",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Eine Klettergelegenheit",
|
||||
"title": "eine klettermöglichkeit"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Schwierigkeitsübersicht</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Längenübersicht</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kalkstein"
|
||||
}
|
||||
},
|
||||
"question": "Welchen Gesteinstyp gibt es hier?",
|
||||
"render": "Der Gesteinstyp ist {rock}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ein Kletterfelsen - ein einzelner Felsen oder eine Klippe mit einer oder wenigen Kletterrouten, die ohne Seil sicher bestiegen werden können"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ein Kletterfelsen - ein einzelner Fels oder eine Klippe mit mindestens einigen Kletterrouten"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Klettergelegenheit hat keinen Namen"
|
||||
}
|
||||
},
|
||||
"question": "Wie heißt diese Klettergelegenheit?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klettergarten <b>{name}</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Klettergebiet <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klettergebiet"
|
||||
},
|
||||
"3": {
|
||||
"then": "Klettermöglichkeit <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Klettermöglichkeit"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "Ein Kletterverein oder -organisation",
|
||||
"name": "Klettervereine",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ein Kletterverein",
|
||||
"title": "eine kletterverein"
|
||||
},
|
||||
"1": {
|
||||
"description": "Eine Organisation, die sich mit dem Klettern beschäftigt",
|
||||
"title": "Eine Kletterorganisation"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Wie lautet der Name dieses Vereins oder Organisation?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kletter-Organisation"
|
||||
}
|
||||
},
|
||||
"render": "Kletterverein"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "Eine Kletterhalle",
|
||||
"name": "Kletterhallen",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Wie heißt diese Kletterhalle?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kletterhalle <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Kletterhalle"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "Eine Klettergelegenheit?",
|
||||
"name": "Klettermöglichkeiten?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hier kann geklettert werden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
}
|
||||
},
|
||||
"question": "Kann hier geklettert werden?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klettermöglichkeit?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Kletterrouten",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "eine kletterroute"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bolts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Auf dieser Kletterroute sind keine Haken vorhanden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Auf dieser Kletterroute sind keine Haken vorhanden"
|
||||
}
|
||||
},
|
||||
"question": "Wie viele Haken gibt es auf dieser Kletterroute bevor der Umlenker bzw. Standhaken erreicht ist?",
|
||||
"render": "Diese Kletterroute hat {climbing:bolts} Haken"
|
||||
},
|
||||
"Difficulty": {
|
||||
"question": "Wie hoch ist der Schwierigkeitsgrad dieser Kletterroute nach dem französisch/belgischen System?",
|
||||
"render": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems"
|
||||
},
|
||||
"Length": {
|
||||
"question": "Wie lang ist diese Kletterroute (in Metern)?",
|
||||
"render": "Diese Route ist {canonical(climbing:length)} lang"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Kletterroute hat keinen Namen"
|
||||
}
|
||||
},
|
||||
"question": "Wie heißt diese Kletterroute?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"Rock type": {
|
||||
"render": "Der Gesteinstyp ist {_embedding_features_with_rock:rock}, wie <a href='#{_embedding_features_with_rock:id}'>auf dem umgebenden Felsen angegeben</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kleterroute <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Kleterroute"
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Übergänge für Fußgänger und Radfahrer",
|
||||
"name": "Kreuzungen",
|
||||
|
|
@ -2281,6 +2469,69 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspaces",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ein Hackerspace ist ein Ort, an dem sich Menschen treffen, die sich für Software interessieren",
|
||||
"title": "eine hackerspace"
|
||||
},
|
||||
"1": {
|
||||
"description": "Ein Makerspace ist ein Ort, an dem Heimwerker-Enthusiasten zusammenkommen, um mit Elektronik zu experimentieren, wie Arduino, LED-Strips, ...",
|
||||
"title": "eine makerspace"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hackerspaces-name": {
|
||||
"question": "Wie lautet der Name dieses Hackerspace?",
|
||||
"render": "Dieser Hackerspace heißt <b>{name}</b>"
|
||||
},
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "durchgehend geöffnet"
|
||||
}
|
||||
},
|
||||
"question": "Wann hat dieser Hackerspace geöffnet?",
|
||||
"render": "{opening_hours_table()}"
|
||||
},
|
||||
"hackerspaces-start_date": {
|
||||
"question": "Wann wurde dieser Hackerspace gegründet?",
|
||||
"render": "Dieser Hackerspace wurde gegründet am {start_date}"
|
||||
},
|
||||
"hs-club-mate": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "In diesem Hackerspace gibt es Club Mate"
|
||||
},
|
||||
"1": {
|
||||
"then": "In diesem Hackerspace gibt es kein Club Mate"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es in diesem Hackerspace Club Mate?"
|
||||
},
|
||||
"is_makerspace": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist ein Makerspace"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist ein traditioneller (softwareorientierter) Hackerspace"
|
||||
}
|
||||
},
|
||||
"question": "Ist dies ein Hackerspace oder ein Makerspace?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Kartenebene zur Anzeige von Hydranten.",
|
||||
"name": "Hydranten anzeigen",
|
||||
|
|
@ -3543,5 +3794,68 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Wassermühle"
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "Windräder",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "ein Windrad"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "Wie groß ist der Rotordurchmesser der Windturbine in Meter?",
|
||||
"render": "Der Rotordurchmesser der Windturbine ist {rotor:diameter} Meter."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "Wie hoch ist dieses Windrad (inklusive Rotorradius) in Metern?",
|
||||
"render": "Die Gesamthöhe dieses Windrads beträgt (einschließlich Rotorradius) {height} Meter."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Wer betreibt das Windrads?",
|
||||
"render": "Die Windturbine wird betrieben von {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Wieviel Strom erzeugt das Windrad? (z.B. 2.3MW)",
|
||||
"render": "Das Windrad erzeugt {generator:output:electricity} Strom."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Wann wurde das Windrad in Betrieb genommen?",
|
||||
"render": "Das Windrad wurde am {start_date} in Betrieb genommen."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Windrad"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " Megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " Kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " Watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " Gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " Meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2302,6 +2302,194 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "A climbing opportunity",
|
||||
"name": "Climbing opportunities",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A climbing opportunity",
|
||||
"title": "a climbing opportunity"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Grades overview</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Length overview</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Limestone"
|
||||
}
|
||||
},
|
||||
"question": "What is the rock type here?",
|
||||
"render": "The rock type is {rock}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope"
|
||||
},
|
||||
"1": {
|
||||
"then": "A climbing crag - a single rock or cliff with at least a few climbing routes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This climbing opportunity doesn't have a name"
|
||||
}
|
||||
},
|
||||
"question": "What is the name of this climbing opportunity?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing crag <b>{name}</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Climbing area <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Climbing site"
|
||||
},
|
||||
"3": {
|
||||
"then": "Climbing opportunity <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Climbing opportunity"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "A climbing club or organisation",
|
||||
"name": "Climbing club",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A climbing club",
|
||||
"title": "a climbing club"
|
||||
},
|
||||
"1": {
|
||||
"description": "An NGO working around climbing",
|
||||
"title": "a climbing ngo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "What is the name of this climbing club or NGO?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing NGO"
|
||||
}
|
||||
},
|
||||
"render": "Climbing club"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "A climbing gym",
|
||||
"name": "Climbing gyms",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "What is the name of this climbing gym?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing gym <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Climbing gym"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "A climbing opportunity?",
|
||||
"name": "Climbing opportunities?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing is possible here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Climbing is not possible here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Climbing is not possible here"
|
||||
}
|
||||
},
|
||||
"question": "Is climbing possible here?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Climbing opportunity?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Climbing routes",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a climbing route"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bolts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This route is not bolted"
|
||||
},
|
||||
"1": {
|
||||
"then": "This route is not bolted"
|
||||
}
|
||||
},
|
||||
"question": "How many bolts does this route have before reaching the anchor?",
|
||||
"render": "This route has {climbing:bolts} bolts"
|
||||
},
|
||||
"Difficulty": {
|
||||
"question": "What is the grade of this climbing route according to the french/belgian system?",
|
||||
"render": "The grade is {climbing:grade:french} according to the french/belgian system"
|
||||
},
|
||||
"Length": {
|
||||
"question": "How long is this climbing route (in meters)?",
|
||||
"render": "This route is {canonical(climbing:length)} long"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This climbing route doesn't have a name"
|
||||
}
|
||||
},
|
||||
"question": "What is the name of this climbing route?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"Rock type": {
|
||||
"render": "The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing route <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Climbing route"
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Crossings for pedestrians and cyclists",
|
||||
"name": "Crossings",
|
||||
|
|
@ -3493,6 +3681,69 @@
|
|||
"grass_in_parks": {
|
||||
"description": "Searches for all accessible grass patches within public parks - these are 'groenzones'\""
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspace",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A hackerspace is an area where people interested in software gather",
|
||||
"title": "a hackerspace"
|
||||
},
|
||||
"1": {
|
||||
"description": "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, ...",
|
||||
"title": "a makerspace"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hackerspaces-name": {
|
||||
"question": "What is the name of this hackerspace?",
|
||||
"render": "This hackerspace is named <b>{name}</b>"
|
||||
},
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opened 24/7"
|
||||
}
|
||||
},
|
||||
"question": "When is this hackerspace opened?",
|
||||
"render": "{opening_hours_table()}"
|
||||
},
|
||||
"hackerspaces-start_date": {
|
||||
"question": "When was this hackerspace founded?",
|
||||
"render": "This hackerspace was founded at {start_date}"
|
||||
},
|
||||
"hs-club-mate": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This hackerspace serves club mate"
|
||||
},
|
||||
"1": {
|
||||
"then": "This hackerspace does not serve club mate"
|
||||
}
|
||||
},
|
||||
"question": "Does this hackerspace serve Club Mate?"
|
||||
},
|
||||
"is_makerspace": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a makerspace"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a traditional (software oriented) hackerspace"
|
||||
}
|
||||
},
|
||||
"question": "Is this a hackerspace or a makerspace?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Map layer to show fire hydrants.",
|
||||
"name": "Map of hydrants",
|
||||
|
|
@ -5417,5 +5668,68 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Watermill"
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "wind turbine",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a wind turbine"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "What is the rotor diameter of this wind turbine, in metres?",
|
||||
"render": "The rotor diameter of this wind turbine is {rotor:diameter} metres."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "What is the total height of this wind turbine (including rotor radius), in metres?",
|
||||
"render": "The total height (including rotor radius) of this wind turbine is {height} metres."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Who operates this wind turbine?",
|
||||
"render": "This wind turbine is operated by {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "What is the power output of this wind turbine? (e.g. 2.3 MW)",
|
||||
"render": "The power output of this wind turbine is {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "When did this wind turbine go into operation?",
|
||||
"render": "This wind turbine went into operation on/in {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "wind turbine"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatts"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatts"
|
||||
},
|
||||
"2": {
|
||||
"human": " watts"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -188,5 +188,39 @@
|
|||
"title": "Rubujo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megavatoj"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilovatoj"
|
||||
},
|
||||
"2": {
|
||||
"human": " vatoj"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigavatoj"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " metro"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1035,6 +1035,194 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Opportunité d’escalade",
|
||||
"name": "Opportunité d’escalade",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Opportunité d’escalade",
|
||||
"title": "une opportunité d’escalade"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Résumé des difficultés</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Résumé de longueur</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contient {_contained_climbing_routes_count} voies</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Calcaire"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le type de roche ?",
|
||||
"render": "La roche est du {rock}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Rocher d’escalade, rocher avec une ou peu de voie permettant d’escalader sans corde"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mur d’escalade, rocher avec plusieurs voies d’escalades"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce site n’a pas de nom"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le nom de ce site ?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mur d’escalade <b>{name}</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Zone d’escalade <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Site d’escalade"
|
||||
},
|
||||
"3": {
|
||||
"then": "Opportunité d’escalade <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Opportunité d’escalade"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "Club ou association d’escalade",
|
||||
"name": "Club d’escalade",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un club d’escalade",
|
||||
"title": "une club d’escalade"
|
||||
},
|
||||
"1": {
|
||||
"description": "Une association d’escalade",
|
||||
"title": "une association d’escalade"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Quel est le nom du club ou de l’association ?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Association d’escalade"
|
||||
}
|
||||
},
|
||||
"render": "Club d’escalade"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "Une salle d’escalade",
|
||||
"name": "Salle d’escalade",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Quel est le nom de la salle d’escalade ?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Salle d’escalade <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Salle d’escalade"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "Opportunité d’escalade ?",
|
||||
"name": "Opportunités d’escalade ?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Escalader est possible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Escalader n’est pas possible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Escalader n’est pas possible"
|
||||
}
|
||||
},
|
||||
"question": "Est-il possible d’escalader ici ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Opportunité d’escalade ?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Voies d’escalade",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "une voie d’escalade"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bolts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cette voie n’a pas de prises"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cette voie n’a pas de prises"
|
||||
}
|
||||
},
|
||||
"question": "Combien de prises cette voie possède avant d’atteindre la moulinette ?",
|
||||
"render": "Cette voie a {climbing:bolts} prises"
|
||||
},
|
||||
"Difficulty": {
|
||||
"question": "Quelle est la difficulté de cette voie selon le système franco-belge ?",
|
||||
"render": "Selon le système franco-belge, la difficulté de cette voie est de {climbing:grade:french}"
|
||||
},
|
||||
"Length": {
|
||||
"question": "Quelle est la longueur de cette voie (en mètres) ?",
|
||||
"render": "Cette voie fait {canonical(climbing:length)} de long"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cette voie n’a pas de nom"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le nom de cette voie d’escalade ?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"Rock type": {
|
||||
"render": "Le type de roche est {_embedding_features_with_rock:rock} selon <a href='#{_embedding_features_with_rock:id}'>le mur</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Voie d’escalade <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Voie d’escalade"
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Traversée pour piétons et cyclistes",
|
||||
"name": "Traversée",
|
||||
|
|
@ -2418,5 +2606,68 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Moulin à eau"
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "Éolienne",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "une éolienne"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "Quel est le diamètre du rotor en mètres ?",
|
||||
"render": "Le diamètre du rotor est de {rotor:diameter} mètres."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "Quelle est la hauteur totale de l’éolienne en mètres, pales incluses ?",
|
||||
"render": "La hauteur totale, incluant les pales, est de {height} mètres."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Qui est l’exploitant de cette éolienne ?",
|
||||
"render": "Cette éolienne est opérée par {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Quel est la puissance générée par cette éolienne ?",
|
||||
"render": "La puissance générée par cette éolienne est de {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Depuis quand l’éolienne est-elle en fonctionnement ?",
|
||||
"render": "L’éolienne est active depuis {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "éolienne"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatts"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatts"
|
||||
},
|
||||
"2": {
|
||||
"human": " watts"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " mètres"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -474,6 +474,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "Mászóegyesület vagy -szervezet",
|
||||
"name": "Mászóegyesület",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Egy mászóegyesület",
|
||||
"title": "Mászóegyesület"
|
||||
},
|
||||
"1": {
|
||||
"description": "Mászással foglalkozó civil szervezet",
|
||||
"title": "Mászószervezet"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Mi a neve ennek a mászóegyesületnek vagy szervezetnek?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mászószervezet"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"drinking_water": {
|
||||
"description": "Ivóvizet adó kutakat megjelenítő réteg",
|
||||
"name": "Ivóvíz",
|
||||
|
|
@ -528,6 +555,41 @@
|
|||
"render": "Emlékkerékpár"
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspace",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A hackerspace egy olyan hely, ahol szoftverek iránt érdeklő emberek találkoznak",
|
||||
"title": "Hackerspace"
|
||||
},
|
||||
"1": {
|
||||
"description": "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips.",
|
||||
"title": "Makerspace"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"is_makerspace": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez egy makerspace"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez egy hagyományos (szoftverekkel foglalkozó) hackerspace"
|
||||
}
|
||||
},
|
||||
"question": "Ez hackerspace vagy makerspace?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"public_bookcase": {
|
||||
"description": "Egy utcai szekrény könyvekkel, amelyet bárki használhat",
|
||||
"filter": {
|
||||
|
|
@ -651,5 +713,63 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "Szélerőmű",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Szélerőmű"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "Hány méter a rotorátmérője ennek a szélturbinának?",
|
||||
"render": "A szélturbina rotorátmérője: {rotor:diameter} méter."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "Hány méter a szélerőmű teljes magassága (a rotor sugarával együtt)?",
|
||||
"render": "A szélerőmű teljes (rotor sugarával együtt számított) magassága: {height} méter."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Ki üzemelteti ezt a szélturbinát?",
|
||||
"render": "Ennek a szélerőműnek az üzemeltetője: {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Mekkora a teljesítménye ennek a szélturbinának? (pl. 2.3 MW)",
|
||||
"render": "A szélerőmű teljesítménye: {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Mikor helyezték üzembe ezt a szélerőművet?",
|
||||
"render": "A szélerőmű üzembe helyezése: {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "szélerőmű"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " méter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -151,6 +151,41 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"tagRenderings": {
|
||||
"Name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cycleways_and_roads": {
|
||||
"tagRenderings": {
|
||||
"Maxspeed (for road)": {
|
||||
|
|
@ -395,5 +430,53 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Kincir Air"
|
||||
},
|
||||
"windturbine": {
|
||||
"tagRenderings": {
|
||||
"turbine-operator": {
|
||||
"render": "Turbin angin ini dioperasikan oleh {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Berapa output daya dari turbin angin ini? (misalnya 2,3 MW)",
|
||||
"render": "Output daya dari turbin angin ini adalah {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Kapan turbin angin ini mulai beroperasi?",
|
||||
"render": "Turbin angin ini mulai beroperasi pada/dalam {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "turbin angin"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawat"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowat"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -791,6 +791,194 @@
|
|||
"render": "Oggetto relativo alle bici"
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Un’opportunità di arrampicata",
|
||||
"name": "Opportunità di arrampicata",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un’opportunità di arrampicata",
|
||||
"title": "una opportunità di arrampicata"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Riassunto delle difficoltà</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Riassunto della lunghezza</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contiene {_contained_climbing_routes_count} vie</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Calcare"
|
||||
}
|
||||
},
|
||||
"question": "Qual è il tipo di roccia qua?",
|
||||
"render": "Il tipo di roccia è {rock}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Un masso per arrampicata (una singola roccia o falesia con una o poche vie di arrampicata che possono essere scalate in sicurezza senza una corda)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Un muro da arrampicata (un singolo masso o falesia con almeno qualche via per arrampicata)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questa opportunità di arrampicata non ha un nome"
|
||||
}
|
||||
},
|
||||
"question": "Qual è il nome di questa opportunità di arrampicata?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Muro da arrampicata <b>{name}</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Area di arrampicata <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Sito di arrampicata"
|
||||
},
|
||||
"3": {
|
||||
"then": "Opportunità di arrampicata <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Opportunità di arrampicata"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "Un club o associazione di arrampacata",
|
||||
"name": "Club di arrampicata",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un club di arrampicata",
|
||||
"title": "una club di arrampicata"
|
||||
},
|
||||
"1": {
|
||||
"description": "Un’associazione che ha a che fare con l’arrampicata",
|
||||
"title": "una associazione di arrampicata"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Qual è il nome di questo club o associazione di arrampicata?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Associazione di arrampicata"
|
||||
}
|
||||
},
|
||||
"render": "Club di arrampicata"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "Una palestra di arrampicata",
|
||||
"name": "Palestre di arrampicata",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Qual è il nome di questa palestra di arrampicata?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Palestra di arrampicata <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Palestra di arrampicata"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "Un’opportunità di arrampicata?",
|
||||
"name": "Opportunità di arrampicata?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "È possibile arrampicarsi qua"
|
||||
},
|
||||
"1": {
|
||||
"then": "Non è possibile arrampicarsi qua"
|
||||
},
|
||||
"2": {
|
||||
"then": "Non è possibile arrampicarsi qua"
|
||||
}
|
||||
},
|
||||
"question": "È possibile arrampicarsi qua?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Opportunità di arrampicata?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Vie di arrampicata",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una via di arrampicata"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bolts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "In questo percorso non sono presenti bulloni"
|
||||
},
|
||||
"1": {
|
||||
"then": "In questo percorso non sono presenti bulloni"
|
||||
}
|
||||
},
|
||||
"question": "Quanti bulloni sono presenti in questo percorso prima di arrivare alla moulinette?",
|
||||
"render": "Questo percorso ha {climbing:bolts} bulloni"
|
||||
},
|
||||
"Difficulty": {
|
||||
"question": "Qual è la difficoltà di questa via di arrampicata nel sistema francese/belga?",
|
||||
"render": "Il grado di difficoltà è {climbing:grade:french} nel sistema francese/belga"
|
||||
},
|
||||
"Length": {
|
||||
"question": "Quanto è lunga questa via di arrampicata (in metri)?",
|
||||
"render": "Questo percorso è lungo {canonical(climbing:length)}"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questa via di arrampicata non ha un nome"
|
||||
}
|
||||
},
|
||||
"question": "Come si chiama questa via di arrampicata?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"Rock type": {
|
||||
"render": "Il tipo di roccia è {_embedding_features_with_rock:rock} come dichiarato sul <a href='#{_embedding_features_with_rock:id}'>muro circostante</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Via di arrampicata <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Via di arrampicata"
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillatori",
|
||||
"presets": {
|
||||
|
|
@ -1992,5 +2180,68 @@
|
|||
"title": {
|
||||
"render": "Punto panoramico"
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "pala eolica",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una pala eolica"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "Qual è il diametro (in metri) del rotore di questa pala eolica?",
|
||||
"render": "Il diametro del rotore di questa pala eolica è di {rotor:diameter} metri."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "Qual è l’altezza (in metri e raggio del rotore incluso) di questa pala eolica?",
|
||||
"render": "L’altezza totale (raggio del rotore incluso) di questa pala eolica è di {height} metri."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Chi gestisce questa pala eolica?",
|
||||
"render": "Questa pala eolica è gestita da {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Quant’è la potenza generata da questa pala eolica? (ad es. 2.3 MW)",
|
||||
"render": "La potenza generata da questa pala eolica è {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Quando è entrata in funzione questa pala eolica?",
|
||||
"render": "Questa pala eolica è entrata in funzione in data {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "pala eolica"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " metri"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -121,6 +121,130 @@
|
|||
"render": "アートワーク"
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "登坂教室",
|
||||
"name": "登坂教室",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "登坂教室",
|
||||
"title": "登坂教室"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "この登坂教室には名前がついていない"
|
||||
}
|
||||
},
|
||||
"question": "この登坂教室の名前は何ですか?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "登坂教室"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "クライミングクラブや団体",
|
||||
"name": "クライミングクラブ",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "クライミングクラブ",
|
||||
"title": "クライミングクラブ"
|
||||
},
|
||||
"1": {
|
||||
"description": "登山に関わるNGO",
|
||||
"title": "クライミングNGO"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "この登山クラブやNGOの名前は何ですか?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "クライミングNGO"
|
||||
}
|
||||
},
|
||||
"render": "クライミングクラブ"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "クライミングジム",
|
||||
"name": "クライミングジム",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "このクライミングジムは何という名前ですか?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "クライミングジム<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "クライミングジム"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "登坂教室?",
|
||||
"name": "登坂教室?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでは登ることができる"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここでは登ることができない"
|
||||
},
|
||||
"2": {
|
||||
"then": "ここでは登ることができない"
|
||||
}
|
||||
},
|
||||
"question": "ここで登坂はできますか?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "登坂教室?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "登坂ルート",
|
||||
"tagRenderings": {
|
||||
"Difficulty": {
|
||||
"render": "フランス/ベルギーのランク評価システムによると、{climbing:grade:french}の困難度です"
|
||||
},
|
||||
"Length": {
|
||||
"render": "このルート長は、 {canonical(climbing:length)} メーターです"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "この登坂ルートには名前がありません"
|
||||
}
|
||||
},
|
||||
"question": "この登坂ルートの名前は何ですか?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "登坂ルート<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "登坂ルート"
|
||||
}
|
||||
},
|
||||
"extinguisher": {
|
||||
"description": "消火栓を表示するマップレイヤ。",
|
||||
"name": "消火器の地図です。",
|
||||
|
|
|
|||
|
|
@ -174,6 +174,75 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "En klatremulighet",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "En klatremulighet",
|
||||
"title": "en klatremulighet"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klatremulighet"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "En klatreklubb eller organisasjoner",
|
||||
"name": "Klatreklubb",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "En klatreklubb",
|
||||
"title": "en klatreklubb"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klatreklubb"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "En klatremulighet?",
|
||||
"name": "Klatremuligheter?",
|
||||
"tagRenderings": {
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klatring er mulig her"
|
||||
},
|
||||
"1": {
|
||||
"then": "Klatring er ikke mulig her"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klatring er ikke mulig her"
|
||||
}
|
||||
},
|
||||
"question": "Er klatring mulig her?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klatremulighet?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Klatreruter",
|
||||
"tagRenderings": {
|
||||
"Length": {
|
||||
"question": "Hvor mange meter er klatreruten?",
|
||||
"render": "Denne ruten er {canonical(climbing:length)} lang"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Denne klatreruten har ikke noe navn"
|
||||
}
|
||||
},
|
||||
"question": "Hva er navnet på denne klatreruten?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klatrerute"
|
||||
}
|
||||
},
|
||||
"extinguisher": {
|
||||
"description": "Kartlag for å vise brannslokkere.",
|
||||
"name": "Kart over brannhydranter",
|
||||
|
|
@ -248,5 +317,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2311,6 +2311,154 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Een klimgelegenheid",
|
||||
"name": "Klimgelegenheden",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een klimgelegenheid",
|
||||
"title": "een klimgelegenheid"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kalksteen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit Klimgelegenheid heeft geen naam"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de naam van dit Klimgelegenheid?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Klimsite <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klimsite"
|
||||
},
|
||||
"3": {
|
||||
"then": "Klimgelegenheid <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"render": "Klimgelegenheid"
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "Een klimclub of organisatie",
|
||||
"name": "Klimclub",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een klimclub",
|
||||
"title": "een klimclub"
|
||||
},
|
||||
"1": {
|
||||
"description": "Een VZW die werkt rond klimmen",
|
||||
"title": "een een klimorganisatie"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Wat is de naam van deze klimclub?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klimorganisatie"
|
||||
}
|
||||
},
|
||||
"render": "Klimclub"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "Een klimzaal",
|
||||
"name": "Klimzalen",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Wat is de naam van dit Klimzaal?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klimzaal <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Klimzaal"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"description": "Een klimgelegenheid?",
|
||||
"name": "Klimgelegenheiden?",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klimmen is hier niet toegelaten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Klimmen is hier niet toegelaten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klimmen is hier niet mogelijk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Klimgelegenheid?"
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"name": "Klimroute",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een klimroute"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Difficulty": {
|
||||
"question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?",
|
||||
"render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
},
|
||||
"Length": {
|
||||
"question": "Hoe lang is deze klimroute (in meters)?",
|
||||
"render": "Deze klimroute is {canonical(climbing:length)} lang"
|
||||
},
|
||||
"Name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze klimroute heeft geen naam"
|
||||
}
|
||||
},
|
||||
"question": "Hoe heet deze klimroute?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klimroute <strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "Klimroute"
|
||||
}
|
||||
},
|
||||
"crab_address": {
|
||||
"tagRenderings": {
|
||||
"render_crab": {
|
||||
|
|
@ -5606,5 +5754,41 @@
|
|||
},
|
||||
"render": "Watermolens"
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "windturbine",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een windturbine"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "windturbine"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -763,6 +763,56 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_club": {
|
||||
"name": "Клуб скалолазания",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Клуб скалолазания",
|
||||
"title": "Клуб скалолазания"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Клуб скалолазания"
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"description": "Комплекс скалолазания",
|
||||
"name": "Комплексы скалолазания",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Комплекс скалолазания"
|
||||
}
|
||||
},
|
||||
"climbing_opportunity": {
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_route": {
|
||||
"tagRenderings": {
|
||||
"Name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"presets": {
|
||||
"1": {
|
||||
|
|
@ -949,6 +999,33 @@
|
|||
"render": "Велосипед Ghost"
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Хакерспейс",
|
||||
"name": "Хакерспейс",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Хакерспейс"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Открыто 24/7"
|
||||
}
|
||||
},
|
||||
"render": "{opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Хакерспейс"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Слой карты, отображающий пожарные гидранты.",
|
||||
"name": "Карта пожарных гидрантов",
|
||||
|
|
@ -1625,5 +1702,39 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Водяная мельница"
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " мегаватт"
|
||||
},
|
||||
"1": {
|
||||
"human": " киловатт"
|
||||
},
|
||||
"2": {
|
||||
"human": " ватт"
|
||||
},
|
||||
"3": {
|
||||
"human": " гигаватт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " метр"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -457,6 +457,23 @@
|
|||
"cafe_pub": {
|
||||
"name": "咖啡廳與酒吧"
|
||||
},
|
||||
"climbing_club": {
|
||||
"description": "攀岩社團或組織",
|
||||
"name": "攀岩社團",
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "攀岩 NGO"
|
||||
}
|
||||
},
|
||||
"render": "攀岩社團"
|
||||
}
|
||||
},
|
||||
"extinguisher": {
|
||||
"description": "顯示消防栓的地圖圖層。"
|
||||
},
|
||||
|
|
@ -471,8 +488,134 @@
|
|||
"render": "幽靈單車"
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "駭客空間",
|
||||
"name": "駭客空間",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "駭客空間是對軟體有興趣的人聚集的地方",
|
||||
"title": "駭客空間"
|
||||
},
|
||||
"1": {
|
||||
"description": "創客空間是 DIY 愛好者聚集在一起弄電子零件實驗,例如用 arduino、LEDstrips 等...",
|
||||
"title": "創客空間"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hackerspaces-name": {
|
||||
"question": "這個駭客空間的名稱是?",
|
||||
"render": "這個駭客空間叫 <b>{name}</b>"
|
||||
},
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7 營業"
|
||||
}
|
||||
},
|
||||
"question": "這個駭客空間的營業時間?",
|
||||
"render": "{opening_hours_table()}"
|
||||
},
|
||||
"hackerspaces-start_date": {
|
||||
"question": "這個駭客空間何時成立的?",
|
||||
"render": "這駭客空間是 {start_date} 成立的"
|
||||
},
|
||||
"hs-club-mate": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個駭客空間服務俱樂部伙伴"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個駭客空間沒有服務俱樂部伙伴"
|
||||
}
|
||||
},
|
||||
"question": "這個駭客空間是否服務俱樂部伙伴?"
|
||||
},
|
||||
"is_makerspace": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這是創客空間"
|
||||
},
|
||||
"1": {
|
||||
"then": "這是傳統的 (軟體導向) 駭客空間"
|
||||
}
|
||||
},
|
||||
"question": "這邊是駭客空間還是創客空間?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "駭客空間"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "顯示消防栓的地圖圖層。",
|
||||
"name": "消防栓地圖"
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "風機",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "風機"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "這個風力渦輪機的風葉直徑是多少公尺?",
|
||||
"render": "這個風力渦輪機的風葉直徑是 {rotor:diameter} 公尺。"
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "這個風機的總高度是多少 (包括風葉大小) 公尺?",
|
||||
"render": "這風機的總高度 (包括風葉直徑) 是 {height} 公尺。"
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "這個風機營業商是?",
|
||||
"render": "這個風機營業商是 {operator}。"
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "這個風機的電力輸出是多少?(例如 2.3 MW)",
|
||||
"render": "這個風機的電力輸出是 {generator:output:electricity}。"
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "這個風機何時開始營運?",
|
||||
"render": "這個風機從 {start_date} 開始運轉。"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "風機"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " 百萬瓦"
|
||||
},
|
||||
"1": {
|
||||
"human": " 千瓦"
|
||||
},
|
||||
"2": {
|
||||
"human": " 瓦"
|
||||
},
|
||||
"3": {
|
||||
"human": " 千兆瓦"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " 公尺"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue