Tagged Questions
0
votes
0answers
19 views
Does the ArcGIS Flex API simplify polygons by default?
I have a feature access map service that I use on an ArcGIS Flex web application.
Some polygons published by the feature service, seem to be "simplified" by the Flex API before they are drawn on the ...
2
votes
1answer
40 views
Do FeatureLayers reproject their features to adapt them to the map projection?
I'm working with the ArcGIS Flex API.
For example, ArcGISDynamicMapLayers do reproject their data in order to make it in the same projection as the map.
Do FeatureLayers have the same behaviour?
2
votes
1answer
93 views
How can I select features by map clicks
I'm developing a flex web application using the ArcGIS flex API 3.1.
I have a map with a polyline feature layer. I'd like to be able to select polylines from the map by clicking on the features on ...