views:

655

answers:

1

I have a few maps with certain areas (zones) which I'll want to capture in KML. Within those areas I need to pinpoint addresses.

How do I save those maps with its values as efficient as possible to query them later?

+2  A: 

Maybe you could use MySQL spatial extensions.

Take a look at GIS and Spatial Extensions and to GIS on MySQL

Guido