On the left of my screen, i've a SVG world map (one path for each country). I control it with D3js On the right, i've a HTML list (ul) of people. I'm looking for a solution to drag the name of one people and drop it in one country (with a effect for the country when the element pass over it). I don't ask a complete code but just concept or method to focus my search.
Thanks a lot and have a good day !!