Hi everyone, My issue is resolved. See link below:
http://theparkingstoredev.winnipeg.ca/theparkingstore/content/zonemaps/assiniboia.htm It turns out that I was using a version of ProjectedOverlay.js for Maps v3 and percentOpacity was set at 100: this.percentOpacity_ = opts.percentOpacity || 100 ; It should be set at 50 or lower. Works fine in IE6. Can't remember where I got the original code though. The only place I could find ProjectedOverlay.js for maps v3 was at: http://code.google.com/p/geoxml3/source/browse/trunk/ProjectedOverlay.js There are some issues: set_map should be setMap get_zoom should be getZoom Besides that it works like a charm! - Rene Hering On Sep 14, 9:57 am, Esa <[email protected]> wrote: > Actually IE6 is not on the list of officially supported browsers of > API v3http://code.google.com/apis/maps/faq.html#browsersupport > > It means that some more unexpected troubles may come up with IE6. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
