Skip to content

Commit

Permalink
modif example for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed Jul 21, 2023
1 parent 9b82f03 commit 1e46681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/vector_tile_raster_2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
// Instanciate PlanarView
var view = new itowns.PlanarView(viewerDiv, extent, {
maxSubdivisionLevel: 20,
placement: {
coord: new itowns.Coordinates('EPSG:4326', -1.0679463052520959, 45.528880767171),
range: 50000,
},
controls: {
// We do not want the user to zoom out too much
maxAltitude: 40000000,
Expand Down

0 comments on commit 1e46681

Please sign in to comment.