Merge pull request #2108 from ahocevar/proj4js-2.0.0

Upgrade proj4js to version 2.0.0
This commit is contained in:
Ryan Kirkman
2013-11-12 15:03:54 -08:00
3 changed files with 5740 additions and 4 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "proj4js",
"filename": "proj4js-compressed.js",
"version": "1.1.0",
"filename": "proj4.js",
"version": "2.0.0",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"homepage": "http://trac.osgeo.org/proj4js/",
"keywords": [
@@ -9,8 +9,8 @@
],
"repositories": [
{
"type": "svn",
"url": "http://svn.osgeo.org/metacrs/proj4js/trunk/"
"type": "git",
"url": "https://github.com/proj4js/proj4js.git"
}
]
}