QWAT
QWAT copied to clipboard
CAD tools refactoring
- [ ] Current CAD tools are in different plugins, not always working nicely.
- [ ] Current GUI CAD classes deserve refactoring (porting from GUI to core some classes) and should be put inline with QGIS 3 API refactor.
- [x] advanced editing tools do not handle nicely 3D geometries (reshape tool loses z, cut line returns a Nan Z) > see #146
closed duplicate of #122
@haubourg not a duplicate issue. This issue is to fix the bugs with the advanced digitizing tool bar (include 3D, arc geometry) and Refactor the API (class) in QGIS 3.0 . For example, some problems :
- reshape tool: Nan in Z coordinate , don't take the Z when snapping on 3D point)
- arc stroke after the use of reshape tool, cut tool , merge tool.
- when we connect a line to another don't make a vertex on the snapping point ( topologic snapping must be active) , but ok when you create a new line .