Changes between Version 1 and Version 2 of MGOS21GdalProviderExtending
- Timestamp:
- 02/02/10 00:38:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MGOS21GdalProviderExtending
v1 v2 1 = Extending the GDAL Provider with plugins = 2 3 Copied from initial [http://lists.osgeo.org/pipermail/mapguide-users/2009-May/018451.html email by Jason Birch] describing how to add plugins to the GDAL provider. 4 1 5 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 6 with any standard gdal plugin. 7 8 For my needs I was able to download all of the 3 9 files that I wanted from the wonderful OSGeo4W project 4 (http://trac.osgeo.org/osgeo4w/). I've repackaged these into a zip file that 10 (http://trac.osgeo.org/osgeo4w/). 11 12 I've repackaged these into a zip file that 5 13 contains all of the support files you'll need EXCEPT FOR the vendor libraries. 6 14 You should be able to figure out where the files go from the zipfile structure: … … 15 23 MrSID Support DLLs: 16 24 17 lti_dsdk_cdll.dll18 lti_dsdk_dll.dll25 * lti_dsdk_cdll.dll 26 * lti_dsdk_dll.dll 19 27 20 28 These files can be extracted from the OSGeo4W MrSID plugin located here: … … 24 32 ECW Support DLLS (not sure if all of these are required for read-only): 25 33 26 NCScnet.dll27 NCSEcw.dll28 NCSEcwC.dll29 NCSUtil.dll34 * NCScnet.dll 35 * NCSEcw.dll 36 * NCSEcwC.dll 37 * NCSUtil.dll 30 38 31 39 These files can be downloaded from the ECW SDK; instructions on obtaining this … … 37 45 can grab the individual plugins and their dependencies here: 38 46 39 ECW: 40 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-ecw/ 47 ECW: http://download.osgeo.org/osgeo4w/release/gdal/gdal16-ecw/ 41 48 42 MrSID: 43 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/ 49 MrSID: http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/ 44 50 45 LibGeoTIFF: 46 http://download.osgeo.org/osgeo4w/release/libgeotiff/ 51 LibGeoTIFF: http://download.osgeo.org/osgeo4w/release/libgeotiff/ 47 52 48 LibTIFF: 49 http://download.osgeo.org/osgeo4w/release/libtiff/ 53 LibTIFF: http://download.osgeo.org/osgeo4w/release/libtiff/ 50 54 51 LibJPEG: 52 http://download.osgeo.org/osgeo4w/release/jpeg/libjpeg/ 55 LibJPEG: http://download.osgeo.org/osgeo4w/release/jpeg/libjpeg/ 53 56 54 ZLib: 55 http://download.osgeo.org/osgeo4w/release/zlib/ 57 ZLib: http://download.osgeo.org/osgeo4w/release/zlib/ 56 58 57 59 Hope this helps; if someone has time to update the raster notes with this … … 61 63 1.6 supports Oracle Raster, and this plugin may do the trick: 62 64 63 http://trac.osgeo.org/osgeo4w/wiki/pkg-gdal16-oracle 64 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-oracle/ 65 http://trac.osgeo.org/osgeo4w/wiki/pkg-gdal16-oracle 66 67 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-oracle/