Re: [Geoserver-users] slow vector tiles

2018-11-17 Thread Andrea Aime
On Sat, Nov 17, 2018 at 10:16 AM Matt Hakim wrote: > Many thanks for your reply. I followed your thread on the devel list as > well. > > We are using Vector tiles so we can apply styling on the client > (openlayers) when a feature is selected. > For our scenario, if the output Vector tile just

Re: [Geoserver-users] slow vector tiles

2018-11-17 Thread Matt Hakim
Many thanks for your reply. I followed your thread on the devel list as well. We are using Vector tiles so we can apply styling on the client (openlayers) when a feature is selected. For our scenario, if the output Vector tile just included the Polygons that would have been rendered into the PNG

Re: [Geoserver-users] WPS GridCoverage2D processes and NoData values

2018-11-17 Thread Andrea Aime
On Wed, Nov 14, 2018 at 5:20 PM ocox via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Hi, > > I'm working on a simple WPS process that subtracts one GridCoverage2D from > another (I hope this code shows up ok). But I can't seem to work out how > to > have the

Re: [Geoserver-users] Delete nested layer groups with mode Container Tree

2018-11-17 Thread Andrea Aime
Hi Jose, I was not aware of this issue, believe it's the first report of it. Could you please take a fresh GeoServer installation and provide step by step instructions on how to reproduce it? If you can have it happen there, please open a ticket at

Re: [Geoserver-users] ImageMosaic Schema Index

2018-11-17 Thread Andrea Aime
Hi Marc, no, there is currently no config that would make the mosaic create an index on a database column. However, the JDBC data stores expose a createIndex method, so it would be possible to add a config and make it go, if the backing store is a database, with some coding. Cheers Andrea On

Re: [Geoserver-users] Explanation of "Band Details" in Layer Properties

2018-11-17 Thread Andrea Aime
On Thu, Nov 15, 2018 at 11:02 AM wrote: > Hello! > > I am trying to understand the meanings and allowed inputs of the "Band > Details" table at the bottom of the Layer properties for raster data. I > could not find a description of these? > The field I am mostly interested in is the last one

Re: [Geoserver-users] Specify layer style in layer group request

2018-11-17 Thread Andrea Aime
On Fri, Nov 16, 2018 at 4:47 PM João Duarte wrote: > Is it possible to specify non-default styles when querying a layer group > via WMS or WMTS? > Had a quick glance at the code, it does not seem possible to set non default styles for a layer group, it ignores whatever you set and uses the ones

Re: [Geoserver-users] slow vector tiles

2018-11-17 Thread bradh
The draw primitives don’t have topology. They’re just path/fill. As a trivial example, if you get a vector tile with a line up the middle, would your client code style the left or right side as water? Brad From: Matt Hakim Sent: Saturday, 17 November 2018 8:16 PM To: