[GRASS-dev] wxGUI vedit dropped

Hi,

currently you can choose from two components of vector digitizer --
vedit and vdigit. Vedit calls directly v.edit command which slows down
every action, Vdigit uses C++ extension. Vedit component has been part
of the development. It this moment I would suggest to drop this
component. At the end code will be more readable and only one
component will be tested.

http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_modules/vdigit.py#L242

http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_modules/vdigit.py#L783

If you agree I will remove vedit component during next week.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

On 11/09/08 08:11, Martin Landa wrote:

Hi,

currently you can choose from two components of vector digitizer --
vedit and vdigit. Vedit calls directly v.edit command which slows down
every action, Vdigit uses C++ extension. Vedit component has been part
of the development. It this moment I would suggest to drop this
component. At the end code will be more readable and only one
component will be tested.

http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_modules/vdigit.py#L242

http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_modules/vdigit.py#L783

If you agree I will remove vedit component during next week.

Are there any functionalities in the vedit version which are not available in the vdigit one ?

Moritz

Hi,

2008/9/11 Moritz Lennert <mlennert@club.worldonline.be>:

[...]

Are there any functionalities in the vedit version which are not available
in the vdigit one ?

no, situation is opposite, in vedit are not available some features of
vdigit (~20%)

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *