Skip to content

Commit

Permalink
Update node-src/cog.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jul 15, 2024
1 parent 8d26809 commit 5d1f27b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions node-src/cog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import TileLayer from 'ol/layer/WebGLTile.js';
import View from 'ol/View.js';
import { getCenter } from 'ol/extent.js';

// TODO: figure out how to override getOrigin, see
// https://github.com/geotiffjs/geotiff.js/blob/da936684e30ef994f1d0d1e2da844b0e9a6c3cd0/src/geotiffimage.js#L825.
// This will obviate the need for exif stripping the model transformation tag.

function initializeCogViewer(url, width, height) {
const extent = [0, 0, width, height];
Expand Down

0 comments on commit 5d1f27b

Please sign in to comment.