iTowns / itowns

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

fix(TiledGeometryLayer): remove subdivision checking code #2344

Open AnthonyGlt opened 1 week ago

AnthonyGlt commented 1 week ago

Description

I removed the subdivision checking code. This code was blocking the subdivision of the tiles when no terrain was available at a certain zoom level

Motivation and Context

This MR is the correction of this issue https://github.com/iTowns/itowns/issues/2159