Skip to content

Commit

Permalink
fix(examples): rename smartZoom param in vector_tile_raster_2d
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and gchoqueux committed Feb 3, 2021
1 parent 9c2406f commit ca7aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vector_tile_raster_2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
zoomInFactor: 0.5,
zoomOutFactor: 0.5,
// Don't zoom too much on smart zoom
smartZoomHeightMax: 100000,
smartTravelHeightMax: 100000,
},
});
var menuGlobe = new GuiTools('menuDiv', view, 300);
Expand Down

0 comments on commit ca7aaeb

Please # to comment.