Changes between Version 3 and Version 4 of MGOS21GdalProvider
- Timestamp:
- 12/18/09 09:39:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MGOS21GdalProvider
v3 v4 1 This page provides installation and configuration tips for the !MapGuide 2.1 GDAL Raster Provider. Most of the information has been compiled from individuals in the user community. This document is a work in progress and incomplete. 1 This page provides installation and configuration tips for the !MapGuide 2.1 GDAL Raster Provider. Most of the information has been compiled from individuals in the user community. This document is a work in progress and incomplete. Please post any feedback on this document to the mapguide-users list. 2 2 3 3 == Installation == … … 73 73 74 74 == Configuration Parameters == 75 76 Jason Birch has had more success running a stable GDAL environment in !MapGuide with connection pooling disabled for the GDAL Provider. In serverconfig.ini, this can be accomplished by disabling connection pooling entirely 77 {{{ 78 [FeatureServiceProperties] 79 DataConnectionPoolEnabled = 0 80 }}} 81 Or by excluding the GDAL Provider from the connection pooled provider list 82 {{{ 83 [FeatureServiceProperties] 84 DataConnectionPoolExcludedProviders = OSGeo.Gdal 85 }}}