File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ async function main() {
4545 let configCopy = JSON . parse ( JSON . stringify ( config ) ) ;
4646 configCopy . source = source ;
4747 viewer . addImage ( configCopy ) ;
48- } ;
48+ }
4949
5050 const newLocation = decodeURIComponent ( url . href ) ;
5151
Original file line number Diff line number Diff line change 11import pMap from "p-map" ;
22import * as zarr from "zarrita" ;
33import type { ImageLayerConfig , OnClickData , SourceData } from "./state" ;
4- import { Matrix4 } from "math.gl" ;
54
65import { ZarrPixelSource } from "./ZarrPixelSource" ;
76import * as utils from "./utils" ;
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export function applyCoordinateTransformations(
276276 dx = transform . translation . at ( - 1 ) ;
277277 dy = transform . translation . at ( - 2 ) ;
278278 }
279- } ;
279+ }
280280 }
281281 // Deck.gl translate happens BEFORE scale (opposite of OME-Zarr)
282282 if ( dx !== undefined && dy !== undefined ) {
You can’t perform that action at this time.
0 commit comments