Rectangle Extents are not correctly passed when drawing a rectangle on the map.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM011052
送信されました
August 17, 2007
最終更新日
June 5, 2024
適用対象
No Product Found
見つかったバージョン
9.2
プログラム言語
VB.Net
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
1. Open the “Opp_Map_net” solution in VS2005.2. Create a “Javascript” folder in the solution.3. Set the “UseDefaultWebResources” property to false for the Map and the toolbar control4. Set the “WebResourceLocation” property to “http://<<server name>>/Opp_Map_net/Javascript/”5. Unzip the attached “Changed Javascript files.zip” and copy the following js files to the “Javascript” folder of the solutiona. display_common.jsb. display_vector.jsc. display_map.jsd. display_toolbar.jse. display_dotnetadf.js6. Add the following lines of code to the default.aspx page. Add this under the <body> tag:<script src="Javascript/display_common.js"></script><script src="Javascript/display_vector.js"></script><script src="Javascript/display_map.js"></script><script src="Javascript/display_toolbar.js"></script><script src="Javascript/display_dotnetadf.js"></script> After these changes, run the application and use the tool as mentioned in the above section.The box parameters are being passed correctly and the rectangle is correctly displayed on the map.The changes have been done in the “createClientPostBackQueryString” function of the display_dotnetadf.js file.The “ESRIWebADFHiddenFields” doesnot seems to get the correct values hence it has been changed to get the values from the Map control.