Andreas,
Thank you for this ! My version number is "Release 2.13.1" which is what I
expected. I have a further diagnostic on my problem - deleting a vertex from
a LineString using a Control.ModifyFeature control. I have found that if a
'virtual vertex' is dragged into position to create a new vert
To see your OpenLayers version, type
OpenLayers.VERSION_NUMBER
in your JavaScript console.
The ModifyFeature control does not know how the feature was selected once
it is selected.
Andreas.
On Tue, Aug 6, 2013 at 2:59 AM, John Harris wrote:
> Andreas,
>
> Thank you for your reply ! First c
Andreas,
Thank you for your reply ! First can you tell me how can I tell which
version of OpenLayers I am using ? In my script I use and assume that this
will access the latest version ?
Secondly, I think I am right that if the ModifyFeature control is configured
with {standalone: true} then I
This sounds very strange. Did you configure the ModifyFeature control with
{standalone: true}? Also, which version of OpenLayers are you using? The
ModifyFeature control has recently been fixed and improved in many ways, so
you should be using 2.13.1.
Andreas.
On Wed, Jul 31, 2013 at 7:04 PM, Jo
Hi,
I am having a problem passing a feature (LineString) which I have selected
with an OpenLayers.Control.SelectFeature control to an
OpenLayers.Control.ModifyFeature control.
I find that the Modify control appears to accept the feature (its vertices
all 'lite up') and the vertices can each be dr