Opened 13 years ago
Closed 7 years ago
#1471 closed enhancement (fixed)
Interactive geometry selection and export tool for wxgui
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description ¶
Currently there is no easy way how to select single or multiple vector objects in the map display for later usage or export.
Vector selection tool should provide following functionality:
- ability to select vector feature type for selection (important for area vs centroid/boundary)
- ability to get geometry ID list as a result
- ability to get CAT list as a result
- ability to save result as a new GRASS vector data map
- ability to visually identify list item on the screen
- ability to remove items from list
Change History (9)
comment:1 by , 13 years ago
Milestone: | → 7.0.0 |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Yes, a kind of d.extract approach for wxGUI would be desirable, maybe initially for subsetting point (e.g. Lidar) data.
comment:4 by , 10 years ago
Milestone: | 7.0.0 → 7.1.0 |
---|
This tool is available in GRASS 7.1 from map display toolbar. Please feel free to test it.
comment:7 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:8 by , 8 years ago
Milestone: | 7.2.2 → 7.4.0 |
---|
All enhancement tickets should be assigned to 7.4 milestone.
Note:
See TracTickets
for help on using tickets.
Sounds like (an enhanced version of) d.extract should be supported through wxGUI?
Markus M