[mapserver-users] Street Searching

Markus Spring m.spring@gmx.de
26 Apr 2002 21:47:50 +0200


That's exactly what I did for the digital regional atlas munich.  I
have all my adresses with their x/y coordinates as well es the streets
in a mysql table which I query (staged: first street, then address)
and then I return a link to the map.

For performance reason I do this in mod_perl.

Markus