[GRASS-user] How to add all vectors to display

Hello!

Is there a method to add all vector maps to the layer manager automatically in a mapset?

I have > 70 of them and I don’t wnat to add them 1 by 1.

If there would be a command for d.addvectorlayer map=this,that,etc…

default black line is enough…

GRASS 7.3.svn (Adree1):~ > g.version -rg
version=7.3.svn
date=2017
revision=r70991
build_date=2017-05-04
build_platform=x86_64-pc-linux-gnu
build_off_t_size=8
libgis_revision=70829
libgis_date="2017-04-04 09:43:02 +0200 (Tue, 04 Apr 2017) "

thanks
Robert

Hi Robert,

Using the GUI there is a button (shortcut: Ctrl+Shift+L) to add (all/some) layers to the layer tree.
Using the CLI probably the best way is a loop of “d.vect” over the output “g.list type=vect”

Best regards,

···
Andrea Balotti

Il 11/10/2017 09:19, Robert Kuszinger ha scritto:

Hello!

Is there a method to add all vector maps to the layer manager automatically in a mapset?

I have > 70 of them and I don’t wnat to add them 1 by 1.

If there would be a command for d.addvectorlayer map=this,that,etc…

default black line is enough…

GRASS 7.3.svn (Adree1):~ > g.version -rg
version=7.3.svn
date=2017
revision=r70991
build_date=2017-05-04
build_platform=x86_64-pc-linux-gnu
build_off_t_size=8
libgis_revision=70829
libgis_date="2017-04-04 09:43:02 +0200 (Tue, 04 Apr 2017) "

thanks
Robert

_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-user](https://lists.osgeo.org/mailman/listinfo/grass-user)