Related Articles
Microsoft Commits Ten AI Safety Principles for Schools Microsoft Commits Ten AI Safety Principles for Schools

Overview of the Agreement   In early September 2024, Microsoft reached a landmark accord with two of the nation’s most influential teachers’ unions—the American Federation of Teachers (AFT) and its New York City …

OpenAI Launches ChatGPT for Teens: Safe Learning AI OpenAI Launches ChatGPT for Teens: Safe Learning AI

Overview: Why a Dedicated Teen Experience Matters   OpenAI’s decision to roll out ChatGPT for Teens marks a pivotal moment in the convergence of generative AI and K‑12 education. While the broader ChatGPT platform …

OpenAI & CodeAI Join to Ready the First AI Generation OpenAI & CodeAI Join to Ready the First AI Generation

Why AI Literacy Matters Now   The classroom has become an unofficial testing ground for generative AI. Recent surveys show that only 16 % of high‑school leaders feel their students receive sufficient technical …

OpenAI Launches ChatGPT for Teens with Safeguards OpenAI Launches ChatGPT for Teens with Safeguards

What Is ChatGPT for Teens?   OpenAI’s latest rollout, ChatGPT for Teens, is a dedicated mode that automatically activates for any account identified as belonging to a user under 18. The feature is designed to create …

Recent Content
NOAA’s New Priorities Endanger Marine Life and Fisheries NOAA’s New Priorities Endanger Marine Life and Fisheries

Background of the “Restoring American Seafood Competitiveness” Executive Order   In April 2025 President Donald Trump signed Executive Order 2025‑03, titled “Restoring American Seafood Competitiveness.” The order …

Google Launches Alpha Genome Atlas to Map Every Variant Google Launches Alpha Genome Atlas to Map Every Variant

Overview of Alpha Genome Atlas   On Tuesday, Google unveiled Alpha Genome Atlas, a software platform that attempts to predict the functional consequences of every possible single‑base variant in the human genome. …

Mike Flanagan’s Prime Video Carrie Reboot: What’s New Mike Flanagan’s Prime Video Carrie Reboot: What’s New

Background: The Original Carrie Legacy   When Brian De Palma unleashed Carrie in 1976, the film did more than introduce a telekinetic teenager—it set a template for horror cinema that still informs the genre today. …

Anthropic Researcher Quits, Warns AI Could Kill Us Anthropic Researcher Quits, Warns AI Could Kill Us

Background: Coxon’s Departure and the Public Warning   Jacob Coxon, a senior researcher at Anthropic—a lab known for its work on large‑scale language models—announced his resignation on a Tuesday night thread. …

UN Pushes Accurate Maps: Equal Earth vs Mercator

Posted on September 13, 2026 • 8 min read • 1,573 words
UN urges use of equal‑area projections like Equal Earth, challenging Mercator’s dominance and sparking debate over map accuracy in education and tech.
Generating summary...
UN Pushes Accurate Maps: Equal Earth vs Mercator

The UN General Assembly Resolution – What Happened?  

On September 4, the United Nations General Assembly adopted a resolution that calls on governments, schools, international bodies, and technology firms to give preference to equal‑area map projections—most notably the Equal Earth projection—when the relative size of landmasses matters.

  • 164 member states voted in favor.
  • 6 abstained.
  • The United States cast the sole “no” vote, branding the initiative a “radical ideological project.”

The resolution is non‑binding; it does not compel any party to replace existing cartographic standards. Instead, it encourages the adoption of more size‑accurate maps and the inclusion of educational material that explains the trade‑offs inherent in flattening a sphere.

While the language is diplomatic, the political symbolism is clear: the UN wants the world to recognize that the familiar 16th‑century Mercator projection, which inflates high‑latitude regions, is a historical artifact rather than a scientific necessity.

Technical Breakdown – From Mercator to Equal Earth  

Mercator’s Legacy  

Developed by Dutch cartographer Gerardus Mercator in 1569, the Mercator projection was a breakthrough for sailors because it preserves angles and direction. Its mathematical basis is a cylindrical projection where the globe is wrapped around a cylinder tangent at the equator. The result:

  • Conformal: shapes are locally accurate, making it ideal for navigation.
  • Distortive: area expands dramatically toward the poles; Greenland appears roughly the size of Africa, despite being 14 times smaller.

Because early navigation relied on paper charts, the Mercator map became the default for centuries. Modern digital mapping platforms inherited this bias, even though the underlying data pipelines can support many projections.

Equal Earth – A Modern Equal‑Area Alternative  

The Equal Earth projection, introduced in 2018 by cartographers Tom Patterson and Bojan Šavrič, is an equal‑area pseudocylindrical design that balances visual appeal with strict area preservation. Key characteristics:

  • Equal‑area: every region’s displayed size matches its true surface area, eliminating the north‑south bias.
  • Aesthetic compromise: the projection maintains a familiar “world map” silhouette, reducing the visual shock that can accompany more exotic equal‑area projections like Mollweide.
  • Computationally light: the forward and inverse formulas are simple enough for real‑time rendering on browsers and mobile devices.

Because the projection is open‑source, developers can integrate it into GIS libraries, web‑mapping frameworks, and even navigation apps without licensing hurdles.

Trade‑offs to Consider  

No projection is perfect. When choosing a map for a specific application, designers weigh:

PropertyMercatorEqual Earth
ConformalityPreserves angles → excellent for compass bearingsDistorts angles → less suitable for precise direction
Area AccuracyPoor (high‑latitude inflation)Perfect (areas are true)
Visual FamiliarityHighly familiar to the publicFamiliar shape, but less entrenched
Computational CostMinimal (well‑optimized libraries)Slightly higher, still trivial for modern hardware

Understanding these trade‑offs is central to the UN’s educational push: students should learn why a map looks the way it does, not just accept the default.

Why It Matters – The Real‑World Implications of Size Distortion  

Geopolitical Perception  

Map distortion subtly influences how people perceive the importance of nations. The Mercator’s exaggeration of Europe, North America, and Russia can reinforce a Euro‑centric worldview, while under‑representing Africa, South America, and Oceania. Equal‑area maps provide a more balanced visual narrative, which can affect:

  • International policy discussions – when delegates view a map that accurately reflects landmass, the psychological bias toward “larger” countries diminishes.
  • Media coverage – news graphics that use equal‑area projections can help audiences better grasp the scale of climate impacts, resource distribution, or population density.

Education and Public Awareness  

The resolution explicitly calls for curriculum updates that

that integrate equal‑area maps into geography lessons, teach students the mathematics behind different projections, and encourage critical discussions about how visual representations shape perception.

Sample Curriculum Elements  

  • Map‑Projection Workshops – Hands‑on activities where pupils plot the same country on Mercator, Equal Earth, and Mollweide maps, then calculate the percentage error in area.
  • Historical Context Modules – Brief overviews of why the Mercator projection was created, its role in the Age of Exploration, and how colonial narratives were reinforced by distorted visuals.
  • Data‑Visualization Projects – Assignments that require students to choose the most appropriate projection for a given dataset (e.g., population density vs. flight routes).

By embedding these components, educators can move beyond rote memorisation of capitals and foster a deeper understanding of cartographic choices.

Tech Industry Response – Will Apps Switch Projections?  

Major Players’ Stance  

CompanyCurrent DefaultPublic Comment on UN ResolutionLikelihood of Adoption
Google MapsWeb Mercator (EPSG:3857)“We continuously evaluate map projections for specific use‑cases; the resolution aligns with our educational outreach goals.”Medium – may add optional Equal Earth layer for educational mode
Apple MapsWeb MercatorNo official statement yet; internal briefings suggest low priority due to navigation focus.Low
OpenStreetMap (OSM) CommunityMultiple, with Mercator dominant in default renderersStrong support for open‑source equal‑area renderers; several forks already experimenting with Equal Earth tiles.High – community‑driven pilots emerging
MapboxWeb Mercator (default style)“We’re excited about the UN’s push for map literacy and are prototyping Equal Earth basemaps for non‑navigational contexts.”Medium‑High – early beta available

Practical Considerations  

  • Performance – While Equal Earth is computationally light, the massive tile caches built for Web Mercator would need to be regenerated, incurring storage and CDN costs.
  • User Expectations – Most users associate “the map” with the familiar Mercator silhouette; a sudden switch could cause confusion, especially for navigation where directionality matters.
  • Hybrid Solutions – Some platforms may retain Mercator for routing and navigation while offering an “educational view” that defaults to Equal Earth for thematic layers (climate, demographics).

Overall, the resolution is unlikely to force a wholesale migration away from Mercator in commercial navigation products, but it does open a niche for alternative projections in learning‑focused interfaces.

Potential Challenges and Criticisms  

  1. Perceived Politicisation of Cartography – Critics argue that the UN is injecting ideology into a technical field, suggesting that map choice should remain a neutral, scientific decision.
  2. Implementation Costs for Developing Nations – Updating textbooks, training teachers, and re‑producing printed atlases require resources that may be scarce.
  3. Fragmentation of Standards – If multiple projections gain official endorsement, developers could face a proliferation of “map‑choice fatigue,” complicating UI design.
  4. Limited Impact on Public Perception – Without widespread exposure (e.g., on smartphones), the educational push may remain confined to classrooms, limiting its ability to shift global mindsets.

Proponents counter that these hurdles are surmountable through international cooperation, open‑source tooling, and phased roll‑outs that prioritise high‑impact regions such as climate‑change education.

Looking Ahead – What Could Change Next?  

  • UN‑Sponsored Pilot Programs – The UN plans to fund pilot projects in 12 countries to test Equal Earth integration in school curricula and public information campaigns.
  • Open‑Source Map Libraries – Libraries like Proj4js, Leaflet, and OpenLayers are already adding native Equal Earth support, lowering the barrier for developers.
  • Standard‑Setting Bodies – The International Cartographic Association (ICA) may consider publishing guidelines that recommend equal‑area projections for specific thematic maps (e.g., population, resource distribution).

If these initiatives gain traction, we could see a gradual cultural shift where the “default” world map in textbooks and public displays more accurately reflects the planet’s true proportions, while navigation tools retain Mercator where its conformal properties remain indispensable.

Conclusion  

The UN General Assembly’s resolution is a symbolic yet purposeful step toward greater cartographic literacy. By urging the adoption of equal‑area projections such as Equal Earth, the UN highlights how visual distortions can subtly shape geopolitical narratives and public understanding of global issues.

While the resolution does not compel navigation giants to abandon Mercator, it creates a clear mandate for educators, policymakers, and open‑source communities to champion more accurate representations of our world. The real test will be whether these recommendations translate into tangible changes in classrooms, atlases, and the occasional “map‑view” toggle in the apps we use every day.


Frequently Asked Questions  

Q: Will my phone’s navigation app start showing a different map overnight?
A: No. The resolution is non‑binding and primarily targets educational and thematic uses. Navigation apps will likely keep Mercator for routing because it preserves direction, though some may add an optional Equal Earth layer for non‑navigational purposes.

Q: How does the Equal Earth projection compare to the Mollweide projection?
A: Both are equal‑area, but Equal Earth is designed to look more like the familiar rectangular world map, with less extreme shape distortion at mid‑latitudes. Mollweide has a more “oval” silhouette and can appear unfamiliar to many users.

Q: Are there any legal requirements for governments to change their official maps?
A: No. The UN resolution is a recommendation; each country decides how to implement it, if at all.

Q: Can I download an Equal Earth basemap for my own projects?
A: Yes. The projection is open‑source, and many GIS platforms (QGIS, ArcGIS, Mapbox, etc.) provide ready‑made Equal Earth tiles or allow you to generate your own.

Q: Does using an equal‑area map improve the accuracy of distance calculations?
A: Not directly. Equal‑area projections preserve area, not distance or direction. For precise distance measurements, geodesic calculations on the ellipsoid are still required.

Q: Will the UN revisit this resolution in the future?
A: Resolutions are typically reviewed at subsequent General Assembly sessions. If adoption rates rise or new evidence emerges about the educational impact, the UN may issue a follow‑up recommendation or a more detailed implementation framework.


Source: Original Article


Discussion

Join the conversation...
Loading discussion...

Keep Reading

Microsoft Commits Ten AI Safety Principles for Schools
Related Microsoft Commits Ten AI Safety Principles for Schools

Overview of the Agreement   In early September 2024, …

OpenAI Launches ChatGPT for Teens: Safe Learning AI
Related OpenAI Launches ChatGPT for Teens: Safe Learning AI

Overview: Why a Dedicated Teen Experience Matters   …

OpenAI & CodeAI Join to Ready the First AI Generation
Related OpenAI & CodeAI Join to Ready the First AI Generation

Why AI Literacy Matters Now   The classroom has become …

OpenAI Launches ChatGPT for Teens with Safeguards
Related OpenAI Launches ChatGPT for Teens with Safeguards

What Is ChatGPT for Teens?   OpenAI’s latest rollout, …