Has anyone encountered an issue with a map component where two devices share the exact same coordinates (longitude and latitude), causing their markers to overlap and making it impossible to see both devices? If so, has anyone discovered a solution to this problem?
Hi Curtis,
This is indeed a flaw of the current way the markers on the maps component are represented. To work around this issue you could adapt the data source to only return 1 row that represents both devices at once. A different way to solve this would be to slightly change their coordinates so they no longer overlap when zoomed in far enough.