I would like to create a Map based on the cities (that's my Geo point) and number of sites for each company on the region (bubble size)
The issue is that when plotting based on the name of the city for each company, the map doesn't distinguish between the same name of the city in different countries (for example the city Odessa from USA is shown in Ukraina on the city of Odessa).
So I tried a different approach: I created a Location with GeoMakePoint (longitude, latitude) to have the exact location of the cities from USA that I need to plot. But the map looks like the map in the right and the points based on longitude and latitude are plotted very badly.
The map on the left is based on name of the city, my first approach, and looks good but can't distinguish between countries when I have the same name of the city.
Any ideas why the points are so badly placed on the map based on the longitude and latitude? Thanks,