[Qgis-developer] QGIS server docs

2014-12-18 Thread Alessandro Pasotti
Hello, where is the official documentation for QGIS Server? It seems scattered in several places: http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial http://docs.qgis.org/testing/en/docs/user_manual/preamble/whats_new.html#qgis-server I would like to add to the official QGIS

Re: [Qgis-developer] QGIS server docs

2014-12-18 Thread Marco Hugentobler
Hi Alessandro Please add it to http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial This is the most complete and up-to-date documentation. Regards, Marco On 18.12.2014 09:11, Alessandro Pasotti wrote: Hello, where is the official documentation for QGIS Server? It seems

Re: [Qgis-developer] QGIS server docs

2014-12-18 Thread Richard Duivenvoorde
On 18-12-14 09:20, Yves Jacolin wrote: hello, Don't we need to move this wiki page to the doc also? IF Marco is OK with it (as he creates the most updated info I think), I would also prefer to move all info from the wiki page into documentation (and update the wikipage to link to the docs

[Qgis-developer] Improved snapping QEP

2014-12-18 Thread Martin Dobias
Hi everyone Recently I have been working on improvements for snapping in QGIS. Here is a QEP describing the proposed changes: https://github.com/wonder-sk/QGIS-Enhancement-Proposals/blob/master/qep-x-efficient-snapping-and-geometry-queries.rst Those interested in the code see my branch:

[Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread Luca Manganelli
Hi to all, does QGIS Server support Embed Layers from another project? When I use them in QGIS Web Client, I see a 500 error from QGIS Server in the network log. Thank you in advance Luca ___ Qgis-developer mailing list

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread René-Luc Dhont
Hi luca, Which QGIS version do you use ? master, 2.6 or 2.4 ? René-Luc Le 18/12/2014 10:03, Luca Manganelli a écrit : Hi to all, does QGIS Server support Embed Layers from another project? When I use them in QGIS Web Client, I see a 500 error from QGIS Server in the network log. Thank you

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread Luca Manganelli
On Thu, Dec 18, 2014 at 10:09 AM, René-Luc Dhont rldh...@gmail.com wrote: Hi luca, Which QGIS version do you use ? master, 2.6 or 2.4 ? 2.6.0 ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread Luca Manganelli
On Thu, Dec 18, 2014 at 10:09 AM, René-Luc Dhont rldh...@gmail.com wrote: Hi luca, Which QGIS version do you use ? master, 2.6 or 2.4 ? Maybe I've found a bug: if the project contains ONLY embedded layers, it returns 500 error. I've added a non-embedded layer, and it worked. should I file

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread René-Luc Dhont
Thanks Luca to find this issue. I think you can open a bug. René-Luc Le 18/12/2014 10:19, Luca Manganelli a écrit : On Thu, Dec 18, 2014 at 10:09 AM, René-Luc Dhont rldh...@gmail.com wrote: Hi luca, Which QGIS version do you use ? master, 2.6 or 2.4 ? Maybe I've found a bug: if the

Re: [Qgis-developer] QGIS server docs

2014-12-18 Thread Marco Hugentobler
Hi all Ok from me to move the server documentation to the doc. Could someone from the documentation team import the current content? Regards, Marco On 18.12.2014 09:39, Richard Duivenvoorde wrote: On 18-12-14 09:20, Yves Jacolin wrote: hello, Don't we need to move this wiki page to the

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread Luca Manganelli
On Thu, Dec 18, 2014 at 10:21 AM, René-Luc Dhont rldh...@gmail.com wrote: Thanks Luca to find this issue. Another issue (?) I found, this is a QGIS general. Checkbox state of embedded layers is always ignored, QGIS considers their state of the original project. Are you aware of this problem?

Re: [Qgis-developer] QGIS Server and Embed Layers from another project

2014-12-18 Thread Andreas Neumann
Hi, I can confirm this issue. I have reported this several years ago: http://hub.qgis.org/issues/4097 This bug - though minor - annoys me a lot. Because many of my projects contain embedded groups which should be off by default and only on by demand. I would be very grateful if someone

Re: [Qgis-developer] Various issues

2014-12-18 Thread Giovanni Manghi
* reprojecting a metric projection to 4326, choosing an ellipsoid and a measurement unit in Project properties is not permanent (reopening the dialog displays none/planimetric and degrees even if wg84 and meters were selected beforehand) it is messy as already said by Alexander, and that

[Qgis-developer] Setting Environment vars regression in master... look for confirmation

2014-12-18 Thread Luigi Pirelli
Hi I set the env variable QGIS_LOG_FILE in Options|System|Envoronment but on master (win or debian), running QgsLogger.logFile() return in 2.4 return the correct env vars value it's a regression,? I didn't test on 2.6.1 dev on debian is compiled... and on windows is the osgeo4w install

Re: [Qgis-developer] Setting Environment vars regression in master... look for confirmation

2014-12-18 Thread Luigi Pirelli
works on win 2.6.1... but fail on Master On 18 December 2014 at 13:27, Luigi Pirelli lui...@gmail.com wrote: Hi I set the env variable QGIS_LOG_FILE in Options|System|Envoronment but on master (win or debian), running QgsLogger.logFile() return in 2.4 return the correct env vars value

Re: [Qgis-developer] Moving a layer with PyQGIS using the new layer tree

2014-12-18 Thread Germán Carrillo
Thank you Luigi. So, I guess the following code would be enough to make the example given in [1] much more generic: ### cloned_group1 = node_group1.clone() root.insertChildNode(0, cloned_group1) parent = node_group1.parent() # new code parent.removeChildNode(node_group1)

Re: [Qgis-developer] Need help with LayerTreeModel (legend node)

2014-12-18 Thread Sandro Santilli
On Thu, Dec 18, 2014 at 01:46:21PM +0100, Sandro Santilli wrote: The weird looking aspect seems to be due to a discrepancy between the actual legend image size and the space reserved for it. In practice I have 2 layers and the layer node for second one gets rendered right below the first one,

[Qgis-developer] Unexpected change in ESPG codes from shapefiles (in stable and dev)

2014-12-18 Thread Kari Salovaara
Hi, in Finland we have map datasets free of charge to download from The National Land Survey of Finland (NLS). See http://www.maanmittauslaitos.fi/en/opendata From Topographic Database You can download in ESRI shape format any Finnish map area. In each area You'll get a number of shapefiles

Re: [Qgis-developer] Fwd: QwtPolar 1.0.0

2014-12-18 Thread Dave Johansen
On Mon, Aug 8, 2011 at 1:29 PM, Volker Fröhlich volke...@gmx.at wrote: Following up to this: http://sourceforge.net/mailarchive/message.php?msg_id=27535681 According to this message, the developer is not going to develop a PyQwt 6. We already had some discussion about Qwt 6 here:

Re: [Qgis-developer] create (sub)lines from line between two points

2014-12-18 Thread Richard Duivenvoorde
On 18-12-14 22:13, Bjorn Nyberg wrote: Try grass tool v.splitlines. Thanks for the quick answer, but as I wrote, it is to be used in a python plugin. Would you use grass in a plugin for the average QGIS user? (myself for example have a broken grass plugin here) Regards, Richard

Re: [Qgis-developer] Improved snapping QEP

2014-12-18 Thread Carlos López PSIG
Hi Martin, I'm thinking about some changes to the snapping tools... IMHO I think that it's really help to digitizing that the pointer show differences symbol when you approach to a vertex and show another kind of simbol when you approach to a segment!! like gvSIG or ArcGIS! Is it possible in your

[Qgis-developer] QGIS Android crash on startup

2014-12-18 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. On my Nexus 5, running Android 5.0, latest build from http://qgis.org/downloads/android/ always crashes on startup, see logcat below. Should I open a ticket? All the best. === E/AndroidRuntime( 6073): FATAL EXCEPTION: main E/AndroidRuntime(

Re: [Qgis-developer] Unexpected change in ESPG codes from shapefiles (in stable and dev)

2014-12-18 Thread Kari Salovaara
Hi, thanks Leyan. Unfortunately that knowledge doesn't help to solve rhe problem. I looked proj tables and I noticed that there is four different codes with same parsed items. And further, why QGIS makes its own variant of the name which is

[Qgis-developer] About how to insert the new RasMover plugin in QGIS repository

2014-12-18 Thread Geo DrinX
Hello all, I am trying to update a new version of my plugin rasmover in QGIS repository, but I receive the message: This field is required. without any other info. :( My plugin can be downloaded also from here: https://github.com/geodrinx/rasmover and this is my metadata file:

Re: [Qgis-developer] create (sub)lines from line between two points

2014-12-18 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Richard, Il 18/12/2014 22:19, Richard Duivenvoorde ha scritto: On 18-12-14 22:13, Bjorn Nyberg wrote: Try grass tool v.splitlines. Thanks for the quick answer, but as I wrote, it is to be used in a python plugin. Would you use grass in a