Re: [QGIS-Developer] Problem with "no Data value" with rasters when using the Layer Styling panel?

2017-05-29 Thread Stéphane Henriod
PS: screencast to better explain the issue: https://vimeo.com/219467091 Le mardi 30 mai 2017, Stéphane Henriod a écrit : > Hi > > I am testing the layer styling panel (shortcut F7) with the latest Nightly > build on the Ubuntu repositories. > > By default, the NoData

[QGIS-Developer] Problem with "no Data value" with rasters when using the Layer Styling panel?

2017-05-29 Thread Stéphane Henriod
Hi I am testing the layer styling panel (shortcut F7) with the latest Nightly build on the Ubuntu repositories. By default, the NoData value is -. If I add "10" as additional NoData value, nothing happens. If I do the same in the layer properties, then the expected behavior happens: all

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Nyall Dawson
On 30 May 2017 at 00:31, Radim Blazek wrote: >> QgsVectorFileWriter::ogrTypeFromWkbType( QgsWkbTypes::Type type ) >> { >> type = QgsWkbTypes::dropM( type ); > > It works without that line, can I remove it or there is any reason? I suspect that's probably a remnant from

Re: [QGIS-Developer] PyQGIS: Convert 25 meters to layer crs?

2017-05-29 Thread Magnus Homann
Yes, layer of areas 1 to 100 hectares. But its kind of hard to set 25m to 0,00025 degrees, especially far upp north in Europe. The scale is different for latitude/longitude. Maybe I'll just abort if neither source or dest CRS are projected. Else I can use one of those. Thanks for the input!

[QGIS-Developer] Plugin [92] Midvatten approval notification.

2017-05-29 Thread noreply
Plugin Midvatten approval by pcav. The plugin version "[92] Midvatten 1.4" is now approved Link: http://plugins.qgis.org/plugins/midvatten/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Fwd: Cannot build qgis with sip 4.19

2017-05-29 Thread David Marteau
Please read sip 4.19 > Début du message réexpédié : > > De: David Marteau > Objet: Cannot build qgis with sip 2.19 > Date: 29 mai 2017 17:17:13 UTC+2 > À: qgis-developer > > Hi all, > > There is no way to build qgis 2.18 (latest on

[QGIS-Developer] Cannot build qgis with sip 2.19

2017-05-29 Thread David Marteau
Hi all, There is no way to build qgis 2.18 (latest on branch) on osx with qt4 and sip 2.19: Traceback (most recent call last): File "../../../../../scripts/pyuic-wrapper.py", line 26, in import qgis.PyQt.uic.pyuic File

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Radim Blazek
> QgsVectorFileWriter::ogrTypeFromWkbType( QgsWkbTypes::Type type ) > { > type = QgsWkbTypes::dropM( type ); It works without that line, can I remove it or there is any reason? Radim ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

[QGIS-Developer] missing matplotlib.pyplot python module

2017-05-29 Thread Idan Miara
Hi, I try to import matplotlib.pyplot from python shell in QGIS (2.18 or 2.99). It imports OK if I run it from QGIS internal python shell but it fails if I run it from python outside QGIS (running python via OSGeo4W.bat). it might have something to do with Tkinter. code examples: 1. import

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Radim Blazek
On Mon, May 29, 2017 at 2:53 PM, Mark Johnson wrote: >>> What GDAL version? You need GDAL >= 2.1 for M values > Also the QGIS running must be compiled with GDAL >= 2.1 for this to work. Yes, it is, but: QgsVectorFileWriter::ogrTypeFromWkbType( QgsWkbTypes::Type type ) {

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Mark Johnson
>> What GDAL version? You need GDAL >= 2.1 for M values Also the QGIS running must be compiled with GDAL >= 2.1 for this to work. Mark ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Radim Blazek
On Mon, May 29, 2017 at 1:43 PM, Régis Haubourg wrote: > Hi Radim, > NextGIS added the z ability on dataset creation and export on behalf of > QWAT's project. I didn't focus on M values for specifications and testing > steps, so it's probably just not wired yet .

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Radim Blazek
On Mon, May 29, 2017 at 1:56 PM, Nyall Dawson wrote: > On 29 May 2017 at 21:35, Radim Blazek wrote: >> Hi, >> >> I need to export a vector layer with measures (LineStringM) to >> Shapefile and PostGIS in QGIS3, neither works. >> >> Shapefile: there

Re: [QGIS-Developer] Crash when "Discourage labels from covering features" is activated

2017-05-29 Thread Anita Graser
On Mon, May 29, 2017 at 2:20 PM, Giovanni Manghi wrote: > > I tried load the point layer in 2.18.9 nightly in a blank project, > enable labels without the "Discourage labels from covering features" > option and if you zoom in/out quickly with the mouse wheel is easy >

Re: [QGIS-Developer] Crash when "Discourage labels from covering features" is activated

2017-05-29 Thread Giovanni Manghi
> There is a long-standing but elusive crash issue > https://issues.qgis.org/issues/14752 > > I've now narrowed it down to enabling "Discourage labels from covering > features" for a particular point layer in the provided test project. I've > also attached a recent crash dump from 2.14.15 to the

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Nyall Dawson
On 29 May 2017 at 21:35, Radim Blazek wrote: > Hi, > > I need to export a vector layer with measures (LineStringM) to > Shapefile and PostGIS in QGIS3, neither works. > > Shapefile: there is only 'include z dimension' but no 'include m > dimension' and no PolylineM in SHPT

Re: [QGIS-Developer] Export layer with measures

2017-05-29 Thread Régis Haubourg
Hi Radim, NextGIS added the z ability on dataset creation and export on behalf of QWAT's project. I didn't focus on M values for specifications and testing steps, so it's probably just not wired yet . Cheers Régis 2017-05-29 13:35 GMT+02:00 Radim Blazek : > Hi, > > I

Re: [QGIS-Developer] "Save as" creates artifacts on raster

2017-05-29 Thread Giovanni Manghi
> Hi devs, > I noticed that saving a raster (10x10m, EPSG:32632) to another CRS (3003) > creates a gridded artifact with a “cell size” of 100x100m. Doing the same > operation using Warp command from the Processing toolbox, everything works > fine. Any idea? I’m working with 2.18.7 . > I found

[QGIS-Developer] Export layer with measures

2017-05-29 Thread Radim Blazek
Hi, I need to export a vector layer with measures (LineStringM) to Shapefile and PostGIS in QGIS3, neither works. Shapefile: there is only 'include z dimension' but no 'include m dimension' and no PolylineM in SHPT options in save as dialog. The layer is exported without M. Postgis: the layer

Re: [QGIS-Developer] [Qgis-user] Split features tool behavior

2017-05-29 Thread Andreas Wicht
On 28 May 2017 at 14:43, James Wood wrote: > On the digitizing toolbar, try "Split Parts" instead of "Split Features" on > multipart polygons. Thank you for the hint, James. Somehow I always thought that this function is only suitable for separating an existing part from a

Re: [QGIS-Developer] QGIS 2.18.x Attribute Table Performance

2017-05-29 Thread Giovanni Manghi
Hi Nyall! > Thanks for the confirmation. Just to clarify, this fix was part of the > sponsored bug fixing effort which is funded by the project from > donated funds. So the real thanks here belong to everyone who has > donated to QGIS in the past and made this possible! sorry for asking again,

[QGIS-Developer] PostGIS versioning with user role

2017-05-29 Thread Tomasz Nycz
Sorry for messing up. I'm newbie to git operations, and this mailing list. I've tried to clone repository, commit changes, and make PR. If someone can check that was done properly, and meets every community standards. https://github.com/qgis/QGIS/pull/4643 With regards, Tomasz Nycz

Re: [QGIS-Developer] QGIS3 QgsField : adding DATE / DATETIME / BLOB support

2017-05-29 Thread Mark Johnson
>> what are your thoughts on http://osgeo-org.1560.x6.nabble.com/Future-of-spatialite-provider-td5311979. html ? For gpkg: should remain solely with OGR. For VectorLayers (SpatialTables and SpatialViews) is more problematic, since OGR does not support writable SpatialViews, which I use heavily.

Re: [QGIS-Developer] QGIS 2.18.x Attribute Table Performance

2017-05-29 Thread Nyall Dawson
On 29 May 2017 at 15:30, Ted wrote: > Hi Giovanni > > Yes, confirm that it is working well now > https://www.youtube.com/watch?v=qBh0pzI2A5c > > from over 2 min to 4 seconds to load the same table. > > BIG thanks for everyone behind the scene. I believe the fix is done