yuletide / node-proj4js-defs

A node module with all epsg definitions for proj4js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-epsg

A node module with all epsg definitions for proj4js

created with this scraper

see epsg.js for a list of supported projections

Requirements

proj4js

Usage

var proj4 = require('proj4js');
require('epsg')(proj4);

// check out all your new defs!
console.log(proj4.defs);

About

A node module with all epsg definitions for proj4js

License:MIT License