Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"geotiff": "^1.0.0-beta.6",
"geotiff": "^1.0.0-beta.16",
"ol": "^4.6.5",
"proj4": "^2.4.4",
"react": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/scenes/index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import urlJoin from 'url-join';
import { fromUrl } from 'geotiff/src/main';
import { fromUrl } from 'geotiff';

import types from '../../types';
import { startLoading, stopLoading } from '../main';
Expand Down
2 changes: 1 addition & 1 deletion src/components/mapview.jsx
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TileGrid from 'ol/tilegrid/tilegrid';
import proj from 'ol/proj';
import extent from 'ol/extent';

import { fromUrl, fromUrls, Pool } from 'geotiff/src/main';
import { fromUrl, fromUrls, Pool } from 'geotiff';

import CanvasTileImageSource, { ProgressBar } from '../maputil';
import { renderData } from '../renderutils';
Expand Down