Update to use the documented Proj4js 2.2.x API

This commit is contained in:
Andreas Hocevar
2014-07-08 22:33:21 +02:00
parent a22d7e4d22
commit 90c745006d
8 changed files with 12 additions and 11 deletions

View File

@@ -11,8 +11,9 @@ var proj4 = function() {};
/**
* @typedef {Object.<string, Object.<{axis: string,
* units: string,
* @param {string} name
* @param {(string|Object)=} opt_def
* @return {undefined|Object.<string, Object.<{axis: string, units: string,
* to_meter: number}>>}
*/
proj4.defs;
proj4.defs = function(name, opt_def) {};