-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sketch: Allow users to select features from other layers #1075
Labels
module:client/plugin
Functionality that goes into plugins in client
new feature
Request for adding/changing functionality
Milestone
Comments
Tolfx
added
module:client/plugin
Functionality that goes into plugins in client
new feature
Request for adding/changing functionality
labels
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Tolfx
added a commit
that referenced
this issue
May 4, 2022
Hallbergs
added a commit
that referenced
this issue
May 6, 2022
* feat: ✨ Added `Select` on `DRAW_TYPES` (#1075) * feat: 🚧 Dialog popup on which features to copy (#1075) * feat: 🚧 Possible to creature new features on feature layers (#1075) * feat: 🎨 Help for select option (#1075) * feat: 🚧 Cleanup on `DrawModel` * feat: ✨ Splited into component (#1075) * fix: 🐛 Fixed if only one is found popup issue (#1075) * style: 🎨 Formatting * Some small changes to sketch-copy. Very WIP! * Removed unsecure way to extract feature-title in sketch * Updated some spelling and file-names in sketch * Cleanup in `SelectFeatureDialog` * Cleaned up <AddView /> in sketch * Added some explanations in sketch * Stop event bubbling in mui dialogs * Now using real list in <SelectFeatureDialog /> * Now possible to toggle selected features in sketch * SelectFeaturesDialog now using correct naming * Added feature highlighting in sketch selection * feat: 🚧 SketchModel highlight methods * fix: 🐛 Fixed highlight feature * feat: ✨ Importing sketchmodel * feat: ✨ Hightlight methods for sketch select * fix: 🐛 Fixed on draw features copy * Added some error-handling in the drawModel * Added some refinements * Make sure that everything gets disabled in sketch * Fix 🔨 DrawModel should only select from the draw-layer * Refactoring in sketchModel Co-authored-by: Henrik Hallberg <43059093+Hallbergs@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module:client/plugin
Functionality that goes into plugins in client
new feature
Request for adding/changing functionality
Is your feature request related to a problem? Please describe.
Right now is not possible to select features from layer and copy them, thus adding in sketch a draw method to copy them.
The text was updated successfully, but these errors were encountered: