Dynamic Layers samples do not draw properly when the projection of the map is changed.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM010638
已提交
July 30, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.1
编程语言
All
修正版本
9.2
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Be sure to "draw" the features by using the current map units (need to project the points to the current spatial reference defined in the map). One place where this can be done is in the function which implements the override to the abstract method "DrawDynamicLayer". Other place where this can be done is when reading the points from the dynamic feed (be aware that in this case it seems that you would need to re-read the points each time the spatial reference of the map is changed).