From 04f360bea59dbb4e8327810123797f4d5f08942c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 19 Jul 2024 07:47:36 +0300 Subject: [PATCH] etc/geolocation: note building circling through 4 decimal points, accuracy 20 --- etc/geolocation | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/geolocation b/etc/geolocation index 053b5bad..29074b6a 100644 --- a/etc/geolocation +++ b/etc/geolocation @@ -2,6 +2,8 @@ # Remember https://wiki.openstreetmap.org/wiki/Precision_of_coordinates # and https://m.xkcd.com/2170/ ! +# Finland: 4 decimal points with radius of 20 metres circles buildings. + # Kotka 60.45 # Latitude (positive values mean north, negative south) 26.94 # Longitude (positive values mean east, negative west) @@ -15,5 +17,4 @@ #2000 # Accuracy radius in metres # For extra security: -# sudo chown geoclue /etc/geolocation -# sudo chmod 600 /etc/geolocation +# sudo chown geoclue:geoclue /etc/geolocation;sudo chmod 600 /etc/geolocation