Select to view content in your preferred language

ArcIMSMapServiceLayer - Error in documentation

496
2
06-25-2010 11:01 AM
ZahidChaudhry
Deactivated User
I was looking at ArcIMSMapServiceLayer documentation:
[HTML]<esri:Map>
     <esri:ArcIMSMapServiceLayer
         serviceHost="http://www.geographynetwork.com" serviceName="Census_TIGER2000">
         <s:ArrayCollection>
             <esri:visibleLayers>
                 <fx:String>Oceans and Seas</fx:String>
                 <fx:String>Countries and Regions</fx:String>
             </esri:visibleLayers>
         </s:ArrayCollection>
     </esri:ArcIMSMapServiceLayer>
</esri:Map>[/HTML]I tried and I think it should be like this.
[HTML]
<esri:Map>
     <esri:ArcIMSMapServiceLayer
         serviceHost="http://www.geographynetwork.com" serviceName="Census_TIGER2000">
        
<esri:visibleLayers>
<s:ArrayCollection>
           
                 <fx:String>Oceans and Seas</fx:String>
                 <fx:String>Countries and Regions</fx:String>
          
         </s:ArrayCollection>
  </esri:visibleLayers>

     </esri:ArcIMSMapServiceLayer>
</esri:Map>
[/HTML]
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
Thanks for reporting this.
0 Kudos
BjornSvensson
Esri Regular Contributor
Just wanted to let you know that the documentation has been fixed:
http://help.arcgis.com/en/webapi/flex/apiref/index.html?com/esri/ags/layers/ArcIMSMapServiceLayer.ht... 🙂
0 Kudos