Opened 14 years ago
Last modified 6 years ago
#1135 new enhancement
v.patch should allow attribute copy if one of input maps lacks attribute data
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.patch | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
I was trying to patch together boundaries (no attribute table) with centroids (attribute table) but it was not possible (error: "Missing table").
If one of input vector maps has no attribute data, it should not stop to copy attribute data for second vector map.
Change History (11)
comment:1 by , 14 years ago
Keywords: | v.patch added |
---|
comment:2 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:3 by , 8 years ago
comment:4 by , 8 years ago
Yes, nothing has changed. Here are easy steps to reproduce the issue:
v.random output=rnd1 npoints=10 v.random output=rnd2 npoints=10 v.db.addtable map=rnd1 columns="num int" v.patch -e input=rnd1,rnd2 output=all_rnd
comment:5 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:9 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.
Is it still an issue?