@mapbox/mapbox-gl-style-spec 14.18.1 → 14.19.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 +60 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.es.js +60 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +60 -2
- package/types.ts +8 -2
package/dist/index.cjs
CHANGED
|
@@ -2768,6 +2768,38 @@
|
|
|
2768
2768
|
]
|
|
2769
2769
|
},
|
|
2770
2770
|
"property-type": "data-constant"
|
|
2771
|
+
},
|
|
2772
|
+
"line-elevation-ground-scale": {
|
|
2773
|
+
type: "number",
|
|
2774
|
+
"default": 0,
|
|
2775
|
+
minimum: 0,
|
|
2776
|
+
maximum: 1,
|
|
2777
|
+
doc: "Controls how much the elevation of lines with `line-elevation-reference` set to `sea` scales with terrain exaggeration. A value of 0 keeps the line at a fixed altitude above sea level. A value of 1 scales the elevation proportionally with terrain exaggeration.",
|
|
2778
|
+
"sdk-support": {
|
|
2779
|
+
"basic functionality": {
|
|
2780
|
+
js: "3.19.0",
|
|
2781
|
+
android: "11.19.0",
|
|
2782
|
+
ios: "11.19.0"
|
|
2783
|
+
},
|
|
2784
|
+
"data-driven styling": {
|
|
2785
|
+
js: "3.19.0",
|
|
2786
|
+
android: "11.19.0",
|
|
2787
|
+
ios: "11.19.0"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
expression: {
|
|
2791
|
+
interpolated: true,
|
|
2792
|
+
parameters: [
|
|
2793
|
+
"zoom",
|
|
2794
|
+
"feature",
|
|
2795
|
+
"line-progress"
|
|
2796
|
+
]
|
|
2797
|
+
},
|
|
2798
|
+
requires: [
|
|
2799
|
+
"line-z-offset"
|
|
2800
|
+
],
|
|
2801
|
+
transition: true,
|
|
2802
|
+
"property-type": "data-driven"
|
|
2771
2803
|
}
|
|
2772
2804
|
};
|
|
2773
2805
|
var layout_symbol = {
|
|
@@ -9611,7 +9643,7 @@
|
|
|
9611
9643
|
},
|
|
9612
9644
|
"raster-elevation": {
|
|
9613
9645
|
type: "number",
|
|
9614
|
-
doc: "
|
|
9646
|
+
doc: "Defines an uniform elevation from the base specified in raster-elevation-reference, in meters.",
|
|
9615
9647
|
"default": 0,
|
|
9616
9648
|
minimum: 0,
|
|
9617
9649
|
transition: true,
|
|
@@ -9630,6 +9662,32 @@
|
|
|
9630
9662
|
]
|
|
9631
9663
|
},
|
|
9632
9664
|
"property-type": "data-constant"
|
|
9665
|
+
},
|
|
9666
|
+
"raster-elevation-reference": {
|
|
9667
|
+
type: "enum",
|
|
9668
|
+
doc: "Selects the base of raster-elevation.",
|
|
9669
|
+
values: {
|
|
9670
|
+
sea: {
|
|
9671
|
+
doc: "Use this mode to elevate raster layers relative to the sea level."
|
|
9672
|
+
},
|
|
9673
|
+
ground: {
|
|
9674
|
+
doc: "Use this mode to elevate raster layers relative to the ground's height below them."
|
|
9675
|
+
}
|
|
9676
|
+
},
|
|
9677
|
+
"default": "sea",
|
|
9678
|
+
transition: false,
|
|
9679
|
+
experimental: true,
|
|
9680
|
+
"sdk-support": {
|
|
9681
|
+
"basic functionality": {
|
|
9682
|
+
js: "3.19.0",
|
|
9683
|
+
android: "11.19.0",
|
|
9684
|
+
ios: "11.19.0"
|
|
9685
|
+
}
|
|
9686
|
+
},
|
|
9687
|
+
expression: {
|
|
9688
|
+
interpolated: false
|
|
9689
|
+
},
|
|
9690
|
+
"property-type": "data-constant"
|
|
9633
9691
|
}
|
|
9634
9692
|
};
|
|
9635
9693
|
var paint_hillshade = {
|
|
@@ -11815,7 +11873,7 @@
|
|
|
11815
11873
|
},
|
|
11816
11874
|
"raster-particle-elevation": {
|
|
11817
11875
|
type: "number",
|
|
11818
|
-
doc: "
|
|
11876
|
+
doc: "Defines an uniform elevation from sea level, in meters.",
|
|
11819
11877
|
"default": 0,
|
|
11820
11878
|
minimum: 0,
|
|
11821
11879
|
transition: true,
|