I have maps set up with polygons over a few specific areas. when a user clicks on an area the pop-up displays a small amount of information about that area.<br>This does work, but I would like to display a different map with different information based on information from a mysql database.<br>
I can&#39;t seem to figure out how to add multiple polygons to the map based on information in my mysql database and show the popup information.<br>I am trying to store this information in a mysql database (coordinates for the polygons, and popup information). <br>
how can I get the data from my database into the map? Any Ideas?<br>