[QGIS-Developer] Plugin [1037] Kortforsyningen approval notification.

2019-01-28 Thread noreply

Plugin Kortforsyningen approval by pcav.
The plugin version "[1037] Kortforsyningen 2.5" is now approved
Link: http://plugins.qgis.org/plugins/Kortforsyningen/
___
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] GRASS GIS (trunk) and python 3 - testing welcome

2019-01-28 Thread Nyall Dawson
On Mon, 28 Jan 2019 at 01:45, Helmut Kudrnovsky  wrote:
>
> Dear OSGeo community,
>
> the GRASS GIS dev team is working on a python 3-support/transition [1] of the 
> source code in trunk [2].

That's fantastic news -- great work GRASS team!

Nyall

>
> winGRASS GIS 7.7svn daily builds with python 3 are already available as 
> standalone installers [3] or in OSGeo4W [4]; see:
>
> System Info
> GRASS Version: 7.7.svn
> GRASS SVN revision: r74011
> Build date: 2019-01-25
> Build platform: x86_64-w64-mingw32
> GDAL: 2.4.0
> PROJ.4: 5.2.0
> GEOS: 3.7.0
> SQLite: 3.26.0
> Python: 3.7.0  <==
> wxPython: 4.0.3
> Platform: Windows-10-10.0.17763-SP0 (OSGeo4W)
>
> In [5] there are hints how to test it in e.g. Linux.
>
> As the GRASS GIS transition to python 3 covers changes in many lines of code, 
> a broader testing by the community is very welcome.
>
> Problems and bugs can be reported in the GRASS GIS trac [6].
>
> Thanks and kind regards
> Helmut
>
> [1] https://trac.osgeo.org/grass/wiki/Python3Support
> [2] https://trac.osgeo.org/grass/browser/grass/trunk
> [3] https://grass.osgeo.org/download/software/ms-windows/
> [4] https://trac.osgeo.org/osgeo4w/
> [5] https://trac.osgeo.org/grass/wiki/Python3Support#Linux
> [6] https://trac.osgeo.org/grass
> ___
> 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] GSOC: will mentor

2019-01-28 Thread Nyall Dawson
Hey all,

If anyone's interested in applying for the GSOC this year and is
looking for a QGIS project, I'm available for mentoring in any of the
following code areas:

- Processing, including vector/raster data processing algorithms,
optimisation of existing algorithms, and modelling improvements

- Print layouts and reports

- Vector/raster symbology, labeling

Let me know if you're interested!

Nyall
___
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 [629] Networks approval notification.

2019-01-28 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.2.3" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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] Debug mode for custom form init script

2019-01-28 Thread PIERRE Sylvain
Hi dev,


I want to do some deep control when user edit data in a custom form. So when I 
want to test my script there's no feedback from python console. Even If I put 
some QMessageBox in my code, it's not displayed while some other instruction 
placed after effect.

So is there some way to get debug information when using a custom form init 
script?

Thanks

Sylvain
___
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] QGIS Server: GetLegendGraphic questions

2019-01-28 Thread René-Luc Dhont

Hi Andreas,

You can use RULE to get only one category as described in the standard.
You can request the symbols only with the QGIS Server extra parameters 
https://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/server/services.html#getlegendgraphics


Regards,
René-Luc

Le 28/01/2019 à 09:26, Andreas Neumann a écrit :


Hi,

I have two GetLegendGraphic questions which I couldn't find out with 
our documentation:


1.

Can QGIS server produce a filtered GetLegendGraphic response where 
only one or more categories are shown instead of the whole layer?


If so - would this work with the RULE parameter?

Would you have a sample request how to do this?

2.

Can I request the symbols only (e.g. only the box of a polygon layer), 
without layer title and without the text next to the legend box?



Thanks,
Andreas


___
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] QGIS Server: GetLegendGraphic questions

2019-01-28 Thread Andreas Neumann
Hi, 


I have two GetLegendGraphic questions which I couldn't find out with our
documentation: 

1. 


Can QGIS server produce a filtered GetLegendGraphic response where only
one or more categories are shown instead of the whole layer? 

If so - would this work with the RULE parameter? 

Would you have a sample request how to do this? 

2. 


Can I request the symbols only (e.g. only the box of a polygon layer),
without layer title and without the text next to the legend box? 


Thanks,
Andreas___
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