A small web app for exploring how the world political map changes across classic and modern map projections. Select a projection to morph the map smoothly.
- Multiple world projections (Natural Earth, Equal Earth, Robinson, Winkel Tripel, Mercator, Orthographic)
- Smooth animated transitions between projections
- Political borders with graticules for spatial context
- Start a local server from the project directory:
python3 -m http.server 8080- Open
http://localhost:8080in your browser.
The app uses CDN-hosted scripts, so no build step is required.