Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.
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.

share|improve this question
i had given an answer here...ModifyFeature can solve your problem... i hope it helps you... – Aragon May 14 '12 at 11:45

1 Answer

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!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.