@mapbox/mapbox-gl-style-spec 14.28.0-alpha.fa7f708fbcc → 14.28.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.
package/dist/index.d.ts CHANGED
@@ -9415,21 +9415,6 @@ declare const _exports: {
9415
9415
  };
9416
9416
  "property-type": string;
9417
9417
  };
9418
- "raster-allow-draping": {
9419
- type: string;
9420
- default: boolean;
9421
- experimental: boolean;
9422
- doc: string;
9423
- transition: boolean;
9424
- "property-type": string;
9425
- "sdk-support": {
9426
- "basic functionality": {
9427
- js: string;
9428
- android: string;
9429
- ios: string;
9430
- };
9431
- };
9432
- };
9433
9418
  };
9434
9419
  "paint_raster-particle": {
9435
9420
  "raster-particle-array-band": {
@@ -11701,10 +11686,6 @@ type RasterLayerSpecification = {
11701
11686
  * @experimental This property is experimental and subject to change in future versions.
11702
11687
  */
11703
11688
  "raster-elevation-reference"?: "sea" | "ground" | ExpressionSpecification;
11704
- /**
11705
- * @experimental This property is experimental and subject to change in future versions.
11706
- */
11707
- "raster-allow-draping"?: boolean;
11708
11689
  };
11709
11690
  "appearances"?: Array<AppearanceSpecification>;
11710
11691
  };
package/dist/index.es.js CHANGED
@@ -9840,21 +9840,6 @@ var paint_raster = {
9840
9840
  interpolated: false
9841
9841
  },
9842
9842
  "property-type": "data-constant"
9843
- },
9844
- "raster-allow-draping": {
9845
- type: "boolean",
9846
- "default": true,
9847
- experimental: true,
9848
- doc: "Whether the raster layer is allowed to drape over terrain and globe. When disabled, the layer is rendered after all draped layers, which can change its position in the layer order. Disabling draping has a performance cost, since the terrain/globe geometry must be rendered again for each such layer.",
9849
- transition: false,
9850
- "property-type": "data-constant",
9851
- "sdk-support": {
9852
- "basic functionality": {
9853
- js: "3.28.0",
9854
- android: "11.28.0",
9855
- ios: "11.28.0"
9856
- }
9857
- }
9858
9843
  }
9859
9844
  };
9860
9845
  var paint_hillshade = {