I'm trying to get a simple map example working but it's not working as expected. I've three headings: Name, Latitude, Longitude. Latitude and Longitude are working as expected, with the markers appearing where they should. But when I add in the Name entries (into Legend), it shows them all in every location like a mini pie chart (see screenshot below).
I'm just using a very simple dataset to try this out:
Name Longitude Latitude Paris 2.343179 48.86206 London -0.102216 51.51786 Berlin 13.40233 52.50141 Madrid -3.705769 40.41792 Dublin -6.261357 53.34379
Has anyone any idea why this is happening and how to fix it? I want to be able to indicate on the map where each location is using a colored legend (or equivalent).