Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Documentation FAQs

FAQs

Artikelaktionen
Zeige die ganze FAQ Zum Inhaltsverzeichnis
Frequently Asked Questions.

MapServer Features

Does MapServer support reverse geocoding?

Does MapServer support reverse geocoding?

No.

Reverse geocoding is an activity where you take a list of street features that you already have and generate postal addresses from 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.

Diese FAQ betrifft: MapServer 4.6, MapServer 4.8, MapServer 4.10

Does MapServer support geocoding? !

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: 05.10.2006 11:49
 

Powered by Plone