Changes between Version 1 and Version 2 of MGOS21GdalProviderExtending


Ignore:
Timestamp:
Feb 2, 2010, 12:38:33 AM (14 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MGOS21GdalProviderExtending

    v1 v2  
     1= Extending the GDAL Provider with plugins =
     2
     3Copied 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
    15The 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
     6with any standard gdal plugin. 
     7
     8For my needs I was able to download all of the
    39files 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
     12I've repackaged these into a zip file that
    513contains all of the support files you'll need EXCEPT FOR the vendor libraries. 
    614You should be able to figure out where the files go from the zipfile structure:
     
    1523MrSID Support DLLs:
    1624
    17 lti_dsdk_cdll.dll
    18 lti_dsdk_dll.dll
     25 * lti_dsdk_cdll.dll
     26 * lti_dsdk_dll.dll
    1927
    2028These files can be extracted from the OSGeo4W MrSID plugin located here:
     
    2432ECW Support DLLS (not sure if all of these are required for read-only):
    2533
    26 NCScnet.dll
    27 NCSEcw.dll
    28 NCSEcwC.dll
    29 NCSUtil.dll
     34 * NCScnet.dll
     35 * NCSEcw.dll
     36 * NCSEcwC.dll
     37 * NCSUtil.dll
    3038
    3139These files can be downloaded from the ECW SDK; instructions on obtaining this
     
    3745can grab the individual plugins and their dependencies here:
    3846
    39 ECW:
    40 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-ecw/
     47ECW: http://download.osgeo.org/osgeo4w/release/gdal/gdal16-ecw/
    4148
    42 MrSID:
    43 http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/
     49MrSID: http://download.osgeo.org/osgeo4w/release/gdal/gdal16-mrsid/
    4450
    45 LibGeoTIFF:
    46 http://download.osgeo.org/osgeo4w/release/libgeotiff/
     51LibGeoTIFF: http://download.osgeo.org/osgeo4w/release/libgeotiff/
    4752
    48 LibTIFF:
    49 http://download.osgeo.org/osgeo4w/release/libtiff/
     53LibTIFF: http://download.osgeo.org/osgeo4w/release/libtiff/
    5054
    51 LibJPEG:
    52 http://download.osgeo.org/osgeo4w/release/jpeg/libjpeg/
     55LibJPEG: http://download.osgeo.org/osgeo4w/release/jpeg/libjpeg/
    5356
    54 ZLib:
    55 http://download.osgeo.org/osgeo4w/release/zlib/
     57ZLib: http://download.osgeo.org/osgeo4w/release/zlib/
    5658
    5759Hope this helps; if someone has time to update the raster notes with this
     
    61631.6 supports Oracle Raster, and this plugin may do the trick:
    6264
    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/