Skip to content

Commit

Permalink
Update to use single parcel roads
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed May 13, 2024
1 parent 46f0fa9 commit e369064
Show file tree
Hide file tree
Showing 4 changed files with 7,792 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DCL_PiXYZ/PXZEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private static bool IsRoad(List<string> roadCoordinates, string currentScene)

private static List<string> LoadRoads()
{
string filePath = Path.Combine(Directory.GetCurrentDirectory(), "RoadCoordinates.json");
string filePath = Path.Combine(Directory.GetCurrentDirectory(), "SingleParcelRoadCoordinates.json");
return JsonConvert.DeserializeObject<List<string>>(File.ReadAllText(filePath));
}

Expand Down
1 change: 0 additions & 1 deletion RoadCoordinates.json

This file was deleted.

Loading

0 comments on commit e369064

Please sign in to comment.