Map zooms in or zooms out instead of showing MapTips whenever the highlighted feature on the map is clicked.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM043650
已提交
March 26, 2009
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
9.3
编程语言
C#
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
Override the _onClick function of MapBase by adding the following script block after the form close tag (</form>):<script type="text/javascript"> ESRI.ADF.UI.MapBase.prototype._onClick = function(s,e){}</scrip