core/resources: Use geographic coordinates with precision 1 meter (#5232)

This commit is contained in:
Дилян Палаузов
2026-02-28 18:26:35 +01:00
committed by GitHub
parent 93fba8fa1d
commit f9fb6a1323
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@
<parameter name="location" type="text"> <parameter name="location" type="text">
<context>location</context> <context>location</context>
<label>Location</label> <label>Location</label>
<description><![CDATA[The location of this installation.<br>Coordinates as &lt;latitude&gt;,&lt;longitude&gt;[&lt;altitude&gt;]<br>Example: "52.5200066,13.4049540" (Berlin)]]></description> <description><![CDATA[The location of this installation.<br>Coordinates as &lt;latitude&gt;,&lt;longitude&gt;[&lt;altitude&gt;]<br>Example: "52.52000,13.40495" (Berlin)]]></description>
</parameter> </parameter>
<parameter name="measurementSystem" type="text"> <parameter name="measurementSystem" type="text">
<label>Measurement System</label> <label>Measurement System</label>
@@ -1,7 +1,7 @@
system.config.i18n.language.label = Language system.config.i18n.language.label = Language
system.config.i18n.language.description = The default language that should be used. If not specified, the system default locale is used. system.config.i18n.language.description = The default language that should be used. If not specified, the system default locale is used.
system.config.i18n.location.label = Location system.config.i18n.location.label = Location
system.config.i18n.location.description = The location of this installation.<br>Coordinates as &lt;latitude&gt;,&lt;longitude&gt;[,&lt;altitude&gt;] with the altitude being optional<br>Example: "52.5200066,13.4049540" (Berlin) system.config.i18n.location.description = The location of this installation.<br>Coordinates as &lt;latitude&gt;,&lt;longitude&gt;[,&lt;altitude&gt;] with the altitude being optional<br>Example: "52.52000,13.40495" (Berlin)
system.config.i18n.measurementSystem.label = Measurement System system.config.i18n.measurementSystem.label = Measurement System
system.config.i18n.measurementSystem.description = The measurement system is used for unit conversion. system.config.i18n.measurementSystem.description = The measurement system is used for unit conversion.
system.config.i18n.measurementSystem.option.SI = Metric system.config.i18n.measurementSystem.option.SI = Metric