Skip to content

Commit

Permalink
removed unecessary resampleMethod in get.module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 10, 2023
1 parent df1b8a3 commit e80dc0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/get/get.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ const get = (georaster, geom, flat) => {
left: cropLeft,
top: cropTop,
right: cropRight,
bottom: cropBottom,

// shouldn't resample, but specifying resampleMethod just in case
resampleMethod: "near"
bottom: cropBottom
})
.then(bands => {
return bands.map(rows => {
Expand Down

0 comments on commit e80dc0a

Please sign in to comment.