Bubble maps plotted by longitude/latitude - basically a hybrid between mappoints and mapbubbles.
For example, plotting a map of Uganda using the dataset below where the size of the bubble is determined by the datavalue, and the position of the bubble is determined by longitude/latitude.
Longitude | Latitude | City | datavalue
32.446945| 0.064444 | Entebbe | 0.06376521695969484
32.000000 | 2.750000 | Gulu | 0.054655900251167
32.549999 | 0.383333 | Jinja | 0.1609312618506584
32.583332 | 0.333333 | Kampala| 1.3937254564047585
31.049999 | 0.233333 | Masaka | 0.08805672818243572
32.333332 | 0.250000 | Mbale | 0.08502028927959311
30.750000 | -0.416667| Mbarara| 0.06983809476538007
34.183056 | 0.684722 | Tororo | 0.054655900251167
Example using bubbles: http://www.highcharts.com/maps/demo/latlon-advanced
-
Latitude/longitude support will be available in the upcoming version of Highmaps. It will rely on the proj4 library for projection conversion, and will work with the official Highmaps Map Collection (from v1.1.0 onwards). We will publish documentation on how to make lat/lon work with custom maps once we are ready for release.
For now, the in-development code can be found in the "latlon" branch on github. See these jsFiddles for a preview: http://jsfiddle.net/oysteinmoseng/f97jkgz6/ http://jsfiddle.net/oysteinmoseng/s8yc0cxk/
-
Currently our featured maps use a custom coordinate system for two reasons:
1. Smaller file size
2. Allow moving of overseas territoriesWe will take a look at how we can resolve the problem of specifying points by longitude and latitude.