Questions related to layer ordering, where z-index[0] refers to the base map and z-index[1,-1] refers to all overlay layers.
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 ...
1
vote
0answers
125 views
OpenLayers: How to get backgroundGraphic to go under externalGraphic
I've got a layer with nodes features on which I may want to display two images, a main one and a background one. This page : http://openlayers.org/dev/examples/marker-shadow.html shows what I want: ...