Hello,
I have another Esri editor issue to ask about. When we have a solid red simple fill symbol on a feature service, the editor template symbol is blank. It doesn't happen with any of the other colors I have tested, only red. When I look at the FeatureSymbol here is what I see.
((SolidColorBrush)((ESRI.ArcGIS.Client.FeatureService.Symbols.SimpleFillSymbol)template.GetSymbol(layer.Renderer)).Fill).Color
{#00000000}
A: 0
B: 0
G: 0
R: 0
Here is the JSON.
{
"value" : "4",
"label" : "Solid Red",
"description" : "",
"symbol" :
{
"type" : "esriSFS",
"style" : "esriSFSSolid",
"color" : [
255,
0,
0,
255
],
"outline" :
{
"type" : "esriSLS",
"style" : "esriSLSSolid",
"color" : [
110,
110,
110,
255
],
"width" : 0
}
}
}
Any help would be appreciated!