@mapbox/mapbox-gl-style-spec 14.29.0-rc.1 → 14.29.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 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +26 -0
- package/dist/index.es.js +23 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +23 -0
- package/types.ts +6 -1
package/dist/index.cjs
CHANGED
|
@@ -8277,6 +8277,29 @@
|
|
|
8277
8277
|
]
|
|
8278
8278
|
},
|
|
8279
8279
|
"property-type": "data-constant"
|
|
8280
|
+
},
|
|
8281
|
+
"line-cutout-depth": {
|
|
8282
|
+
type: "number",
|
|
8283
|
+
"default": 0,
|
|
8284
|
+
minimum: 0,
|
|
8285
|
+
units: "meters",
|
|
8286
|
+
doc: "Depth offset along the camera, in meters. When set to a non-zero value, applied cutout opacity is 0.",
|
|
8287
|
+
experimental: true,
|
|
8288
|
+
"private": true,
|
|
8289
|
+
transition: true,
|
|
8290
|
+
"sdk-support": {
|
|
8291
|
+
"basic functionality": {
|
|
8292
|
+
android: "11.29.0",
|
|
8293
|
+
ios: "11.29.0"
|
|
8294
|
+
}
|
|
8295
|
+
},
|
|
8296
|
+
expression: {
|
|
8297
|
+
interpolated: true,
|
|
8298
|
+
parameters: [
|
|
8299
|
+
"zoom"
|
|
8300
|
+
]
|
|
8301
|
+
},
|
|
8302
|
+
"property-type": "data-constant"
|
|
8280
8303
|
}
|
|
8281
8304
|
};
|
|
8282
8305
|
var paint_circle = {
|