On Dec 4, 7:48 pm, kacific <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a problem with the way the polygons are rendering. I'm > using a kml file from Google Earth (renamed as an xml file to allow > use of GXmlHttp). The xml test file has two polygons. > > In IE6/IE7, both polygons display correctly. In Firefox, one displays > partially (see map - it's the polygon on the left), the other displays > correctly (polygon on the right). > > Any idea why this is happening? The files are below. Any guidance > would be appreciated! > > Keith > > map file:http://www.ezproducts.com/ahb/tester.html > > xml file:http://www.ezproducts.com/ahb/tester1.xml
I would recommend using GXml.value rather than the browser dependent firstChild.nodeValue. It seems to make a difference at least locally. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
