A geocode service based on a composite locator does not behave as expected when using the Find Address task.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM039986
已提交
November 8, 2008
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
9.3
操作系统
Windows OS
操作系统版本
2003
修正版本
10
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
Content rewritten for ArcGIS 10.0 release
解决办法
1) If looking for just the single best match, the <MaxResultSize> element can be changed to 1 in the GC service configuration file.2) A programmatic solution could extend the FindAddressTask and process the results after executing the base task. Any number of desired results from each locator could then be returned.