Kingdom/empire capital labels only ever drew on the 3D globe -- neither the on-screen 2D map nor exportMapImage()/exportAtlasImage() showed them. drawMapOverlays() now has a 2D realm-label block mirroring the existing 3D one; exportAtlasImage() adds nation names as label candidates in its decluttered pass (offset above the capital's own settlement-name anchor so the two don't collide), shown regardless of the current colour mode since the atlas is a reference, not "what you're looking at". Also split the Territory view's political borders from its alliance/rivalry diplomacy arcs, which previously always showed together with no way to hide just the arcs. New independent showDiplomacy toggle (key A, default on, a toolbar checkbox in Overlays) gates only the ally/rival arc draw calls. Verified end to end: exported both Map and Atlas images from a live world with several realms and confirmed realm names render correctly (cleanly decluttered in the Atlas, alongside geography and settlement names). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TMfyZv91tonDnPJqbaTVJE
Description
No description provided
Languages
C++
99.6%
CMake
0.4%