@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.cjs CHANGED
@@ -7449,8 +7449,7 @@
7449
7449
  expression: {
7450
7450
  interpolated: true,
7451
7451
  parameters: [
7452
- "zoom",
7453
- "pitch"
7452
+ "zoom"
7454
7453
  ]
7455
7454
  },
7456
7455
  length: 3,
@@ -7469,7 +7468,7 @@
7469
7468
  1,
7470
7469
  1
7471
7470
  ],
7472
- 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.",
7471
+ 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.",
7473
7472
  "sdk-support": {
7474
7473
  "basic functionality": {
7475
7474
  js: "3.21.0",
@@ -10713,7 +10712,7 @@
10713
10712
  1,
10714
10713
  1
10715
10714
  ],
10716
- 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.",
10715
+ 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.",
10717
10716
  "sdk-support": {
10718
10717
  "basic functionality": {
10719
10718
  js: "3.5.0"
@@ -10747,6 +10746,24 @@
10747
10746
  ios: "11.10.0"
10748
10747
  }
10749
10748
  }
10749
+ },
10750
+ "model-ignore-line-cutout": {
10751
+ type: "boolean",
10752
+ doc: "When set to true, the layer is not going to be affected by the line cutout effect.",
10753
+ "default": false,
10754
+ transition: false,
10755
+ expression: {
10756
+ interpolated: false
10757
+ },
10758
+ "property-type": "data-constant",
10759
+ experimental: true,
10760
+ "private": true,
10761
+ "sdk-support": {
10762
+ "basic functionality": {
10763
+ android: "11.21.0",
10764
+ ios: "11.21.0"
10765
+ }
10766
+ }
10750
10767
  }
10751
10768
  };
10752
10769
  var transition = {
@@ -11767,8 +11784,7 @@
11767
11784
  expression: {
11768
11785
  interpolated: true,
11769
11786
  parameters: [
11770
- "zoom",
11771
- "pitch"
11787
+ "zoom"
11772
11788
  ]
11773
11789
  },
11774
11790
  length: 3,
@@ -11787,7 +11803,7 @@
11787
11803
  1,
11788
11804
  1
11789
11805
  ],
11790
- 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.",
11806
+ 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.",
11791
11807
  "sdk-support": {
11792
11808
  "basic functionality": {
11793
11809
  js: "3.21.0",