Skip to content

Commit

Permalink
Fix build error on geotiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskild Skov Pedersen committed Oct 17, 2020
1 parent 90d8776 commit 4bd4435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elevation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as turf from '@turf/turf'
import fetch from 'node-fetch'
import * as GeoTIFF from 'geotiff'
import * as GeoTIFF from 'geotiff/dist-browser/geotiff' // FIX https://github.com/geotiffjs/geotiff.js/issues/98

export default class Elevation {
constructor (geojson) {
Expand Down

0 comments on commit 4bd4435

Please sign in to comment.