laptop and a wrench

Bug

Featuresymbol defined on a feature layer is ignored if the map service consumed is published in AGS 10.

Last Published: August 25, 2014 ArcGIS API for Silverlight
Bug ID Number NIM061819
SubmittedOctober 7, 2010
Last ModifiedJune 5, 2024
Applies toArcGIS API for Silverlight
Version found10.0
Program languagexaml
Operating SystemWindows OS
Operating System VersionXP
StatusWill Not Be Addressed

Additional Information

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

Workaround, use Renderer (also suggested in the help): <Grid x:Name="LayoutRoot" Background="White"> <Grid.Resources> <esri:SimpleRenderer x:Key="MySimpleRenderer"> <esri:SimpleRenderer.Symbol> <esri:SimpleMarkerSymbol Size="50" Color="Green"> </esri:SimpleMarkerSymbol> </esri:SimpleRenderer.Symbol> </esri:SimpleRenderer> </Grid.Resources> <esri:Map x:Name="MyMap" > <esri:ArcGISDynamicMapServiceLayer ID="StreetMapLayer" Url="http://csc-mysorekar1/ArcGISII/rest/services/AR_Counties_GCS/MapServer"/> <esri:FeatureLayer ID="MyFeatureLayer" Url="http://csc-mysorekar1/ArcGISII/rest/services/AR_Counties_GCS/MapServer/0" Renderer="{StaticResource MySimpleRenderer}" Where="1=1" > </esri:FeatureLayer> </esri:Map> </Grid>

Steps to Reproduce

Bug ID: NIM061819

Software:

  • ArcGIS API for Silverlight

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options