it looks like the fallThrough property on the event object should do it, but I can't figure out how to add it to the constructor in my vector layer...

var vecLayer = new OpenLayers.Layer.Vector("vector",
                   {
                   styleMap: new OpenLayers.StyleMap(
                       {
"default": new OpenLayers.Style({fillOpacity: 0.5}, {rules: rules}), "select" : new OpenLayers.Style({strokeColor: "#3399ff", strokeWidth: 3})
                       }) //stylemap
                   } //vector
           ); //veclayer


On 12/9/2010 4:55 AM, percy wrote:
thanks for the answer! interestingly, I tried that after investigating your suggestion, and was sure it was going to break the code, but it was just ignored.

it looks like stopDown is a property of openlayers.handler.drag, and not a property of openlayers.handler

any other thoughts?
:-)

On 12/8/10 10:05 PM, dr wrote:

If "select" is your OpenLayers.Control.SelectFeature object then try to use
the following command:
select.handlers.feature.stopDown = false;


--
David Percy
Geospatial Data Manager
Geology Department
Portland State University
http://gisgeek.pdx.edu
503-725-3373

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to