README
EPSG Projections
Map of proj4 EPSG projections
Installation
EPSG Projections is available as an npm package.
// With npm
npm install @sigeo/epsg-projections
// With yarn
yarn add @sigeo/epsg-projections
Usage
Here is a quick example to get you started, it's all you need:
import projections from '@sigeo/epsg-projections';
const res = projections["EPSG:3003"]
document.write(res)
License
Copyright © 2020 Sigeo S.R.L
Licensed under a GPL3+ license: http://www.gnu.org/licenses/gpl-3.0.txt