ThinkGeo.com    |     Documentation    |     Premium Support

Suppress a vertex in editmode

Hello,


I'm looking to your implementation to interactlvely edit a shape ... wow it's pretty nice :)


User can elarge, rotate, add vertices ... that's great and the fist thing I've been requested when I showed it up is "how to interactively remove a vertex in a polygon/polyline" ...


It looks like this feature is missing, I mean from an interactive point of view (I know how to suppress a vertex by code).


Any plan to implement it?


Regards

Patrick.



Patrick, 
  
 We are very glad to hear you like the shape edit part. 
  
 Now we are still enhancing the TrackShape and EditShape functions etc. It will be much powerful and easier to control the vertexes, like adding or removing vertex on the shape. 
 We plan to release it around middle next month. Please wait for the upcoming version.   
  
 Thanks, 
 ThinkGeo Support 


Is thet problem resolved? Or deleting of vertex’s is steel unavailable?

Artem, 
  
   This is now available in the latest released version as of about 20 hours ago.  Too many features to list here were added but will highlight some. 
  
 1.Remove vertex - Double left click on the vertex 
  
 2.Add vertex on line -  Single left click anywhere on or near the line 
  
 3.Auto add vertex – Mouse down anywhere on a line and start draggin.  A new vertex will be created automatically 
  
 4.Panning – Editing now works with all map movement mouse command such as double click to zoom in, click and drag panning, track zoom in. 
  
 5.Symbols – You can now control every aspect of the symbols from changing them to control the zoom levels at which they show. 
  
 6.Replace – You can easily enhance or place our entire editing system.  We provide a nice base with many useful protected members.  We will post code in the near future to show some alternate editing systems.  
  
 In the new samples check out ‘Getting Started – Track and Edit Shapes’ sample.  Draw an ellipse and then zoom in a bit and try to add / remove vertex and also click and drag on a line to add a new one etc. 
  
 David