[OpenLayers-Users] Pointradius reduces at select icon

cmay gufutomozytibyfe at tempomail.fr
Thu Apr 18 06:57:06 PDT 2013


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.


More information about the Users mailing list