[GRASS-user] Appending map to another with GRASS 7

simogeo simon.georget at gmail.com
Fri Jun 5 00:22:49 PDT 2015


For information, it seems that creating not one but 3 layers make this work
correctly : 

v.patch -a -e input=network_poly_id${result}_1000m output=${polyName}_1000m
--overwrite
v.patch -a -e input=network_poly_id${result}_700m output=${polyName}_700m
--overwrite
v.patch -a -e input=network_poly_id${result}_300m output=${polyName}_300m
--overwrite

This sound like a bug, no ? I assume that because some polygons have same
centroid, GRASS get lost. Could it be the cause ? 

Should I report it as bug or not ?



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Appending-map-to-another-with-GRASS-7-tp5209201p5209313.html
Sent from the Grass - Users mailing list archive at Nabble.com.


More information about the grass-user mailing list