Skip to content

Commit

Permalink
tighten up EPT bounds test
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 9, 2020
1 parent 1a3828f commit 059441a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/unit/io/EptReaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,11 @@ TEST(EptReaderTest, resolutionLimit)

TEST(EptReaderTest, bounds2dXform)
{
SrsBounds eptBounds(BOX2D(515380, 4918360, 515390, 4918370));
SrsBounds eptBounds(BOX2D(515380.0001, 4918360.0001,
515390.0001, 4918370.0001));
SrsBounds boxBounds(
BOX2D(-110.80680478060, 44.418368816508,
-110.80667887010, 44.418458631945),
BOX2D(-110.806808903230, 44.418370692596,
-110.806682992919, 44.418460509155),
SpatialReference("EPSG:4326"));

PointViewPtr v1;
Expand Down

0 comments on commit 059441a

Please sign in to comment.