Changes between Version 17 and Version 18 of FdoGdalNotes
- Timestamp:
- 12/18/07 13:17:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FdoGdalNotes
v17 v18 6 6 7 7 * [#Documentation Documentation] 8 * [#MrSIDandECWPluginSupport MrSID and ECW Plugin Support] 8 * [#MrSIDandECWPluginSupportWindows MrSID and ECW Plugin Support (Windows)] 9 * [#FDO3.2.0MapGuide1.1.0 MapGuide 1.1 / FDO 3.2.0] 10 * [#FDO3.2.2MapGuide1.2.0 MapGuide 1.2 / FDO 3.2.2] 11 * [#FDO3.3.0MapGuide2.0.0 MapGuide 2.0 / FDO 3.2.2] 9 12 * [#UsingwithAutodeskMapGuideStudio Using with Autodesk MapGuide Studio] 10 13 * [#CreatingTileIndexConfigFiles Creating Tile Index Config Files] … … 17 20 * [http://fdo.osgeo.org/files/fdo/docs/GDAL/index.html FDO API Documentation] 18 21 19 = MrSID and ECW Plugin Support =22 = MrSID and ECW Plugin Support (Windows) = 20 23 21 MrSID and ECW are popular wavelet compression formats used for imagery. Support for these formats is not included in the official FDO or !MapGuide releases for licensing issues, but you can add plugins to your installation to use these formats.24 MrSID and ECW are popular wavelet compression formats used for imagery. Support for these formats is not included in the official FDO or !MapGuide releases due to licensing issues, but you can add GDAL plugins for these formats to your installation. 22 25 23 Frank Warmerdam is making these plugins available on his site: 24 25 http://home.gdal.org/dl/mapguide/ 26 27 Make sure to read the appropriate license agreements, and then follow these instructions for your version of FDO/MapGuide 26 Make sure to read the appropriate license agreements ([http://home.gdal.org/dl/mapguide/lizardtech_click_through.txt MrSID] , [http://home.gdal.org/dl/mapguide/ECW_SDK_License_V44.pdf ECW]) and if you agree then follow these instructions for your version of FDO/MapGuide. 28 27 29 28 == FDO 3.2.0 / !MapGuide 1.1.0 == 29 30 The plugins for this version of !FdoGdal are available here: 31 32 http://home.gdal.org/dl/mapguide/ 30 33 31 34 Follow the instructions in the readme file (http://home.gdal.org/dl/mapguide/README.txt), downloading and unzipping the files mg_fdogdal_110.zip, mg_ecw.zip, and/or mg_mrsid.zip into your !MapGuideOpenSource/Server/Bin directory … … 33 36 == FDO 3.2.3 / !MapGuide 1.2.0 == 34 37 38 The plugins for this version of !FdoGdal are available here: 39 40 http://home.gdal.org/dl/mapguide/ 41 35 42 Only download and unzip the mg_ecw.zip and/or mg_mrsid.zip files into your !MapGuideOpenSource/Server/Bin directory 43 44 == FDO 3.3.0 / !MapGuide 2.0.0 == 45 46 This version uses the standard Visual C 2005 GDAL plugins: 47 48 http://home.gdal.org/dl/gdal14_vc8/ 49 50 Each file contains a "gdalplugins" folder, as well as some dlls in the root of the zipfile. To install these plugins into !MapGuide, you need to: 51 52 1. Extract the zipfile to a temporary location 53 2. Copy the "gdalplugins" folder to the !MapGuide installation directory under Server/Bin/ 54 3. Copy the dll files that unzipped into the root of the temporary location to the !MapGuide installation directory under Server/Bin/Fdo/ 55 56 The final location for the ECW files should look something like this: 57 58 {{{ 59 60 Server/Bin/Fdo/libecwj2.dll 61 Server/Bin/gdalplugins/gdal_ECW.dll 62 63 }}} 64 65 And for the MrSID files, like this: 66 67 {{{ 68 69 70 Server/Bin/Fdo/lti_dsdk_cdll.dll 71 Server/Bin/Fdo/lti_dsdk_dll.dll 72 Server/Bin/gdalplugins/gdal_MrSID.dll 73 74 }}} 75 36 76 37 77 = Using with Autodesk !MapGuide Studio =