-
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: Create circle via radius #1060
Labels
module:client/plugin
Functionality that goes into plugins in client
new feature
Request for adding/changing functionality
Milestone
Comments
jacobwod
added
module:client/plugin
Functionality that goes into plugins in client
idea
labels
Apr 25, 2022
WCarlsson
changed the title
Draw: Create circle via radius
Sketch: Create circle via radius
Apr 25, 2022
Just a heads up (so no one else starts working on this issue): got my trainee working on this one. |
Hallbergs
added
new feature
Request for adding/changing functionality
and removed
idea
labels
Apr 27, 2022
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Right now this disables the "drag and hold" method, which needs to be added to make this "click" method work as well.
Tolfx
added a commit
that referenced
this issue
Apr 27, 2022
Hallbergs
added a commit
that referenced
this issue
Apr 27, 2022
* Bump moment from 2.29.1 to 2.29.2 in /new-admin (#1055) Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: ✨ Added `circleRadius` setter/getter in DrawModel (#1060) * feat: ✨ Including `model` into `FeatureStyleSelector` (#1060) * feat: ✨ Rendering radius prompt for circle (#1060) * fix: 🐛 Fixed importing of wrong model. * fix: 🎨 `value` => `defaultValue` (#1060) * chore: 🚧 Somewhat functional radius click method * refactor: 🎨 Added correct `addFeature` method (#1060) Right now this disables the "drag and hold" method, which needs to be added to make this "click" method work as well. * feat: ✨ Swedishfi (#1060) * refactor: ✨ Fixed drag issue (#1060) * Makes sure to disable draw when toggling activity * Now possible to add a circle by singleclick * fix: 🎨 Checking if edit mode or not * Revert "Merge remote-tracking branch 'origin' into feature/1060-draw-radius-circle-click" This reverts commit 8c96fa0, reversing changes made to 76827ce. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 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.
In the old draw-plugin it was possible to create circles by inputing a radius.
Describe the solution you'd like
Implement the feature in the new draw-plugin. Easiest could be in a similiar way to the old version. If the object to be drawn is a circle a new voluntary parameter is shown where the user can write the desired radius. If no value is written the
The text was updated successfully, but these errors were encountered: