I have a set of geographical coordinates which I’d like to visualize as a SVG world map, where each Country has a colour which is lighter or darker according to the amount of points residing in it. Being able to display the number of points for each Country on hover would be a plus. Is there any library which offer similar functionalities?
Share
You can you jVectorMap to implement the map you want.