Skip to content

Commit 6103a1f

Browse files
committedOct 3, 2021
added deprecation warning to load
1 parent d575dd4 commit 6103a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/load/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import load from './load.module';
22

33
/**
4+
* This function is deprecated and you should try to migrate to using parse.
5+
* This function will fetch the whole file in order to parse it!
46
* The load function takes a url to a geotiff or geotiff file as an input
57
* and returns a promise. The promise resolves as a georaster, which
68
* can be used as input in other geoblaze methods, such as identify, sum,

0 commit comments

Comments
 (0)
Please sign in to comment.