[Qgis-user] Can't turn visibility on/off in layers inside mutually exclusive groups

2015-10-28 Thread Mofo Yoda
I’m having some troubles utilizing mutually exclusive layer groups in QGIS 2.12 My case is quite simple - I have a main group (labels) with three mutually exclusive groups inside (one for each of 3 languages). These groups contain layers with configured labelling (city_labels, country_labels

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread Luigi Pirelli
thank you DelazJ... I didn't remember where i read it regards Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Elance: https://www.elance.com/s/edit/luigipirelli/ * GitHub:

Re: [Qgis-user] Problems with Qgis Server 2.12

2015-10-28 Thread Henrik Uggla
I tried to set QGIS_AUTH_DB_DIR_PATH and the error message in the Apache log disappeared. I still got the "WMS configuration error" message though. It turned out to be the map parameter. In 2.8 you did not have to give the map parameter when there were only one .qgs-file was present. In 2.12 it

[Qgis-user] qgis and spatialite

2015-10-28 Thread Michael . Dodd
I am trying to use spatialite with qgis but can't get spatialite to recognise geometry columns even though qgis can display the same data when given a .csv or shapefile. The data consist of a large spreadsheet including lat and long columns, this reads and displays fine in qgis. When I put

Re: [Qgis-user] Problems with Qgis Server 2.12

2015-10-28 Thread Larry Shaffer
Hi Henrik, On Wed, Oct 28, 2015 at 7:37 AM, Henrik Uggla wrote: > I tried to set QGIS_AUTH_DB_DIR_PATH and the error message in the Apache > log disappeared. I still got the "WMS configuration error" message though. > It turned out to be the map parameter. In 2.8

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread François-Xavier Thomas
Interesting. The current way of initializing PyQGIS is indeed a bit cumbersome, it took me a while to get it working! It would be great for 3.0 to simplify the API. I have an additional question : do you need a QApplication or just QCoreApplication? I'm using classes from QgsComposer and

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread Matthias Kuhn
QgsApplication inherits from QApplication (http://qgis.org/api/classQgsApplication.html) For optimal compatibility you should create a QgsApplication rather than a QApplication or a QCoreApplication. from qgis.core import * QgsApplication.setPrefixPath('/usr') app = QgsApplication(sys.argv,

Re: [Qgis-user] QGIS 2.12 unmet dependencies in Ubuntu

2015-10-28 Thread César Augusto Ramírez Franco
Hello Martin, According to the documentation available on the link you provided, the Ubuntu versions which have ubuntugis dependencies available for QGIS are only the LTS releases (i.e. 12.04 and 14.04), since you are on a non-LTS release of Ubuntu (15.10) you should use the 'release' branch of

[Qgis-user] 2.12 for Mac OS

2015-10-28 Thread Greg P
Am I looking in the wrong place (http://www.kyngchaos.com/software/qgis), or is QGIS 2.12 for Mac OS still not released? ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] How to change subscription

2015-10-28 Thread Greg P
How do I log in and change my subscription preferences? I'm getting too many emails! Can I cut it down to an occasional summary email? Thanks. ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problems with Qgis Server 2.12

2015-10-28 Thread Larry Shaffer
Hi Alessandro, On Wed, Oct 28, 2015 at 3:37 AM, Alessandro Pasotti wrote: > > Hi Larry, > > thank you for the amazing new auth system, IMHO it really adds a lot of > value expecially for corporate users. > > Recently we've spent quite some time trying to keep the server >

Re: [Qgis-user] How to change subscription

2015-10-28 Thread Werner Macho
Hi. You can by following the link at the bottom of every email sent to this list. Regards Werner On 28 October 2015 5:40:05 pm Greg P wrote: How do I log in and change my subscription preferences? I'm getting too many emails! Can I cut it down to an occasional summary

[Qgis-user] Unsubscribtion

2015-10-28 Thread Sheraz Khan
hi, how do i completely unsubscribe from the QGIS emails completely. Thanks ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] qgis and spatialite

2015-10-28 Thread David J. Bakeman
I can think of two ways.  1 do a save as in qgis and select spatialite.  2 after loading the csv into spatialite create a geometry column and update it with the coordinates from the appropriate column(s). Number 1 is the easiest. On 10/28/2015

Re: [Qgis-user] Unsubscribtion

2015-10-28 Thread Basques, Bob (CI-StPaul)
Follow the instructions on the page that is linked to at the bottom of this Email message. bobb > On Oct 28, 2015, at 12:01 PM, Sheraz Khan wrote: > > hi, how do i completely unsubscribe from the QGIS emails completely. > > Thanks >

Re: [Qgis-user] 2.12 for Mac OS

2015-10-28 Thread Adam Sherman
I was about to ask. Waiting on the build? On Wed, Oct 28, 2015 at 12:28 Greg P wrote: > Am I looking in the wrong place (http://www.kyngchaos.com/software/qgis), > or is QGIS 2.12 for Mac OS still not released? > ___ > Qgis-user

[Qgis-user] QTiles using

2015-10-28 Thread Sebastian Teßmer
Hello there, I use the extension QTiles and there were tiles created. Unfortunately, these are not georeferenced. How can I make this again involved as a map in QGIS? Many thanks, Sebastian ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

Re: [Qgis-user] qgis and spatialite

2015-10-28 Thread Micha Silver
The usual way to make a non-spatial table into a real spatial one, with geometry column and all accompanying metadata is with the function AddGeometryColumn(). It takes 5 parameters: the table name, the name for the geometry column (usually 'geometry'), the EPSG code for

Re: [Qgis-user] 2.12 for Mac OS

2015-10-28 Thread William Kyngesburye
Working on it. Very soon. I was somehow missed on the packaging notice before the release notice. > On Oct 28, 2015, at 12:24 PM, Adam Sherman wrote: > > I was about to ask. Waiting on the build? > On Wed, Oct 28, 2015 at 12:28 Greg P wrote: > Am I looking

Re: [Qgis-user] 2.12 for Mac OS

2015-10-28 Thread Greg P
Beautiful. Thank you. 2.12 here we come! On Wed, Oct 28, 2015 at 4:25 PM, William Kyngesburye wrote: > Working on it. Very soon. I was somehow missed on the packaging notice > before the release notice. > > > On Oct 28, 2015, at 12:24 PM, Adam Sherman

[Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread François-Xavier Thomas
Hello all, I've just upgraded to QGIS 2.12, in order to test some of my scripts with the new version, and they just happen to segfault immediately when I call QgsApplication.initQgis() in 2.12. I've checked the latest docs[1], and the 3 lines mentioned at the beginning are enough to crash

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread Alessandro Pasotti
2015-10-28 9:57 GMT+01:00 François-Xavier Thomas < francois-xavier.tho...@airinov.fr>: > Hello all, > > I've just upgraded to QGIS 2.12, in order to test some of my scripts with > the new version, and they just happen to segfault immediately when I call > QgsApplication.initQgis() in 2.12. > >

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread François-Xavier Thomas
On 10/28/2015 10:01 AM, Alessandro Pasotti wrote: Try to add QtGui.QApplication(sys.argv) such as: #Initialize QGIS core.QgsApplication.setPrefixPath("/usr", True) core.QgsApplication.initQgis() # On 2.10 crashes without! QtGui.QApplication(sys.argv) I thought it was fixed in 2.12 (and

[Qgis-user] Looking for volunteers for QGIS podcast

2015-10-28 Thread Tim Sutton
Hi All (with apologies for cross posting) We are planning to get the QGIS Podcast running again on a regular (weekly) basis. We are looking for volunteers to help with the production of the podcast e.g. * building a nice website for http://podcast.qgis.org that updates each time we add an

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread Luigi Pirelli
I suppose QtGui.QApplication(sys.argv) would be before the initQgis() new Auth system need a QApplication to work. I can't remember where there were a Larry Shaffer post regarding this... I can't find it now. Please ttest and give confirmation in the list. regards Luigi Pirelli

Re: [Qgis-user] Problems with Qgis Server 2.12

2015-10-28 Thread Alessandro Pasotti
2015-10-27 19:22 GMT+01:00 Larry Shaffer : > Hi Henrik, > > This is due to the new authentication system in 2.12 [0], and the support > I added to Server. When running Server, projects loaded that contain an > authentication configuration (instead of clear text

[Qgis-user] QGIS 2.12 unmet dependencies in Ubuntu

2015-10-28 Thread Martin Pescador
Hello I am trying to install QGIS 2.12 on Ubuntu 15.10. I have uninstalled a previous version of Ubuntu and followed the instructions at http://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu (i.e. I have added the repository for the release with ubuntugis dependencies and have

Re: [Qgis-user] PyQGIS script segfaults with 2.12

2015-10-28 Thread DelazJ
Hi, It's discussed in this bug report : http://hub.qgis.org/issues/13494 2015-10-28 10:21 GMT+01:00 Luigi Pirelli : > I suppose QtGui.QApplication(sys.argv) would be before the > initQgis() new Auth system need a QApplication to work. > > I can't remember where there were a

[Qgis-user] QGIS 2.12 Node editing very laggy with snapping enabled

2015-10-28 Thread Martin Bain
Has anyone else found editing object vertices with the node tool in 2.12 to be very laggy? For me it doesn't update the screen in real time, if I move the node to a new location I get no visual feedback until after a couple of seconds when node abruptly appears in the new location. It is