[Qgis-user] Problems to connect with database via ODBC

2014-08-15 Thread Otto Dassau
Hi, I tried to connect QGIS 2.2 and 2.4 via ODBC to a database and get following error message. Unable to initialize ODBC connection to DSN for SYSDBA/masterkey@Akdees [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application It

[Qgis-user] Filtering MSSQL Layers with python

2014-08-15 Thread Stefan Löhr
Hello QGis Users, in my QGIS Plugin I am filtering layers with this Python code: LegInt = iface.legendInterface() layers = LegInt.layers() TestLayer=None for layer in layers: layerType = layer.type() if layer.name() == my_layer_name: s_lay=layer break FeatureIterator =

[Qgis-user] Which topics would you choose for a QGIS workshop

2014-08-15 Thread Lene Fischer
Hi, In September I´m going to have a full day QGIS workshop at FOSS4G in Portland. Right now I´m in a middle of a selection of topics/tutorials to be presented - and a have a small problem: Which to choose It is possible to either show how a function works and/or have tutorials for

Re: [Qgis-user] Which topics would you choose for a QGIS workshop

2014-08-15 Thread Randal Hale
I've done bothif the participants are ArcGIS Users (about 80% of mine are) it's good to compare/contrast with that software and then work through tutorials. Navigating the Interface Adding data/data types Symbology of vector/raster Geoprocessing Tools Map Composer With 20-30 minute

Re: [Qgis-user] Which topics would you choose for a QGIS workshop

2014-08-15 Thread ralfwessels
. do not forget the Plugin-architecture and show some nice examples like OpenLayers Plugin or TableManager. ralf -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Which-topics-would-you-choose-for-a-QGIS-workshop-tp5156603p5156619.html Sent from the Quantum GIS - User

[Qgis-user] Information QGIS 2.4.0

2014-08-15 Thread Angélica Trujillo Acosta
Good day I'm trying to download the new version 2.4.0 but or just download OSGEO and MSYS Chugiak (without the application QGIS) or download the 2.5 version. If you can help me i will thank you so much. Sincerely. Angélica Trujillo Acosta Bióloga Pontificia Universidad Javeriana, Colombia

Re: [Qgis-user] Information QGIS 2.4.0

2014-08-15 Thread Manuel Spínola
Hi Angélica, Download the standalone installer (Instalador independiente) from http://www.qgis.org/es/site/forusers/download.html Manuel 2014-08-15 13:34 GMT-06:00 Angélica Trujillo Acosta atrujilloaco...@gmail.com: Good day I'm trying to download the new version 2.4.0 but or just

[Qgis-user] Why is QGIS 2.4 using Spatialite 3 instead of Saptialite 4?

2014-08-15 Thread undata12
I am using QGIS 2.4 on Ubuntu 12.04. QGIS reports that it is using Spatialite 3. Spatialite 4 is a dependency of Grass and is installed. Shouldn't QGIS 2.4 be using Spatialite 4 also? I get an error when I try to connect to a Spatialite database that I need version 4 or later. Thank you.

Re: [Qgis-user] Why is QGIS 2.4 using Spatialite 3 instead of Saptialite 4?

2014-08-15 Thread Alex Mandel
On 08/15/2014 07:58 PM, undata12 wrote: I am using QGIS 2.4 on Ubuntu 12.04. QGIS reports that it is using Spatialite 3. Spatialite 4 is a dependency of Grass and is installed. Shouldn't QGIS 2.4 be using Spatialite 4 also? I get an error when I try to connect to a Spatialite database that