<div>Hi there,</div>
<div> </div>
<div>I&#39;m new to gdal/ogr, so please be kind.</div>
<div> </div>
<div>I was using ogr2ogr to convert some geological shapefiles to kml, and found I was just getting the geological areas outlined in red as a result, in other words, it wasn&#39;t reading the ArcView Legend (AVL) files. Undeterred, I wrote some code to read the AVL files and modify the resulting KML directly, which worked fine.</div>

<div> </div>
<div>I was wondering if it would be considered useful to have this functionality in ogr2ogr, or whether AVL files are considered old hat now the files formats have changed for later versions of ArcView? Is anyone working on this already? My code only picks out the colours so far, but I could expand it to read the other AVL codes.</div>

<div> </div>
<div>I was reading through the code and the documentation for the &quot;Feature Style&quot; classes, but they seem little used so far. Is this because it is new, or because styles are seen as not important for the software?</div>

<div> </div>
<div>I also saw some developer guidelines that say this :</div>
<div> </div>
<div>&quot;GDAL strives to be widely portable to 32bit and 64bit computing environments. It accomplishes this in a number of ways - avoid compiler specific directives, avoiding new, but perhaps not widely available aspects of C++, and most importantly by abstracting platform specific operations in CPL functions in the gdal/port directory.&quot;</div>

<div> </div>
<div>Whilst it doesn&#39;t say it explicitely, does this mean that the use of the STL is frowned upon? Would I have to convert my code from using STL for it to be useful to the project?</div>
<div> </div>
<div>That&#39;s a lot of questions for one post, so I&#39;ll stop there.</div>
<div> </div>
<div>David Staveley</div>