set a bogus username in Map.qml

This commit is contained in:
demmm 2020-05-10 17:59:52 +02:00
parent 34e7b06cc9
commit 32ae0a7bf6

View file

@ -78,7 +78,7 @@ Column {
}
// Needs to move to localeq.conf, each distribution will need their own account
xhr.open("GET", "http://api.geonames.org/timezoneJSON?lat=" + latC + "&lng=" + lonC + "&username=demm")
xhr.open("GET", "http://api.geonames.org/timezoneJSON?lat=" + latC + "&lng=" + lonC + "&username=SOME_USERNAME")
xhr.send()
}