@mapbox/mapbox-gl-style-spec 14.14.0-alpha.a4a566d51 → 14.14.0-beta.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 +3 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.es.js +3 -21
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +3 -20
- package/types.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
type: "enum",
|
|
2023
2023
|
values: {
|
|
2024
2024
|
flat: {
|
|
2025
|
-
doc: "Use
|
|
2025
|
+
doc: "Use flat roof for the procedurally generated buildings."
|
|
2026
2026
|
},
|
|
2027
2027
|
hipped: {
|
|
2028
2028
|
doc: "Use hipped roof for the procedurally generated buildings."
|
|
@@ -6778,7 +6778,7 @@
|
|
|
6778
6778
|
]
|
|
6779
6779
|
},
|
|
6780
6780
|
transition: true,
|
|
6781
|
-
doc: "Controls the intensity of
|
|
6781
|
+
doc: "Controls the intensity of ambient occlusion when shading concave angles between walls and roof crevices and windows.",
|
|
6782
6782
|
"sdk-support": {
|
|
6783
6783
|
"basic functionality": {
|
|
6784
6784
|
}
|
|
@@ -6882,7 +6882,7 @@
|
|
|
6882
6882
|
"building-color": {
|
|
6883
6883
|
type: "color",
|
|
6884
6884
|
"default": "rgba(193, 154, 127, 1)",
|
|
6885
|
-
doc: "Color buildings. This can be styled using different building parts (e.g.
|
|
6885
|
+
doc: "Color buildings. This can be styled using different building parts (e.g. window, wall, roof).",
|
|
6886
6886
|
experimental: true,
|
|
6887
6887
|
"private": true,
|
|
6888
6888
|
"use-theme": true,
|
|
@@ -6948,24 +6948,6 @@
|
|
|
6948
6948
|
]
|
|
6949
6949
|
}
|
|
6950
6950
|
},
|
|
6951
|
-
"building-ambient-occlusion-window-intensity": {
|
|
6952
|
-
type: "number",
|
|
6953
|
-
"default": 0,
|
|
6954
|
-
minimum: 0,
|
|
6955
|
-
maximum: 1,
|
|
6956
|
-
doc: "Controls the intensity of ambient occlusion applied to the windows of the buildings. A value of 0.0 means no ambient occlusion is applied, while a value of 1.0 means full ambient occlusion is applied.",
|
|
6957
|
-
experimental: true,
|
|
6958
|
-
"property-type": "data-constant",
|
|
6959
|
-
"sdk-support": {
|
|
6960
|
-
"basic functionality": {
|
|
6961
|
-
}
|
|
6962
|
-
},
|
|
6963
|
-
expression: {
|
|
6964
|
-
interpolated: false,
|
|
6965
|
-
parameters: [
|
|
6966
|
-
]
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
6951
|
"building-cutoff-fade-range": {
|
|
6970
6952
|
type: "number",
|
|
6971
6953
|
"default": 0,
|