Hello
I am having issues with rotating symbols by attribute using ArcGIS Enterprise 11.1 and .sdk v. 200.7. The rotation works in my webmap in Portal, but fails in my client. Pictures below are showing the same object, where the client is unable to display it correctly.
Portal (This is the correct rotation)
Client (Incorrect rotation)
Is this a known bug? Have anybody else experienced the same issue? Any workarounds?
Thanks in advance
Hi @LiveHus,
Just out of curiosity, have you tried publishing the service as a reference with the rotation of the symbols as part of the service. It could be a bug but sometimes publishing a referenced source offers more control of symbology than the typical portal map.
Hi @RPGIS
This is a hosted feature layer published from GeoEvent and runnning in a Big Spatiotemporal Data Store cluster. The symbology must therefore be configured in Portal as the symbology options for BSDS are limited. Do you know if it's a known bug?
Thanks for your quick answer!
Hi @LiveHus,
I do not know if this is bug or not since there isn't enough information to be able to troubleshoot without knowing the client side configuration vs your portal configuration. Have you checked the following? (This is based on my previous knowledge since it has been sometime since I have messed with GeoEvent)
If the answer to all questions is yes then it is likely a bug or a versioning/compatibility issue. Moreso a bug if everything else is working correctly. I have not messed with GeoEvent for some time since we use Velocity so it is difficult to say what the issue actually is.
Hi,
I'm not aware of any known issues relating to rotation. Are you able to call ToJson() on the Renderer (or if there's no renderer on the Symbol) and share the json?
For a specific release, you can check known issues in the release notes e.g., Release notes for 200.8 | ArcGIS Maps SDK for .NET | Esri Developer
Thanks