Skip to content

Commit

Permalink
Fix out of range fetch isssue. (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Jan 20, 2021
1 parent 6be026e commit f11a3c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- Adjust the zoom level for tile layer if scaled.
- Update `getDefaultInitialViewState` to return floating point zoom that fills the screen by default.
- Upgrade geotiff to fix out-of-range requests issue.
- Fix `maxZoom` bug.
- Smooth transitions for global selection changes.
- GH actions allow for running on PR as well as push (so that forked repos run tests).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@luma.gl/core": "^8.3.1",
"@luma.gl/shadertools": "^8.3.1",
"fast-xml-parser": "^3.16.0",
"geotiff": "ilan-gold/geotiff.js#ilan-gold/viv_release_080",
"geotiff": "ilan-gold/geotiff.js#ilan-gold/viv_083",
"math.gl": "^3.3.0",
"quickselect": "^2.0.0",
"zarr": "^0.3.0"
Expand Down

0 comments on commit f11a3c2

Please sign in to comment.