Renderer does not show symbol on map

804
2
Jump to solution
07-30-2019 04:55 AM
SandraHinz
New Contributor

I am migrating my project from sdk version 10.2.7 to version 100.5 (C# with WPF). We have several feature layer on a local maschine that we use in our actual application.

When I use the layer with the new sdk I can only see the label but not the symbol. On the server is version 10.6 installed. When I define an other symbol in the source code this symbol is shown on the map. I have attached the definition of the layer in json.

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

I suspect you might be running into the server-side issue introduced with a recent Microsoft Security patch - for more info see https://community.esri.com/community/developers/native-app-developers/blog/2019/07/24/announcing-the...

One easy way to test is to set ServiceFeatureTable.UseAdvancedSymbology to false. If you then see symbols rendered as expected it's likely to be caused by the issue linked above.

Cheers

Mike

View solution in original post

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

I suspect you might be running into the server-side issue introduced with a recent Microsoft Security patch - for more info see https://community.esri.com/community/developers/native-app-developers/blog/2019/07/24/announcing-the...

One easy way to test is to set ServiceFeatureTable.UseAdvancedSymbology to false. If you then see symbols rendered as expected it's likely to be caused by the issue linked above.

Cheers

Mike

0 Kudos
SandraHinz
New Contributor

Hi,

thanks for the repley. I can now see the symbols on my may.

Sandra

0 Kudos