ThinkGeo.com    |     Documentation    |     Premium Support

Edit shape(s) question

Hello,


I have a web based application that required to draw  and edit shapes.  I am able to switch the draw mode on the client side however


when using AJAX to communicate with the server it seems that the  Map1.EditOverlay.Features is empty...


what should I do to make it to work in this way?


thanks for your support.


jm.


 



I had same problem.  gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/12/aft/10053/afv/topic/Default.aspx 
  
 I sent Gary a project zip that hopefully will allow him to recreate.

Hello Jean-marie, 
  
 Thanks for your post, indeed your problem is similar with Chad’s, so I will post the answer both side as soon as I find the root cause. 
  
 Regards, 
  
 Gary

Hello Jean-marie, 
  
 Sorry for waiting, after our confirm, Map1.EditOverlay.Features = 0 is correct. Because the client side code (Map1.SetDrawMode()) has nothing to do with the server side code(Map1.EditOverlay). This means you need to synchronize the feature into EditOverlay with Ajax after you use Map.SetDrawMode. 
  
 I hope this can help. 
  
 Regards, 
  
 Gary