Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 10, 2021
1 parent 3cee961 commit 4b7d516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.reproj.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ test("reproject extent that crosses 180th meridian and stops at prime meridian",
eq(result.bbox, [-20037508.342789244, 1754201.542789432, 20037508.342789244, 12808999.953599941]);
eq(result.xmin, XMIN_WEBMERC);
eq(result.xmax, XMAX_WEBMERC);
eq(result.srs, 3857);
});

0 comments on commit 4b7d516

Please sign in to comment.