From 1e4668160fff1c3ef6b2055b463e7508e295401f Mon Sep 17 00:00:00 2001 From: ftoromanoff Date: Wed, 19 Jul 2023 11:36:31 +0200 Subject: [PATCH] modif example for test --- examples/vector_tile_raster_2d.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/vector_tile_raster_2d.html b/examples/vector_tile_raster_2d.html index e19408da11..ca9df64c3f 100644 --- a/examples/vector_tile_raster_2d.html +++ b/examples/vector_tile_raster_2d.html @@ -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,