The Network Analyst extension uses a geodesic distance instead of a planar distance if the coordinate system is a Web Mercator Auxiliary Sphere and there is only one cost attribute which uses the Shape field.
上次发布: March 21, 2018ArcGIS for Desktop
漏洞 ID 编号
BUG-000112091
已提交
March 2, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.6
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
It is by design that we use geodesic distance instead of the planar distance when computing the distance based on the shape field. You can compute an additional field (e.g., Meters) to hold a different cost value if you want the distance based on a different formula.
解决办法
Add another cost attribute based on a different field (does not need to be used for the analysis, just have to be there).OrProject the data into a different coordinate system.Or Use ArcGIS Pro.