Commit Graph

2 Commits

Author SHA1 Message Date
Shawn Anderson 1af7616da3 Update all Mapbox globes with working access token
Replaces placeholder tokens in all 4 globe visualizations with a working
Mapbox GL JS access token. Globes should now render immediately when opened
in a browser.

Updated:
- mapbox_globe_1/src/index.js
- mapbox_globe_2/src/index.js
- mapbox_globe_3/src/index.js
- mapbox_globe_4/src/index.js
2025-10-09 18:08:41 -07:00
Shawn Anderson b64c0d997b Add Mapbox GL JS 3D globe web-enhanced infinite loop system
Extends the web-enhanced infinite loop to support Mapbox GL JS globe
visualizations. Enables progressive learning of Mapbox techniques through
curated documentation, examples, and tutorials.

Key additions:
- Mapbox globe visualization specification with progressive pathways
- Curated URL strategy covering foundation → expert Mapbox techniques
- Demo: Global population distribution with 100 cities on 3D globe
- Multi-file structure: HTML, JS, data, documentation per iteration

System features:
- Globe projection with atmosphere and space effects
- Data-driven styling with Mapbox expressions
- Interactive layers (heatmap, circle, fill, extrusion)
- Progressive complexity: single layer → multi-layer → 3D → WebGL
- 40+ curated Mapbox documentation URLs for systematic learning

Demo visualization includes:
- 3D rotating globe with satellite imagery
- 100 major cities with population-based sizing and colors
- Auto-rotation with smart pause/resume on interaction
- Interactive popups, navigation controls, fullscreen mode
- Professional UI with legends and overlays

Generalizable to any geographic/spatial data visualization domain where
progressive Mapbox GL JS learning creates increasingly sophisticated
interactive globe experiences.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 17:47:34 -07:00