Select to view content in your preferred language

Need to shift just one layer on Flex 4

1056
0
05-13-2011 11:44 PM
AndreyLabodin
Deactivated User
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>
Tags (2)
0 Kudos
0 Replies