Skip to content

Commit 8793087

Browse files
authored
Remove altitude slider from camera controls
Removed altitude slider element retrieval from the DOM, then laughed maniacally. Spilled my coffee and stained my pants but it was worth it.
1 parent 6a01c45 commit 8793087

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

samples/3d-camera-position/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ async function initMap(): Promise<void> {
1818
const rangeSlider = document.getElementById('range') as HTMLInputElement;
1919
const latSlider = document.getElementById('lat') as HTMLInputElement;
2020
const lngSlider = document.getElementById('lng') as HTMLInputElement;
21-
const altitudeSlider = document.getElementById(
22-
'altitude'
23-
) as HTMLInputElement;
2421
const fovSlider = document.getElementById('fov') as HTMLInputElement;
2522
const rollSlider = document.getElementById('roll') as HTMLInputElement;
2623

0 commit comments

Comments
 (0)