Skip to content

Commit

Permalink
Use latest 2022 orthophoto available in Ljubljana
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Apr 19, 2023
1 parent 795852a commit 11f782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmGursBuildingImport/SimpleTaskManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void CreateStmProjectJson(string tempDir, GursData model)
josmCommands.Add("http://localhost:8111/imagery?id=GURS-DOF025");
if (ljubljana.Intersects(area.Geometry))
{
josmCommands.Add("http://localhost:8111/imagery?id=LJUBLJANA-DOF-2020");
josmCommands.Add("http://localhost:8111/imagery?id=LJUBLJANA-DOF-2022");
}

josmCommands.Add("http://localhost:8111/imagery?id=GURS-buildings");
Expand Down

0 comments on commit 11f782f

Please sign in to comment.