| 1 | The version of GDAL 1.6 bundled with FDO 3.4 (MapGuide 2.1) can be extended |
| 2 | with any standard gdal plugin. For my needs I was able to download all of the |
| 3 | files that I wanted from the wonderful OSGeo4W project |
| 4 | (http://trac.osgeo.org/osgeo4w/). I've repackaged these into a zip file that |
| 5 | contains all of the support files you'll need EXCEPT FOR the vendor libraries. |
| 6 | You should be able to figure out where the files go from the zipfile structure: |
| 7 | |
| 8 | http://www.jasonbirch.com/fdogdal/gdal_wavelet_3.4.zip |
| 9 | |
| 10 | I don't feel comfortable distributing the MrSID or ECW redistributable files |
| 11 | because of their proprietary licenses and EULAs, so you'll have to download |
| 12 | these DLLs yourself and place them in the FDO directory. Instructions for |
| 13 | obtaining these follow. |
| 14 | |
| 15 | MrSID Support DLLs: |
| 16 | |
| 17 | lti_dsdk_cdll.dll |
| 18 | lti_dsdk_dll.dll |
| 19 | |
| 20 | These files can be extracted from the OSGeo4W MrSID plugin located here: |
| 21 | |
| 22 | http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/ |
| 23 | |
| 24 | ECW Support DLLS (not sure if all of these are required for read-only): |
| 25 | |
| 26 | NCScnet.dll |
| 27 | NCSEcw.dll |
| 28 | NCSEcwC.dll |
| 29 | NCSUtil.dll |
| 30 | |
| 31 | These files can be downloaded from the ECW SDK; instructions on obtaining this |
| 32 | are available on the OSGeo4W package page: |
| 33 | |
| 34 | http://trac.osgeo.org/osgeo4w/wiki/pkg-gdal-ecw |
| 35 | |
| 36 | If you don't feel comfortable using my re-bundle of the OSGeo4W packages, you |
| 37 | can grab the individual plugins and their dependencies here: |
| 38 | |
| 39 | ECW: |
| 40 | http://download.osgeo.org/osgeo4w/release/gdal/gdal16-ecw/ |
| 41 | |
| 42 | MrSID: |
| 43 | http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/ |
| 44 | |
| 45 | LibGeoTIFF: |
| 46 | http://download.osgeo.org/osgeo4w/release/libgeotiff/ |
| 47 | |
| 48 | LibTIFF: |
| 49 | http://download.osgeo.org/osgeo4w/release/libtiff/ |
| 50 | |
| 51 | LibJPEG: |
| 52 | http://download.osgeo.org/osgeo4w/release/jpeg/libjpeg/ |
| 53 | |
| 54 | ZLib: |
| 55 | http://download.osgeo.org/osgeo4w/release/zlib/ |
| 56 | |
| 57 | Hope this helps; if someone has time to update the raster notes with this |
| 58 | information it would be appreciated... |
| 59 | |
| 60 | BTW, I haven't tested this, but adventurous folks might be interested that GDAL |
| 61 | 1.6 supports Oracle Raster, and this plugin may do the trick: |
| 62 | |
| 63 | http://trac.osgeo.org/osgeo4w/wiki/pkg-gdal16-oracle |
| 64 | http://download.osgeo.org/osgeo4w/release/gdal/gdal16-oracle/ |