@maptalks/vt 0.97.1 → 0.97.2

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.97.1
2
+ * @maptalks/vt v0.97.2
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2024 maptalks.org
5
5
  */
@@ -793,6 +793,7 @@ declare class VectorTileLayerRenderer extends maptalks.renderer.TileLayerCanvasR
793
793
  features: any[];
794
794
  }[];
795
795
  _onReceiveMVTData(url: any, err: any, data: any): void;
796
+ _receivedTileExtent: any;
796
797
  _parseTileData(styleType: any, i: any, pluginData: any, features: any): {
797
798
  isUpdated: boolean;
798
799
  layer: {