[Google Maps API v3] Re: problem with ProjectedOverlay remove()

2011-03-03 Thread bernat
Yes ! this version fixes the bug.
Thank you Larry,

Bernat


On Mar 3, 3:11 pm, "geocode...@gmail.com" 
wrote:
> On Mar 3, 12:03 pm, bernat  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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: problem with ProjectedOverlay remove()

2011-03-03 Thread geocode...@gmail.com
On Mar 3, 12:03 pm, bernat  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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.