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
I have a vector layer of features that I can add to and remove from. I want to be able to modify the geometry, but I can't figure out how to specify it.
The ones marked with <!-- Doesn't work -_> just crash the application.
I have it placed inside the ol-source-vector component, but I still get this error in the console:
[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.
I don't understand how this is supposed to work, can somebody please provide me with an example of how you are supposed to actually link this to the ol-source-vector component?
The text was updated successfully, but these errors were encountered:
Sorry, I'm not that experienced with Vue. I am aware of the lifecycle but it seems to me like I shouldn't have to do any onMounted() hackery to make this work. Further down, I get a recursion error, but I think that might just be a cascading failure from the first one:
I have a vector layer of features that I can add to and remove from. I want to be able to modify the geometry, but I can't figure out how to specify it.
The ones marked with
<!-- Doesn't work -_>
just crash the application.I have it placed inside the
ol-source-vector
component, but I still get this error in the console:I don't understand how this is supposed to work, can somebody please provide me with an example of how you are supposed to actually link this to the
ol-source-vector
component?The text was updated successfully, but these errors were encountered: