diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-10-03 20:33:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-10-03 20:33:51 +0200 |
commit | 931ee0ef0e858f34f4a085d0847062848e3d8881 (patch) | |
tree | b4e81f1e78f0b24d6a739cc9099b7a249ea933d2 | |
parent | a65321a1534a0b05cf251877241dff4a50919311 (diff) |
Observation style: Don't show coordinate uncertainty by default.
-rw-r--r-- | style.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |