Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 6.0.1
Release 5.0.1
Release 4.1.1
Release 6.0.0
Release 5.0.0
5.0.0 (2024-03-06)
chore
- update to OpenLayers@v9 (d440029)
Features
- remove
ol-webgl-points-layer
andol-source-webglpoints
components (61950aa)
BREAKING CHANGES
- a peerDependency of
ol@^9.0.0
andol-ext@^4.0.15
is now required - components
ol-webgl-points-layer
andol-source-webglpoints
are removed. Please useol-webgl-vector-layer
andol-source-webglvector
to display points using WebGL
Release 4.1.0
Release 4.0.2
Release 4.0.1
Release 4.0.0
4.0.0 (2023-12-17)
Bug Fixes
chore
- update dependencies and peerDependency list (3e9b311)
Code Refactoring
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 propertyscale
has no longer a default of1
. Please pass a value of one explicitly if needed. The change was needed since the underlying OpenLayers lib want's to either have ascale
defined orwidth
/height
. Before it wasn't possible to define an icon bywidth
/height
since thescale
was set by default. - OlSourceTianditu: - renamed
OlSourceTianDiTu
toOlSourceTianditu