AW: [Qgis-user] How to get group index ?

Ziegler Stefan Stefan.Ziegler at bd.so.ch
Thu Feb 3 08:40:23 PST 2011


Hi Kris

this solution should still work (at least for me). Which version of QGIS do you use?

regards
Stefan

Mit freundlichem Gruss
Stefan Ziegler
Leiter amtliche Vermessung

Amt für Geoinformation
Rötistrasse 4
4501 Solothurn
032 627 75 96 

----- Originalnachricht -----
Von: "Kris Nackaerts" <knackaerts at gmx.net>
Gesendet: Don, 3.2.2011 17:29
An: qgis-user at lists.osgeo.org
Betreff: [Qgis-user] How to get group index ?

Dear,

I'm trying to get the correct group index from python so I can move layers into a predefined group. I can get the list of groups, but not the correct index in the full legend tree. Anyone who knows how to get this?

I found one solution, but this is not working anymore:
http://code.google.com/p/cataisrepository/source/browse/trunk/qgis/plugins/soverify/tools/utils.py?spec=svn89&r=89

It uses relationList = iface.legendInterface().groupLayerRelationship()
, a function that doesn't exist.



my trial was:
        if 'Templates' in legend.groups():
            g_templates = legend.groups().indexOf('Templates') 
        else:
            g_templates=legend.addGroup('Templates')
        legend.moveLayer(loadedLayer,g_templates)

Any hints?

Kris
-- 
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit 
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl
_______________________________________________
Qgis-user mailing list
Qgis-user at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



More information about the Qgis-user mailing list