Map card: markers with same geo coords - how to show overlapping markers #20724
Replies: 2 comments 1 reply
-
maybe duplicate w/ #17985 if you want to combine. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as disruptive content.
This comment was marked as disruptive content.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example:

Currently it is possible to show states on markers on Map card:
Some weather stations provide several parameters - like pressure, humidity, temperature.
Assume wee need to show all of the on a map.
Since all these sensors have same geo coordinates - they are overlapping each other, and only the topmost can be seen.
Would be great to do this:
If two or more entities have same coordinates - show one marker on its coordinates, show other markers nearby connected by lines ("links") to the 1st marker:
May be someone has another (better) ideas.
And probably this approach may be used for any markers, not only with states...
Beta Was this translation helpful? Give feedback.
All reactions