@mapbox/mapbox-gl-style-spec 14.5.0 → 14.5.1
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 +4 -4
- package/dist/index.es.js +4 -4
- package/package.json +1 -1
- package/reference/v8.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -6311,11 +6311,11 @@
|
|
|
6311
6311
|
"property-type": "data-driven"
|
|
6312
6312
|
},
|
|
6313
6313
|
"icon-occlusion-opacity": {
|
|
6314
|
-
doc: "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
6314
|
+
doc: "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
6315
6315
|
type: "number",
|
|
6316
|
-
"default": 1,
|
|
6317
6316
|
minimum: 0,
|
|
6318
6317
|
maximum: 1,
|
|
6318
|
+
"default": 1,
|
|
6319
6319
|
transition: true,
|
|
6320
6320
|
requires: [
|
|
6321
6321
|
"icon-image"
|
|
@@ -6661,10 +6661,10 @@
|
|
|
6661
6661
|
},
|
|
6662
6662
|
"text-occlusion-opacity": {
|
|
6663
6663
|
type: "number",
|
|
6664
|
-
doc: "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
6665
|
-
"default": 1,
|
|
6664
|
+
doc: "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
6666
6665
|
minimum: 0,
|
|
6667
6666
|
maximum: 1,
|
|
6667
|
+
"default": 1,
|
|
6668
6668
|
transition: true,
|
|
6669
6669
|
requires: [
|
|
6670
6670
|
"text-field"
|
package/dist/index.es.js
CHANGED
|
@@ -6305,11 +6305,11 @@ var paint_symbol = {
|
|
|
6305
6305
|
"property-type": "data-driven"
|
|
6306
6306
|
},
|
|
6307
6307
|
"icon-occlusion-opacity": {
|
|
6308
|
-
doc: "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
6308
|
+
doc: "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
6309
6309
|
type: "number",
|
|
6310
|
-
"default": 1,
|
|
6311
6310
|
minimum: 0,
|
|
6312
6311
|
maximum: 1,
|
|
6312
|
+
"default": 1,
|
|
6313
6313
|
transition: true,
|
|
6314
6314
|
requires: [
|
|
6315
6315
|
"icon-image"
|
|
@@ -6655,10 +6655,10 @@ var paint_symbol = {
|
|
|
6655
6655
|
},
|
|
6656
6656
|
"text-occlusion-opacity": {
|
|
6657
6657
|
type: "number",
|
|
6658
|
-
doc: "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
6659
|
-
"default": 1,
|
|
6658
|
+
doc: "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
6660
6659
|
minimum: 0,
|
|
6661
6660
|
maximum: 1,
|
|
6661
|
+
"default": 1,
|
|
6662
6662
|
transition: true,
|
|
6663
6663
|
requires: [
|
|
6664
6664
|
"text-field"
|
package/package.json
CHANGED
package/reference/v8.json
CHANGED
|
@@ -7034,11 +7034,11 @@
|
|
|
7034
7034
|
"property-type": "data-driven"
|
|
7035
7035
|
},
|
|
7036
7036
|
"icon-occlusion-opacity": {
|
|
7037
|
-
"doc": "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
7037
|
+
"doc": "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
7038
7038
|
"type": "number",
|
|
7039
|
-
"default": 1.0,
|
|
7040
7039
|
"minimum": 0,
|
|
7041
7040
|
"maximum": 1,
|
|
7041
|
+
"default": 1,
|
|
7042
7042
|
"transition": true,
|
|
7043
7043
|
"requires": [
|
|
7044
7044
|
"icon-image"
|
|
@@ -7384,10 +7384,10 @@
|
|
|
7384
7384
|
},
|
|
7385
7385
|
"text-occlusion-opacity": {
|
|
7386
7386
|
"type": "number",
|
|
7387
|
-
"doc": "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
|
|
7388
|
-
"default": 1.0,
|
|
7387
|
+
"doc": "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
|
|
7389
7388
|
"minimum": 0,
|
|
7390
7389
|
"maximum": 1,
|
|
7390
|
+
"default": 1,
|
|
7391
7391
|
"transition": true,
|
|
7392
7392
|
"requires": [
|
|
7393
7393
|
"text-field"
|