Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi Team,
We are evaluating Syncfusion for a project and have found an issue on Maps.
We need to denote user profiles as markers on map. Each profile will have latitude and longitude associated with it. Profiles which do not have specific geo-coordinates, will have country coordinate.
A lot of profiles can have same country coordinate. For example:
{ "first_name": "Gwen", "middle_name": "", "last_name": "Paltrow", "country": "India", "latitude": 20.5937, "longitude": 78.9629 }, { "first_name": "Navin", "middle_name": "", "last_name": "Vijaykumar", "country": "India", "latitude": 20.5937, "longitude": 78.9629 }
Since both have same lat and long, the markers overlap. Since they overlap, the tooltip only opens for the last profile.
Markers having same coordinates should be placed at equidistant places on the map. Following is an implementation done using ngx-leaflet using the same data.
The issue has also been raised here: