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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi Team,

We are evaluating Syncfusion for a project and have found an issue on Maps.

The requirement

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.

The problem

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.

image

How it should be

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.

image


The issue has also been raised here: