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.
2 parents a526472 + fc9d904 commit b0b3f74Copy full SHA for b0b3f74
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