geostyler / geostyler-openlayers-parser

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

Drop support for IconSymbolizer.size #648

Closed KaiVolland closed 1 year ago

KaiVolland commented 1 year ago

Description

This drops the support for size in the IconSymbolizer as it was handled very inconvenient which led to confusion:

https://github.com/geostyler/geostyler/issues/1746 https://github.com/geostyler/geostyler-openlayers-parser/issues/624

The upcoming ol release will include width and height for the ol/style/Icon so we will be able to implement it correctly with the next ol version:

https://github.com/openlayers/openlayers/pull/14364

Pull request type

Please check the type of change your PR introduces:

Do you introduce a breaking change?

Checklist