vue3-openlayers
Advanced tools
Changelog
3.0.0-0 (2023-09-20)
ol-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
2.0.0 (2023-09-14)
imgSize
has been removed since it's removed from OpenLayers 8ol-source-stadia-maps
replaced the old ol-source-stamen
component. Please checkout the official OpenLayers 8 release notes for further information.ol
>= 8.0.0
installedChangelog
2.0.0-0 (2023-09-04)
imgSize
has been removed since it's removed from OpenLayers 8ol-source-stadia-maps
replaced the old ol-source-stamen
component. Please checkout the official OpenLayers 8 release notes for further information.ol
>= 8.0.0
installed