Skip Menu |

This queue is for tickets about the Geo-Coder-XYZ CPAN distribution.

Report information
The Basics
Id: 122441
Status: new
Priority: 0/
Queue: Geo-Coder-XYZ

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: (no value)



Subject: Sometimes gets Rochester wrong
See http://www.cpantesters.org/cpan/report/13180c3e-6537-11e7-8c7b-c7f2659b2034. $ curl 'https://geocode.xyz/some_location?locate=Rochester,%20Kent,%20United%20Kingdom&json=1&moreinfo=1' { "standard" : { "addresst" : {}, "city" : "Rochester", "prov" : "UK", "countryname" : "United Kingdom", "postal" : {}, "confidence" : "0.70" }, "longt" : "0.53645", "otherlocations" : { "loc" : [ { "city" : "Rochester", "lat" : "51.38401", "lon" : "0.53648", "state" : "UK" }, { "city" : "Rochester", "lat" : "51.41988", "lon" : "0.50780", "state" : "GB" } ] }, "latt" : "51.38405"} $ curl 'https://geocode.xyz/some_location?locate=Rochester,%20Kent,%20England&json=1&moreinfo=1' { "standard" : { "addresst" : "Rochester, Kent, England", "stnumber" : {}, "city" : {}, "prov" : {}, "countryname" : {}, "postal" : {}, "confidence" : "1.00" }, "longt" : "0.48793", "otherlocations" : {}, "latt" : "51.39642"}