vue3-openlayers
Advanced tools
Changelog
5.0.0 (2024-03-06)
ol-webgl-points-layer
and ol-source-webglpoints
components (61950aa)ol@^9.0.0
and ol-ext@^4.0.15
is now requiredol-webgl-points-layer
and ol-source-webglpoints
are removed. Please use ol-webgl-vector-layer
and ol-source-vector
to display points using WebGLChangelog
4.0.0 (2023-12-17)
ol@^8.2.0
ol-ext@^4.0.13
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
to OlSourceTianditu
Changelog
3.0.0 (2023-10-26)
renderMode
property (116b576), closes #263ol-ext
(fb99807)change:size
change:target
change:view
rendercomplete
Please refer to the OpenLayers docsol-ext
downloadName
is set, the file will not be downloaded but the stop
event is fired with the blob data/url.start
and stop
event, you can now also react to the pause
and resume
eventol-overlay
all properties are now passed-trough from OpenLayers directly.
Their types and default values can be checked-out in the official OpenLayers docs. Potentially this hasn't changed anything yet, but it can in the future, if OpenLayers changes it's APIol-overlay
all events are now fired at component level as defined in OpenLayers. Details:
elementChanged
is now emitted as change:element
offsetChanged
is now emitted as change:offset
positionChanged
is now emitted as change:position
positioningChanged
is now emitted as change:positioning
ol-view
: property center
's default value has been removed (it was set [0, 0]
) before. Now all default values from OpenLayers are used directlyol-view
: All Events from OpenLayers are emitted as component events directly now. Please change:
resolutionChanged
to change:resolution
rotationChanged
to change:rotation
rotationChanged
to change:rotation
centerChanged
to change:center
zoomChanged
event has been dropped. Please use change:center
or change:resolution
insteadol-map
: properties with default values are now aligned with all default values from OpenLayersChangelog
3.0.0-3 (2023-09-24)