You are probably experiencing a tesselation problem. Here is a polygon template I normally use for filling complex polygons in GE. Note the tesselation attribute, and how to use it.<br><br>&lt;Polygon&gt;<br>&nbsp; &lt;extrude&gt;0&lt;/extrude&gt;
<br>&nbsp; &lt;altitudeMode&gt;clampToGround&lt;/altitudeMode&gt;<br>&nbsp; <span style="font-weight: bold;">&lt;tessellate&gt;1&lt;/tessellate&gt;</span><br>&nbsp; &lt;outerBoundaryIs&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;LinearRing&gt;&lt;coordinates&gt;&lt;/coordinates&gt;&lt;/LinearRing&gt;
<br>&nbsp; &lt;/outerBoundaryIs&gt;<br>&lt;/Polygon&gt;<br><br>&lt;Style&gt;<br>&nbsp; &lt;LineStyle&gt;<br>&nbsp;&nbsp;&nbsp; &lt;color&gt;&lt;/color&gt;<br>&nbsp;&nbsp;&nbsp; &lt;width&gt;&lt;/width&gt;<br>&nbsp; &lt;/LineStyle&gt;&nbsp; <br>&nbsp; &lt;PolyStyle&gt;<br>&nbsp;&nbsp;&nbsp; &lt;fill&gt;1&lt;/fill&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;color&gt;&lt;/color&gt;<br>&nbsp; &lt;/PolyStyle&gt;<br>&lt;/Style&gt;<br><br>-Lennox<br><br><div><span class="gmail_quote">On 4/8/07, <b class="gmail_sendername">Bryan Keith</b> &lt;<a href="mailto:bryan@geomega.com">
bryan@geomega.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br><br>I have a shapefile with a single record, a polygon shape.&nbsp;&nbsp;I tried
<br>attaching the shapefile to this e-mail, but the server didn&#39;t like it.<br>I&#39;ll gladly e-mail the shapefile to anyone who&#39;s willing to look into<br>this.&nbsp;&nbsp;It&#39;s ~722KB.&nbsp;&nbsp;I can convert the shapefile to kml like this:
<br><br>ogr2ogr -f kml testblm_py.kml testblm_py.shp<br><br>When I look at the kml in Google Earth, it looks fine.&nbsp;&nbsp;The outline of<br>the shapefile shows up as a red line which, I guess, is the default for<br>ogr2ogr kml output.&nbsp;&nbsp;However, I want to see filled polygons so I replace
<br>part of the &quot;style&quot; line in the kml like this:<br><br>cat testblm_py.kml | sed &quot;s/&lt;fill&gt;0&lt;\/fill&gt;/&lt;color&gt;ff37d9f0&lt;\/color&gt;/&quot; &gt;<br>testblmfill_py.kml<br><br>The shaded area does not show up correctly in Google Earth.&nbsp;&nbsp;It shows up
<br>as lots of vertical striped areas within the polygon.<br><br>My actual workflow is a fair bit different from what I&#39;ve described<br>here, but I&#39;ve tried to boil the problem down to a simple example.&nbsp;&nbsp;I<br>realize, however, that this polygon is not simple.&nbsp;&nbsp;I&#39;m processing over
<br>10000 land ownership polygons in Utah, and I&#39;m only having a problem<br>with a few of the big, complicated polygons.<br><br>I&#39;m wondering if it might be a problem with the line length in the kml,<br>but I&#39;m not sure.&nbsp;&nbsp;I&#39;m still doing some testing.&nbsp;&nbsp;Any ideas are appreciated.
<br><br>Bryan<br><br>_______________________________________________<br>FWTools mailing list<br><a href="mailto:FWTools@lists.maptools.org">FWTools@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/fwtools">
http://lists.maptools.org/mailman/listinfo/fwtools</a><br><a href="http://fwtools.maptools.org/">http://fwtools.maptools.org/</a><br></blockquote></div><br>