26 lines
472 B
JSON
26 lines
472 B
JSON
{
|
|||
|
|
"section": "routing",
|
||
|
|
"version": 1,
|
||
|
|
"updatedAt": "2026-06-08T09:43:37.4685445+00:00",
|
||
|
|
"payload": {
|
||
|
|
"algorithm": "astar",
|
||
|
|
"weights": {
|
||
|
|
"distance": 1,
|
||
|
|
"congestion": 0.5,
|
||
|
|
"turnPenalty": 0.2
|
||
|
|
},
|
||
|
|
"avoidance": [
|
||
|
|
{
|
||
|
|
"id": "AV1",
|
||
|
|
"zoneId": "Z-NORTH",
|
||
|
|
"rule": "no-entry-while-loading"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"zoneSpeedLimits": [
|
||
|
|
{
|
||
|
|
"zoneId": "Z-NARROW",
|
||
|
|
"maxSpeedMps": 0.5
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|