You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding @addFeature to a ol-source-vector there should be events for whenever a feature is added to the ol-source-vector. Such an event is never thrown. Seems to be the case for other events as well, although the documentation states, that all events of OpenLayers are handled.
Describe the bug
When adding
@addFeature
to aol-source-vector
there should be events for whenever a feature is added to theol-source-vector
. Such an event is never thrown. Seems to be the case for other events as well, although the documentation states, that all events of OpenLayers are handled.Affected version(s)
v10.0.1, did not test others
To Reproduce
Steps to reproduce the behavior:
Expected behavior
adding
Additional context
According to
vue3-openlayers/src/composables/useOpenLayersEvents.ts
Line 41 in ee8fb7f
The text was updated successfully, but these errors were encountered: