Skip to content

Commit

Permalink
Update packages/lambda-tiler/src/__tests__/wmts.capability.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wentao Kuang <wkuang@linz.govt.nz>
  • Loading branch information
blacha and Wentao-Kuang authored Apr 15, 2024
1 parent 499f86a commit b5eca99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('WmtsCapabilities', () => {
...Imagery3857,
bounds: {
// These bounds are slightly outside the extent bounds of 3857 (approx 0.3m offset)
// {x: -20037508.34 y:-20037508.34, width: 40075016.6855784 , height: 40075016.6855784 }
// expected bounds: {x: -20037508.34 y:-20037508.34, width: 40075016.6855784 , height: 40075016.6855784 }
x: -20037508.6276,
y: -20037508.6276,
width: 40075016.9626,
Expand Down

0 comments on commit b5eca99

Please sign in to comment.