@mapbox/mapbox-gl-style-spec 14.10.0-beta.1 → 14.10.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 +25 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.es.js +25 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +25 -0
- package/types.ts +4 -0
package/dist/index.cjs
CHANGED
|
@@ -1696,6 +1696,31 @@
|
|
|
1696
1696
|
},
|
|
1697
1697
|
"property-type": "data-driven"
|
|
1698
1698
|
},
|
|
1699
|
+
"circle-elevation-reference": {
|
|
1700
|
+
type: "enum",
|
|
1701
|
+
doc: "Selects the base of circle-elevation. Some modes might require precomputed elevation data in the tileset.",
|
|
1702
|
+
values: {
|
|
1703
|
+
none: {
|
|
1704
|
+
doc: "Elevated rendering is disabled."
|
|
1705
|
+
},
|
|
1706
|
+
"hd-road-markup": {
|
|
1707
|
+
doc: "Elevated rendering is enabled. Use this mode to describe additive and stackable features that should exist only on top of road polygons."
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"default": "none",
|
|
1711
|
+
experimental: true,
|
|
1712
|
+
transition: false,
|
|
1713
|
+
"sdk-support": {
|
|
1714
|
+
"basic functionality": {
|
|
1715
|
+
android: "11.11.0",
|
|
1716
|
+
ios: "11.11.0"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
expression: {
|
|
1720
|
+
interpolated: false
|
|
1721
|
+
},
|
|
1722
|
+
"property-type": "data-constant"
|
|
1723
|
+
},
|
|
1699
1724
|
visibility: {
|
|
1700
1725
|
type: "enum",
|
|
1701
1726
|
values: {
|