Render result to png after every routing

This commit is contained in:
2023-04-13 01:00:56 +02:00
parent 367e9cfde0
commit 08e3da6fe3
5 changed files with 61 additions and 20 deletions

View File

@ -22,6 +22,5 @@ public class Server
List<PathNode> result = Pathfinder.AStar("D:/stuttgart-regbez-latest", start,
finish, Tag.SpeedType.car, 20, 2,
0);
RenderPath.Renderer.DrawFromPath(result);
}
}