Re: [gdal-dev] Cannot write jpeg2000 with ERDAS 4.3

2013-06-05 Thread ngarel
Upgraded to gdal 1.10 and still the same problem when writing JP2 files. It still fails at oError = CNCSJP2FileView::Open( &(m_OStream) ); in ecwcreatecopy.cpp. I think the problem comes with the way ERDAS library handles m_OStream. I commented this block just before trying to open the output fi

[gdal-dev] Cannot write jpeg2000 with ERDAS 4.3

2013-03-14 Thread ngarel
Hi, I created this ticket but maybe I should have asked the question first here. We upgraded the ERDAS library from 4.2 to 4.3 and the gdal_translate fails to open the output file in GDALECWCompressor::Initialize() function, at oError = CNCSJP2FileView::

Re: [gdal-dev] MSSQL Spatial and 3D issue

2012-11-29 Thread ngarel
Thanks for that...I tried all different formats and looked into your changes. Could not retrieve my Z coordinate using wkb format because you created a new geometry format called *wkbzm*. Please update the doc (http://www.gdal.org/ogr/drv_mssqlspatial.html) and don't forget to specify that wkbzm

Re: [gdal-dev] MSSQL Spatial and 3D issue

2012-06-11 Thread ngarel
Hi Tamas, How is the progress going on that issue? Please let me know. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/gdal-dev-MSSQL-Spatial-and-3D-issue-tp4892552p4980634.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___

[gdal-dev] Re: MSSQL Spatial and 3D issue

2012-04-18 Thread ngarel
Ticket created: http://trac.osgeo.org/gdal/ticket/4626 -- View this message in context: http://osgeo-org.1560.n6.nabble.com/gdal-dev-MSSQL-Spatial-and-3D-issue-tp4892552p4896281.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal

Re: [gdal-dev] MSSQL Spatial and 3D issue

2012-04-18 Thread ngarel
It looks like the format needs to be changed in OGRMSSQLSpatialTableLayer::BuildFields() something like if (poDS->GetGeometryFormat() == MSSQLGEOMETRY_NATIVE) { osFieldList += "].*AsTextZM*() as ["; osFieldList += pszGeomColumn; } However the format should be handled properly after the