geostyler / geostyler-openlayers-parser

GeoStyler Style Parser implementation for OpenLayers styles
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

Use `fillOpacity` instead of `opacity` for `FillSymbolizer` #757

Closed KaiVolland closed 11 months ago

KaiVolland commented 11 months ago

Description

This fixes the handling of the opacity of the fill color in a FillSymbolizer. As per geostyler-style this information should be stored in fillOpacity and not in opacity as this is an overall opacity of the whole symbolizer.

This also ensures to be in sync with other parsers like the SLDParser.