On Mar 3, 12:03 pm, bernat <[email protected]> wrote: > Hi folks, > > I'm using the library ProjectedOverlay.js version 05/2009 with GM API > v3. > The transparency options are ok but I have a problem using the method > remove. You can find an example > here:http://www.usnaviguide.com/v3maps/ProjectedOverlayTest.htm > > Clicking the "Remove Overlay" link crashes the overlay class with a > stack overflow. The remove function in ProjectedOverlay.js is recalled > in an infinite loop when calling this.setMap(null). > > I don't know if there is a newer version of this library or if anyone > knows how to solve this problem
I think the version of ProjectedOverlay in the geoxml3 project has been updated to fix a couple of issues. You might see if that one works better: http://geoxml3.googlecode.com/svn/trunk/ProjectedOverlay.js (it seems to fix the problem for me) -- Larry > Any help is appreciated, > > Bernat -- 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.
