Hello! Is it possible to change icons (grey rectangles) of vertices than shows up when user clicks on a polygon to something else? For example to a cross, or to transparent rectangles. I'm using Enhanced Draw Widget Version 3.0.2 by rscheitlin. Thanks in advance. [ATTACH=CONFIG]19006[/ATTACH]
Now is this configurable in the eDrawWidget... No. That is not a common thing people are wanting to do so I have not and probably will not make that a configurable option.
BTW as this is a Flex Viewer/Widget question this post really belongs in the dedicated Flex Viewer forum:
Now is this configurable in the eDrawWidget... No. That is not a common thing people are wanting to do so I have not and probably will not make that a configurable option.
BTW as this is a Flex Viewer/Widget question this post really belongs in the dedicated Flex Viewer forum:
<esri:EditTool id="editTool" map="{map}">
<esri:ghostVertexSymbol>
<!-- put your symbol here -->
</esri:ghostVertexSymbol>
<esri:vertexSymbol>
<!-- put your symbol here -->
</esri:vertexSymbol>
</esri:EditTool>