Reputation: 11
I have a map in which the infoWindow contains a dropdown list of dates. when the user selects a date from this list, I need to update the contents of the InfoWindow. My points are loaded via a KML file. http://nctcog.org/trans/data/trafficcounts/index2.asp
I'm currently trying to use the onChange event of the dropdown to call the page that generates the KML to reload it, but this isn't working.
Upvotes: 1
Views: 163
Reputation: 161384
Here is an example that does what I think you are trying to do. It uses FusionTables rather than kml for the data source, but the dropdown processing in the infowindow should apply.
Upvotes: 1