"[Vue3-OpenLayers Error] OlInteractionModify: Modify interactions needs either a source or features to work. Please provide either the props 'source' or 'feature' or use the component with an '<OlSourceVector>' component." #432
Labels
bug
Something isn't working
Describe the bug
"[Vue3-OpenLayers Error] OlInteractionModify: Modify interactions needs either a source or features to work. Please provide either the props 'source' or 'feature' or use the component with an '' component."
While using inside or outside .
However, recent test showed me that, if I wait for the features to be loaded with a v-if on the interaction layer and specifying the source, fixes it... But as soon as don't specify source, same error.
Affected version(s)
To Reproduce
Place a in a without specifying any source nor features, or outside even when specifying source.
Expected behavior
No errors.
Desktop (please complete the following information):
Additional context
Here's the code used :
OpenLayersMap.vue
MapMarker.vue
The text was updated successfully, but these errors were encountered: