Changes between Version 3 and Version 4 of MGOS21GdalProvider


Ignore:
Timestamp:
Dec 18, 2009, 9:39:14 AM (14 years ago)
Author:
trevorwekel
Comment:

--

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.
     1This 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.
    22
    33== Installation ==
     
    7373
    7474== Configuration Parameters ==
     75
     76Jason 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]
     79DataConnectionPoolEnabled = 0
     80}}}
     81Or by excluding the GDAL Provider from the connection pooled provider list
     82{{{
     83[FeatureServiceProperties]
     84DataConnectionPoolExcludedProviders = OSGeo.Gdal
     85}}}