Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Documentation FAQs

Does MapServer support geocoding?

Artikelaktionen
Zum Inhaltsverzeichnis
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.

Diese FAQ betrifft: MapServer 4.6, MapServer 4.8

von Howard ButlerZuletzt verändert: 29.11.2005 20:41

geocoding

Kommentar von Arun Niyogi am 06.01.2006 23:20

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

Geocoding without a third party.

Kommentar von Ryan Jordan am 20.01.2006 17: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...

Kommentar von Ryan Jordan am 10.02.2006 19: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

Kommentar von Jeff Remling am 25.04.2008 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