Skip to content

Fix CRS problem when the data is displayed in different UTM zones at the same project.

LATTICE_ORIGIN/LATTICE_INLINE_SPACING/LATTICE_CROSSLINE_SPACING use as display survey.

while LATTICE_*_ORIGINAL (e.g UTM 21S) use for CRS transform to update LATTICE_ORIGIN/LATTICE_INLINE_SPACING/LATTICE_CROSSLINE_SPACING (e.g UTM 20S)

missing LATTICE_*_ORIGINAL cause incorrect CRS transform.

Merge request reports