@vx/geo

vx geo

Usage no npm install needed!

<script type="module">
  import vxGeo from 'https://cdn.skypack.dev/@vx/geo';
</script>

README

@vx/geo

The @vx/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 @vx/geo