Drive time output is different when running two areas as opposed to one area.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM009523
已提交
June 5, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
Given that the outer ring may be different (either due to trimming or not being bounded by another polygon), if you want all of your service areas to be consistent it is necessary to do one of the two workarounds:1) Generate the service area polygons one at a time (for each break) and combine the resulting service areas polygons client side.2) Add an additional break that's larger than the largest break you care about in order to better bound the largest service area polygon you care about. Note - This extra break value should be sufficiently large to ensure it covers all the streets that could impact the the polygon generation.