Data finetuning

This commit is contained in:
johannrichard 2018-10-28 14:19:43 +01:00
parent dafe81df56
commit 0bcb7a180d
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,
city.Latitude + 0.10,
city.Latitude - 0.10,
city.Longitude - 0.10,
city.Longitude + 0.10,
json.city.Latitude + 0.05,
json.city.Latitude - 0.05,
json.city.Longitude - 0.05,
json.city.Longitude + 0.05,
string(json),
s.LookupPort != nil,
}