hello World, I'm starting with the Gmap JS API v3 and I had to admit that it's quite powefull. However I'm hurting a problem for few days and I can't find any solution..
I have to translate an existing application from GoogleEarth to Google map with an common KML file. At the beginning all is working fine... The problem is that I have to display custom infoWindows with custom content. I use the infoBubble Class from the Google Library to create customized infoWindow: OK But the problem comes from the infoWindow Content which contains CSS and JavaScript... When I create the KmlLayer object and I trace the featureData.description all "id" and "class" attributes are removed from the <description> tags content.. I saw somewhere on the web that the GeoXml Class preserves "class" attributes but I can't find how to make it work (some "GPolyline is not defined" errors with geoxml14Jun2011.js as if was only compatible with the API v2 but not v3) I also have to display some JavaScript features within this content (like photo galery, etc.) but if I can't display CSS styles, it looks like climbing a mountain to display such things.... so my question is : is there any way to make this custom content work??? thanks for your help. jey -- 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.
