Open AlenKelemen opened 2 months ago
Thanks for the info @AlenKelemen. The unit properties are currently not supported in the openlayers parser. Adding support for this would be a great improvement. Are you planning on providing a PR for this?
PS: I will move this issue to the geostyler-openlayers-parser repository, since it is an issue with that parser.
Description
I am trying to use
widthUnit
andradiusUnit
properties set to 'm' when converting Geostyler styles to OpenLayers styles. However, it seems that these properties are not working as expected, and the resulting OpenLayers style does not reflect the intended units.Expected behaviour
The converted style in OpenLayers should apply the correct units (e.g., meters) for
width
andradius
properties, when widthUnit ,radiusUnit set to 'm'How to reproduce