From c6091db76f00cf5b86fb1961000246f748541612 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 Jul 2024 07:32:45 +0300 Subject: [PATCH] etc/geolocation: static location configuration for geoclue --- etc/geolocation | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/geolocation diff --git a/etc/geolocation b/etc/geolocation new file mode 100644 index 00000000..053b5bad --- /dev/null +++ b/etc/geolocation @@ -0,0 +1,19 @@ +# Geoclue static location (man geoclue) +# Remember https://wiki.openstreetmap.org/wiki/Precision_of_coordinates +# and https://m.xkcd.com/2170/ ! + +# Kotka +60.45 # Latitude (positive values mean north, negative south) +26.94 # Longitude (positive values mean east, negative west) +0 # Altitude +2000 # Accuracy radius in metres + +# Lauttasaari +#60.16 #Latitude (positive values mean north, negative south) +#24.87 # Longitude (positive values mean east, negative west) +#0 # Altitude +#2000 # Accuracy radius in metres + +# For extra security: +# sudo chown geoclue /etc/geolocation +# sudo chmod 600 /etc/geolocation