CodeIgniter Forums
World Map - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: World Map (/showthread.php?tid=71028)



World Map - uradox - 06-27-2018

I've been working on a web app for managing some records globally.
At the moment I've got everything working quite nicely, including using the google maps v3 library to show locations. 

I am now looking to create an "overview" page that summarizes the data. One set of records are by Country, and I'd like to create a world map that simply has a small marker with the number of records found in each Country.
A rough example of what I'm trying to achieve:
https://imgur.com/a/UwDw7cu

In this case I have a red number in each country.

I'm struggling to work out a way to do this though. Is there any existing library that might help with this?