🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vue3-openlayers

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-openlayers - npm Package Versions

1
68
18

3.0.0-2

Diff
d-koppenhagen
published 3.0.0-2 •

Changelog

Source

3.0.0-2 (2023-09-22)

Bug Fixes

  • ol-view: re-enable rotation (57c9a95)
d-koppenhagen
published 2.0.1 •
d-koppenhagen
published 3.0.0-1 •

Changelog

Source

3.0.0-1 (2023-09-20)

Features

  • ol-animated-clusterlayer: emit all Cluster events (0867d4b)
d-koppenhagen
published 3.0.0-0 •

Changelog

Source

3.0.0-0 (2023-09-20)

Bug Fixes

  • demo: use scoped styles and cleanup unused styles (3d7fba4)

Features

  • ol-videorecorder-control: pass-through all props and events from ol-ext (fb99807)
  • ol-map: feat(ol-map) support all Map events from OpenLayers on component. Newly supported events are:
    • change:size
    • change:target
    • change:view
    • rendercomplete Please refer to the OpenLayers docs
  • ol-videorecorder-control: pass-through all props and events from ol-ext
    • if not downloadName is set, the file will not be downloaded but the stop event is fired with the blob data/url.
    • all events are now fired. In addition to the already existing start and stop event, you can now also react to the pause and resume event
    • docs has been updated

BREAKING CHANGES

  • ol-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 API
  • ol-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 directly
  • ol-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 instead
  • ol-map: properties with default values are now aligned with all default values from OpenLayers
d-koppenhagen
published 2.1.0-0 •
d-koppenhagen
published 2.0.0 •

Changelog

Source

2.0.0 (2023-09-14)

Bug Fixes

  • allow multiple plugin installation (#247) (9a3b133)
  • allow using controls as childs of bar (#248) (8d59c76)
  • correctly remove controls onUnmounted (3756fbb), closes #246

chore

  • update dependency to openlayers 8.0.0 (a76dd57)

Code Refactoring

  • ol-source-stadia-maps: replace old ol-stamen component (ff9e373)
  • ol-style-icon: pass-through properties from OpenLayers (84232e9)
  • ol-webgl-points-layer: use new flat style format (02b8d1f)

BREAKING CHANGES

Features

  • ol-source-tile-debug: provide new component for TileDebug (b009f7b), closes #250
d-koppenhagen
published 1.3.0 •

Changelog

Source

1.3.0 (2023-09-14)

Bug Fixes

Features

  • ol-source-tile-debug: provide new component for TileDebug (943cc29), closes #250
d-koppenhagen
published 2.0.0-1 •

Changelog

Source

2.0.0-1 (2023-09-08)

Bug Fixes

  • correctly remove controls onUnmounted (3756fbb), closes #246
d-koppenhagen
published 1.2.2 •

Changelog

Source

1.3.0 (2023-09-14)

Bug Fixes

Features

  • ol-source-tile-debug: provide new component for TileDebug (943cc29), closes #250
d-koppenhagen
published 2.0.0-0 •

Changelog

Source

2.0.0-0 (2023-09-04)

chore

  • update dependency to openlayers 8.0.0 (a76dd57)

Code Refactoring

  • ol-source-stadia-maps: replace old ol-stamen component (ff9e373)
  • ol-style-icon: pass-through properties from OpenLayers (84232e9)
  • ol-webgl-points-layer: use new flat style format (02b8d1f)

BREAKING CHANGES