Hi,
I'm considering using Google Maps to display graphical weather forecast information. The forecast info will be displayed using contour lines, radar imagery, wind barbs, etc. I will need to be able to pan & zoom as well as to animate across forecast hours.
I was advised to begin by looking into the use of KML files, but I've hit a couple of obstacles: 1) I think I would have to supply sets of tiles containing contiguous images for each of the zoom levels I plan to support, but I don't see how to represent multiple zoom levels within a KML document, and 2) I found a description of how to do animation (http://code.google.com/apis/kml/documentation/time.html) from a KML file, but it appears specific to Google Earth, not Google Maps, and seems to prefer to animate Point Placemarks instead of the image overlays I think I would have to use to display my forecast data.
Am I on the right path looking at KML, or is there a better approach for implementing the pan/zoom and animation using my forecast images? Any pointers will be greatly appreciated.
Thanks very much,
Phil