@sigeo/epsg-projections
v0.2.0
Published
<p align="center"> <a href="https://sigeosrl.com/" rel="noopener" target="_blank"><img width="280" src="https://sigeosrl.com/wp-content/uploads/2018/07/SigeoDarkRetina-350x92.png" alt="SIGEO logo"></a></p> </p>
Downloads
5
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