geostyler / geostyler-style

Style declaration files for the GeoStyler project
https://geostyler.github.io/geostyler-style/docs/master/
BSD 2-Clause "Simplified" License
16 stars 15 forks source link

UnsupportedProperties as static field #607

Open jansule opened 7 months ago

jansule commented 7 months ago

Feature Request

Is your feature request related to a problem? Please describe.

It would be great to have the unsupportedProperties as static property instead of an instance property. This would allow to use the unsupportedProperties property without having to instantiate a parser.

Describe the solution you'd like

--

Describe alternatives you've considered

--

Additional context

--

KaiVolland commented 1 month ago

As an less invasive alternative we could move the value of the unsupported properties in every parser to its own variable outside of the parser class.

The class could then reuse it and the variable could also be exported.