PROBLEM
When applying a GroupRenderer on a dynamically generated layer in the ActiveX Connector, the dynamical layer is not correctly drawn.
Instead of containing nested renderers, the <GROUPRENDERER> tag is empty. This is a known issue in ArcIMS 4.0, and was fixed in ArcIMS 4.0.1.
Code:
<ARCXML version="1.1">
<REQUEST>
<GET_IMAGE>
<PROPERTIES>
<BACKGROUND color="255,255,255"/>
<IMAGESIZE width="600" height="400"/>
<LAYERLIST>
<LAYERDEF visible="true" id="ID:53342" type="line">
<GROUPRENDERER>
<SIMPLERENDERER>
<SIMPLELINESYMBOL captype="round" color="0,0,255"/>
</SIMPLERENDERER>
<SIMPLELABELRENDERER field="Name">
<TEXTSYMBOL antialiasing="true" fontsize="10"/>
</SIMPLELABELRENDERER>
</GROUPRENDERER>
</LAYERDEF>
</LAYERLIST>
</PROPERTIES>
<WORKSPACES>
<SHAPEWORKSPACE name="Rivers" directory="C:\ESRI\ESRIDATA\USA"/>
</WORKSPACES>
<LAYER type="featureclass" name="Rivers" visible="true" maxscale="20000000000" minscale="0" id="ID:53342">
<DATASET type="line" name="Rivers" workspace="Rivers"/>
</LAYER>
</GET_IMAGE>
</REQUEST>
</ARCXML>
Article ID:000005942
Get help from ArcGIS experts
Download the Esri Support App