<div dir="ltr">Hi all, I have a csv file named test.csv with the asociated test.vrt<br><br><b>test.vrt</b><br><OGRVRTDataSource><br>    <OGRVRTLayer name="test"><br>        <SrcDataSource>C:\\Users\\FedericoJurio\\Desktop\\test.csv</SrcDataSource><br>
        <GeometryType>wkbPoint</GeometryType><br>        <LayerSRS>WGS84</LayerSRS><br>        <GeometryField encoding="PointFromColumns" x="Longitude" y="Latitude"/><br>
    </OGRVRTLayer><br></OGRVRTDataSource><br><br><b>test.csv</b><br>Latitude,Longitude,Name<br>48.1,0.25,"First point"<br>49.2,1.1,"Second point"<br>47.5,0.75,"Third point"<div><br>
</div><div>In my code i can add the vrt file to the datasource successfully but when i try to check the TestCapability(OLCRandomRead) from the correct layer returns FALSE and i don't no why. Gdal can read the file from the console with ogrinfo and everithing seems to be fine<br>
</div><div><br></div><div><div><b>ogrinfo test.vrt</b><br></div><div><div>INFO: Open of `test.vrt'</div><div>      using driver `VRT' successful.</div><div>1: test (Point)</div></div></div><div><br></div><div>Does anyone have any idea of why TestCapability returns false?</div>
<div><br></div><div>Thanks in advance,</div><div>Regards</div><div><div><br></div>-- <br><div dir="ltr">Federico Jurio<br><div>SUR Emprendimientos Tecnológicos<br></div><div><br></div><div>Perú 345  Piso 5to Oficina "B" (C1067AAG)<br>
</div><div><div>
Ciudad de Buenos Aires, Argentina</div><div>Tel. +54 (11) 4342-2976/84</div></div><div><div><a href="mailto:federicojurio@suremptec.com.ar" target="_blank">federicojurio@suremptec.com.ar</a></div><div><a href="http://www.suremptec.com" target="_blank">www.suremptec.com</a></div>

</div></div>
</div></div>