ThinkGeo.com    |     Documentation    |     Premium Support

How to change resize vertex style and move vertex style

 Hi


Is it possible to change style of resize vertex and move vertex separatelly.


For example move vertex style should look like move cursor and resize vertex style should like like square.


I tried to apply graphicName: "cross" to default and select styles but it changes the style of resize and move vertices.


Usually the move vertex is in the middle of the edited shape.


 




Hi Sergei, 



I guess  you can try the steps as following to manage it: 



1. Find the "ModifyFeature" control on client side. 

2. Change the style of "modifyFeature.radiusHandle" to the shape style you would like, such as arrow etc. This is used for "rotating and resizing". 

3. Change the style of "modifyFeature.dragHandle" to the shape style you would like, such as cross etc. This is used for "drag". 

4. Change the "modifyFeature.virtualStyle" for the virtual point on the lines. 



Hope it helps, thanks. 

Johnny