summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-05-03 21:14:07 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-05-03 21:14:07 +0200
commit1e8b9b79770d4da7795db76d819c291261c0c877 (patch)
tree5236279226edf078a757dafe1165829582673e19
parentce601953e929bc508ed2e42c718f1edbfb47a589 (diff)
downloadgnome-maps-1e8b9b79770d4da7795db76d819c291261c0c877.tar.gz
gschema: Add setting to store map rotation
-rw-r--r--data/org.gnome.Maps.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml
index 439a773b..ced3ab18 100644
--- a/data/org.gnome.Maps.gschema.xml
+++ b/data/org.gnome.Maps.gschema.xml
@@ -16,6 +16,11 @@
<summary>zoom</summary>
<description>Zoom level</description>
</key>
+ <key type="d" name="rotation">
+ <default>0.0</default>
+ <summary>rotation</summary>
+ <description>Map rotation in radians</description>
+ </key>
<key name="map-type" type="s">
<default>"MapsStreetSource"</default>
<summary>Map type</summary>