<div dir="ltr">I&#39;d like to know how I may get better performance reading a KML file. &nbsp;I have a file with 9,640 points. &nbsp;I&#39;ve found that it takes about 16 seconds to read through the entire file (see the code snapshot below). &nbsp;The exact same data in Shapefile format takes a second or less to read using the same code snippet. &nbsp;I&#39;m using 1.5.2 with libexpat. &nbsp;Any hints? &nbsp;Thanks.<div>
<br></div><div><div>&nbsp;&nbsp; &nbsp; &nbsp;</div><div>OGRLayer* layer = poDS-&gt;GetLayer(0);<br></div><div>int count = layer-&gt;GetFeatureCount();</div><div>for (int i = 0; i &lt; count; i++)&nbsp;layer-&gt;GetNextFeature(); // 16 seconds</div>
<div><br></div><br>-- <br><a href="http://giscoder.blogspot.com/">http://giscoder.blogspot.com/</a><br>
</div></div>