Base: fix conversion to kilometers in Standart unit schema

Fixes: 1155f0d752 ("Base: simplify UnitsSchemas management")
This commit is contained in:
Ladislav Michl
2025-05-17 13:03:49 +02:00
committed by Benjamin Nauck
parent c0963a9277
commit 76ce8ccfd5

View File

@@ -90,7 +90,7 @@ inline const UnitsSchemaSpec s3
{ 1e-1 , "\xC2\xB5m" , 1e-3 },
{ 1e4 , "mm" , 1.0 },
{ 1e7 , "m" , 1e3 },
{ 1e10 , "mm" , 1e6 },
{ 1e10 , "km" , 1e6 },
{ 0 , "m" , 1.0 }}
},
{ "Area", {