We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc22b68 commit 5712ecaCopy full SHA for 5712eca
src/style-spec/types.js
@@ -261,7 +261,7 @@ export type SymbolLayerSpecification = {|
261
"text-font"?: DataDrivenPropertyValueSpecification<Array<string>>,
262
"text-size"?: DataDrivenPropertyValueSpecification<number>,
263
"text-max-width"?: DataDrivenPropertyValueSpecification<number>,
264
- "text-line-height"?: PropertyValueSpecification<number>,
+ "text-line-height"?: DataDrivenPropertyValueSpecification<number>,
265
"text-letter-spacing"?: DataDrivenPropertyValueSpecification<number>,
266
"text-justify"?: DataDrivenPropertyValueSpecification<"auto" | "left" | "center" | "right">,
267
"text-radial-offset"?: DataDrivenPropertyValueSpecification<number>,
0 commit comments