POST
|
Is there a bug number I should follow to know the final resolution? Thanks!
... View more
06-28-2019
10:03 AM
|
1
|
1
|
27
|
POST
|
Thanks! That fixed our specific issue. However, how do I know, as a client app developer with my app distributed to various organizations if this should be set to true or false? For example, organization A does use ArcGIS Pro Symbology and organization B does not use ArcGIS Pro Symbology - if I hardcode this value to false then what happens to organization A?
... View more
06-26-2019
10:57 AM
|
0
|
9
|
27
|
POST
|
I am trying to add and view a single feature layer from our service with the following code: _viewModel.AddLayerFromUrl( "http://orbittest.miner.com:6080/arcgis/rest/services/GRU_ElectricDistribution/MapServer/1", "Support Structure"); _viewModel.AddLayerFromUrl( "http://orbittest.miner.com:6080/arcgis/rest/services/GRU_ElectricDistribution/MapServer/15", "Lines"); public void AddLayerFromUrl(string layerUrl, string name) { var layer = new FeatureLayer(new Uri(layerUrl)) { Id = name, Name = name, IsVisible = true, ScaleSymbols = false }; Map.OperationalLayers.Add(layer); } The "Lines" layer displays fine in the map. The "Support Structure" labels appear, but the actual symbols / graphics do not. I have tried with ScaleSymbols set to true and false. I am using 100.5. I have reproduced this in the Sample App WPF provided by Esri. See attached screenshot. I also attached the json for the troublesome layer. Note that there are multiple layers on this service that demonstrate this behavior. I also attached the .json for Anchor Guy which is a simple layer that reproduces the problem.
... View more
06-26-2019
08:08 AM
|
0
|
12
|
390
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|