You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
278 B
INI
12 lines
278 B
INI
11 months ago
|
# 邻近关系计算参数
|
||
|
[ProximityRelation]
|
||
|
# 经度的差值范围
|
||
|
lonProximityDistance = 1
|
||
|
# 纬度的差值范围
|
||
|
latProximityDistance = 1
|
||
|
# 两个坐标点之间差值的范围,单位:公里
|
||
|
distanceProximityDistance = 6
|
||
|
|
||
|
[Task]
|
||
|
# 指定执行的任务数
|
||
|
taskNum = 2
|