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