Re: [Geoserver-users] CQL Filter Vectortiles Plugin

2017-04-10 Thread tomer oren
hey, this problem happens in geoserver 2.11 as well. when asking for vector tiles format in WMS request - any filters do not work. what is the solution? is there somthing im missing? -- View this message in context:

Re: [Geoserver-users] CQL Filter Vectortiles Plugin

2017-04-10 Thread Andrea Aime
Hi, Dave's answer should be interpreted as "the functionality is not supported, but if you can write code, it's not hard to add". See: https://github.com/geoserver/geoserver/blob/master/CONTRIBUTING.md Cheers Andrea On Mon, Apr 10, 2017 at 2:21 PM, tomer oren wrote:

Re: [Geoserver-users] CQL Filter Vectortiles Plugin

2017-04-10 Thread tomer oren
hey, this problem happens in geoserver 2.11 as well. when asking for vector tiles format in WMS request - any filters do not work. what is the solution? is there somthing im missing? -- View this message in context:

Re: [Geoserver-users] CQL Filter Vectortiles Plugin

2017-02-15 Thread Dave Blasby
Hi, Ben, It's unlikely the VectorTiles renderer pays attention to extra CQL filters in the WMS request; the VT renderer is very simple. However, the functionality would likely be easy to add - just "and" the filter to the filter being sent to the datastore. Thanks, Dave On Wed, Feb 15, 2017 at

[Geoserver-users] CQL Filter Vectortiles Plugin

2017-02-15 Thread Jerrim, Ben
Hey all, we're using the geoserver-2.10-SNAPSHOT-vectortiles-plugin with CQL filters in WMS requests and it appears that the CQL filters do not apply to the response tiles. If I use the MVT extension (https://github.com/stefan0722/gs-mvt) rather than the vectortiles-plugin the filters apply