This release fixes a breaking change after upgrading to OpenLayers v9.0.0. In this version, the .radius1
property on the RegularShape
class has been removed, which causes some point symbols like star and cross to disappear.
By replacing all .radius1
properties with .radius
, the symbols should appear as before. This change should be backwards compatible with older OpenLayers versions.