Skip to content

Commit

Permalink
Merge pull request #2 from stefanb/patch-1
Browse files Browse the repository at this point in the history
Use latest 2022 orthophoto available in Ljubljana
  • Loading branch information
DavidKarlas authored Aug 19, 2023
2 parents 7210775 + 11f782f commit dcde7b4
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.EnvelopeInternal))
{
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 dcde7b4

Please sign in to comment.