this.installDrag({layer:this.poiLayer,opt:'load',id:'poiLatlong'});
this.installDrag({layer:this.addNewPoiLayer,opt:'add',id:'poiLatlong'});
But drag is installing for only one layer , whichever i am calling later.
But drag is installing for only one layer , whichever i am calling later. |
||||
|
Aragon answer was not working for me. I needed a solution so I spent a few days and found one that works: creating 2 dragable layers at the same time in OpenLayers? I hope that help! |
|||
|
|
ModifyFeaturecan solve your problem... i hope it helps you... – Aragon May 14 '12 at 11:45