@antv/g2
Version: 
the Grammar of Graphics in Javascript
34 lines (33 loc) • 690 B
text/typescript
export {
  geoAlbersUsa,
  geoAlbers,
  geoAzimuthalEqualArea,
  geoAzimuthalEqualAreaRaw,
  geoAzimuthalEquidistant,
  geoAzimuthalEquidistantRaw,
  geoConicConformal,
  geoConicConformalRaw,
  geoConicEqualArea,
  geoConicEqualAreaRaw,
  geoConicEquidistant,
  geoConicEquidistantRaw,
  geoEqualEarth,
  geoEqualEarthRaw,
  geoEquirectangular,
  geoEquirectangularRaw,
  geoGnomonic,
  geoGnomonicRaw,
  geoIdentity,
  geoProjection,
  geoProjectionMutator,
  geoMercator,
  geoMercatorRaw,
  geoNaturalEarth1,
  geoNaturalEarth1Raw,
  geoOrthographic,
  geoOrthographicRaw,
  geoStereographic,
  geoStereographicRaw,
  geoTransverseMercator,
  geoTransverseMercatorRaw,
} from 'd3-geo';