geoAlbersUsa function

AlbersProjection geoAlbersUsa()

Creates an Albers USA projection centered on the contiguous United States.

Implementation

AlbersProjection geoAlbersUsa() {
  return AlbersProjection(
    center: (-96, 38),
    scale: 1070,
    parallels0: 29.5,
    parallels1: 45.5,
  );
}