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
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
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
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
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
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