We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a526472 commit fc9d904Copy full SHA for fc9d904
README.md
@@ -76,7 +76,7 @@ var url_to_geotiff_file = "example_4326.tif";
76
fetch(url_to_geotiff_file)
77
.then(response => response.arrayBuffer())
78
.then(arrayBuffer => {
79
- parse_georaster(arrayBuffer).then(georaster => {
+ parseGeoraster(arrayBuffer).then(georaster => {
80
console.log("georaster:", georaster);
81
82
/*
0 commit comments