We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01c45 commit 8793087Copy full SHA for 8793087
1 file changed
samples/3d-camera-position/index.ts
@@ -18,9 +18,6 @@ async function initMap(): Promise<void> {
18
const rangeSlider = document.getElementById('range') as HTMLInputElement;
19
const latSlider = document.getElementById('lat') as HTMLInputElement;
20
const lngSlider = document.getElementById('lng') as HTMLInputElement;
21
- const altitudeSlider = document.getElementById(
22
- 'altitude'
23
- ) as HTMLInputElement;
24
const fovSlider = document.getElementById('fov') as HTMLInputElement;
25
const rollSlider = document.getElementById('roll') as HTMLInputElement;
26
0 commit comments