geoConicConformal function Conic projections Projections
The conic conformal projection.
The parallels default to [30°, 30°] resulting in flat top. See also GeoConicProjection.parallels.
Implementation
GeoConicProjection geoConicConformal() =>
GeoConicProjection(geoConicConformalRaw)
..scale = 109.5
..parallels = [30, 30];