Select to view content in your preferred language

Sticky move tolerance

2948
3
11-20-2013 04:45 AM
NajyaBatool
Occasional Contributor
Hi,

Does anyone know how to set or adjust the sticky tolerance within Flex 3.0?  It's very easy to pick up polygons and accidentally move them while digitizing, especially on a site with multiple users. 

Thanks,
Najya
Tags (2)
0 Kudos
3 Replies
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hi Najya,

I know you mentioned the tolerance in digitizing. Here I found a sample code - identify features on esri Flex API might related to your question.
https://developers.arcgis.com/en/flex/sample-code/identify-features.htm

The tolerance is the number of pixels a feature is allowed to lie away from the clicked point in order to be counted as a result.

com.esri.ags.tasks.IdentifyTask, property: tolerance
https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/tasks/supportClasses/IdentifyParame...
0 Kudos
NajyaBatool
Occasional Contributor
Hi Nathan,

Thanks for your reply.  However, I'm not so concerned with the Identify features tool.  My issue is with the Edit widget.  Sorry, instead of using the world "digitize" I should have said while in edit mode.  When the Edit widget is active and feature access to that service is enabled, one can digitize on screen.  In edit mode it is quite easy to accidentally pick up features and move them.  In Desktop ArcGIS there's a sticky tolerance setting which prevents this.  I wondered if there's anything similar to this in the Flex API.

Thanks,
Najya
0 Kudos
NajyaBatool
Occasional Contributor
Hi ESRI Flex team,

Any help is appreciated.

Thanks,
Najya
0 Kudos