Re: [JPP-Devel] SVN: [6134] core/trunk/src

2019-02-22 Thread Stefan Steiniger
Uhm... a service may be backward compatible and can therefore support different request versions? - just guessing ;) On Fri, Feb 22, 2019, 10:42 Michaël Michaud, wrote: > Ede, > > This value is not used. WMSRequest version is initialized from WMService > version. Not sure why version is an attri

Re: [JPP-Devel] SVN: [6134] core/trunk/src

2019-02-22 Thread Michaël Michaud
Ede, This value is not used. WMSRequest version is initialized from WMService version. Not sure why version is an attribute of both WMService and WMSRequest. I just was adviced from my IDE. Let me have a deeper look. I subclass could use the previous default value if it does not use super()

Re: [JPP-Devel] Georeferencing images

2019-02-22 Thread Giuseppe Aruta
Hi MIchael, I apologize for my late answer. > There are a little bit hidden (not documented), especially the one for sextante as you have to use a plugin to create the Warping Vectors (unless you know you just have to create a layer with this name) and another tool to apply the transformation. Ye

Re: [JPP-Devel] SVN: [6134] core/trunk/src

2019-02-22 Thread edgar . soldin
hey Mike, can you tell me why you removed the default value for 'version' below? ..ede On 22.02.2019 08:35, jump-pilot-svn--- via Jump-pilot-devel wrote: > Modified: core/trunk/src/com/vividsolutions/wms/AbstractWMSRequest.java > ===