Hello,I need to shift one of layers in map on Flex 4.There are seven different layers (ArcGIS Server 10 Dynamic Services)/ One of them is added to map from external server and it looks like shifted on 30 meters on both coorinate axes. I need to shift this incorrect layer (to set x=x+30 and y=y+30) to right position. Is there any ability to do that? <esri:Map id="myMap" styleName="myMapStyle"
logoVisible="false"
crosshairVisible="true" crosshairAlpha="0.5" crosshairColor="#2A32D6" crosshairWidth="1"
scaleBarVisible="false"
zoomSliderVisible="true"
mapClick="mapClickHandler(event)"
openHandCursorVisible="false">
<esri:ArcGISTiledMapServiceLayer url="http://<Server1>/ArcGIS/rest/services/basemaps/basemap1/MapServer"/>
.
.
.
<esri:ArcGISDynamicMapServiceLayer url="http://<Server2>/ArcGIS/rest/services/Layers/Layer2/MapServer" alpha="0.4"/> (need to shift this one)
.
.
.
</esri:Map>