@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 +23 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.es.js +23 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +23 -5
- package/types.ts +5 -1
package/package.json
CHANGED
package/reference/v8.json
CHANGED
|
@@ -7933,13 +7933,13 @@
|
|
|
7933
7933
|
"transition": false,
|
|
7934
7934
|
"expression": {
|
|
7935
7935
|
"interpolated": true,
|
|
7936
|
-
"parameters": ["zoom"
|
|
7936
|
+
"parameters": ["zoom"]
|
|
7937
7937
|
},
|
|
7938
7938
|
"length": 3,
|
|
7939
7939
|
"default": [0.0, 0.0, 1.0],
|
|
7940
7940
|
"minimum": [0.0, 0.0, 0.0],
|
|
7941
7941
|
"maximum": [1.0, 1.0, 1.0],
|
|
7942
|
-
"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.",
|
|
7942
|
+
"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.",
|
|
7943
7943
|
"sdk-support": {
|
|
7944
7944
|
"basic functionality": {
|
|
7945
7945
|
"js": "3.21.0",
|
|
@@ -8289,13 +8289,13 @@
|
|
|
8289
8289
|
"transition": false,
|
|
8290
8290
|
"expression": {
|
|
8291
8291
|
"interpolated": true,
|
|
8292
|
-
"parameters": ["zoom"
|
|
8292
|
+
"parameters": ["zoom"]
|
|
8293
8293
|
},
|
|
8294
8294
|
"length": 3,
|
|
8295
8295
|
"default": [0.0, 0.0, 1.0],
|
|
8296
8296
|
"minimum": [0.0, 0.0, 0.0],
|
|
8297
8297
|
"maximum": [1.0, 1.0, 1.0],
|
|
8298
|
-
"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.",
|
|
8298
|
+
"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.",
|
|
8299
8299
|
"sdk-support": {
|
|
8300
8300
|
"basic functionality": {
|
|
8301
8301
|
"js": "3.21.0",
|
|
@@ -11579,7 +11579,7 @@
|
|
|
11579
11579
|
"default": [0.0, 0.0, 1.0],
|
|
11580
11580
|
"minimum": [0.0, 0.0, 0.0],
|
|
11581
11581
|
"maximum": [1.0, 1.0, 1.0],
|
|
11582
|
-
"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.",
|
|
11582
|
+
"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.",
|
|
11583
11583
|
"sdk-support": {
|
|
11584
11584
|
"basic functionality": {
|
|
11585
11585
|
"js": "3.5.0"
|
|
@@ -11613,6 +11613,24 @@
|
|
|
11613
11613
|
"ios": "11.10.0"
|
|
11614
11614
|
}
|
|
11615
11615
|
}
|
|
11616
|
+
},
|
|
11617
|
+
"model-ignore-line-cutout": {
|
|
11618
|
+
"type": "boolean",
|
|
11619
|
+
"doc": "When set to true, the layer is not going to be affected by the line cutout effect.",
|
|
11620
|
+
"default": false,
|
|
11621
|
+
"transition": false,
|
|
11622
|
+
"expression": {
|
|
11623
|
+
"interpolated": false
|
|
11624
|
+
},
|
|
11625
|
+
"property-type": "data-constant",
|
|
11626
|
+
"experimental": true,
|
|
11627
|
+
"private": true,
|
|
11628
|
+
"sdk-support": {
|
|
11629
|
+
"basic functionality": {
|
|
11630
|
+
"android": "11.21.0",
|
|
11631
|
+
"ios": "11.21.0"
|
|
11632
|
+
}
|
|
11633
|
+
}
|
|
11616
11634
|
}
|
|
11617
11635
|
},
|
|
11618
11636
|
"transition": {
|
package/types.ts
CHANGED
|
@@ -1414,7 +1414,11 @@ export type ModelLayerSpecification = {
|
|
|
1414
1414
|
"model-height-based-emissive-strength-multiplier-transition"?: TransitionSpecification,
|
|
1415
1415
|
"model-cutoff-fade-range"?: number | ExpressionSpecification,
|
|
1416
1416
|
"model-front-cutoff"?: PropertyValueSpecification<[number, number, number]>,
|
|
1417
|
-
"model-elevation-reference"?: "sea" | "ground" | "hd-road-markup" | ExpressionSpecification
|
|
1417
|
+
"model-elevation-reference"?: "sea" | "ground" | "hd-road-markup" | ExpressionSpecification,
|
|
1418
|
+
/**
|
|
1419
|
+
* @experimental This property is experimental and subject to change in future versions.
|
|
1420
|
+
*/
|
|
1421
|
+
"model-ignore-line-cutout"?: boolean | ExpressionSpecification
|
|
1418
1422
|
},
|
|
1419
1423
|
/**
|
|
1420
1424
|
* @experimental This property is experimental and subject to change in future versions.
|