Opened 10 years ago
Closed 3 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 Changed 10 years ago by
Milestone: | → 7.0.0 |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Yes, a kind of d.extract approach for wxGUI would be desirable, maybe initially for subsetting point (e.g. Lidar) data.
comment:4 Changed 6 years ago by
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 Changed 4 years ago by
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:8 Changed 4 years ago by
Milestone: | 7.2.2 → 7.4.0 |
---|
All enhancement tickets should be assigned to 7.4 milestone.
comment:9 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Already implemented, closing.
Note: See
TracTickets for help on using
tickets.
Sounds like (an enhanced version of) d.extract should be supported through wxGUI?
Markus M