set a bogus username in Map.qml
This commit is contained in:
parent
34e7b06cc9
commit
32ae0a7bf6
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user