Re: [QGIS-Developer] Print Composer Bug with Scale and Rotation

2017-06-19 Thread Mathieu Pellerin
FYI, I coincidentally spotted this nice commit ( https://github.com/nextgis/quickmapservices/commit/9ae9efd6bf2a162762262672bd93c9958cc822d1) pushed to QuickMapServices' repository. This will make it possible to add native XYZ layers via the QuickMapServices and therefore benefit from all of is

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-19 Thread Nyall Dawson
On 16 June 2017 at 06:36, C Hamilton wrote: > There are several missing methods to QgsDistanceArea > > 1. Return the shortest path line between two points. The input would be the > two points and the maximum distance of travel before a new line segment is > added to the

Re: [QGIS-Developer] Print Composer Bug with Scale and Rotation

2017-06-19 Thread Nyall Dawson
On 20 June 2017 at 02:18, C Hamilton wrote: > I am finding real inconsistent behavior with the print composer in QGIS > 2.18.9 on Windows 7. The problem manifest quickly if you start with a > QuickMapServices base layer such as OSM Standard. In print composer "Add new >

Re: [QGIS-Developer] PyQGIS docstrings only show the SIP wrapped function signature, not the actual docstring?

2017-06-19 Thread Nathan Woodrow
You won't be able to get the doc strings like that in 2.x as we never included them in the sip files meaning they are never exposed to Python. The automatic sip generation which also includes docs string is only for 3.x. Nathan On Tue, 20 Jun 2017, 7:31 AM Kevin Stadler

[QGIS-Developer] PyQGIS docstrings only show the SIP wrapped function signature, not the actual docstring?

2017-06-19 Thread Kevin Stadler
Hello, I'm trying to access the docstrings of various QGIS 2.* components from the IPython console, but instead of the actual documentation I only seem to get dummy docstrings generated by SIP: >>> QgsMapLayerRegistry.instance().mapLayers.__doc__ 'mapLayers(self) -> object' >>>

[QGIS-Developer] Problem with QGIS from OSGeo4W and gdal 2.2.0-5

2017-06-19 Thread Pedro Venâncio
Hi, I've updated today QGIS from OSGeo4W64bits and it updated also gdal to version 2.2.0-5. It lead to a constant and inconsistent QGIS crash, sometimes at the start, other times when openning some saved projects, and other times, with new projects, when editing data, or simply zooming in and

[QGIS-Developer] Print Composer Bug with Scale and Rotation

2017-06-19 Thread C Hamilton
I am finding real inconsistent behavior with the print composer in QGIS 2.18.9 on Windows 7. The problem manifest quickly if you start with a QuickMapServices base layer such as OSM Standard. In print composer "Add new map" and while the map is selected, click on "Item Properties" and try to

[QGIS-Developer] Plugin [1035] Lat Lon Tools approval notification.

2017-06-19 Thread noreply
Plugin Lat Lon Tools approval by pcav. The plugin version "[1035] Lat Lon Tools 0.9.2" is now approved Link: http://plugins.qgis.org/plugins/latlontools/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [995] dzetsaka : Classification tool approval notification.

2017-06-19 Thread noreply
Plugin dzetsaka : Classification tool approval by pcav. The plugin version "[995] dzetsaka : Classification tool 2.5.1" is now approved Link: http://plugins.qgis.org/plugins/dzetsaka/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

[QGIS-Developer] Plugin [740] qgis2web approval notification.

2017-06-19 Thread noreply
Plugin qgis2web approval by pcav. The plugin version "[740] qgis2web 2.20.0" is now approved Link: http://plugins.qgis.org/plugins/qgis2web/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1216] SPZ Builder approval notification.

2017-06-19 Thread noreply
Plugin SPZ Builder approval by pcav. The plugin version "[1216] SPZ Builder 0.2.0" is now approved Link: http://plugins.qgis.org/plugins/SpzBuilder/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1252] Lizard Viewer approval notification.

2017-06-19 Thread noreply
Plugin Lizard Viewer approval by pcav. The plugin version "[1252] Lizard Viewer 0.4" is now approved Link: http://plugins.qgis.org/plugins/LizardViewer/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Use of QtWebKit in plugin

2017-06-19 Thread Jürgen E . Fischer
Hi Niels, On Mon, 19. Jun 2017 at 14:29:52 +0200, Niels Kjøller Hansen wrote: > /usr/lib/python2.7/dist-packages/PyQt4/uic/widget-plugins/qtwebkit.py > > It is a simple file, and stripped for comments it looks like this: > > pluginType = MODULE > def moduleInformation(): > return

[QGIS-Developer] Split parts tool - invalid output

2017-06-19 Thread Andreas Wicht
Hi, I would like to raise attention for an issue which was discussed in length in the qgis-users list [1] You can ignore the beginning of the discussion where I mixed up "Split parts" and "Split features". The split features tool does not produce valid geometries. This can be easily reproduced

Re: [QGIS-Developer] QgsHighlight disappears

2017-06-19 Thread Radim Blazek
On Mon, Jun 19, 2017 at 3:04 PM, Denis Rouzaud wrote: > I did some changes so that QgsMapCanvasItems get updated on map pan. It is not only pan, the same happens with zoom out. It is interesting, that the highlight becomes visible after a while (not immediately) of

Re: [QGIS-Developer] QgsHighlight disappears

2017-06-19 Thread Denis Rouzaud
I did some changes so that QgsMapCanvasItems get updated on map pan. But looking into QgsHightLight::updatePosition() shows nothing is done in there. DId it use to work? Le lun. 19 juin 2017 à 14:44, Radim Blazek a écrit : > Hi, > I found that QgsHighlight disappeares

[QGIS-Developer] QgsHighlight disappears

2017-06-19 Thread Radim Blazek
Hi, I found that QgsHighlight disappeares if it is created when it is outside of canvas extent and then the extent is panned so that it should become visible. It is visible while panning. QGIS master, QgsHighlight created from QgsGeometry with QgsHighlight(QgsMapCanvas *mapCanvas, const

Re: [QGIS-Developer] Variable syntax: $ vs @

2017-06-19 Thread Neumann, Andreas
Hi Nathan, Thank you for the explanation. Makes sense. I will pass this on in the workshop. Andreas On 2017-06-19 14:12, Nathan Woodrow wrote: > Hey Andreas, > > They are really two different things. $geometry is really a function that > takes no arguments. This has been deprecated in

Re: [QGIS-Developer] Use of QtWebKit in plugin

2017-06-19 Thread Niels Kjøller Hansen
Hi Jürgen 2017-06-19 14:18 GMT+02:00 Jürgen E. Fischer : > Hi Niels, > > On Mon, 19. Jun 2017 at 04:48:07 -0700, kjoller wrote: > > I have been trying to fix a bug in the "Kortforsyningen" plugin for QGIS, > > which exists in Ubuntu 17.04 and Debian stretch (and probably other

Re: [QGIS-Developer] Use of QtWebKit in plugin

2017-06-19 Thread Jürgen E . Fischer
Hi Niels, On Mon, 19. Jun 2017 at 04:48:07 -0700, kjoller wrote: > I have been trying to fix a bug in the "Kortforsyningen" plugin for QGIS, > which exists in Ubuntu 17.04 and Debian stretch (and probably other newer > debian based systems), due to QtWebKit not being included in PyQt4 It should

Re: [QGIS-Developer] Variable syntax: $ vs @

2017-06-19 Thread Nathan Woodrow
Hey Andreas, They are really two different things. $geometry is really a function that takes no arguments. This has been deprecated in favour calling with () e.g geometry(). @ is only for variables. So you can explain it that $ used to be a shorthand way of calling a function that took no

[QGIS-Developer] Variable syntax: $ vs @

2017-06-19 Thread Neumann, Andreas
Hi, While preparing for a workshop on expressions I wonder how to explain why some variables are referenced with the $ sign (like $geometry) while other variables start with the @ sign, like @row_number, @layer_name. I know that it has historical reasons and that variables with the @ sign are

[QGIS-Developer] Use of QtWebKit in plugin

2017-06-19 Thread kjoller
Hi all I have been trying to fix a bug in the "Kortforsyningen" plugin for QGIS, which exists in Ubuntu 17.04 and Debian stretch (and probably other newer debian based systems), due to QtWebKit not being included in PyQt4 https://github.com/Kortforsyningen/Qgis_plugin_Kortforsyningen/issues/27

[QGIS-Developer] Plugin [219] DirectionalSlope approval notification.

2017-06-19 Thread noreply
Plugin DirectionalSlope approval by pcav. The plugin version "[219] DirectionalSlope 1.2.1" is now approved Link: http://plugins.qgis.org/plugins/DirectionalSlope/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-19 Thread Paolo Cavallini
Il 19 giugno 2017 11:19:05 CEST, Giovanni Manghi ha scritto: >Hi Nyall, > >>> Our (hopefully friendly!) rivalry on this point continues :) I think >I >>> can win you over for 3.0 when we widely rollout the massive benefits >>> which are possible only in native algs,

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-19 Thread Giovanni Manghi
Hi Nyall, >> Our (hopefully friendly!) rivalry on this point continues :) I think I >> can win you over for 3.0 when we widely rollout the massive benefits >> which are possible only in native algs, such as the support for >> dynamic parameters. But we'll see >> > > By the way - I'd love to

[QGIS-Developer] Plugin [850] changeDataSource approval notification.

2017-06-19 Thread noreply
Plugin changeDataSource approval by pcav. The plugin version "[850] changeDataSource 2.3" is now approved Link: http://plugins.qgis.org/plugins/changeDataSource/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [788] Space Syntax Toolkit approval notification.

2017-06-19 Thread noreply
Plugin Space Syntax Toolkit approval by pcav. The plugin version "[788] Space Syntax Toolkit 0.1.8" is now approved Link: http://plugins.qgis.org/plugins/esstoolkit/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: