Skip to content

Commit

Permalink
Add missing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Mar 26, 2024
1 parent 1b2762a commit 870475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialize-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const initializeStore = async (source, version, variable, coordinateKeys) => {
let chunks
let fill_value
let dtype
let levels, maxZoom, tileSize
let levels, maxZoom, tileSize, crs
const coordinates = {}
switch (version) {
case 'v2':
Expand Down

0 comments on commit 870475b

Please sign in to comment.