Change Comments
2026-09-05 — Equal Earth map projection
- Problem: The members map used an unprojected longitude/latitude layout that visually exaggerated land areas at high latitudes.
- Root Cause: The map’s master
Worldlayer did not specify a projected display CRS, sotmapdrew the source WGS 84 coordinates directly. - Solution: Set the master map CRS to Equal Earth (
EPSG:8857);tmapreprojects the world polygons and both current/past member point layers together. - Result: The “Where we are from” map now preserves relative land area while retaining the existing locations, colors, sizing, and styling.
- Files Modified:
members.qmd(not yet committed).