The order of elements in a GroupElement stack is not honored in an optimized map service.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM068100
已提交
May 16, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.0
操作系统
Windows OS
操作系统版本
XP
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
1. Do not stack elements but convert one element at a time into features and then add them to AnnotationLayer. Refer source code in the CreateAnnoTool_ESRI_Workaround_I.cs file.2. Reverse the order of elements in the stack, after the second element, so that in ArcMap view opaque circles cover the text elements. This order appears opposite in the ArcGIS Server Preview for optimized document, and thus looks as expected.Refer source code in the CreateAnnoTool_ESRI_Workaround_II.cs file.