Skip to content

Commit 77275b2

Browse files
increase bathymetry grid resolution
1 parent 7a030ca commit 77275b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CesiumViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ export default {
903903
canvas.height = height
904904
905905
// Create grid with improved interpolation
906-
const gridSize = 100
906+
const gridSize = 200
907907
const grid = interpolateToGrid(normalizedPoints, gridSize)
908908
const smoothedGrid = smoothGrid(grid, 1)
909909

0 commit comments

Comments
 (0)