Wasn't it Geostrophic who wrote:
>To that end, since IE acts a lot better when the radar is opaque, I
>was looking at the potion of keeping the radar images opaque in IE,
>and somehow overlaying just the roads from the G_NORMAL_MAP on top of
>the radar image. I've seen it done, here:
>http://tropics.myfoxtampabay.com/index.php?siteID=1018&load=rdr

That uses the hybrid tiles as a GTilelayerOverlay.

The code used there is:
    var radarOverlay = new GTileLayerOverlay(radarLayer);
    var layers = G_HYBRID_MAP.getTileLayers();
    var roadOverlay = new GTileLayerOverlay(layers[1]);
    ...
    map.setMapType(G_SATELLITE_MAP);
    map.addOverlay(radarOverlay);
    map.addOverlay(roadOverlay);

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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