Add OSM topography
This commit is contained in:
parent
c20b682d33
commit
c414b9d2d6
10 changed files with 96 additions and 18 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue