Dynamically added overlays not displaying correctly when zooming in on the Flex API 1.3 Application when the dynamic map is defined in a Flex Component.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM057321
送信されました
May 13, 2010
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
1.3
プログラム言語
Flex
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
References to the service should be handled through code.
対処法
Define the service through code instead of defining a component for it: public var myBoundariesAltLayer:ArcGISDynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer("<a href="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/ESRI_BoundariesPlacesAlt_World_2D/MapServer" target="_blank">http://server.arcgisonline.com/ArcGIS/rest/services/Reference/ESRI_BoundariesPlacesAlt_World_2D/MapServer</a>"); rather than<myComponents:ESRI_BoundariesPlacesAlt_World_2D id="myBoundariesAltLayer" visible="false" />