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
ol-style-icon: allow to pass either scale or width/height property (0f3f889), closes #288
chore
update dependencies and peerDependency list (3e9b311)
Code Refactoring
OlSourceTianditu: rename OlSourceTianDiTu to OlSourceTianditu (71beec4), closes #281
BREAKING CHANGES
Drop support for Node.js Versions 16
requires a peer dependency of ol@^8.2.0
requires a peer dependency of ol-ext@^4.0.13
ol-style-icon:ol-style-icon: the property scale has no longer a default of 1. Please pass a value of one explicitly if needed. The change was needed since the underlying OpenLayers lib want's to either have a scale defined or width/height. Before it wasn't possible to define an icon by width/height since the scale was set by default.
OlSourceTianditu: - renamed OlSourceTianDiTu to OlSourceTianditu