Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Layer Selection

Title: Layer Selection

Hi!

I have tried to figure out how to do this and failed.

How to I programmatically select a layer and have it shown as selected in the Layers View?
(and hence have the Selection View also change)

I have run:
        ((EditManager)map.getEditManager()).setSelectedLayer(layer);  

But that did not visually select the Layer in the Layers View.
Not sure what it did really.

Michelle


Back to the top