Re: [QGIS-Developer] Read QgsProject properties

2018-02-15 Thread Gerald Kogler
QgsProject.nonIdentifiableLayers() does the trick, so I think it's save to say that every tag in project .qgs can be accessed through the API On 14/02/18 22:49, Gerald Kogler wrote: > 2.18 > > thanks > Gerald > > On 14/02/18 02:06, Gerald Kogler wrote: >> 2.x >> >> On 14/02/18 00:47, Nyall

Re: [QGIS-Developer] Read QgsProject properties

2018-02-14 Thread Gerald Kogler
2.18 thanks Gerald On 14/02/18 02:06, Gerald Kogler wrote: > 2.x > > On 14/02/18 00:47, Nyall Dawson wrote: >> On 14 February 2018 at 08:51, Gerald Kogler wrote: >>> Hi, >>> >>> I'm doing my first explorations into pyqgis and I'm quite amazed, >>> compliments for the design

Re: [QGIS-Developer] Read QgsProject properties

2018-02-13 Thread Gerald Kogler
2.x On 14/02/18 00:47, Nyall Dawson wrote: > On 14 February 2018 at 08:51, Gerald Kogler wrote: >> Hi, >> >> I'm doing my first explorations into pyqgis and I'm quite amazed, >> compliments for the design of the QGIS API! >> >> So far I recursively read layer groups and layers

Re: [QGIS-Developer] Read QgsProject properties

2018-02-13 Thread Nyall Dawson
On 14 February 2018 at 08:51, Gerald Kogler wrote: > Hi, > > I'm doing my first explorations into pyqgis and I'm quite amazed, > compliments for the design of the QGIS API! > > So far I recursively read layer groups and layers from QgsProject and > write a json file which I

[QGIS-Developer] Read QgsProject properties

2018-02-13 Thread Gerald Kogler
Hi, I'm doing my first explorations into pyqgis and I'm quite amazed, compliments for the design of the QGIS API! So far I recursively read layer groups and layers from QgsProject and write a json file which I then use to build a layer switcher for Openlayers. Now I need to add additional