Personal tools
You are here: Home Documentation FAQs

Does MapServer support geocoding?

Document Actions
Up to table of contents
Does MapServer support geocoding?

No.

Geocoding is an activity where you take a list of addresses and generate lat/lon points for them. This kind of spatial functionality is provided by proprietary packages such as the ESRI suite of tools, as well as services such as those provided by GDT. MapServer is for map rendering, and it does not provide for advanced spatial operations such as this.

If you are using MapScript, there is a free geocder available through XMLRPC and SOAP at http://geocoder.us . You could hook you application up to use this service to provide lat/lon pairs for addresses, and then use MapServer to display those points.

This FAQ applies to: MapServer 4.6, MapServer 4.8

by Howard Butler last modified 2005-11-29 20:41

geocoding

Posted by Arun Niyogi at 2006-01-06 22:20

Mapserver users may also use the geocoding service available from ontok.com.

Geocoding without a third party.

Posted by Ryan Jordan at 2006-01-20 16:09

There is a perl module for at least the US for geocoding here: http://search.cpan.org/~sderle/Geo-Coder-US/US.pm

It uses US Census Bureau data that's free for download. It's very usefull for geocoding without having to rely on third party web services. Now if I could just find a cache of freely downloadable map tiles...

Just discovered...

Posted by Ryan Jordan at 2006-02-10 18:35

TigerLine files are directly pluggable into MapServer as data to generate maps. As mentioned above, the TigerLine files are what geocoder.us uses to implement it's service.

Geocoding

Posted by Jeff Remling at 2008-04-25 12:14
All right, it's been two years since the last posts on this topic. I am working on a historical GIS (early 20th C) of an urban area and have spent much time making an existing street_clip file match past reality. I need to be able to geocode, and usually more than one address at a time. Is there anything out there that can help me do this? Thanks. Jeff

Powered by Plone