Hi,

Has tried splitting a polyline at a specific point? In my application
I use GPolyline.enableEditing() to enable users to edit the polyline.
What I would like to do is enable a user to optionally split a
gpolyline into two seperate gpolylines by clicking on one of the
vertices, highlighted when a route is edited.

Any ideas? If I could capture the vertice point which is clicked, I
could then manually split the polylines by looping through each of the
points until the clicked point is reached, and creating a new line at
that point. Or maybe there is a more elegant solution, for example
using Mike Williams' EPoly extension?

Thoughts?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to