0.2.0 • Published 4 years ago

@sigeo/epsg-projections v0.2.0

Weekly downloads
19
License
ISC
Repository
gitlab
Last release
4 years ago

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

0.2.0

4 years ago

0.1.0

4 years ago