@maptalks/vt 0.108.5 → 0.109.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.108.5
2
+ * @maptalks/vt v0.109.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2025 maptalks.org
5
5
  */
@@ -468,6 +468,8 @@ type VectorTileLayerOptionsType = {
468
468
  style?: any;
469
469
  altitudePropertyName?: string;
470
470
  disableAltitudeWarning?: boolean;
471
+ loadTileErrorLog?: boolean;
472
+ loadTileErrorLogIgnoreCodes?: Array<number>;
471
473
  } & TileLayerOptionsType;
472
474
  type AsyncFeatureQueryOptions = {
473
475
  countPerTime?: number;
@@ -1407,6 +1409,7 @@ declare class VectorTileLayerRenderer extends VectorTileLayerRenderer_base {
1407
1409
  _workersyncing: boolean;
1408
1410
  _needRetire: boolean;
1409
1411
  setStyle(): void;
1412
+ _workerUpdateTimeout: NodeJS.Timeout;
1410
1413
  _preservePrevTiles(): void;
1411
1414
  _prevTilesInView: maptalks.TilesInViewType;
1412
1415
  updateOptions(conf: any): void;