geoStereographic function Azimuthal projections Projections
The stereographic projection.
Implementation
GeoProjection geoStereographic() => GeoProjection(geoStereographicRaw)
..scale = 250
..clipAngle = 142;
The stereographic projection.
GeoProjection geoStereographic() => GeoProjection(geoStereographicRaw)
..scale = 250
..clipAngle = 142;