@spaetz I tried a couple of configurations with geoclue. I did “systemctl restart geoclue” and restarted PureMaps when changing the config.
# Network NMEA source configuration options
[network-nmea]
# Fetch location from NMEA sources on local network?
enable=false
# 3G source configuration options
[3g]
# Enable 3G source
enable=false
# CDMA source configuration options
[cdma]
# Enable CDMA source
enable=false
# Modem GPS source configuration options
[modem-gps]
# Enable Modem-GPS source
enable=true
# WiFi source configuration options
[wifi]
# Enable WiFi source
enable=false
Here only modem-gps is turned on and gave an accuracy of about 1km. So that’s certainly not from the GPS.
# Network NMEA source configuration options
[network-nmea]
# Fetch location from NMEA sources on local network?
enable=true
# 3G source configuration options
[3g]
# Enable 3G source
enable=false
# CDMA source configuration options
[cdma]
# Enable CDMA source
enable=false
# Modem GPS source configuration options
[modem-gps]
# Enable Modem-GPS source
enable=true
# WiFi source configuration options
[wifi]
# Enable WiFi source
enable=false
Here I tried both network-nmea and modem-gps enabled, but got the same result as before with an accuracy of about 1km. So that’s certainly not the GPS either.
So GPS still does not seem to be working with Byzantium. When enabling everything again I get an accuracy of 65m which is most likely from nearby wi-fi.