不同街道名称中包含相同的名称 - geocode.arcgis.com
Same name contained in different street names - geocode.arcgis.com
大家好,
我最近 运行 在尝试对名称包含在同一城市的另一条街道中的街道的位置进行地理编码时遇到了问题。
我要找的街道是 Via Messina 20, Milano (9.1751, 45.4835) ,另一条街道是 Via Antonello da Messina 20, Milano (9.1423, 45.4659).
在我的网络应用程序中,我有一个带有触发 suggest API 调用的文本字段的表单,用作输入 "Via Messina 20, Milano" returns作为文本 "Via Messina 20, Milano" 但坐标方面的实际结果是 "Via Antonello da Messina 20, Milano" (here you can have a look at the JSON response). I get the very same result from the Try Geocoding feature on arcgis website (Geocoding and Place Search | ArcGIS for Developer ) 的位置。 "expected" 结果甚至没有显示在可用点列表中。
同样的问题发生在 find API 调用中,returns 结果又是错误的街道 (here you can have a look at the JSON response).
为了找出发生这种情况的原因,我尝试调用 findAddressCandidates API 和 here 结果很有趣:"wrong"街道排在第一位,而 "expected" 排在第二位。
他们的分数都是 100%,而且都是 PointAddress。
所以问题是:
- 为什么我输入并发送给 find and suggest 的街道名称不是我研究的第一个预期结果?
- 我怎样才能至少在 建议 结果列表中同时显示它们?
- 为什么如果我键入 "Via Messina 20, Milano" 建议 结果显示为第一个条目 "Via Messina 20, Milano" 但指向错误的位置? (确实是“Via Antonello da Messina 20, Milano”)
- 是arcgis使用的地图的bug吗? (如果我使用 google 地图或打开街道地图,它工作正常)
谢谢,
卢西奥B
大家好,
我最近 运行 在尝试对名称包含在同一城市的另一条街道中的街道的位置进行地理编码时遇到了问题。
我要找的街道是 Via Messina 20, Milano (9.1751, 45.4835) ,另一条街道是 Via Antonello da Messina 20, Milano (9.1423, 45.4659).
在我的网络应用程序中,我有一个带有触发 suggest API 调用的文本字段的表单,用作输入 "Via Messina 20, Milano" returns作为文本 "Via Messina 20, Milano" 但坐标方面的实际结果是 "Via Antonello da Messina 20, Milano" (here you can have a look at the JSON response). I get the very same result from the Try Geocoding feature on arcgis website (Geocoding and Place Search | ArcGIS for Developer ) 的位置。 "expected" 结果甚至没有显示在可用点列表中。
同样的问题发生在 find API 调用中,returns 结果又是错误的街道 (here you can have a look at the JSON response).
为了找出发生这种情况的原因,我尝试调用 findAddressCandidates API 和 here 结果很有趣:"wrong"街道排在第一位,而 "expected" 排在第二位。
他们的分数都是 100%,而且都是 PointAddress。
所以问题是:
- 为什么我输入并发送给 find and suggest 的街道名称不是我研究的第一个预期结果?
- 我怎样才能至少在 建议 结果列表中同时显示它们?
- 为什么如果我键入 "Via Messina 20, Milano" 建议 结果显示为第一个条目 "Via Messina 20, Milano" 但指向错误的位置? (确实是“Via Antonello da Messina 20, Milano”)
- 是arcgis使用的地图的bug吗? (如果我使用 google 地图或打开街道地图,它工作正常)
谢谢,
卢西奥B