Feature request #21882
Snap midpoint
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | |||
Category: | Digitising | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 29697 |
Description
The vertex tool seems to recognise where the midpoint of a segment is by the looks of the graphics.
So if that functionality could be transfered to the snap-toolbar it would be great!
History
#1
Updated by Andreas Olsson almost 6 years ago
Andreas Olsson wrote:
The vertex tool seems to recognise where the midpoint of a segment is by the looks of the graphics.
So if that functionality could be transfered to the snap-toolbar it would be great!
Snap can already find any point on a segment so limiting it to the middle shouldn’t be that hard.
#2
Updated by Andreas Olsson almost 6 years ago
Andreas Olsson wrote:
The vertex tool seems to recognise where the midpoint of a segment is by the looks of the graphics.
So if that functionality could be transfered to the snap-toolbar it would be great!
Something like: find closest segment-> (xy + xy)/2
I do python and scheme, haven’t learned any c++ yet.
#3
Updated by Loïc BARTOLETTI almost 6 years ago
- Easy fix? changed from Yes to No
- Assignee set to Loïc BARTOLETTI
It's part on the QEP#107 https://github.com/qgis/QGIS-Enhancement-Proposals/issues/107