Back to Visx

@visx/geo

packages/visx-geo/Readme.md

3.12.0692 B
Original Source

@visx/geo

<a title="@visx/geo npm downloads" href="https://www.npmjs.com/package/@visx/geo"> </a>

The @visx/geo package provides react components for rendering common and custom geographic projections. <Projection /> can be used to render preset projections (projection='orthographic' | 'albers' | 'albersUsa' | 'mercator' | 'naturalEarth' | 'equalEarth') along with configurable <Graticule />s lines. Convenience projections such as <Mercator /> are also exported, along with <CustomProjection /> and <Graticule /> for full customization.

Installation

npm install --save @visx/geo