maplibre-gl 3.6.1 → 3.6.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.
@@ -3814,6 +3814,7 @@ export declare class Terrain {
3814
3814
  mercatorX: number;
3815
3815
  mercatorY: number;
3816
3816
  };
3817
+ _allowMercatorOverflow(p: Point, mercatorX: number): number;
3817
3818
  }
3818
3819
  export declare class Transform {
3819
3820
  tileSize: number;
@@ -8263,7 +8264,7 @@ export type MapOptions = {
8263
8264
  */
8264
8265
  attributionControl?: boolean;
8265
8266
  /**
8266
- * Attribuition text to show in an {@link AttributionControl}. Only applicable if `options.attributionControl` is `true`.
8267
+ * Attribution text to show in an {@link AttributionControl}. Only applicable if `options.attributionControl` is `true`.
8267
8268
  */
8268
8269
  customAttribution?: string | Array<string>;
8269
8270
  /**