Jan Hartmann wrote:
> Yes, that is clear, thanks. I see that at the moment only raster files
> are supported.
> Would it make sense to do this for vector formats too?

The VSI layer is available to all parts of GDAL and OGR.
If you scan source code of OGR drivers, you'll find that this feature
is already used by, for example, GTM driver:

http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/gtm/gtm.cpp?rev=17612#L339

IOW, VSI layer is available and not dependant on GDAL or OGR format,
it's a separate library of common functions.

Best regards,
-- 
Mateusz Loskot
http://mateusz.loskot.net

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to