@mapbox/mapbox-gl-style-spec 14.3.0-beta.1 → 14.3.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.cjs CHANGED
@@ -6708,10 +6708,6 @@
6708
6708
  },
6709
6709
  "raster-color-range": {
6710
6710
  type: "array",
6711
- "default": [
6712
- 0,
6713
- 1
6714
- ],
6715
6711
  length: 2,
6716
6712
  value: "number",
6717
6713
  "property-type": "data-constant",
@@ -6725,7 +6721,7 @@
6725
6721
  "zoom"
6726
6722
  ]
6727
6723
  },
6728
- doc: "When `raster-color` is active, specifies the range over which `raster-color` is tabulated. Units correspond to the computed raster value via `raster-color-mix`.",
6724
+ doc: "When `raster-color` is active, specifies the range over which `raster-color` is tabulated. Units correspond to the computed raster value via `raster-color-mix`. For `rasterarray` sources, if `raster-color-range` is unspecified, the source's stated data range is used.",
6729
6725
  example: [
6730
6726
  0.5,
6731
6727
  10