Skip to content

Commit 2f403fb

Browse files
authored
Update README.md
1 parent aedfccd commit 2f403fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ console.log(`Pixel covers the following GPS area:`, gpsBBox);
9595
const rasters = await image.readRasters();
9696
const { width, [0]: raster } = rasters;
9797
const elevation = raster[x + y * width];
98-
console.log(`The elevation for tile[${x}][${y}] is ${elevation}m`);
98+
console.log(`The elevation at (${lat},${long}) is ${elevation}m`);
9999
```
100100

101101
## Advanced Example Usage

0 commit comments

Comments
 (0)