geoNaturalEarth1 function

GeoProjection geoNaturalEarth1()

The Natural Earth projection is a pseudocylindrical projection designed by Tom Patterson.

It is neither conformal nor equal-area, but appealing to the eye for small-scale maps of the whole world.

Implementation

GeoProjection geoNaturalEarth1() =>
    GeoProjection(geoNaturalEarth1Raw)..scale = 175.295;