Hi, When I select a Point Vector it reduces the pointradius (The assigned
Icon gets smaller).
How can I turn this off?

This is the code I use for the selection:

    var selectCtrl = new OpenLayers.Control.SelectFeature(lyrmarkers);
    map.addControl(selectCtrl);
    selectCtrl.activate();

 lyrmarkers.events.on({
        featureselected: function(e) {
            createHtmlPopup(e.feature);
        },
        featureunselected: function(e) {
            popup.close();
        }
    });

regards, Chris



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Pointradius-reduces-at-select-icon-tp5047983.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to