etc/geolocation: static location configuration for geoclue

This commit is contained in:
Aminda Suomalainen 2024-07-18 07:32:45 +03:00
parent bf404f74cc
commit c6091db76f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

19
etc/geolocation Normal file
View File

@ -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