Are you using the gwt-maps.jar library from the gwt-google-apis project? If so, this sounds familiar. See issue 107 where this was a problem with GGeoXml overlays:
http://code.google.com/p/gwt-google-apis/issues/detail?id=107 Let me know if that helps. On Wed, Dec 10, 2008 at 6:28 PM, ben <[EMAIL PROTECTED]> wrote: > > I have my GTileLayerOverlay adding and showing on start, and have them > listed in a tree on the left. I then want the checkbox to toggle the > visibility of the layer. But my problem is I have tried both remove > and show/hide. Hide hides the GTileLayerOverlay, until you change the > zoom on the map. Then it's back, so that's no help. So I try to > remove the overlay, and then re-add it, but it never comes back. > > Any suggestions? > > P.s. I would like to start the overlay off, so I tried adding it > hiding, but it doesn't do anything. if I don't have it added on load > of the map, then it seems addOverlay doesn't do anything. > > Do I need to call something after addOverlay? I tried setCenter > (map.getCenter()) to see if would force some sort of rendering to > occur but it doesn't seem to do anything. > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
