qwat / QWAT

TEKSI Water module (project QWAT) - QGIS project
https://www.teksi.ch
GNU General Public License v2.0
58 stars 31 forks source link

copy and offset a line #133

Closed dsavary closed 7 years ago

dsavary commented 8 years ago

The user could select 3D polyline and give it a offset length (choice of the side where the line should be offset). The user can choose if he wants to offset the selection or offset a copy of the selection. If it choose the copy, the feature must keep the same attributes , except the ID and if it's possible the same number of vertices.

start development : @gusthiot Link : https://github.com/gusthiot/VDLTools/tree/master/tools

3nids commented 8 years ago

This is already feasible using copy/paste then offset.

I would propose to extend the paste action, and have options:

See issues #138 and #139

dsavary commented 8 years ago

Development in progress , you can look the code here VDLTools Please test the tool and report the bug. At the moment, we create only one tool bar for several tool. For a generic use, we could split this tool bar in several block of plugin

dsavary commented 8 years ago

Is there any news about developments in QGIS Core for this functionality? For which version of QGIS ?

3nids commented 8 years ago

I would like to add this option to the move feature tool. You would have the choice: paste and move or just move. This shouldn't be too hard to implement :)

haubourg commented 8 years ago

PSC 06/10: good to keep in wishlist for CAD tool refactoring. Not a priority

haubourg commented 7 years ago

Done in QGIS 3 by @3nids