@mapbox/mapbox-gl-style-spec 14.28.0-alpha.fa7f708fbcc → 14.28.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 +0 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -19
- package/dist/index.es.js +0 -15
- package/dist/index.es.js.map +1 -1
- package/expression/index.ts +3 -3
- package/package.json +1 -1
- package/read_style.ts +2 -2
- package/reference/v8.json +0 -15
- package/types.ts +1 -5
- package/validate_mapbox_api_supported.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -9846,21 +9846,6 @@
|
|
|
9846
9846
|
interpolated: false
|
|
9847
9847
|
},
|
|
9848
9848
|
"property-type": "data-constant"
|
|
9849
|
-
},
|
|
9850
|
-
"raster-allow-draping": {
|
|
9851
|
-
type: "boolean",
|
|
9852
|
-
"default": true,
|
|
9853
|
-
experimental: true,
|
|
9854
|
-
doc: "Whether the raster layer is allowed to drape over terrain and globe. When disabled, the layer is rendered after all draped layers, which can change its position in the layer order. Disabling draping has a performance cost, since the terrain/globe geometry must be rendered again for each such layer.",
|
|
9855
|
-
transition: false,
|
|
9856
|
-
"property-type": "data-constant",
|
|
9857
|
-
"sdk-support": {
|
|
9858
|
-
"basic functionality": {
|
|
9859
|
-
js: "3.28.0",
|
|
9860
|
-
android: "11.28.0",
|
|
9861
|
-
ios: "11.28.0"
|
|
9862
|
-
}
|
|
9863
|
-
}
|
|
9864
9849
|
}
|
|
9865
9850
|
};
|
|
9866
9851
|
var paint_hillshade = {
|