In terms of perl modules, I don't know of any more complete ones than WebService::GoogleMaps. But I can point you at some info that would help you modify it to suit your needs, or hack something up from scratch.
Check here, here, and here for info.
Hope that helps.
- Paul | [reply] |
http://mapserver.gis.umn.edu/ is an open source mapserver. This could be useful if you have your own maps or you can use freely available maps. It is scriptable using perl and other popular scripting languages. In the company we had an application build on mapserver and zope that looked and worked quite fine. I can't tell you much more cause I wasn't involved in this project. | [reply] |
Hey,
You may also want to try using the geo::coder::us module
There are a bunch of examples ou there for reference.
Good luck! | [reply] |