Skip to content

Commit

Permalink
fix(example): wrong display minimum zoom parameter in immersive view.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Sep 10, 2020
1 parent b181a5a commit 4be4805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/view_immersive.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
projection: 'EPSG:4326',
ipr: 'IGN',
format: 'application/json',
zoom: { min: 15, max: 15 },
extent: {
west: 2.334,
east: 2.335,
Expand All @@ -144,6 +143,7 @@
onMeshCreated: (mesh) => mesh.traverse(object => object.material = orientedImageLayer.material),
source: wfsBuildingSource,
overrideAltitudeInToZero: true,
zoom: { min: 15 },
});

// add the created building layer, and debug UI
Expand Down

0 comments on commit 4be4805

Please sign in to comment.