2022-07-18 15:11:06 +02:00
{
"id" : "elevator" ,
"name" : {
2022-10-22 15:51:36 +02:00
"en" : "Elevator" ,
"fr" : "Ascenseur" ,
2023-01-10 19:34:07 +01:00
"de" : "Aufzüge" ,
2022-11-02 13:47:34 +01:00
"nl" : "Lift" ,
2023-03-29 15:50:10 +02:00
"pa_PK" : "ایلیویٹر" ,
2023-09-16 18:52:42 +02:00
"ca" : "Ascensor" ,
2023-10-30 13:44:27 +01:00
"pl" : "Winda" ,
"cs" : "Výtah"
2022-07-18 15:11:06 +02:00
} ,
2022-07-20 22:57:39 +02:00
"description" : {
2022-07-27 10:13:31 +02:00
"en" : "This layer show elevators and asks for operational status and elevator dimensions. Useful for wheelchair accessibility information" ,
2022-07-27 10:16:11 +02:00
"fr" : "Ce calque montre les ascenseurs et demande l'état opérationnel et les dimensions de l'ascenseur. Utile pour les informations sur l'accessibilité en fauteuil roulant" ,
2022-07-28 09:30:45 +02:00
"de" : "Diese Ebene zeigt Aufzüge an und fragt nach dem Betriebsstatus und den Abmessungen des Aufzugs. Nützlich für Informationen zur Zugänglichkeit für Rollstuhlfahrer" ,
2023-09-19 14:22:52 +02:00
"nl" : "Deze laag toont liften en vraagt praktische info over de grootte van de lift en ofdat deze werkt, vooral met het oog op of de lift werkt of niet." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta capa mostra ascensors i demana l'estat operatiu i les dimensions de l'ascensor. Útil per obtenir informació sobre l'accessibilitat en cadira de rodes" ,
2024-06-16 16:06:26 +02:00
"cs" : "Tato vrstva zobrazuje výtahy a ptá se na provozní stav a rozměry výtahu. Užitečné pro informace o bezbariérovém přístupu" ,
"pl" : "Ta warstwa pokazuje windy i zadaje pytania o ich status i wymiary. Przydatne do informacji o dostępności dla wózków"
2022-07-20 22:57:39 +02:00
} ,
2023-10-30 18:08:38 +01:00
"source" : {
"osmTags" : "highway=elevator"
} ,
"minzoom" : 13 ,
2022-07-19 13:30:26 +02:00
"title" : {
2022-08-03 13:03:04 +02:00
"render" : {
"en" : "Elevator" ,
"fr" : "Ascenseur" ,
"de" : "Aufzug" ,
2022-11-02 13:47:34 +01:00
"nl" : "Lift" ,
2023-09-16 18:52:42 +02:00
"pa_PK" : "ایلیویٹر" ,
2023-09-19 14:22:52 +02:00
"pl" : "Winda" ,
2023-10-30 13:44:27 +01:00
"ca" : "Ascensor" ,
"cs" : "Výtah"
2022-08-03 13:03:04 +02:00
}
2022-07-19 13:30:26 +02:00
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"iconSize" : "40,40" ,
"location" : [
"point" ,
"centroid"
] ,
"iconBadges" : [
{
"if" : {
"or" : [
"operational_status=broken" ,
"operational_status=closed"
]
} ,
"then" : "close:#c33"
}
] ,
"anchor" : "center" ,
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : "./assets/layers/elevator/elevator_wheelchair.svg"
}
]
}
] ,
"lineRendering" : [ ] ,
"presets" : [
{
"title" : {
"en" : "an elevator" ,
"nl" : "een lift" ,
"fr" : "un ascenseur" ,
"de" : "einen Aufzug" ,
"ca" : "un ascensor" ,
"pl" : "winda" ,
"cs" : "výtah"
} ,
"tags" : [
"highway=elevator"
]
}
] ,
2022-07-18 17:04:55 +02:00
"tagRenderings" : [
2022-07-19 12:20:57 +02:00
"images" ,
2022-07-25 16:45:11 +02:00
"multilevels" ,
2022-07-19 13:30:26 +02:00
{
"id" : "operational_status" ,
2022-07-20 20:17:06 +02:00
"question" : {
2022-07-27 10:13:31 +02:00
"en" : "Does this elevator work?" ,
2022-07-27 10:16:11 +02:00
"fr" : "Cet ascenseur fonctionne-t-il ?" ,
2022-07-28 09:30:45 +02:00
"de" : "Ist dieser Aufzug in Betrieb?" ,
2023-09-16 18:52:42 +02:00
"nl" : "Werkt deze lift?" ,
2023-09-19 14:22:52 +02:00
"pl" : "Czy ta winda działa?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Funciona aquest ascensor?" ,
"cs" : "Funguje tento výtah?"
2022-07-20 20:17:06 +02:00
} ,
2022-07-19 13:30:26 +02:00
"mappings" : [
{
"if" : "operational_status=broken" ,
"then" : {
2022-07-27 10:13:31 +02:00
"en" : "This elevator is broken" ,
2022-07-27 10:16:11 +02:00
"fr" : "Cet ascenseur est en panne" ,
2022-07-28 09:30:45 +02:00
"de" : "Dieser Aufzug ist kaputt" ,
2023-09-16 18:52:42 +02:00
"nl" : "Deze lift is kapot" ,
2023-09-19 14:22:52 +02:00
"pl" : "Ta winda jest zepsuta" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'ascensor està trencat" ,
"cs" : "Tento výtah je rozbitý"
2022-07-20 22:57:39 +02:00
} ,
"icon" : "close:red"
} ,
{
"if" : "operational_status=closed" ,
"then" : {
2022-07-27 10:13:31 +02:00
"en" : "This elevator is closed <span class='subtle'>e.g. because renovation works are going on</span>" ,
2022-07-27 10:16:11 +02:00
"fr" : "Cet ascenseur est fermé <span class='subtle'>par ex. parce que des travaux de rénovation sont en cours</span>" ,
2022-07-28 09:30:45 +02:00
"de" : "Dieser Aufzug ist außer Betrieb <span class='subtle'>z.B. wegen Renovierungsarbeiten</span>" ,
2023-09-16 18:52:42 +02:00
"nl" : "Deze lift is tijdelijk gesloten <span class='subtle'>bijvoorbeeld door renovatiewerken</span>" ,
2023-09-19 14:22:52 +02:00
"pl" : "Ta winda jest nieczynna <span class='subtle'>np. z powodu renowacji</span>" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'ascensor està tancat <span class='subtle'>p.e. perquè s'estan fent obres de reforma</span>" ,
"cs" : "Tento výtah je uzavřen <span class='subtle'>např. protože probíhají renovační práce</span>"
2022-07-20 22:57:39 +02:00
} ,
"icon" : "invalid:red"
2022-07-19 13:30:26 +02:00
} ,
{
"if" : "operational_status=ok" ,
"then" : {
2022-07-27 10:13:31 +02:00
"en" : "This elevator works" ,
2022-07-27 10:16:11 +02:00
"fr" : "Cet ascenseur fonctionne" ,
2022-07-28 09:30:45 +02:00
"de" : "Dieser Aufzug ist in Betrieb" ,
2023-09-16 18:52:42 +02:00
"nl" : "Deze lift werkt" ,
2023-09-19 14:22:52 +02:00
"pl" : "Ta winda działa" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'ascesor funciona" ,
"cs" : "Tento výtah funguje"
2022-07-19 13:30:26 +02:00
}
} ,
{
"if" : "operational_status=" ,
"then" : {
2022-07-27 10:13:31 +02:00
"en" : "This elevator works" ,
2022-07-27 10:16:11 +02:00
"fr" : "Cet ascenseur fonctionne" ,
2022-07-28 09:30:45 +02:00
"de" : "Dieser Aufzug ist in Betrieb" ,
2023-04-03 00:33:50 +02:00
"nl" : "Deze lift werkt" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest ascensor funciona" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ta winda działa" ,
"cs" : "Tento výtah funguje"
2022-07-19 13:30:26 +02:00
} ,
"hideInAnswer" : true
}
]
} ,
2022-07-19 12:20:57 +02:00
{
"id" : "door-width" ,
"render" : {
2022-07-27 10:13:31 +02:00
"en" : "This elevator's doors have a width of {canonical(door:width)}" ,
2022-07-27 10:16:11 +02:00
"fr" : "Les portes de cet ascenseur ont une largeur de {canonical(door:width)}" ,
2022-07-28 09:30:45 +02:00
"de" : "Die Türen des Aufzugs haben eine Breite von {canonical(door:width)}" ,
2023-09-16 18:52:42 +02:00
"nl" : "De breedte van de liftdeur is {canonical(door:width)}" ,
2023-09-19 14:22:52 +02:00
"pl" : "Drzwi tej windy mają szerokość {canonical(door:width)}" ,
2023-10-30 13:44:27 +01:00
"ca" : "Les portes de l'ascensor tenen un amplada de {canonical(door:width)}" ,
"cs" : "Dveře tohoto výtahu mají šířku {canonical(door:width)}"
2022-07-19 12:20:57 +02:00
} ,
"question" : {
2022-07-27 10:13:31 +02:00
"en" : "What is the width of this elevator's entrance?" ,
2022-07-27 10:16:11 +02:00
"fr" : "Quelle est la largeur de l'entrée de cet ascenseur ?" ,
2022-07-28 09:30:45 +02:00
"de" : "Wie breit ist die Tür dieses Aufzugs?" ,
2023-05-07 23:47:50 +02:00
"nl" : "Wat is de breedte van de liftdeur?" ,
2023-09-16 18:52:42 +02:00
"ca" : "Quina és l'amplada de l'entrada d'aquest ascensor?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Jaka jest szerokość drzwi windy?" ,
"cs" : "Jaká je šířka vstupu do tohoto výtahu?"
2022-07-19 12:20:57 +02:00
} ,
"freeform" : {
"key" : "door:width" ,
"type" : "pfloat"
}
} ,
2024-03-25 01:52:00 +01:00
{
"id" : "elevator-shape" ,
"question" : {
2024-04-12 13:59:32 +02:00
"en" : "What shape does this elevator have?" ,
2024-06-16 16:06:26 +02:00
"de" : "Welche Form hat dieser Aufzug?" ,
"pl" : "Jaki kształt ma ta winda?"
2024-03-25 01:52:00 +01:00
} ,
"mappings" : [
{
"if" : "shape=rectangular" ,
"alsoShowIf" : "shape=" ,
"then" : {
2024-04-12 13:59:32 +02:00
"en" : "This elevator has a rectangular shape" ,
2024-04-26 12:53:20 +02:00
"de" : "Dieser Aufzug hat eine rechteckige Form" ,
2024-06-16 16:06:26 +02:00
"fr" : "Cet ascenseur est de forme rectangulaire" ,
"pl" : "Ta winda ma prostokątny kształt"
2024-03-25 01:52:00 +01:00
} ,
"icon" : "./assets/svg/square.svg"
} ,
{
"if" : "shape=circular" ,
"then" : {
2024-04-12 13:59:32 +02:00
"en" : "This elevator has a circular shape" ,
2024-06-16 16:06:26 +02:00
"de" : "Dieser Aufzug hat eine kreisförmige Form" ,
"pl" : "Ta winda ma okrągły kształt"
2024-03-25 01:52:00 +01:00
} ,
"icon" : "./assets/svg/circle.svg"
}
]
} ,
2022-07-19 12:20:57 +02:00
{
"id" : "elevator-width" ,
2024-03-25 01:52:00 +01:00
"condition" : {
"or" : [
"shape=" ,
"shape=rectangular"
]
} ,
2022-07-19 12:20:57 +02:00
"render" : {
2024-03-25 01:52:00 +01:00
"en" : "This elevator has a width of {canonical(width)}" ,
"fr" : "Cet ascenseur a une largeur de {canonical(width)}" ,
"de" : "Die Aufzugskabine hat eine Breite von {canonical(width)}" ,
"nl" : "Deze lift heeft een breedte van {canonical(width)}" ,
"pl" : "Szerokość tej windy to {canonical(width)}" ,
"ca" : "L'ascensor té una amplada de {canonical(width)}" ,
"cs" : "Tento výtah má šířku {canonical(width)}"
2022-07-19 12:20:57 +02:00
} ,
"question" : {
2022-07-27 10:13:31 +02:00
"en" : "What is the width of this elevator?" ,
2022-07-27 10:16:11 +02:00
"fr" : "Quelle est la largeur de cet ascenseur ?" ,
2022-07-28 09:30:45 +02:00
"de" : "Wie breit ist die Kabine dieses Aufzugs?" ,
2023-09-16 18:52:42 +02:00
"nl" : "Wat is de breedte van deze lift?" ,
2023-09-19 14:22:52 +02:00
"pl" : "Jaka jest szerokość tej windy?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quina és l'amplada d'aquest ascensor?" ,
"cs" : "Jaká je šířka tohoto výtahu?"
2022-07-19 12:20:57 +02:00
} ,
"freeform" : {
2024-03-25 01:52:00 +01:00
"key" : "width" ,
2022-07-19 12:20:57 +02:00
"type" : "pfloat"
}
} ,
{
"id" : "elevator-depth" ,
2024-03-25 01:52:00 +01:00
"condition" : {
"or" : [
"shape=" ,
"shape=rectangular"
]
} ,
2022-07-19 12:20:57 +02:00
"render" : {
2024-03-25 01:52:00 +01:00
"en" : "This elevator has a depth of {canonical(length)}" ,
"fr" : "Cet ascenseur a une profondeur de {canonical(length)}" ,
"de" : "Dieser Aufzug hat eine Kabinentiefe von {canonical(length)}" ,
"nl" : "Deze lift heeft een diepte van {canonical(length)}" ,
"ca" : "L'ascensor té un profunditat de {canonical(length)}" ,
"cs" : "Tento výtah má hloubku {canonical(length)}"
2022-07-19 12:20:57 +02:00
} ,
"question" : {
2022-07-27 10:13:31 +02:00
"en" : "What is the depth of this elevator?" ,
2022-07-27 10:16:11 +02:00
"fr" : "Quelle est la profondeur de cet ascenseur ?" ,
2022-07-28 09:30:45 +02:00
"de" : "Wie tief ist die Kabine dieses Aufzugs?" ,
2023-09-19 14:22:52 +02:00
"nl" : "Wat is de diepte van deze lift?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quina és la profunditat de l'ascensor?" ,
"cs" : "Jaká je hloubka tohoto výtahu?"
2022-07-19 12:20:57 +02:00
} ,
"freeform" : {
2024-03-25 01:52:00 +01:00
"key" : "length" ,
"type" : "pfloat"
}
} ,
{
2024-03-25 10:42:47 +01:00
"id" : "elevator-diameter" ,
2024-03-25 01:52:00 +01:00
"condition" : {
"or" : [
"shape=circular"
]
} ,
"render" : {
2024-04-12 13:59:32 +02:00
"en" : "This elevator has a diameter of {canonical(diameter)}" ,
"de" : "Dieser Aufzug hat einen Durchmesser von {canonical(diameter)}"
2024-03-25 01:52:00 +01:00
} ,
"question" : {
2024-04-12 13:59:32 +02:00
"en" : "What is the diameter of this elevator?" ,
"de" : "Was ist der Durchmesser dieses Aufzugs?"
2024-03-25 01:52:00 +01:00
} ,
"freeform" : {
"key" : "diameter" ,
2022-07-19 12:20:57 +02:00
"type" : "pfloat"
}
2022-07-19 13:30:26 +02:00
} ,
2022-10-22 15:51:36 +02:00
"induction-loop" ,
2023-09-19 14:04:13 +02:00
{
"id" : "tactile_writing_available" ,
"question" : {
2023-09-28 16:56:25 +02:00
"en" : "Has this elevator tactile writing?" ,
2023-10-06 02:44:27 +02:00
"ca" : "Aquest ascensor té escriptura tàctil?" ,
2023-10-30 13:44:27 +01:00
"de" : "Hat dieser Aufzug taktile Schrift?" ,
"cs" : "Má tento výtah hmatové písmo?"
2023-09-19 14:04:13 +02:00
} ,
"mappings" : [
{
"if" : "tactile_writing:braille=yes" ,
"then" : {
2023-09-28 16:56:25 +02:00
"en" : "This elevator has tactile writing in Braille" ,
2023-10-06 02:44:27 +02:00
"ca" : "L'ascensor té escriptura tàctil en Braille" ,
2023-10-30 13:44:27 +01:00
"de" : "Dieser Aufzug hat eine taktile Schrift in Brailleschrift" ,
"cs" : "Tento výtah má hmatové písmo v Braillově písmu"
2023-09-19 14:04:13 +02:00
}
2023-09-02 14:10:11 +02:00
} ,
2023-09-19 14:04:13 +02:00
{
"if" : "tactile_writing:braille=no" ,
"then" : {
2023-09-28 16:56:25 +02:00
"en" : "This elevator does not have tactile writing" ,
2023-10-06 02:44:27 +02:00
"ca" : "Aquest ascensor no té escriptura tàctil" ,
2023-10-30 13:44:27 +01:00
"de" : "Dieser Aufzug hat keine taktile Schrift" ,
"cs" : "Tento výtah nemá hmatové psaní"
2023-09-19 14:04:13 +02:00
}
2023-09-02 14:10:11 +02:00
}
]
2023-09-02 14:20:53 +02:00
} ,
2022-10-29 03:23:04 +02:00
{
2022-10-29 03:05:29 +02:00
"id" : "tactile_writing_language" ,
2023-09-02 14:10:11 +02:00
"condition" : "tactile_writing:braille=yes" ,
2022-10-29 03:23:04 +02:00
"render" : {
2023-09-02 14:14:24 +02:00
"special" : {
2022-11-02 13:47:34 +01:00
"type" : "language_chooser" ,
2022-11-02 14:52:12 +01:00
"key" : "tactile_writing:braille" ,
2022-11-02 13:47:34 +01:00
"question" : {
2022-11-08 14:37:31 +01:00
"en" : "In which languages does this elevator have tactile writing (braille)?" ,
2022-12-20 20:42:32 +01:00
"de" : "In welchen Sprachen hat der Aufzug taktile Schrift (Braille)?" ,
2023-09-19 14:22:52 +02:00
"nl" : "In welke talen heeft deze lift voelbaar schrift (braille)?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest ascensor en quins idiomes té l'escriptura tàctil (braille)?" ,
"cs" : "Ve kterých jazycích má tento výtah hmatové písmo (braillovo písmo)?"
2022-11-02 13:47:34 +01:00
} ,
"render_list_item" : {
2024-01-25 03:13:18 +01:00
"en" : "This elevator has tactile writing in {language()}" ,
"de" : "Der Aufzug hat taktile Schrift in {language()}" ,
"nl" : "Deze lift heeft voelbaar schrift in het {language()}" ,
"ca" : "Aquest ascensor té l'escriptura tàctil en {language()}" ,
"cs" : "Tento výtah má hmatové písmo v {language()}"
2022-11-02 13:47:34 +01:00
} ,
"render_single_language" : {
2024-01-25 03:13:18 +01:00
"en" : "This elevator has tactile writing in {language()}" ,
"de" : "Der Aufzug hat taktile Schrift in {language()}" ,
"nl" : "Deze lift heeft voelbaar schrift in het {language()}" ,
"ca" : "Aquest ascensor té l'escriptura tàctil en {language()}" ,
"cs" : "Tento výtah má hmatové písmo v {language()}"
2022-11-02 13:47:34 +01:00
}
2022-10-22 15:51:36 +02:00
}
}
2023-05-06 12:20:08 +02:00
} ,
2023-09-19 14:04:13 +02:00
{
"id" : "speech_output_available" ,
"question" : {
2023-09-24 00:46:10 +02:00
"en" : "Has this elevator speech output?" ,
2023-10-30 13:44:27 +01:00
"de" : "Verfügt der Aufzug über eine Sprachausgabe?" ,
"cs" : "Má tento výtah hlasový výstup?"
2023-09-19 14:04:13 +02:00
} ,
"questionHint" : {
2023-09-24 00:46:10 +02:00
"en" : "E.g. it announces the current floor" ,
2023-09-28 16:56:25 +02:00
"de" : "Z.B. werden Stockwerke angesagt" ,
2023-10-30 13:44:27 +01:00
"ca" : "P. e. anuncia la planta actual" ,
2024-06-16 16:06:26 +02:00
"cs" : "Např. oznamuje aktuální podlaží" ,
"pl" : "Np. informuje o aktualnym piętrze"
2023-09-19 14:04:13 +02:00
} ,
"mappings" : [
{
"if" : "speech_output=yes" ,
"then" : {
2023-09-24 00:46:10 +02:00
"en" : "This elevator has speech output" ,
2023-10-30 13:44:27 +01:00
"de" : "Der Aufzug verfügt über eine Sprachausgabe" ,
"cs" : "Tento výtah má hlasový výstup"
2023-09-19 14:04:13 +02:00
}
2023-09-02 14:10:11 +02:00
} ,
2023-09-19 14:04:13 +02:00
{
"if" : "speech_output=no" ,
"then" : {
2023-09-24 00:46:10 +02:00
"en" : "This elevator does not have speech output" ,
2023-10-30 13:44:27 +01:00
"de" : "Der Aufzug verfügt über keine Sprachausgabe" ,
"cs" : "Tento výtah nemá hlasový výstup"
2023-09-19 14:04:13 +02:00
}
2023-09-02 14:10:11 +02:00
}
]
2023-09-02 14:20:53 +02:00
} ,
2023-05-06 12:20:08 +02:00
{
"id" : "speech_output" ,
2023-09-02 14:10:11 +02:00
"condition" : "speech_output=yes" ,
2023-05-06 12:20:08 +02:00
"render" : {
"special" : {
"type" : "language_chooser" ,
"key" : "speech_output" ,
"question" : {
"en" : "In which languages does this elevator have speech output?" ,
2023-05-18 19:47:49 +02:00
"nl" : "In welke talen heeft deze lift gesproken tekst?" ,
2023-09-19 14:22:52 +02:00
"de" : "In welchen Sprachen verfügt der Aufzug über eine Sprachausgabe?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest ascensor en quins idiomes té sortida de veu?" ,
"cs" : "Ve kterých jazycích má tento výtah hlasový výstup?"
2023-05-06 12:20:08 +02:00
} ,
"render_list_item" : {
2024-01-25 03:13:18 +01:00
"en" : "This elevator has speech output in {language()}" ,
"nl" : "Deze lift heeft gesproken tekst in het {language()}" ,
"de" : "Der Aufzug hat eine Sprachausgabe in {language()}" ,
"ca" : "Aquest ascensor té sortida de veu en {language()}" ,
"cs" : "Tento výtah má hlasový výstup v {language()}"
2023-05-06 12:20:08 +02:00
} ,
"render_single_language" : {
2024-01-25 03:13:18 +01:00
"en" : "This elevator has speech output in {language()}" ,
"nl" : "Deze lift heeft gesproken tekst in het {language()}" ,
"de" : "Der Aufzug hat eine Sprachausgabe in {language()}" ,
"ca" : "Aquest ascensor té sortida de veu en {language()}" ,
"cs" : "Tento výtah má hlasový výstup v {language()}"
2023-05-06 12:20:08 +02:00
}
}
}
2022-11-02 13:47:34 +01:00
}
2022-07-18 17:04:55 +02:00
] ,
2024-09-02 10:10:20 +02:00
"allowMove" : {
"enableImproveAccuracy" : true ,
"enableRelocation" : false
} ,
2022-07-19 12:57:14 +02:00
"units" : [
{
2023-12-12 03:46:51 +01:00
"door:width" : {
"quantity" : "distance" ,
"canonical" : "m" ,
"denominations" : [
"cm"
]
} ,
2024-03-25 01:52:00 +01:00
"width" : {
2023-12-12 03:46:51 +01:00
"quantity" : "distance" ,
"canonical" : "m" ,
"denominations" : [
"cm"
]
} ,
2024-03-25 01:52:00 +01:00
"length" : {
2023-12-12 03:46:51 +01:00
"quantity" : "distance" ,
"canonical" : "m" ,
"denominations" : [
"cm"
]
}
2022-07-19 12:57:14 +02:00
}
2023-10-30 18:08:38 +01:00
]
2023-06-20 01:52:15 +02:00
}