Skip to content

Commit b0b3f74

Browse files
authoredMay 25, 2024··
Merge pull request #150 from tanrax/patch-1
Example fix
2 parents a526472 + fc9d904 commit b0b3f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var url_to_geotiff_file = "example_4326.tif";
7676
fetch(url_to_geotiff_file)
7777
.then(response => response.arrayBuffer())
7878
.then(arrayBuffer => {
79-
parse_georaster(arrayBuffer).then(georaster => {
79+
parseGeoraster(arrayBuffer).then(georaster => {
8080
console.log("georaster:", georaster);
8181

8282
/*

0 commit comments

Comments
 (0)
Please sign in to comment.