We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b3c73 commit 6007de6Copy full SHA for 6007de6
src/style-spec/types.ts
@@ -1361,6 +1361,9 @@ export type ModelLayerSpecification = {
1361
"layout"?: {
1362
"visibility"?: "visible" | "none" | ExpressionSpecification,
1363
"model-id"?: DataDrivenPropertyValueSpecification<string>,
1364
+ /**
1365
+ * @experimental This property is experimental and subject to change in future versions.
1366
+ */
1367
"model-allow-density-reduction"?: boolean
1368
},
1369
"paint"?: {
0 commit comments