Re: [gdal-dev] Access to MetaData in driver implementation

2009-03-13 Thread Frank Warmerdam
lidiriel wrote: Hello, I work on th create method for ISIS2 file (PDS driver). I can write raster file but i have a problem with meta data. In the case where the user would be use "poDriver->CreateCopy" i try to copy and write metaData in the new file. But now i get metadata with the method "cha

[gdal-dev] Access to MetaData in driver implementation

2009-03-13 Thread lidiriel
Hello, I work on th create method for ISIS2 file (PDS driver). I can write raster file but i have a problem with meta data. In the case where the user would be use "poDriver->CreateCopy" i try to copy and write metaData in the new file. But now i get metadata with the method "char** metaData = Get