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