10.0.0 • Published 11 years ago

proj4js v10.0.0

Weekly downloads
539
License
-
Repository
github
Last release
11 years ago

#PROJ4JS

Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.

This library is a port of both the PROJ.4 and GCTCP C libraries to JavaScript. Enabling these transformations in the browser allows geographic data stored in different projections to be combined in browser-based web mapping applications.

Proj4js is a part of the MetaCRS group of projects and uses the same MIT style license as PROJ.4.

to set up build tools make sure you have node installed and run npm install

to build run grunt