Graphic Layer Shifting and Map Click Location Offset in Flex API 2.0

2627
1
07-29-2010 05:03 AM
RafaelFerraro
New Contributor II
Hello,

I have recently switched from Flex API 1.3 to 2.0, and am seeing a number of issues.

First, I have a geoprocessing service (9.3.1) that returns a feature layer to be drawn at the client.  When I start zooming out, the graphic layer starts shifting south.   When I start zooming in, the graphic layer shifts north back to its original position.

Second, the mapPoint registered for a mapClick event seems to be offset.  For example, I will initiate an event at an intersection, and the results get drawn a significant distance south of the intersection.  I have a feeling this might be related to the first issue.

I never saw these issues with the 1.x API's.  Anyone see something similar, or have any idea of what might be causing this behavior?
Tags (2)
0 Kudos
1 Reply
RafaelFerraro
New Contributor II
For anyone who cares, this behavior only occurs when the map is accessed from a module.  If I perform the same actions in the application containing the map, everything works as expected.