Opened 14 years ago
Last modified 6 years ago
#1144 new enhancement
m.cogo- add type options
Reported by: | needelsd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | Vector | Version: | svn-trunk |
Keywords: | import, m.cogo, v.type | Cc: | |
CPU: | All | Platform: | All |
Description
m.cogo currently imports points, but it would be useful to add the following options:
-l flag to import lines
-b flag to import boundaries
-a flag to import areas (with associated snap threshold)
Change History (10)
comment:1 by , 14 years ago
Milestone: | 6.4.0 → 6.5.0 |
---|
comment:2 by , 12 years ago
Keywords: | import m.cogo v.type → import, m.cogo, v.type |
---|---|
Milestone: | 6.5.0 → 7.0.0 |
Priority: | normal → minor |
Version: | unspecified → svn-trunk |
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:7 by , 7 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
example of how to do that with the new -c flag added in r56768,9 for devbr6 and trunk.
for the record it does not import anything itself (yet), it just prints a string of coords to stdout.
Hamish