Matthew, If you compile your project with 'pretty' mode, it spits out javascript that is human readable, albeit verbose. Add the -style PRETTY to the compiler or GWT hosted mode command line and redeploy the scripts. You might post a link to one of the permutation files (the files named with a bunch of hex digits) to help folks find the real code.
Still, I think igloo is leading you in the right direction - its the KML markup you need to modify. -Eric. On Thu, Jan 22, 2009 at 1:13 AM, igloo <[email protected]> wrote: > > Not much! > > If you can get into your KML file have a look at > > http://code.google.com/apis/kml/documentation/kmlreference.html#balloonstyle > > You should be able to turn off your info windows using the > BalloonStyle. > > There would be ways of not triggering the InfoWindows in the first > place, but I don't know what JavaScript is on your page! > > > > -- 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 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 -~----------~----~----~----~------~----~------~--~---
