Re: [JPP-Devel] isVectorLayerSelected Re: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4182] plug-ins/CTSPlugIn/trunk

2014-12-11 Thread Michael Michaud
Hi, > just quickly hacked down > EnableCheckFactory.createSelectedLayerablesMustBeEither(final Class[] > classes) > and committed it. > > your EnableCheck should be created via > EnableCheckFactory.createSelectedLayerablesMustBeEither(new Class[]{ > Layer.class }) But it will not save me from

Re: [JPP-Devel] isVectorLayerSelected Re: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4182] plug-ins/CTSPlugIn/trunk

2014-12-11 Thread Michael Michaud
Hi Ede, > On 11.12.2014 13:43, micha...@users.sourceforge.net wrote: >> +private boolean isVectorLayer(Layerable layerable) { >> +if (layerable instanceof RasterImageLayer) return false; >> +if (layerable instanceof WMSLayer) return false; >> +if (layerable instanceof La

[JPP-Devel] accessing a password protected WMS server

2014-12-11 Thread Andrei Nacu
The wms is not working today. I'll check on it when it is functional again. Yesterday the conclusion was that the shorter address variant (with wms instead of ows and without the ”?service=wms&version=1.1.1&request=GetCapabilities” part) allows us to view the wms map layers. Andrei

Re: [JPP-Devel] isVectorLayerSelected Re: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4182] plug-ins/CTSPlugIn/trunk

2014-12-11 Thread edgar . soldin
hey Mike, just quickly hacked down EnableCheckFactory.createSelectedLayerablesMustBeEither(final Class[] classes) and committed it. your EnableCheck should be created via EnableCheckFactory.createSelectedLayerablesMustBeEither(new Class[]{ Layer.class }) i didn't at all test it so far, so it

Re: [JPP-Devel] isVectorLayerSelected Re: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4182] plug-ins/CTSPlugIn/trunk

2014-12-11 Thread sstein
Hi Ede, Michael, yes, would be a good addition to EnableCheck cheers, stefan On 12/11/2014 10:50 AM, edgar.sol...@web.de wrote: > On 11.12.2014 13:43, micha...@users.sourceforge.net wrote: >> +private boolean isVectorLayer(Layerable layerable) { >> +if (layerable instanceof RasterIma

[JPP-Devel] isVectorLayerSelected Re: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4182] plug-ins/CTSPlugIn/trunk

2014-12-11 Thread edgar . soldin
On 11.12.2014 13:43, micha...@users.sourceforge.net wrote: > +private boolean isVectorLayer(Layerable layerable) { > +if (layerable instanceof RasterImageLayer) return false; > +if (layerable instanceof WMSLayer) return false; > +if (layerable instanceof Layer && > ((La