Skip to main content

Questions tagged [group-layer]

A group of layers associating layers which share source or other properties. Group layers also help to set properties for multiple layers simultaneously. For example, making the group invisible makes all children (layers) invisible.

4 votes
2 answers
2k views

How to remove group filter applied via Python-console (setSubsetString) of QGIS?

I need to quickly apply (and then change/remove) the same filter for about 100 layers in my QGIS project (all put together in one group). Since there is no implemented solution right now (a feature ...
Björn Geßler's user avatar
1 vote
1 answer
174 views

Batch saving MXDs to group layer files using ArcPy?

Does anyone have / know of a script that converts all the MXD`s in a folder to individual group layer files ? It needs to use the MXD name as the group layer file name.
dhowal's user avatar
  • 31
6 votes
2 answers
3k views

Programmatically grouping multiple layers into separate groups using QGIS?

I'm trying to group a large number of layers together based on a common portion of name string. They are a mix of polygons and points. I would like to create individual groups by using part of the ...
Tyler's user avatar
  • 93
0 votes
1 answer
525 views

Workaround for grouped layers to stay collapsed when opening project

Using QGIS 2.6.1 on Windows 7, whenever I open a project containing layers in various groups, they appear expanded. This is regardless if the project is saved when the layers are collapsed. I'm ...
Joseph's user avatar
  • 76k
1 vote
1 answer
465 views

QGIS Custom Symbols Group File Location

I am curious as to the location of the symbols group files. I have created numerous custom symbols, as well as symbol groups. I would like to share these with the people I work with.
jbgramm's user avatar
  • 1,357
1 vote
1 answer
2k views

How to create a text file containing layer names in QGIS?

My QGIS ToC contains layer groups and some layers that do not belong to any group. I would like to create a text file containing the name of those layers that do not belong to any group. Is there an ...
kwai's user avatar
  • 645
2 votes
1 answer
134 views

Applying selected features from output group layer to same existing group layer?

I am doing a geometric network project, and am running 3 trace process within a model to find connected features to a set location on the network. Each trace function wants to output its own group ...
Lou's user avatar
  • 433
1 vote
1 answer
271 views

Assertion Error, Trying to add .tif to group layer

So I am trying to add a layer to a group, but running into problems most likely because of the file is a .tif. I have tried quite a few different iterations of this and looked at a few solutions but ...
lsrrlldnr's user avatar
0 votes
1 answer
617 views

Get Group Layer children

I'm new to arcgis javscript api, and trying to get layers from a group layer. I'm not sure how to get this done. any help?
Omar Taha's user avatar
  • 347
4 votes
2 answers
7k views

Creating sub sections (groups) of layers in QGIS?

I am working on a project regarding Fish species and fishing methods with many layers. This creates confusion. I would like to create layer sub sections (groups) like the following: Fish Species ...
kwai's user avatar
  • 645
0 votes
2 answers
2k views

How to copy layers between MXD's with arcpy?

In ArcGIS I need to being able to have a couple of MXD documents open and copy-paste groups of layers from one MXD's table of contents to another with python script. Is this possible and, if so, how?
newGIS's user avatar
  • 4,072
0 votes
1 answer
142 views

Labels not displaying for layers inside group using ArcPy

I'm using a python script to create an empty group layer in the current map document, add some layers to this group and update their symbology from an existing .lyr file. I also want to to turn on ...
isshp's user avatar
  • 418
1 vote
1 answer
2k views

Importing file geodatabase (GDB) to table of contents (TOC) of ArcMap?

I have a geodatabase with several feature dataset and feature classes associated with it respectively. I would like to create a .mxd where the Table of contents consist of group layer and each group ...
user avatar
1 vote
0 answers
73 views

arcgis flex api turn on/off group layers

I just started using ArcGIS API for Flex. In my case I need to provide a widget to turn on and off several layers together, which means these layers need to be turned on together or turned off ...
ppLily's user avatar
  • 933
2 votes
1 answer
732 views

Using ArcPy to ungroup group layer in MXD?

I am looking for a way to ungroup a group layer using arcpy... (instead of having to open the mxd and right-click on the layer to choose "Ungroup"...) mxd = arcpy.mapping.MapDocument(pathToMyMxd) df =...
Jason Miller's user avatar
  • 1,460

15 30 50 per page
1
5 6 7
8
9