Zum Hauptinhalt gehen

Ability to define layers as Tiled or Dynamic

Kommentare

1 Kommentar

  • Permanently deleted user

    You may try setting the function parameter to "Operational"

    the following service is a cached service that I use as background.  I don't want it in the layerlist so that is set to false:

    <MapService ConnectionString="url=http://gis.dot.state.mn.us/arcgis/rest/services/CACHED/MNDOT_BASEMAP/MapServer" DisplayName="MNDOT Basemap" Function="Base" ID="0" ImageFormat="Png32" IncludeInLayerList="false" Opacity="1" ProviderInvariantName="Geocortex.Gis.Services.ArcGisServer.Rest" SupportedImageHeight="0" SupportedImageWidth="0" Visible="true">

     

         

    compare that with a dynamic service:

    <MapService ConnectionString="url=http://gis3.dot.state.mn.us/arcgis/rest/services/MNDOT_GEOCORTEX_REST_BASEMAP_LAYERS/MapServer" DisplayName="MNDOT_GEOCORTEX_REST_BASEMAP_LAYERS" Function="Operational" ID="2" ImageFormat="Png32" IncludeInLayerList="true" Opacity="1" ProviderInvariantName="Geocortex.Gis.Services.ArcGisServer.Rest" SupportedImageHeight="0" SupportedImageWidth="0" Visible="true">

     

         
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.