Skip to content

Commit

Permalink
Fix wrong bounding box for Ken's tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
minnerbe committed Aug 2, 2024
1 parent 73464af commit ef8198b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ private void fixTileSpec(final TileSpec tileSpec, final RecapKensAlignment.Trans
}

tileSpec.setTransforms(transforms);
tileSpec.deriveBoundingBox(tileSpec.getMeshCellSize(), true);
}

// In the original alignment, the scan correction transform was applied with the wrong sign
Expand Down

0 comments on commit ef8198b

Please sign in to comment.