diff --git a/style.ts b/style.ts index af8179abc..388355362 100644 --- a/style.ts +++ b/style.ts @@ -378,6 +378,10 @@ export interface TextSymbolizer extends BasePointSymbolizer { * on the font-family you are using. */ fontWeight?: Expression<'normal' | 'bold'>; + /** + * Specifies label placement relative to its geometry. + */ + placement?: Expression<'point' | 'line' | 'line-center'>; } /**