Map projections convert spherical coordinates into a flat representation. Each projection introduces its own trade-offs between shape, area, and distance accuracy, making the choice of projection an important design decision for any map visualization.
This sample uses the Bonne projection with a bubble map to visualize worldwide Starbucks distribution by country. Bubble markers are sized proportionally to the number of stores in each country, with a coffee-themed color palette, formatted tooltips displaying store counts, and zoom controls for exploration.
See the Map Projections documentation for all configuration options.