ThinkGeo.com    |     Documentation    |     Premium Support

Edit MapShapes

Greetings,


I am looking at how I can do the following:


I basically have a layer that contains MapShapes as described in the code community project.  I want to enable the user to put the map in "Edit Mode" which will place ALL of the mapshapes in the EditInteractiveLayer, however I want them to all still be displayed with their individual styles.  I looked at writing my own EditShapesLayer on the EditInteractiveOverlay to handle this, however that layer is read-only and cannot be set.


Any advice on how I can accomplish this would be appreciated.


 


Thanks for your help and time,


.Ryan.



We have a number of projects in the Code Community that deals with setting Styles for EditInteractiveOverlay. For example, I would recommend taking a look at:


-Dragged Point Style code.thinkgeo.com/projects/s...pointstyle


-Dragged PointStyle with Label code.thinkgeo.com/projects/s...stylelabel


-Dragging Icon code.thinkgeo.com/projects/show/draggingicon


-Snapping to Vertex code.thinkgeo.com/projects/show/snappingtovertex