landam / grass-gis-git-migration-test

0 stars 0 forks source link

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

Open landam opened 5 years ago

landam commented 5 years ago

Reported by marisn on 21 Aug 2010 13:42 UTC 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.

GRASS GIS version and provenance

svn-trunk

Migrated-From: https://trac.osgeo.org/grass/ticket/1135

landam commented 5 years ago

Modified by @landam on 24 Aug 2010 07:45 UTC

landam commented 5 years ago

Modified by @landam on 12 May 2016 06:42 UTC

landam commented 5 years ago

Comment by @landam on 23 Aug 2016 08:04 UTC Is it still an issue?

landam commented 5 years ago

Comment by marisn on 23 Aug 2016 08:58 UTC 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
landam commented 5 years ago

Modified by @landam on 25 Aug 2016 15:51 UTC

landam commented 5 years ago

Comment by @landam on 27 Aug 2016 13:42 UTC Milestone renamed

landam commented 5 years ago

Comment by neteler on 26 Jan 2018 11:40 UTC Ticket retargeted after milestone closed

landam commented 5 years ago

Modified by neteler on 12 Jun 2018 20:48 UTC

landam commented 5 years ago

Comment by @landam on 25 Sep 2018 16:51 UTC All enhancement tickets should be assigned to 7.6 milestone.

landam commented 5 years ago

Comment by @landam on 25 Jan 2019 21:07 UTC Ticket retargeted after milestone closed