Opened 14 years ago

Last modified 5 years ago

#1135 new enhancement

v.patch should allow attribute copy if one of input maps lacks attribute data

Reported by: marisn Owned by: grass-dev@…
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 martinl, 14 years ago

Keywords: v.patch added

comment:2 by martinl, 8 years ago

Milestone: 7.0.07.0.5

comment:3 by martinl, 8 years ago

Is it still an issue?

comment:4 by marisn, 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 martinl, 8 years ago

Milestone: 7.0.57.3.0

comment:6 by martinl, 8 years ago

Milestone: 7.3.07.4.0

Milestone renamed

comment:7 by neteler, 6 years ago

Milestone: 7.4.07.4.1

Ticket retargeted after milestone closed

comment:8 by neteler, 6 years ago

Milestone: 7.4.17.4.2

comment:9 by martinl, 6 years ago

Milestone: 7.4.27.6.0

All enhancement tickets should be assigned to 7.6 milestone.

comment:10 by martinl, 5 years ago

Milestone: 7.6.07.6.1

Ticket retargeted after milestone closed

comment:11 by martinl, 5 years ago

Milestone: 7.6.17.6.2

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.