Re: [Qgis-developer] Make digitizing tools available in Python

2013-11-22 Thread Alexander Bruy
Hi Martin, In short I need to create rubber band, where user digitize geometry (snapping should be considered). Later this digitized geometry will be applied to existing feature(s) and modify them. Something similar to "Add part" or "Add ring" functionality. 2013/11/22 Martin Dobias : > On Wed,

[Qgis-developer] Make digitizing tools available in Python

2013-11-20 Thread Alexander Bruy
Hi all, QgsMapToolEdit and QgsMapToolCapture are in src/app and not available in Python. But both this tools can be useful as base classes for creating custom digitizing tools. Are there any specific reasons for having them in src/app? Is it possible to expose them in Python? Thanks -- Alexande