Skip to content

Commit

Permalink
Fix test according to capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vprintempsPei committed Nov 4, 2024
1 parent cf0eae8 commit 6d02992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wmts/capabilities.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ describe('WMTS Capabilities', () => {
matrixSets: [
{
identifier: 'BigWorldPixel',
crs: 'urn:ogc:def:crs:EPSG:6.18:3:3857',
crs: 'urn:ogc:def:crs:OGC:1.3:CRS84',
limits: [],
},
{
Expand Down Expand Up @@ -681,7 +681,7 @@ describe('WMTS Capabilities', () => {
},
{
identifier: 'GoogleMapsCompatible',
crs: 'urn:ogc:def:crs:EPSG::3857',
crs: 'urn:ogc:def:crs:EPSG:6.18.3:3857',
limits: [],
},
],
Expand Down

0 comments on commit 6d02992

Please sign in to comment.