Skip to content

Commit

Permalink
Merge pull request #584 from faouziH21/textPlacement
Browse files Browse the repository at this point in the history
feat: added placement for TextSymbolizer
  • Loading branch information
jansule authored Nov 6, 2023
2 parents 222c641 + 74cd3ab commit 92e927f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'>;
}

/**
Expand Down

0 comments on commit 92e927f

Please sign in to comment.