0
votes
1answer
14 views

Marker layer not responding to events in OpenLayers

I have multiple layers in OpenLayers: three vector layers, one google map layer, and a marker layer. I registered feature selected event to all three vector layers (which works fine, but btw is that a ...
2
votes
1answer
182 views

How to record a base layer change event in OpenLayers?

The OpenLayers.Control class possesses an eventListener property which could be used in the layer switcher control. I am not sure how to make use of it to detect a base layer change event so that I ...
0
votes
0answers
24 views

Layer added event

Is there an event that fires when a layer has been added to the map controls. I want to lay it down in Startup method : public void Startup(ref object initializationData) { }