[GRASS-dev] v.clean tool=break fails

2013-11-30 Thread Martin Landa
Hi all, recently I found problem when breaking lines using `v.clean`. I have a patched map that contains boundaries and centroids. $ v.info x3 -t nodes=8219 points=0 lines=0 boundaries=11807 centroids=4876 areas=4875 islands=1222 primitives=16683 map3d=0 When I try to break lines on

Re: [GRASS-dev] [GRASS GIS] #2139: g.parser does not allow newline character in option value for Python scripts

2013-11-30 Thread GRASS GIS
#2139: g.parser does not allow newline character in option value for Python scripts +--- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect

[GRASS-dev] Survey LAST CALL [part of a MSc thesis]

2013-11-30 Thread Marco Foi
Dear GRASS Developer, my survey is about to close.. ..so if you missed it this is your last chance! Follow the link to get more details and complete the survey: http://www.mcfoi.it/msccs/thesis/survey/intro.php?fw=506 Many, many thanks for your kind cooperation! Marco Foi

Re: [GRASS-dev] v.clean tool=break fails

2013-11-30 Thread Markus Metz
On Sat, Nov 30, 2013 at 12:26 PM, Martin Landa landa.mar...@gmail.com wrote: Hi all, recently I found problem when breaking lines using `v.clean`. I have a patched map that contains boundaries and centroids. $ v.info x3 -t nodes=8219 points=0 lines=0 boundaries=11807 centroids=4876

Re: [GRASS-dev] v.clean tool=break fails

2013-11-30 Thread Martin Landa
Hi Markus, 2013/11/30 Markus Metz markus.metz.gisw...@gmail.com: [...] Tool: Break lines at intersections 0..ERROR: Nodes not available for line 11725 Defining `type` explicitly helps $ v.clean in=x3 out=x4 tool=break --o type=boundary Fixed in r58340, please test. thanks for

Re: [GRASS-dev] v.clean tool=break fails

2013-11-30 Thread Markus Metz
On Sat, Nov 30, 2013 at 6:02 PM, Martin Landa landa.mar...@gmail.com wrote: Hi Markus, 2013/11/30 Markus Metz markus.metz.gisw...@gmail.com: [...] Tool: Break lines at intersections 0..ERROR: Nodes not available for line 11725 Defining `type` explicitly helps $ v.clean in=x3 out=x4