GRASS Digitizing tool: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
__TOC__ | |||
== GUI vector digitizer == | == GUI vector digitizer == | ||
=== Old digitizer === | |||
* TCL/TK-based old fashioned [http://grass.osgeo.org/grass63/manuals/html63_user/v.digit.html v.digit] module | * TCL/TK-based old fashioned [http://grass.osgeo.org/grass63/manuals/html63_user/v.digit.html v.digit] module | ||
* [[WxGUI#Vector_digitizer|Vector digitizer]] in [[wxGUI]] | |||
=== New digitizer === | |||
* see [[WxGUI#Vector_digitizer|Vector digitizer]] in [[wxGUI]] | |||
** Editing of vector objects: | ** Editing of vector objects: | ||
*** Add, Break, Copy, Connect, Convert Type, Delete, Flip direction, Merge, Move, Select lines by query, Snap, Split | *** Add, Break, Copy, Connect, Convert Type, Delete, Flip direction, Merge, Move, Select lines by query, Snap, Split |
Revision as of 17:38, 29 December 2011
GUI vector digitizer
Old digitizer
- TCL/TK-based old fashioned v.digit module
New digitizer
- see Vector digitizer in wxGUI
- Editing of vector objects:
- Add, Break, Copy, Connect, Convert Type, Delete, Flip direction, Merge, Move, Select lines by query, Snap, Split
- Cats:
- Copy, Delete, Z-Bulk Labeling
- Vertex:
- Insert, Delete, Move
- Editing of vector objects:
CLI vector digitizer
See manual page of v.edit.
Raster digitizer
The r.in.poly ascii format is almost the same as the standard vector ascii format. So the new digitizer should be able to output for both, and then we have a replacement for r.digit too!