Skip to content

Commit

Permalink
Use more appropriate road type and update screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Jul 18, 2024
1 parent 43f92c9 commit d2c65a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/03-RealRoad/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static void Main(string[] args)
var road = Road.Add(map,
PointToNodePosition(points[0], center),
PointToNodePosition(points[1], center),
"ger1");
"ger4");

for (int i = 2; i < points.Count; i++)
{
Expand Down
Binary file modified docfx/images/03-final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2c65a1

Please sign in to comment.