Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 402 Bytes

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