On Aug 21, 11:30 am, Rossko <[email protected]> wrote:
> > I think the problem is with .clearOverlays().
>
> I don't , it works for everyone else. I expect the problem has
> something to do the javascript error that IE reports.
>
> The map is zero-height in IE6, that's a variation on the height 100%
> problem.
> See
>    http://www.easypagez.com/maps/ieworking.html
> or
>    http://econym.org.uk/gmap/basic19.htm
>
> In FF2 it's much more interesting, a completely blank page.  Again I
> think the map, and here everything else too, is 100% of zero-height.
>
> The GGeoXml arrays like africa[] aren't expilicitly declared (var),
> which can lead to different effects in different browsers.
>
> Anyway, I can't see your overlays at all so I can't tell much about
> their removal.
>
> cheers, Ross K

Wow, thanks for the great help.

The overlays are declared like this:

--------------------
var BaseOverlay = new GTileLayerOverlay(
        new GTileLayer(null, null, null, {
                tileUrlTemplate: '/overlay/{Z}_{X}_{Y}_DMB/',
                isPng:true,
                opacity:1.0
                }
        )
);

var africa =    [new GGeoXml('http://fanmarkers.com/media/fm-media/kml/
africa.kmz'), '0', 8 ]
var americas =  [new GGeoXml('http://fanmarkers.com/media/fm-media/kml/
americas.kmz'), '0', '0' ]
//...
----------------------

which are both in the same scope of the function posted earlier.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to