mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-18 01:08:18 +10:00
Merge pull request #2108 from ahocevar/proj4js-2.0.0
Upgrade proj4js to version 2.0.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user