mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			686 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			686 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Geoclue static location (man geoclue)
 | 
						|
# 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)
 | 
						|
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:geoclue /etc/geolocation;sudo chmod 600 /etc/geolocation
 |