Skip to content

Commit

Permalink
fix: add missing "anchor" to unsupportedProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Nov 27, 2024
1 parent a40efe9 commit d1d9bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OlStyleParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class OlStyleParser implements StyleParser<OlStyleLike> {
},
RasterSymbolizer: 'none',
TextSymbolizer: {
anchor: 'none',
placement: {
support:'partial',
info: 'point and line supported. line-center will be mapped to line.'
Expand Down

0 comments on commit d1d9bfe

Please sign in to comment.