grass-svn2git / grass-issues-test

0 stars 0 forks source link

v.net: make snapping to lines (-s) the default for op=connect #14

Open grass-svn2git opened 5 years ago

grass-svn2git commented 5 years ago

Reported by @mlennert on 27 Oct 2015 14:09 UTC v.net proposes a flag (-s) that allows to snap points to the network in a 'connect' operation, instead of creating new arcs between the points and the network. In a majority of cases the result of using the flag is, IMHO, more useful than not using it.

See https://trac.osgeo.org/grass/ticket/2358 for a discussion of what happens when -s is not set.

I, therefore, propose to inverse the behaviour by making snapping to network the default, and using a flag (such as '-a' for 'add arcs') to activate the creation of connecting arcs.

As this kind of module API change is only possible in a next major release, I propose to at least change the documentation to recommend the use of the '-s' flag.

Moritz

GRASS GIS version and provenance

svn-trunk

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