<div dir="ltr">Brilliant. That works. The problem was that I was using the -sql switch to query from postgis directly into KML. Apparently that does not work at lest with my query string. Dumping with psql2shape and then ogr2ogr to convert to KML did the trick. Thanks.<div>

<br></div><div>Now to figure out how to switch the drawing order...</div><div><br></div><div>THK</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 12:54 AM, Jukka Rahkonen <span dir="ltr"><<a href="mailto:jukka.rahkonen@mmmtike.fi" target="_blank">jukka.rahkonen@mmmtike.fi</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Tim Keitt <tkeitt <at> <a href="http://utexas.edu" target="_blank">utexas.edu</a>> writes:<br>


<br>
><br>
><br>
</div><div class="im">> OK. Now I have my PEN styles loaded in the table. The KML driver is still<br>
writing only red. Anyone how to get KML to use the OGR_STYLE column?<br>
<br>
</div>Have another try. I digitized some lines and set OGR_STYLE to something like<br>
PEN(c:#0000FF,w:8px). Saved into shapefile and checked with ogrinfo<br>
ogrinfo kml.shp kml<br>
<br>
OGRFeature(kml):2<br>
  OGR_STYLE (String) = PEN(c:#0000FF,w:8px)<br>
  Style = PEN(c:#0000FF,w:8px)<br>
<br>
OGR_STYLE attribute has been converted into feature style. Data are OK to<br>
play with.<br>
<br>
Then convert into kml with both "KML" and "LIBKML" drivers and check with<br>
ogrinfo<br>
<br>
KML driver<br>
==========<br>
OGR_STYLE (String) = PEN(c:#0000FF,w:8px)<br>
Style = PEN(c:#0000FFFF,w:8.000000px)<br>
<br>
LIBKML driver<br>
=============<br>
 OGR_STYLE (String) = PEN(c:#0000FF,w:8px)<br>
 Style = PEN(c:#0000FFFF,w:2.822228px)<br>
<br>
Conclusion: Both drivers take the pen color. LIBKML is changing the line<br>
width for some reason at least in this test. My features were reprojected<br>
from EPSG:3067 into EPSG:4326 in my little test but I did not make further<br>
tests to see if this is the reason. Anyway, I can change colors with GDAL<br>
1.10 so I believe you will do the same soon.<br>
<br>
I checked also with GE and colours do show.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Jukka-<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><a href="http://www.keittlab.org/" target="_blank">http://www.keittlab.org/</a></div>
</div>