You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geo3DTilesLayer adds toJSON and fromJSON methods for layer serialization, maptalks/issues#579
VectorTileLayer.options and text/icon plugin's sceneConfig add collisionBufferSize setting for increasing or decreasing the collision detection box, maptalks/issues#580
Adjust
Geo3DTilesLayer is changed to share the same global LRUCache for all layers, to avoid the crash caused by the rising memory usage when the number of layers is too high, the cache size is still specified by maxGPUMemory in the layer options.
VectorTileLayer no longer limits the number of tile requests per frame by default.
Geo3DTilesLayer no longer limits the number of tile requests per frame by default.
Bug fixes
Resolve Geo3DTilesLayer's algorithm error on whether oriented bounding box type tiles are within the camera's field of view, and resolve the issue that obb type 3dtiles datasource would keep loading tiles, maptalks/issues#575
Fix an issue where text and icon plugins on VectorTileLayer cannot hide the specified text with highlight (visible:false) if collision is turned on. maptalks/issues#576