Re: [Geoserver-devel] Available Filters Community Module Proposal

2018-03-22 Thread Alex McKeown
Thanks for the responses everyone. We weren’t aware of the “gs:PagedUnique” WPS process. For now we’re going try to using PagedUnique in combination with DescribeFeatureType and see if it can match our requirements. I’ll get back to you if we decide to implement something extra. Cheers, Alex

[Geoserver-devel] Jenkins build is back to normal : 2.12-cite-wms-1.3 #170

2018-03-22 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Jenkins build is back to normal : geoserver-2.13.x #35

2018-03-22 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Injecting security details into database context

2018-03-22 Thread Jason Newmoyer
I'm very pleased to find that with Custom SQL Sessions I'm able to get the user passed onto my database. I'm curious if there's any way to inject additional parameters, without modifying GeoServer code. I found

[Geoserver-devel] [JIRA] (GEOS-8660) "Reload feature type" in layer UI won't work if the FeatureTypeInfo has a saved list of attributes

2018-03-22 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created

[Geoserver-devel] [JIRA] (GEOS-8659) Adding space around graphic fills

2018-03-22 Thread alinemaria (JIRA)
Title: Message Title alinemaria created

[Geoserver-devel] [JIRA] (GEOS-8658) GetHistogram over time can miss last bucket of data, if the bucket is not fully contained in range

2018-03-22 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Andrea Aime
On Thu, Mar 22, 2018 at 11:34 AM, Jody Garnett wrote: > So the next step would be to make a proposal on what we want to do. Sounds > like there is a requirement, and a UI idea, and we need to fill in the > middle. > > One interesting one is the ability to ask for an SLD

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Jody Garnett
So the next step would be to make a proposal on what we want to do. Sounds like there is a requirement, and a UI idea, and we need to fill in the middle. One interesting one is the ability to ask for an SLD for a layer via GetStyles - this is done by layer name so it would work to retrieve the

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Rahkonen Jukka (MML)
Hi, The GeoPackage standard lacks definitions about how to deliver styles with data but I know that it has been discussed in the OGC working group. It would be right time now to think about how it could be done well and make a suggestion. I believe that suggestions can leak to gpkg working

Re: [Geoserver-devel] Support for renaming published dimensions

2018-03-22 Thread Andrea Aime
On Wed, Mar 21, 2018 at 2:47 PM, Matthew Campbell wrote: > Under normal circumstances, we use the FMRC capabilities provided by > netCDF-java via featureCollection XML files to aggregate datasets with > different runtimes (these datasets are themselves NCML aggregations of .nc

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Andrea Aime
Hi Jorge, summarizing what others said and adding a few bits of my own. You'd need (top to bottom): - A notion of "layer local style" in the configuration, right now styles are global and are just linked to the layer. Basically, what Nuno said. And add UI for it, what you said, but

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Richard Duivenvoorde
On 22-03-18 02:59, Jody Garnett wrote: > We have a similar need with shape files, the presence of a sidecar SLD > file is great way to pass styling around. > > At a GeoTools level I would love a way to "discover" a built-in style > for a layer so we could make it available for either a) GeoServer