Revision history for Perl module Geo::Coder::Many.
0.30 11 Oct 2012
- Changed minimum required version of Geo::Coder::Mapquest to 0.05 (it
was previously 0.04, which is incompatible with our plugin.)
- When calling add_geocoder(), check that the geocoder is compatible with
the plugin, based on a minimum version requirement.
0.29 15 Aug 2012
- don't instantiate Geo::Distance object on every call
- use 'return;' over 'return undef;'
0.28 12 Oct 2011
- dropping support for Geo::Coder::SimpleGeo
seems it is no longer a freely available geocoder
0.27 26 July 2011
- Geo::Coder::Many::Response::add_response now
appends a space and the version of the geocoder used to the
name of the geocoder
Example:
old - 'place_finder'
new - 'place_finder 0.05'
0.26 25 July 2011
- dropping support for Geo::Coder::Many::Yahoo
yahoo! no longer supports geocoding. *sigh*
0.25 17 June 2011
- more granularity in
Geo::Coder::Many::Utils::determine_precision_from_bbox
0.24 3 June 2011
- fixed bug in Geo::Coder::Many::Utils::determine_precision_from_bbox
whereby identical long/lats wasn't returning a precision
- Geo::Coder::Many::Placefinder now determines precision
based on Geo::Coder::Many::Utils::determine_precision_from_bbox
rather than using the supplied accuracy
0.23 4 Mar 2011
- remove print statement added for debugging *sigh*
0.22 2 Mar 2011
- require Geo::Coder::Googlev3 0.07
- deal with new Geo::Coder::Googlev3 raw response format
* A big "danke sehr" goes out to SREZIC for fast turn around
on Geo::Coder::Googlev3 changes
0.21 23 Feb 2011
- support new Geo::Coder::Googlev3 response format
- require Geo::Coder::Googlev3 0.06
- change to precision scoring in
Geo::Coder::Many::Utils::determine_precision_from_bbox
0.20 22 Feb 2011
- added Geo::Coder::Many::Googlev3
- fixed bug in causing division by zero error
when creating default (WRR) scheduler without weights
0.19 5 Jan 2011
- added Geo::Coder::Many::Ovi
- added link to Dec 2010 London Perl Workshop talk in POD
- fixed typo in Geo::Coder::Many::SimpleGeo
- require Test::Simple, not Test::More
0.18 3 Dec 2010
- return undef when precision is unknown as per pod,
had previously been returning 1 from SimpleGeo and Mapquest
0.17 3 Dec 2010
- added support for SimpleGeo with Geo::Coder::Many::SimpleGeo
- made Geo::Coder::Many::get_geocoders() public, fixed pod
- hid pod for internal methods. Don't play with internals!
0.16 3 Dec 2010
- added Geo::Coder::Many::Mapquest, though still need to
add precision
- pod tweaks
0.15 11 Nov 2010
- Geo::Coder::Many::Google assumed google geocoding api v3
when in reality v2 is used. This is now fixed.
Have tried to contact author of Geo::Coder::Google about
supporting v3
0.14 8 Nov 2010
- fixed mix up of long and lat in in Geo::Coder::Many::Bing
thx to stpra123 for reporting
- previously Geo::Coder::Many::Google had been returning precision
of 1.0 for all requests (what a wonderful world that would be)
Now determines precision based on response
- previously Geo::Coder::Many::OSM had been returning precision
of undef for all requests (what a terrible world that would be)
Now determines precision based on response
- both of the above use
Geo::Coder::Many::Util::determine_precision_from_bbox
which use Geo::Distance::XS
- new tests
- submitted by co-maintainer EDF
- corresponds to Lokku internal revision 39083
0.13 26 Aug 2010
- Minor tweaks (internal SVN revision 36990)
0.12 30 Jul 2010
- Fixed test plan
0.11 30 Jul 2010
- Minor tweaks and improvements to documentation
0.1 26 Jul 2010
- Release of Geo::Coder::Many, based on Geo::Coder::Multiple