Re: [OpenLayers-Users] Extending callback function of Handler.Path

2008-06-23 Thread Mifan Careem
he path > handler inherits from, uses a temporary vector layer. It is the > responsibility of your control to actually add drawn features to a > permanent layer, which control users will provide. Look at the draw > feature control code to understand how this works. Hope this helps. >

[OpenLayers-Users] Extending callback function of Handler.Path

2008-06-17 Thread Mifan Careem
Hi All, I'm trying to get the coordinates from line vectors drawn by users using Control.storeFeature and store them in the database. I intend to do this using a solution posted in the lists sometime back by using the "done" callback of Handler.Path, and doing the required processing within it.