Add OSM topography

This commit is contained in:
Fuhrmann 2025-03-11 11:56:33 +01:00
parent c20b682d33
commit c414b9d2d6
10 changed files with 96 additions and 18 deletions

View file

@ -64,7 +64,7 @@ export function buildScene(container: HTMLElement, extent: Extent) {
maxSize * 25
);
camera.position.set(center.x, center.y - 125000, extent.zmax + 100000);
camera.position.set(center.x, center.y - 200000, extent.zmax + 100000);
camera.up.set(0, 0, 1);
camera.lookAt(center);