Render result to png after every routing
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user