[OpenLayers-Users] problem with vector SelectFeature
Valeria Muñoz
valemunoz at gmail.com
Mon Mar 21 08:56:48 EDT 2011
Hi!!
i am working with markers and vectors. When i activate the
SelectFeature control of the vector, this blocks my markers popup. if i
deactivate selectFeature my markers popup back!
can you help me please?!!!
code:
DM_selectCtrl = new OpenLayers.Control.SelectFeature(
DM_vectorLineas,
{ clickout: true, onSelect: selectLinea, onUnselect:
unselectLinea }
);
map.addControl(DM_selectCtrl);
DM_selectCtrl.activate();
RG
Valeria.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20110321/fd108657/attachment.html
More information about the Users
mailing list