You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use widthUnit and radiusUnit 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 and radius properties, when widthUnit ,radiusUnit set to 'm'
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
The text was updated successfully, but these errors were encountered: