On 28 Sep 2016 4:46 PM, "Richard Duivenvoorde" wrote:
>
> On 27-09-16 22:41, C Hamilton wrote:
> > Several individuals have mentioned the problem with the Invert not
> > working in 2.16.2 when styling a gray scale image with Singleband
> > pseudocolor as the render type. I thought it would be fixe
There's an open PR that handles this issue here
https://github.com/qgis/QGIS/pull/3271
On Sep 28, 2016 13:46, "Richard Duivenvoorde" wrote:
> On 27-09-16 22:41, C Hamilton wrote:
> > Several individuals have mentioned the problem with the Invert not
> > working in 2.16.2 when styling a gray scal
On 27-09-16 22:41, C Hamilton wrote:
> Several individuals have mentioned the problem with the Invert not
> working in 2.16.2 when styling a gray scale image with Singleband
> pseudocolor as the render type. I thought it would be fixed in this
> release, but it wasn't so I want to bring it up again
Several individuals have mentioned the problem with the Invert not working
in 2.16.2 when styling a gray scale image with Singleband pseudocolor as
the render type. I thought it would be fixed in this release, but it wasn't
so I want to bring it up again as this is a problem for me.
It works if th
Hi
I'd like to release a script I wrote as a subplugin of processing.
The code can be found here: https://github.com/eborke/QGISGraphPlugin
My script builds a graph from a vector layer of polygons in the following
way:
The vertices (or nodes) of the graph are the values taken on by an
attribute
Thx, I have missed that doc
David
> Le 27 sept. 2016 à 17:29, Matthias Kuhn a écrit :
>
> Hi,
>
> use pip to install it:
>
> https://github.com/qgis/QGIS/blob/master/ci/travis/osx/before_install.sh#L41
>
> Best
> Matthias
>
> On 09/27/2016 05:21 PM, David Marteau wrote:
>> Hi
>>
>>
>> l
Hi,
use pip to install it:
https://github.com/qgis/QGIS/blob/master/ci/travis/osx/before_install.sh#L41
Best
Matthias
On 09/27/2016 05:21 PM, David Marteau wrote:
> Hi
>
>
> loadPythonSupport() load utils.py which in turn try to load the 'future'
> package: this package is not in the build n
Hi
loadPythonSupport() load utils.py which in turn try to load the 'future'
package: this package is not in the build nor the install path and so
loadPythonSupport
fail and python support is deactivated.
Any idea ?
I'm building on Mac OSX 10.9 (Maverick)
Thx
David
__
Hi,
I noticed that I quite often get crashes in QGIS 2 master when I use the
color picker. This is when I open the layer properties, change a style,
open the color dialogue, close it with "ok" and crash. It is quite
reproducable - happens almost always. I doesn't seem to happen when I
use the sam
Hi Francisco
One reason this might not immediately work with a QWebView is that Qt Webkit
is an older version of WebKit. If you implement debug tools in it, you can
see what console errors you get. They might point you towards using some
polyfills, which could get things working, but I don't know,
I have found that runtime path was not set correctly on one dependency
(libqscintilla) and thus the library was not loaded (image not found), not easy
to guess because the tests were just crashing without hints, maybe some more
validity tests should be done to prevent dereferencing null pointe
Count on me for testing, documentation and suggestions.
I'd prefer to have QGIS Server in core but if it has to become a third
party software would it be a good idea to develop it in Python or any
other developper-friendly language rather than Qt/C++. This might not
possible due to performance
Hi,
I’m working on a plugin for Qgis, that consists in displaying my spheric
images, something similar to this:
http://threejs.org/examples/css3d_panorama.html
I’ve tried to implement it in html and js and embed it in a qwebview, but
it doesn't render correctly.
Another option is to implement i
Hi Victor,
do you have any clue on how to translate SAGA algorithm parameters
displayed in Processing GUIs?
Regards,
Germán
2016-09-14 10:14 GMT-05:00 DelazJ :
> (Forwarding to QGIS-Developer)
>
> Hi,
> Germán, I neither can find any of these strings.
>
> Devs, is that normal to not have texts
On 27 September 2016 at 23:07, David Marteau wrote:
> Hi,
>
>
> I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following
>
>> sudo make install
>> make test
I'm not sure if "make test" works with QGIS. The usual approach is to
switch to your build folder and then run "ctest".
N
Hi,
I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following
> sudo make install
> make test
I have the following warning "!!! prefix path was requested, but it is not
valid - we do not run from installed path !!!" then all tests
involving loading a provider are crashing.
I
Hi Paolo:
On Tue, 20 Sep 2016, Paolo Cavallini wrote:
Date: Tue, 20 Sep 2016 09:14:05 +0200
From: Paolo Cavallini
To: qgis-developer
Subject: [Qgis-developer] Adding WMS from Metasearch: GetCapabilities does not
work
Hi all,
when adding a newly discovered WMS/WMTS layer from Metasearch
On 09/27/2016 12:46 PM, Sandro Santilli wrote:
> On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote:
>> On 09/27/2016 11:49 AM, Sandro Santilli wrote:
>>> On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote:
>>>
QGIS is already built into the docker images and you don
On Tue, Sep 27, 2016 at 12:46 PM, Sandro Santilli wrote:
> On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote:
> > On 09/27/2016 11:49 AM, Sandro Santilli wrote:
> > > On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote:
> > >
> > >> QGIS is already built into the docker
On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote:
> On 09/27/2016 11:49 AM, Sandro Santilli wrote:
> > On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote:
> >
> >> QGIS is already built into the docker images and you don't need to buld it
> >> in a travis job (it would
On 09/27/2016 11:49 AM, Sandro Santilli wrote:
> On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote:
>
>> QGIS is already built into the docker images and you don't need to buld it
>> in a travis job (it would take too long) but yes, the docker pull operation
>> could take a while.
Hi Tom,
On Tue, 27. Sep 2016 at 02:21:04 -0700, Tom Chadwin wrote:
> @Juergen Ah, so this is not possible? Thank you for clarifying - though I
> don't think the error I pasted above indicates that problem. Never mind.
It does. You try to install trusty packages - but there are none - as there is
On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote:
> QGIS is already built into the docker images and you don't need to buld it
> in a travis job (it would take too long) but yes, the docker pull operation
> could take a while.
Do Travis agent not cache downloaded docker images ?
Dear qgis developers,
We have undertaken a task to assess code complexity triggers and generate
recommendations for developing understandable code. Our intension is to share
the results with you, developers, so everyone can learn the triggers behind
complex software.
We need your help for
OK, thanks again for correcting my misunderstandings. I'll see if I can get
something running. Sounds extremely hopeful and positive.
-
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Testing-plugins-against-Q
Let me try that again
https://lists.osgeo.org/pipermail/qgis-developer/2016-September/044827.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.o
Hi Tom,
I'd love to get this up and running as well.
The best bet would probably be to speed up this topic:
https://lists.osgeo.org/pipermail/qgis-developer/2016-September/thread.html
Matthias
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.
On Tue, Sep 27, 2016 at 11:21 AM, Tom Chadwin
wrote:
> @Juergen Ah, so this is not possible? Thank you for clarifying - though I
> don't think the error I pasted above indicates that problem. Never mind.
>
> That means that the bet way to achieve this is probably...:
>
> @Ale I can see that that
@Juergen Ah, so this is not possible? Thank you for clarifying - though I
don't think the error I pasted above indicates that problem. Never mind.
That means that the bet way to achieve this is probably...:
@Ale I can see that that would achieve what I need. I only have two issues
with this appro
On Mon, Sep 26, 2016 at 9:42 PM, Tom Chadwin
wrote:
> I hope the subject is clear. Is it feasible yet to set up Travis to test
> plugins against QGIS3 master? My .travis.yml currently has:
>
> dist: trusty
>
> env:
> - QGIS_REPO=http://qgis.org/debian-ltr
> - QGIS_REPO=http://qgis.org/debian
correct... but IMHO would be better more flexible in the sense of
check the existence of the env var in startup.sh and set the value of
trhe env var just as -e parameter in the docker run => in this way you
can have different container (desktop) on different configurations.
You have to build your
Le 27/09/2016 à 09:33, Luca Manganelli a écrit :
On Tue, Sep 27, 2016 at 9:30 AM, René-Luc Dhont wrote:
This has been already fixed:
* firstly layer has been cached to avoid reloading it
* the layer description stored Extent and used it
Fixed in which QGIS version? We are using the 2.14 versi
Hi Régis and Luca,
The other point, unique's id, is due to the fact that QGIS and QGIS
Server does not truth the QGIS Layer Description and verifying the
unicity of ids. So to avoid id, the layer has to be added with
'estimated metadata'.
If a PostGIS layer has not been opened with this option
On Tue, Sep 27, 2016 at 9:30 AM, René-Luc Dhont wrote:
> This has been already fixed:
> * firstly layer has been cached to avoid reloading it
> * the layer description stored Extent and used it
Fixed in which QGIS version? We are using the 2.14 version
> The problem you point is the way Layer is
Hi Luca
Le 27/09/2016 à 09:25, Luca Manganelli a écrit :
On Tue, Sep 27, 2016 at 9:19 AM, Nyall Dawson wrote:
As I mentioned over on the 3.0 api tracker, the biggest issue I see is
the way server loads projects and messes with the layer registry. I
understand this was probably a design decisi
Le mardi 27 septembre 2016 à 09:25 +0200, Luca Manganelli a écrit :
> way in which qgis server does the same PostGis
> query (for extent or bounding box?) all times for each layer. It woud
> be useful to store these informations on the project file, to optimize
> times, with a configuration option
On Tue, Sep 27, 2016 at 9:19 AM, Nyall Dawson wrote:
> As I mentioned over on the 3.0 api tracker, the biggest issue I see is
> the way server loads projects and messes with the layer registry. I
> understand this was probably a design decision made due to api
> constraints, but now we've got the
On 25 September 2016 at 18:06, Alessandro Pasotti wrote:
> Hi,
>
> I'm glad that Matthias's semi-serious threats to remove the server from
> source tree and Nyall's complaints have shaken the souls of the server
> people!
Apologies if I've caused any offence here - I was trying to give
constructi
38 matches
Mail list logo