Skip to content

Commit

Permalink
Merge pull request geostyler#575 from KaiVolland/followup-fix
Browse files Browse the repository at this point in the history
Add two missing Expression types
  • Loading branch information
KaiVolland committed May 19, 2023
2 parents bad3e5b + 1980a11 commit fc21850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ export interface FillSymbolizer extends BaseSymbolizer {
/**
* The Captype for the outLine.
*/
outlineCap?: CapType;
outlineCap?: Expression<CapType>;
/**
* The JoinType for the outLine.
*/
outlineJoin?: JoinType;
outlineJoin?: Expression<JoinType>;
/**
* Unit to use for the outlineWidth.
*/
Expand Down

0 comments on commit fc21850

Please sign in to comment.