MelihAltintas / vue3-openlayers

Web map Vue 3.x components with the power of OpenLayers
https://vue3openlayers.netlify.app/
MIT License
629 stars 120 forks source link

OlInteractionDragbox component is missing in the build #335

Closed SezerYardim closed 2 months ago

SezerYardim commented 2 months ago

Describe the bug No OlInteractionDragbox component

Affected version(s)

Please run npm list --depth=0 vue vue3-openlayers ol ol-ext ol-contextmenu and paste the output below:

├── ol-contextmenu@5.4.0
├── ol-ext@4.0.18
├── ol@8.2.0
├── vue@3.4.21
└── vue3-openlayers@4.1.2

To Reproduce Steps to reproduce the behavior:

  1. Go to "/node_modules/vue3-openlayers/dist/components/interaction/index.d.ts"
  2. Check OlInteractionDragbox component is there

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

d-koppenhagen commented 2 months ago

OlDragBoxInteraction has been released with version 6.3.0. Please checkout the Changelog. Note: With version 8.0.0 which was just released, it has been renamed to OlInteractionDragbox (as described in the docs). Please update to the latest version. Breaking Changes are described in the Changelog for migration. The docs are always aligned with the latest published version of this lib.