Settings¶
DHI.Solutions.GISManager.Config¶
DHI.Solutions.GISManager.Config contains settings used by the GIS manager of MIKE OPERATIONS.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="RasterUseDssCache" value="true"/>
<add key="FeatureUseDssCache" value="false"/>
<add key="WebProxy" value=""/>
<add key="Https" value="false"/>
<add key="FavoriteBackgroundMapSavedPath" value="/Background Maps"/>
<add key="LayerUniqueValuesLimit" value="200"/>
<add key="RasterPresentationMinCells" value="1000000"/>
</appSettings>
</configuration>
FavoriteBackgroundMapSavedPath¶
Path int the favorite manager where map favorites are saved.
FeatureUseDssCache¶
Should feature classes use the cache.
Https¶
Value indicating whether HTTPS should be used for communicating with Google maps background layers.
LayerUniqueValuesLimit¶
Maximum number of unique values allowed when making unique value layer tenplates.
RasterPresentationMinCells¶
RasterUseDssCache¶
Should rasters use the cache.
WebProxy¶
Proxy to use for Google maps background layers.