Skip to content

Commit

Permalink
Added dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
langerae committed Sep 16, 2024
1 parent 08288f3 commit 8afcd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion src/store/map/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const actions = {
const datasetId = state.activeVectorDataIds
const locationId = state.activeLocationIds
// const slice = [null, -1]
const url = 'https://storage.googleapis.com/dgds-data-public/metocean2/Point_0000' + locationId + '.zarr'
const url = 'https://storage.googleapis.com/dgds-data-public/metocean2/Point_00001.zarr'
const path = parameter

return openArray({
Expand Down

0 comments on commit 8afcd6f

Please sign in to comment.