diff options
author | wen <wen@FreeBSD.org> | 2010-03-12 14:18:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-12 14:18:55 +0800 |
commit | 144031191342cf65ac8d296a59f19a864bdad563 (patch) | |
tree | 63b2bf935bfd59f074ec88657590ab16fd676cff /misc/Makefile | |
parent | 661f7b7f79af0de234db5fb64f55aab9beb90a3b (diff) | |
download | freebsd-ports-gnome-144031191342cf65ac8d296a59f19a864bdad563.tar.gz freebsd-ports-gnome-144031191342cf65ac8d296a59f19a864bdad563.tar.zst freebsd-ports-gnome-144031191342cf65ac8d296a59f19a864bdad563.zip |
Geo::Coder::Multiple is a wrapper for multiple Geo::Coder::* modules.
Most free geocoding datasource specify a limit to the number of queries which
can be sent from an IP or made using an API key in a 24 hour period. This
module balances the incoming requests across the available sources to ensure
individual limits are exceeded only when the total limit is exceeded.
The algorithm for load balancing takes into account the limit imposed by the
source per 24 hour period.
WWW: http://search.cpan.org/dist/Geo-Coder-Multiple/
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index dc580b124358..b2881b446607 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -396,6 +396,7 @@ SUBDIR += p5-File-Sort SUBDIR += p5-Geo-Cache SUBDIR += p5-Geo-Coder-Google + SUBDIR += p5-Geo-Coder-Multiple SUBDIR += p5-Geo-Postcodes SUBDIR += p5-Geo-Postcodes-DK SUBDIR += p5-Geo-Postcodes-NO |