Data finetuning

This commit is contained in:
johannrichard 2018-10-28 14:21:11 +01:00
parent 0bcb7a180d
commit 71505f9ecb
1 changed files with 4 additions and 4 deletions

View File

@ -232,10 +232,10 @@ func (s *Server) DefaultHandler(w http.ResponseWriter, r *http.Request) *appErro
}{
response,
r.Host,
json.city.Latitude + 0.05,
json.city.Latitude - 0.05,
json.city.Longitude - 0.05,
json.city.Longitude + 0.05,
response.Latitude + 0.05,
response.Latitude - 0.05,
response.Longitude - 0.05,
response.Longitude + 0.05,
string(json),
s.LookupPort != nil,
}