[gdal-dev] write to GML
Mohammed Rashad
mohammedrashadkm at gmail.com
Sat Jan 22 05:20:48 EST 2011
this works
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE );
if( poDS == NULL )
{
printf( "Open failed.\n" );
}
but the following is not working
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", TRUE );
if( poDS == NULL )
{
printf( "Open failed.\n" );
}
this given
an Open failed error. what I am missing?
--
Rashad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20110122/d0d27e86/attachment.html
More information about the gdal-dev
mailing list