Search code examples
mysqlmapskmlarearegion

What's the best way to save KML in MySQL?


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?


Solution

  • Maybe you could use MySQL spatial extensions.

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