Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbologies grouped in mXD is rendering multiple times in TOC #326

Open
EricG66 opened this issue Apr 14, 2020 · 1 comment
Open

Symbologies grouped in mXD is rendering multiple times in TOC #326

EricG66 opened this issue Apr 14, 2020 · 1 comment

Comments

@EricG66
Copy link

EricG66 commented Apr 14, 2020

Code Snippet

In ArcMap the symbology for certain items is grouped (notice in yellow the grouped categories called Group1, Group2, etc…) :

ArcMapGroupSymbology

ArcMapGroupSymbology2

Service created from ArcMap:
https://services.arcgis.com/EgePHk52tsFjmhbJ/ArcGIS/rest/services/TestTOC/FeatureServer

Service created from Pro:
https://services.arcgis.com/EgePHk52tsFjmhbJ/arcgis/rest/services/TestTOC_PRO/FeatureServer


<esri:TableOfContents x:Name="TableOfContent" Grid.Row="1" Height="250" Margin="5,5,0,5"
GeoView="{Binding ElementName=MyMapView}" ShowLegend="False" Style="{StaticResource TOC}"/>

MXD Symbology Grouped – You can see in both the rows multiple values are combined and one label is provided (Observation Well and Gas Storage)
Grouped_symbolgy

TOC rendered in application- It renders each values individually rather than combining in one.
TOC

Tested with the following versions:
versions

@mbranscomb
Copy link
Member

This issue is dependent on support for this information being included in the Webmap specification. Once it is being written by publishing applications then consuming client applications can ensure they read and honor the unique value grouping information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants