Re: [osg-users] Accessing georegistered images via GDAL plug-in - too many limitations...

2015-09-08 Thread Robert Osfield
Hi Christian, The GDAL plugin was written to read basic image and height field data via GDAL rather than expose all the possible data. Potentially this could be added, but I you are the first I recall asking for it. Robert. On 8 September 2015 at 15:12, Christian Buchner

[osg-users] Accessing georegistered images via GDAL plug-in - too many limitations...

2015-09-08 Thread Christian Buchner
Hi, while height fields loaded via the GDAL plug-in get their coordinate origin and x/y extents as well as rotation set correctly via the following code in ReaderWriterGDAL.cpp hf->setOrigin(osg::Vec3(BottomLeft[0],BottomLeft[1],0)); hf->setXInterval(sqrt(geoTransform[1]*geoTransform[1] +