ThinkGeo.com    |     Documentation    |     Premium Support

Pausing trackoverlay and resuming

In my application, the user will need to be able to drop a point at anytime, even if they are in the middle of drawing a polygon/line.  I have the point drop working as well as the shape drawing, but how do I get it so that it will pause the polygon/line, allow the user to drop a single point, then resume the prior operation?

Hi Scott,


Thanks for you post, attached sample is for your consideration about this functionality, following is a test vedio on our end for your information screencast.com/t/MzGnuLzLc366


Hope it helps


Summer



post11518.txt (5.08 KB)

maybe im dense, but i didn’t see anything in that attachment showing me how to pause a shame drawing, drop a point, and then resume the shape drawing. 


Hi Scott,



Sorry for misunderstanding your requirement, I thought you wanted to drop one vertex on the line while you were drawing. Now, attached is the new sample code for your consideration, would you please try it again? Here is an test vedio on our end for your information: screencast.com/t/fRn1l2zTf

if you have any more question , please feel free to let us know.


Best Regards


Summer



001_post11518.txt (1.87 KB)

That code will work for lines.  Thanks!  Is there a way I can do this with polygon’s also?


Posted By Scott on 09-17-2013 08:07 AM


That code will work for lines.  Thanks!  Is there a way I can do this with polygon’s also?


Nevermind.  I think i have that figured out.

Hi Scott, 
  
 Great to hear it is sorted out, if you have any more question, please feel free to let us know. 
  
 Best Regards 
  
 Summer

Ok, so here is the delema now.  I need examples on this for Polygon shapes.  I have the pausing/resuming working, so that’s not an issue.  For lines, I also have it working so that I can pause it, drop a point, then resume the previous line, so that’s not an issue.   
  
 What I need examples on are:   
      (1) how to pause the polygon, drop a point, then resume the prior polygon. 
      (2) how to drop a point in the middle of drawing a polygon 
      (3) how to drop a point in the middle of drawing a line. 
  
 The last two I am assuming that when the want to drop a point (by first hitting a flag icon I have) that I would pause the drawing, set it for point, and then resume drawing afterwards, so maybe just showing an example for 1 would work). 
  
 Thank you.

Hi Scott, 



Attached code based on Summer’s code before. It support polygon now.



Any question please let me know.



Regards,



Don

11518_3.txt (4.36 KB)

Ok, one more minor thing on this I would like help with.   
  
 I have it working perfectly, except that when I draw a pologon (lets say a square), then pause it, then resume it, it completes the square before continuing.  In other words it will have four sides to the square and then let me continue with the drawing at that point.  Contrast that with what happens if I do not pause it, and add a fifth point after doing a square first.  I hope that makes sense.

Hi Scott, 
  
 Thanks for your query, to better understand yoru problem, if possible, would you please provide us a illustration pictures or a screenshot vedio? 
  
 Waiting for your further information. 
  
 Best Regards 
  
 Summer

I was able to figure this out too.  so never mind.

Hi Scott, 
  
 Great to hear it is sorted out, if you have any more question, please feel free to let us know. 
  
 Best Regards 
  
 Summer