Hi List, <br><br>This is my first posting, so my apologies if it&#39;s been
answered prior. I have a VMAP data source, I am trying to open with
Gdal-OGDI. I have rebuilt Gdal 1.5.1 with OGDI enabled and everything
is linking and opening fine. When I open my data source the GDAL code
goes through the OGDI hoops, and opens the data source, giving me back
an OGRLayer, which I got by doing something like this <br>
<br>&nbsp;OGRDS-&gt;GetLayByName(LayerName)<br><br>I get back a physical
layer, however this layer reports 0 features and when I try and get a
feature or iterate over them, I never seem to get a feature. <br><br>I
would think it&#39;s my datasource however when I open the same VMAP data
source with the same layer using ogrinfo, I get all the feature in the
data source listed. <br>
<br>Please Help!<br><br>Courtney<br>