[Qgis-user] How to load a *.qgs file in a C++ QGIS standalone app?

2014-10-27 Thread Spartucus
I'm using QGIS-2.4.0 API to develop a standalone app by C++. I saved a test.qgs file in QGIS Desktop software, in the project, there was one layer and it was visible. Then I loaded the test.qgs project file in app, but there is nothing showed. Why is that? The code I'm using to open the project is

Re: [Qgis-user] question regarding linking Algorithms in Graphical Modeler

2014-10-27 Thread Albury, Carl -FS
Yep, That was it, with the python console open all three algorithms ran to completion. I’ve pasted all the console output below in case that is helpful for tracking down the debug lines. Thanks! Carl Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on PCHP2270RDH ## Typ

Re: [Qgis-user] question regarding linking Algorithms in Graphical Modeler

2014-10-27 Thread Victor Olaya
that " [Errno 9] Bad file descriptor" is usually caused by a print statement trying to print to the console while the console is closed. Opening the Python console should let you run the model. Sounds to me like a debug line that was committed and not removed later Anyway, it should be fixed in t

Re: [Qgis-user] question regarding linking Algorithms in Graphical Modeler

2014-10-27 Thread Martin Schneppmüller
Hi Carl, I have the same problem for different modells made with QGIS 2.2 and QGIS 2.4. I think it is a problem with the processing plugin and I hope it will be solved with QGIS 2.6 exit

[Qgis-user] qgis-mapserver: GetCapabilities returns no layer

2014-10-27 Thread Steve . Toutant
Hello I've installed qgis 2.4 and qgis server 2.4 on fedora I created a simple project containing a vector layer (shapfiles) GetCapabilities works but there is no layer. Except the Layer tag containing the name of the project. Example test3 test3 -68.5 -68.5 44 44 here is an example of m

Re: [Qgis-user] Exporting to GML no XSD is created

2014-10-27 Thread José Carlos Martínez Llario
I think the problem could be the XSISCHEMAURI parameter which if it is empty should not be specified, otherwise ogr will choose not to write the schema eventhough XSISCHEMA=EXTERNAL From ogr2ogr command the XSD is generated properly. best On 27/10/2014 14:21, José Carlos Martínez Llario wrote:

[Qgis-user] Exporting to GML no XSD is created

2014-10-27 Thread José Carlos Martínez Llario
Hi List, With QGIS 2.4 when I export a layer to a GML, the xsd file is not created (XSISCHEMA EXTERNAL). With previous QGIS version the xsd was created. Someone with this problem? maybe could be a ogr problem? Best Jose ___ Qgis-user mailing list Qgis

Re: [Qgis-user] Future change in the Python support?

2014-10-27 Thread Nathan Woodrow
Hey Ricardo, Currently there is no hard plan to move to Python 3. I suspect when we move to Qt5 we will move. Like Andrea has said this is not a simple change as it will require a update of plugins, however it will not bad a hard or bad update. I don't think it would be very hard for people to

Re: [Qgis-user] The Publish to web plugin

2014-10-27 Thread Marco Hugentobler
Hi As Jürgen wrote, the publish to web plugin is not necessary anymore, see also http://osgeo-org.1560.x6.nabble.com/QGIS-Server-quot-Publish-to-Web-quot-plugin-tt5161010.html#none Regards, Marco On 27.10.2014 02:36, Dave Stevens wrote: Quoting Mats Elfström : Hi! Googling ""publish to we