0.0.1 • Published 12 years ago

proj4js-defs v0.0.1

Weekly downloads
392
License
-
Repository
github
Last release
12 years ago

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