Select to view content in your preferred language

Can't rotate symbols by attribute

79
4
Monday
LiveHus
Emerging Contributor

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)

LiveHus_0-1759757654442.png

Client (Incorrect rotation)

LiveHus_1-1759757670248.png

Is this a known bug? Have anybody else experienced the same issue? Any workarounds?

Thanks in advance

 

0 Kudos
4 Replies
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

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.

0 Kudos
LiveHus
Emerging Contributor

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!

0 Kudos
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

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)

  1. Are both versions of your portal and the client the same or do they differ
  2. Does the service, when brought into the webmap, have all data required or is some of the data missing.
  3. Are the data types the same for the rotation field. i.e integer, float, double
  4. Have you tried switching from Geographic to Arithmetic to see if the results appear the same despite being the same field?

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.

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

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 

0 Kudos