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 aedfccd commit 2f403fbCopy full SHA for 2f403fb
README.md
@@ -95,7 +95,7 @@ console.log(`Pixel covers the following GPS area:`, gpsBBox);
95
const rasters = await image.readRasters();
96
const { width, [0]: raster } = rasters;
97
const elevation = raster[x + y * width];
98
-console.log(`The elevation for tile[${x}][${y}] is ${elevation}m`);
+console.log(`The elevation at (${lat},${long}) is ${elevation}m`);
99
```
100
101
## Advanced Example Usage
0 commit comments