[Google Maps API v3] Weather Loop

2011-06-15 Thread Hank Beatty
Hello, I've been trying to create a weather loop on my map. I've tried KML, animated gif, and javascript loop. KML doesn't appear to work or at least not that I can figure out. The map doesn't support animated gif in a ground overlay. The javascript loop doesn't seem to run things in order. I

[Google Maps API v3] Re: Search Results Dialog

2011-03-13 Thread Hank Beatty
I figured it out. I had to add media="all" to the stylesheet line. Hank On Sat, Mar 12, 2011 at 7:25 PM, Hank Beatty wrote: > Hello, > > This may be more of a javascript question and I apologize in advance if it > is. > > I have added a custom search control th

[Google Maps API v3] Search Results Dialog

2011-03-12 Thread Hank Beatty
Hello, This may be more of a javascript question and I apologize in advance if it is. I have added a custom search control that loops through the markers that I've put on the map. Once the results have been compiled I would like to display them in a dojo dialog box. What appears to be happen

Re: [Google Maps API v3] Re: Multiple Marker Arrays

2011-02-23 Thread Hank Beatty
On 2/23/2011 8:40 PM, Esa wrote: I don't think that this loop will scan: for (var i; i< markers[clearthis].length; i++) { markers[clearthis][i].setMap(null); } You have to set a numeric value for i You have setMap(null); also in showOverlays(); The second one

[Google Maps API v3] Multiple Marker Arrays

2011-02-23 Thread Hank Beatty
Hello, I'm trying to create a map that has multiple marker arrays so the I can hide and show them with the click of a button. I think I'm close but, I can't quite seem to get it. My test page is located at http://quasar.spacenet.com/mapTest.html Any help would be greatly appreciated. Thanks