Skip to content

Commit

Permalink
Better synchronization of reading the tiff file.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Feb 19, 2024
1 parent 6db798d commit 5ec8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LandCover.ESRI/EsriLandUseTiff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void ReadTiff()
if (crs == null) throw new Exception("Count not load crs");

_transformTo = CoordinateTransformFactory.CreateFromCoordinateSystems(SRIDReader.GetWgs84(), crs);

_tiff = tiff;
}
}
Expand Down

0 comments on commit 5ec8f3c

Please sign in to comment.