@sigeo/epsg-projections

<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>

Usage no npm install needed!

<script type="module">
  import sigeoEpsgProjections from 'https://cdn.skypack.dev/@sigeo/epsg-projections';
</script>

README

SIGEO logo

EPSG Projections

npm version Libraries.io dependency status for latest release, scoped npm package

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