[Qgis-developer] Plugin [1230] Vector Tiles Reader approval notification.

2017-05-04 Thread noreply

Plugin Vector Tiles Reader approval by pcav.
The plugin version "[1230] Vector Tiles Reader 0.7.1 Experimental" is now 
approved
Link: http://plugins.qgis.org/plugins/vector_tiles_reader/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing toolbox SAGA not working

2017-05-04 Thread Giovanni Manghi
Hi,



> i'm experiencing problems with saga
>
> in processing toolbox, SAGA modules they do
>
> not work, it seems like SAGA have been updated (2.3.1)
>
> but processing is not longer compatible with the new
>
> version, is this true or do I have a specific problem with
>
> my setup ?


yes, there are known issues. If you use Windows/osgeo4w for now is
better to stick with SAGA 2.1.2 (from osgeo4w)

https://issues.qgis.org/issues/16423

the above issue is not a Processing one, but rather a packing one.

cheers!

-- G --
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Processing toolbox SAGA not working

2017-05-04 Thread roy roy
Hi,


i'm experiencing problems with saga

in processing toolbox, SAGA modules they do

not work, it seems like SAGA have been updated (2.3.1)

but processing is not longer compatible with the new

version, is this true or do I have a specific problem with

my setup ?


thanks!

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [1193] Shape Tools approval notification.

2017-05-04 Thread noreply

Plugin Shape Tools approval by pcav.
The plugin version "[1193] Shape Tools 0.4" is now approved
Link: http://plugins.qgis.org/plugins/shapetools/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Expression to get label reference point X and Y for use with geometry generator (make_line) ?

2017-05-04 Thread Régis Haubourg
Hi!

I submitted a bunch of QEP on that topic, if you have customers interested
to go ahead, we probably should mutualize things there and seek for common
budgets too.
What makes sense to me is that Callouts connectors make sense when labels
have been manually moved, not much for automated placement. If you let PAL
use "around point", then you will draw random lines in all directions,
which is not nice on screen.
If you align all labels using a corner placement option, then I think you
can compute easily the offset XY from centroid also.

What my plugin does for custom labeling is that it takes profit of the
pin/unpin buttons which writes the PAL computed to the XY columns.

Good news, I ported the plugin to QGIS3 at the hackfest, it's now in the
repo and here:

https://github.com/haubourg/EasyCustomLabeling/blob/qgis3_port/EasyCustomLabeling/EasyCustomLabeling.py

Feel free to submit a PR to replace the Line Label layer by a pure copy of
the source layer, and replace lines by a geometry generator (I wish I had
time for it)

Régis

2017-05-04 14:39 GMT+02:00 kimaidou :

> Hi QGIS !
>
> I am playing with data-defined label position, with 2 column label_x and
> label_y.
> I use a geometry generator to draw the line between the label and the
> feature centroid, like
>
> make_line(
>   centroid( $geometry ),
>   make_point( "label_x", "label_y" )
> )
>
> It work pretty well (with some rectangle background under the label text),
> but it is obviously only active when the label_x and label_y fields are not
> NULL ( when the label is pinned )
>
> I would like to draw this line for any features (perhaps depending on this
> line length). So basically, I would need 2 new functions $x_label and
> $y_label.
>
> Anyone has tried to achieve this ?
>
> Cheers,
> Michaël
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [973] ECO-Pluvia Downloader approval notification.

2017-05-04 Thread noreply

Plugin ECO-Pluvia Downloader approval by pcav.
The plugin version "[973] ECO-Pluvia Downloader 1.0 Experimental" is now 
approved
Link: http://plugins.qgis.org/plugins/dist/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Expression to get label reference point X and Y for use with geometry generator (make_line) ?

2017-05-04 Thread kimaidou
Hi QGIS !

I am playing with data-defined label position, with 2 column label_x and
label_y.
I use a geometry generator to draw the line between the label and the
feature centroid, like

make_line(
  centroid( $geometry ),
  make_point( "label_x", "label_y" )
)

It work pretty well (with some rectangle background under the label text),
but it is obviously only active when the label_x and label_y fields are not
NULL ( when the label is pinned )

I would like to draw this line for any features (perhaps depending on this
line length). So basically, I would need 2 new functions $x_label and
$y_label.

Anyone has tried to achieve this ?

Cheers,
Michaël
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Minor Python API inconsistency?

2017-05-04 Thread Tom Chadwin
Hello all

Apologies if this has already been addressed in master - I don't know the
codebase well enough to investigate.

While expanding my plugin's test suite, I got tripped up by this. The
following works in 2.18.7:

QgsVectorLayer(url, name, 'WFS') # uppercase "WFS"

However, the following does not:

QgsRasterLayer(url, name, 'WMS') # to work, "wms" must be lower case

Thanks

Tom



-
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon 
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Minor-Python-API-inconsistency-tp5319359.html
Sent from the QGIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [1231] GooGIS approval notification.

2017-05-04 Thread noreply

Plugin GooGIS approval by pcav.
The plugin version "[1231] GooGIS 0.9.0 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/gdrive_provider/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QgsComposerTableV2 in QGIS 3.0

2017-05-04 Thread Mark Johnson
I noticed that although many of the classes 'V2' have been renamed, the
class  'QgsComposerTableV2' (together with QgsComposerTextTableV2) has not.
(Just in case this was overlooked).

Mark
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer