A minimal example showcasing MapLibre GL JS's 3D globe projection capabilities without any framework dependencies.
This project demonstrates how to implement MapLibre GL JS's 3D globe visualization using vanilla JavaScript. It provides a simple, framework-free implementation that can serve as a starting point for more complex globe-based mapping applications.
-
Clone this repository:
git clone https://github.com/yourusername/maplibre-globe.git cd maplibre-globe pnpm install
-
Run the dev server:
pnpm run dev
- 3D globe visualization
- Interactive pan and zoom
- Framework-free implementation
- Minimal setup required