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 @@ -2,12 +2,12 @@ import { useState } from "react";
2
2
import { Map , NavigationControl , useControl } from "react-map-gl/maplibre" ;
3
3
import { TileLayer } from "@deck.gl/geo-layers" ;
4
4
import type { _TileLoadProps } from "@deck.gl/geo-layers" ;
5
- import type { NumericDataPickingInfo } from "@deck.gl/layers" ;
6
5
7
6
import { MapboxOverlay as DeckOverlay } from "@deck.gl/mapbox" ;
8
7
9
8
import ZarrReader from "./zarr" ;
10
- import NumericDataLayer from "./NumericDataLayer" ;
9
+ import NumericDataLayer from "./layers/NumericDataLayer" ;
10
+ import type { NumericDataPickingInfo } from "./layers/NumericDataLayer/types" ;
11
11
12
12
import ColormapDropdown from "./UI/Dropdown" ;
13
13
@@ -124,7 +124,6 @@ function App() {
124
124
// visible: true,
125
125
// wrapLongitude: false,
126
126
} ) ,
127
- // new TestLayer(),
128
127
] ;
129
128
130
129
return (
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments