MapProjections

Type module

Sources

Items from MapProjections can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: MapProjections.ts
 * Access items like: $mapprojections.myVariable
 *                    $mapprojections.myFunction()
 * --------------------------------------------------------
 */
import * as $mapprojections from "@amcharts/amcharts5/MapProjections";

Variables

geoOrthographic
#

Type () => GeoProjection

Default tagProjection("geoOrthographic",
d3_geoOrthographic)

geoNaturalEarth1
#

Type () => GeoProjection

Default tagProjection("geoNaturalEarth1",
d3_geoNaturalEarth1)

geoMercator
#

Type () => GeoProjection

Default tagProjection("geoMercator",
d3_geoMercator)

The bundled d3-geo projections, name-tagged so charts that use them can be serialized back to a projectionName. These are re-exported by the am5map entry point (e.g. am5map.geoOrthographic()).

geoEquirectangular
#

Type () => GeoProjection

Default tagProjection("geoEquirectangular",
d3_geoEquirectangular)

geoEqualEarth
#

Type () => GeoProjection

Default tagProjection("geoEqualEarth",
d3_geoEqualEarth)

geoAlbersUsa
#

Type () => GeoProjection

Default tagProjection("geoAlbersUsa",
d3_geoAlbersUsa)

Functions

MapProjections does not have any functions.