Hello All,
My map legend is showing ArcGISDynamicServiceLayer33 and I am having hard time remove this from the legend. Anybody know hwo to fix this?. Thanks.
Solved! Go to Solution.
<esri:Map> <esri:ArcGISDynamicMapServiceLayer id="dynamicCensusBlockPoints" name="Census Points" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/Parcels/MapServer"> <esri:visibleLayers> <s:ArrayCollection> <fx:Number>0</fx:Number> <!-- Only show this specific layer --> </s:ArrayCollection> </esri:visibleLayers> </esri:ArcGISDynamicMapServiceLayer> </esri:Map>
<esri:Map> <esri:ArcGISDynamicMapServiceLayer id="dynamicCensusBlockPoints" name="Census Points" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/Parcels/MapServer"> <esri:visibleLayers> <s:ArrayCollection> <fx:Number>0</fx:Number> <!-- Only show this specific layer --> </s:ArrayCollection> </esri:visibleLayers> </esri:ArcGISDynamicMapServiceLayer> </esri:Map>