[GRASS-SVN] r63720 - grass/trunk/vector/v.net
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 24 04:33:27 PST 2014
Author: martinl
Date: 2014-12-24 04:33:27 -0800 (Wed, 24 Dec 2014)
New Revision: 63720
Modified:
grass/trunk/vector/v.net/args.c
grass/trunk/vector/v.net/v.net.html
Log:
v.net: turn_uc_layer -> turn_cat_layer (#2409)
Modified: grass/trunk/vector/v.net/args.c
===================================================================
--- grass/trunk/vector/v.net/args.c 2014-12-24 12:30:06 UTC (rev 63719)
+++ grass/trunk/vector/v.net/args.c 2014-12-24 12:33:27 UTC (rev 63720)
@@ -118,7 +118,7 @@
" The categories are used in turntable. Format: layer number[/layer name]. "
"Required for operation 'turntable'.");
opt->tucfield->answer = "4";
- opt->tucfield->key = "turn_uc_layer";
+ opt->tucfield->key = "turn_cat_layer";
opt->tucfield->required = NO;
opt->tucfield->guisection = _("Turntable");
}
Modified: grass/trunk/vector/v.net/v.net.html
===================================================================
--- grass/trunk/vector/v.net/v.net.html 2014-12-24 12:30:06 UTC (rev 63719)
+++ grass/trunk/vector/v.net/v.net.html 2014-12-24 12:33:27 UTC (rev 63720)
@@ -83,13 +83,13 @@
with the costs for every possible
turn on every possible node (intersection, crossroad) in given layer (arc_layer).
U-turns are taken in account too.
-Turntable is created in <b>turn_layer</b> and <b>turn_uc_layer</b>.
+Turntable is created in <b>turn_layer</b> and <b>turn_cat_layer</b>.
Building the turntable allows you to model e.g. trafic code, where some turns
may be prohibited.
If features in analyzed network are changed, the turntable must be created again
(e.g. it includes v.net connect operation).
Turntable name consists of output vector map name + "_turntable_" + "t" + "_" + turn_layer +
- "_" + "tuc" + "_" + turn_uc_layer + "_" + "a" + "_" + arc_layer e. g. roads_turntable_t_3_tuc_4_a_1
+ "_" + "tuc" + "_" + turn_cat_layer + "_" + "a" + "_" + arc_layer e. g. roads_turntable_t_3_tuc_4_a_1
<p>These modules are able to work with the turntable:
<em><a href="v.net.alloc.html">v.net.alloc</a></em>,
More information about the grass-commit
mailing list