iTowns / itowns

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

More requests for vector tiles #2154

Open vladimir-rybalko opened 1 year ago

vladimir-rybalko commented 1 year ago

Perhaps the problem has already been described in #2153

I made a basic example with vector tiles. It does not work very stably, but it shows that for the "first" view iTowns requests more vector tiles than raster tiles (OSM). Raster tiles are only requested for zoom level 11, vector tiles for 11 and 10 zoom level. This creates an additional load on backend services.

If the problem is known and duplicates the anything issue, please close.