Re: [Geoserver-devel] By request interpolation method in WMS

2015-05-14 Thread Mauro Bartolomeoli
Hi Jody, backports are already there, for both GeoTools and GeoServer (2.6.x and 2.7.x). Mauro 2015-05-13 0:38 GMT+02:00 Jody Garnett : > Just wanted to double back to this issue, as GEOT-5064 > indicates you want to > back port the functionali

Re: [Geoserver-devel] By request interpolation method in WMS

2015-05-12 Thread Jody Garnett
Just wanted to double back to this issue, as GEOT-5064 indicates you want to back port the functionality - do you want to do that before next week's release? A number of GeoServer issues are stacking up on this subject (GEOS-7005

Re: [Geoserver-devel] By request interpolation method in WMS

2015-04-01 Thread Mauro Bartolomeoli
And here is the GeoServer one: https://github.com/geoserver/geoserver/pull/998 Thank you. Mauro 2015-04-01 12:14 GMT+02:00 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it>: > Hi, > the pull request for the GeoTools part is here: > https://github.com/geotools/geotools/pull/802 > > Regard

Re: [Geoserver-devel] By request interpolation method in WMS

2015-04-01 Thread Mauro Bartolomeoli
Hi, the pull request for the GeoTools part is here: https://github.com/geotools/geotools/pull/802 Regards, Mauro 2015-03-31 17:51 GMT+02:00 Jody Garnett : > You can create a new Jira at http://osgeo-org.atlassian.net - > placeholders have been created for the old Jira and the contents should be

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-31 Thread Jody Garnett
You can create a new Jira at http://osgeo-org.atlassian.net - placeholders have been created for the old Jira and the contents should be migrated across shortly. Attend the Skype meeting today to coordinate. -- Jody Garnett On 31 March 2015 at 08:38, Mauro Bartolomeoli < mauro.bartolome...@geo-so

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-31 Thread Mauro Bartolomeoli
Hi, so I did some work on this and it seems to be finally working (I had to fix a couple of bugs in the run, to take care of both direct and "classic" rendering path). As prospected the change is partly in GeoTools, in particular in StreamingRenderer to add support for the "by layer" interpolation

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-27 Thread Mauro Bartolomeoli
Hi, 2015-03-27 14:12 GMT+01:00 Andrea Aime : > On Fri, Mar 27, 2015 at 9:15 AM, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Hi Jody, >> >> 2015-03-26 20:22 GMT+01:00 Jody Garnett : >> >>> Wouldn't it be more appropriate to do this on a layer by layer basis? Or >>> are

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-27 Thread Andrea Aime
On Fri, Mar 27, 2015 at 9:15 AM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi Jody, > > 2015-03-26 20:22 GMT+01:00 Jody Garnett : > >> Wouldn't it be more appropriate to do this on a layer by layer basis? Or >> are you focused on the final map production ... >> >> > If you

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-27 Thread Mauro Bartolomeoli
Hi Jody, 2015-03-26 20:22 GMT+01:00 Jody Garnett : > Wouldn't it be more appropriate to do this on a layer by layer basis? Or > are you focused on the final map production ... > > If you mean that the interpolation parameter should be a comma delimited list with one value for each layer (similar

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-26 Thread Jody Garnett
Wouldn't it be more appropriate to do this on a layer by layer basis? Or are you focused on the final map production ... -- Jody Garnett On 26 March 2015 at 06:36, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > currently WMS can be configured to used different intepolat

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-26 Thread Andrea Aime
On Thu, Mar 26, 2015 at 3:47 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi Andrea, > > 2015-03-26 15:28 GMT+01:00 Andrea Aime : > >> On Thu, Mar 26, 2015 at 2:36 PM, Mauro Bartolomeoli < >> mauro.bartolome...@geo-solutions.it> wrote: >> >>> Hi, >>> currently WMS can be

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-26 Thread Mauro Bartolomeoli
Hi Andrea, 2015-03-26 15:28 GMT+01:00 Andrea Aime : > On Thu, Mar 26, 2015 at 2:36 PM, Mauro Bartolomeoli < > mauro.bartolome...@geo-solutions.it> wrote: > >> Hi, >> currently WMS can be configured to used different intepolation methods >> (nearest neighbour, bilinear or bicubic) only as a global

Re: [Geoserver-devel] By request interpolation method in WMS

2015-03-26 Thread Andrea Aime
On Thu, Mar 26, 2015 at 2:36 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > currently WMS can be configured to used different intepolation methods > (nearest neighbour, bilinear or bicubic) only as a global configuration > setting. > > I would like to add a new vendor

[Geoserver-devel] By request interpolation method in WMS

2015-03-26 Thread Mauro Bartolomeoli
Hi, currently WMS can be configured to used different intepolation methods (nearest neighbour, bilinear or bicubic) only as a global configuration setting. I would like to add a new vendor parameter for GetMap (interpolation) so that the method could be set on a by request basis, overriding the de