Hi all, i'm relatively new to the google maps API, but i have managed
to pull together a map that shows the status of some locations around
the country. The map will eventually have 1000+ markers on it so i
have been trying to get progressBarControl working with it similar to
this:
http://geochalkboard.wordpress.com/2009/02/02/adding-a-progressbar-to...
progressBarControl : http://gmaps-utility-library.googlecode.com/svn/trunk/progressbarcont...
I have been successful, except that i can't get my marker Listener to
work properly. It loads the infoWindow content for 1 marker into all
the markers on the map.
Link to map experiencing problem and all code in the source here:
http://e-236.com/statusTool.html
Click the "loadMarkers()" button to display the markers on the page,
and then click on a few of the markers to see the problem. The text
displayed in the infoWindow should be different for each one.
Any help would be appreciated!