Re: [QGIS-Developer] expression variable for rendering with QGIS server

2018-05-24 Thread Otto Dassau
Am Thu, 24 May 2018 08:59:25 +1000 schrieb Nyall Dawson : > On 24 May 2018 at 00:16, Otto Dassau wrote: > > Dear developers, > > > > I use expression variables within the rule based renderer. For example: > > > > CASE WHEN @project_title LIKE

Re: [QGIS-Developer] expression variable for rendering with QGIS server

2018-05-23 Thread Alessandro Pasotti
Hi Otto, no need to be sorry, it is actually always good to know that something works as expected ;) On Wed, May 23, 2018 at 4:35 PM, Otto Dassau wrote: > Hi, > > after a second try, it seems that QGIS server version 3 supports expression > variables within the rule

Re: [QGIS-Developer] expression variable for rendering with QGIS server

2018-05-23 Thread Otto Dassau
Hi, after a second try, it seems that QGIS server version 3 supports expression variables within the rule based renderer - sorry for the noise. Thanks, Otto Am Wed, 23 May 2018 16:16:58 +0200 schrieb Otto Dassau : > Dear developers, > > I use expression variables within

[QGIS-Developer] expression variable for rendering with QGIS server

2018-05-23 Thread Otto Dassau
Dear developers, I use expression variables within the rule based renderer. For example: CASE WHEN @project_title LIKE '%adult' THEN "fclass" = 'school' ELSE "fclass" = 'kindergarten' END This works in QGIS desktop but not with QGIS Server Version 2 and 3. Does QGIS server not support this