| Summary: | The shortest path cannot be displayed | ||
|---|---|---|---|
| Product: | New-Territories-Cycle-Track-Navigation-System | Reporter: | huiqizou2-c |
| Component: | CyclingMode | Assignee: | huiqizou2-c |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ruiruyang2-c |
| Priority: | Normal | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
|
Description
huiqizou2-c
2021-11-10 11:22:34 HKT
Solution: The function dijkstra is moved into the for loop inside the function routePlanning(). Because for each place in the ArrayList places, the function should be executed once to plan the route between every two sites according to the preset priority. |