Files
openlayers/externs/proj4js.js
2014-07-09 15:33:12 +02:00

20 lines
321 B
JavaScript

/**
* @externs
* @see http://proj4js.org/
*/
/**
* @type {Function}
*/
var proj4 = function() {};
/**
* @param {string} name
* @param {(string|Object)=} opt_def
* @return {undefined|Object.<string, Object.<{axis: string, units: string,
* to_meter: number}>>}
*/
proj4.defs = function(name, opt_def) {};