Ability to define layers as Tiled or Dynamic
Hi,
One thing you can now do with ArcGIS Server layers in the latest API's is define a layer which is actually cached as a dynamic layer. Cannot recall when they added this, 9.3 or 10.0. This can be very nice at times when you have cached services but still want to use another tiled service with a different tiling scheme. Unfortunately it does not seem that Essentials supports this. Is there a way to define that you want to use this approach in the Site.xml that I am not seeing. I am doing it in code, but that seems to be causing some very weird TOC issues.
Thanks
-Joe
-
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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar