Skip to content

Commit

Permalink
Merge branch 'master' of github.com:constantinius/geotiff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Mar 26, 2021
2 parents 57e089c + 664ca84 commit a756c18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/source/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,5 @@ export function makeRemoteSource(url, { forceXHR = false, ...clientOptions } = {
if (typeof XMLHttpRequest !== 'undefined') {
return makeXHRSource(url, clientOptions);
}
if (http.get) {
return makeHttpSource(url, clientOptions);
}
return makeHttpSource(url, clientOptions);
}

0 comments on commit a756c18

Please sign in to comment.