iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.08k stars 293 forks source link

setting hideSkirt directly in the view is not working. #2357

Closed ftoromanoff closed 1 week ago

ftoromanoff commented 3 weeks ago

When we set the hideskirt: true in PLanrView options we get an error.

In example view_25d_map.html if we add 'hideSkirt: true' at ligne 56:

view = new itowns.PlanarView(viewerDiv, extent, { placement: { heading: 49.6, range: 6200, tilt: 17 }, hideSkirt: true });

We get an error: image

Maybe set tests to avoid this regression in the futur ?