@mapbox/mapbox-gl-style-spec 14.21.0-rc.1 → 14.21.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
@@ -1628,6 +1628,10 @@ export type ModelLayerSpecification = {
1628
1628
  number
1629
1629
  ]>;
1630
1630
  "model-elevation-reference"?: "sea" | "ground" | "hd-road-markup" | ExpressionSpecification;
1631
+ /**
1632
+ * @experimental This property is experimental and subject to change in future versions.
1633
+ */
1634
+ "model-ignore-line-cutout"?: boolean | ExpressionSpecification;
1631
1635
  };
1632
1636
  /**
1633
1637
  * @experimental This property is experimental and subject to change in future versions.
package/dist/index.es.js CHANGED
@@ -7443,8 +7443,7 @@ var paint_building = {
7443
7443
  expression: {
7444
7444
  interpolated: true,
7445
7445
  parameters: [
7446
- "zoom",
7447
- "pitch"
7446
+ "zoom"
7448
7447
  ]
7449
7448
  },
7450
7449
  length: 3,
@@ -7463,7 +7462,7 @@ var paint_building = {
7463
7462
  1,
7464
7463
  1
7465
7464
  ],
7466
- doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled.",
7465
+ doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled. Note: The property has no effect on the map if terrain or globe projection is enabled.",
7467
7466
  "sdk-support": {
7468
7467
  "basic functionality": {
7469
7468
  js: "3.21.0",
@@ -10707,7 +10706,7 @@ var paint_model = {
10707
10706
  1,
10708
10707
  1
10709
10708
  ],
10710
- doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled.",
10709
+ doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled. Note: The property has no effect on the map if terrain or globe projection is enabled.",
10711
10710
  "sdk-support": {
10712
10711
  "basic functionality": {
10713
10712
  js: "3.5.0"
@@ -10741,6 +10740,24 @@ var paint_model = {
10741
10740
  ios: "11.10.0"
10742
10741
  }
10743
10742
  }
10743
+ },
10744
+ "model-ignore-line-cutout": {
10745
+ type: "boolean",
10746
+ doc: "When set to true, the layer is not going to be affected by the line cutout effect.",
10747
+ "default": false,
10748
+ transition: false,
10749
+ expression: {
10750
+ interpolated: false
10751
+ },
10752
+ "property-type": "data-constant",
10753
+ experimental: true,
10754
+ "private": true,
10755
+ "sdk-support": {
10756
+ "basic functionality": {
10757
+ android: "11.21.0",
10758
+ ios: "11.21.0"
10759
+ }
10760
+ }
10744
10761
  }
10745
10762
  };
10746
10763
  var transition = {
@@ -11761,8 +11778,7 @@ var v8 = {
11761
11778
  expression: {
11762
11779
  interpolated: true,
11763
11780
  parameters: [
11764
- "zoom",
11765
- "pitch"
11781
+ "zoom"
11766
11782
  ]
11767
11783
  },
11768
11784
  length: 3,
@@ -11781,7 +11797,7 @@ var v8 = {
11781
11797
  1,
11782
11798
  1
11783
11799
  ],
11784
- doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled.",
11800
+ doc: "An array for configuring the fade-out effect for the front cutoff of content on pitched map views. It contains three values: start, range and final opacity. The start parameter defines the point at which the fade-out effect begins, with smaller values causing the effect to start earlier. The range parameter specifies how long the fade-out effect will last. A value of 0.0 for range makes content disappear immediately without a fade-out effect. The final opacity determines content opacity at the end of the fade-out effect. A value of 1.0 for final opacity means that the cutoff is completely disabled. Note: The property has no effect on the map if terrain or globe projection is enabled.",
11785
11801
  "sdk-support": {
11786
11802
  "basic functionality": {
11787
11803
  js: "3.21.0",