aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-10-03 20:33:51 +0200
committerGuilhem Moulin <guilhem@fripost.org>2023-10-03 20:33:51 +0200
commit931ee0ef0e858f34f4a085d0847062848e3d8881 (patch)
treeb4e81f1e78f0b24d6a739cc9099b7a249ea933d2
parenta65321a1534a0b05cf251877241dff4a50919311 (diff)
Observation style: Don't show coordinate uncertainty by default.
-rw-r--r--style.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.qml b/style.qml
index 509cdaf..d798db5 100644
--- a/style.qml
+++ b/style.qml
@@ -1444,7 +1444,7 @@ END</orderByClause>
<Option type="QString" value="show_uncertainty"/>
</Option>
<Option type="StringList" name="variableValues">
- <Option type="QString" value="true"/>
+ <Option type="bool" value="false"/>
</Option>
</Option>
</customproperties>