QWAT icon indicating copy to clipboard operation
QWAT copied to clipboard

CAD tools refactoring

Open haubourg opened this issue 9 years ago • 2 comments

  • [ ] 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

haubourg avatar Oct 06 '16 12:10 haubourg

closed duplicate of #122

haubourg avatar Jul 12 '17 14:07 haubourg

@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 .

dsavary avatar Jul 12 '17 15:07 dsavary