[Maps] Icon rotation should use bearing/azimuth semantics #77496
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
Kibana version:
master and before
Describe the bug:
Dynamic icon rotation rotates the icon based on a field-value.
The rotation center is the 2D-graphics convention, with rotation starting on top of the screen and flipping down clockwise (since Y-axis is oriented downward).
When devices (e.g. GPS/ rfid-sensors...) emit azimuth/bearing, this is usually based on how the object crosses longitude, with the 0-angle parallel with the equator, counting counter-clockwise
Steps to reproduce:
Expected behavior:
use bearing semantics (which is "geo"-focused)
Screenshots (if relevant):
Existing behavior:
Car oriented using 2D-graphics API semantics (not lined up 😢 )
Expected behavior:
Car oriented using bearing semantics (lined up 😄 )
Any additional context:
This would be a slight breaking change. Could make this optional.
The text was updated successfully, but these errors were encountered: