Skip to content

Commit

Permalink
Lint and prettier fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Oct 16, 2024
1 parent 48a4239 commit 6d490db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Models/Catalog/CatalogItems/CogCatalogItemSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ xdescribe("CogCatalogItem", function () {
cogItem.setTrait(CommonStrata.user, "url", url);
await cogItem.loadMapItems();
const mapItem = cogItem.mapItems[0];
debugger;
expect(ImageryParts.is(mapItem)).toBe(true);
if (ImageryParts.is(mapItem)) {
expect(mapItem.imageryProvider instanceof TIFFImageryProvider).toBe(
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/languages/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@
}
}
},
"cogCatalogItem": {
"cogCatalogItem": {
"experimentalReprojectionWarning": "This COG is not in a native projection (EPSG:4326 or EPSG:3857). Reprojecting is experimental and may not work as expected. If you have control of the source data we recommend reprojecting to EPSG:4326 or EPSG:3857 using GDAL or similar."
}
},
Expand Down

0 comments on commit 6d490db

Please sign in to comment.