Re: Polygon rendering partially in Firefox but fine in IE6, IE7

2008-12-06 Thread kacific
Yes, that was it! Thank you so much. The polygon overlays now display properly in Firefox and IE. For anyone curious about what I was doing wrong, I originally had this: var points = placemark[a].getElementsByTagName(coordinates) [0].firstChild.nodeValue; then changed it to this: var points

Re: Polygon rendering partially in Firefox but fine in IE6, IE7

2008-12-06 Thread kacific
Yes, that was it! Thank you so much Larry. The polygon overlays now display properly in Firefox and IE. For anyone curious about what I was doing wrong, I originally had this: var points = placemark[a].getElementsByTagName(coordinates) [0].firstChild.nodeValue; then changed it to this: var

Polygon rendering partially in Firefox but fine in IE6, IE7

2008-12-04 Thread kacific
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

Re: Polygon rendering partially in Firefox but fine in IE6, IE7

2008-12-04 Thread [EMAIL PROTECTED]
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