Re: [QGIS-Developer] What to do about WFS test failures?

2018-09-02 Thread Mathieu Pellerin
Can these failures be reproduced locally if one repeatedly tests those cases? On Mon, Sep 3, 2018, 07:02 Nyall Dawson wrote: > On Sat, 1 Sep 2018 at 20:37, Richard Duivenvoorde > wrote: > > > And myself I also have the feeling that WFS is less stable > > This is my experience too, which is why

Re: [QGIS-Developer] What to do about WFS test failures?

2018-09-02 Thread Nyall Dawson
On Sat, 1 Sep 2018 at 20:37, Richard Duivenvoorde wrote: > And myself I also have the feeling that WFS is less stable This is my experience too, which is why I'm not going to 100% attribute these errors to Travis! Nyall > /usable then > in 2.18 (I release a list of national WFS/WMS/WCS's in

Re: [QGIS-Developer] round function not working

2018-09-02 Thread Nyall Dawson
On Sun, 2 Sep 2018 at 20:47, Raymond Nijssen wrote: > > Just discovered similar unexpected rounding behavior, but a bit > different I think: > > > My expression is this one, to show lengths of tracks on my map, in km: > > "etappe" || '\n (' || >

Re: [QGIS-Developer] round function not working

2018-09-02 Thread Raymond Nijssen
Just discovered similar unexpected rounding behavior, but a bit different I think: My expression is this one, to show lengths of tracks on my map, in km: "etappe" || '\n (' || round((length(transform($geometry,'epsg:4326','epsg:31466'))/1000), 1) || ' km)' The rounding does actually work