18 lines
228 B
JavaScript
18 lines
228 B
JavaScript
/**
|
|
* @externs
|
|
* @see http://proj4js.org/
|
|
*/
|
|
|
|
|
|
/**
|
|
* @type {Function}
|
|
*/
|
|
var proj4 = function() {};
|
|
|
|
|
|
/**
|
|
* @typedef {Object.<string, Object.<{axis: string,
|
|
* units: string,
|
|
* to_meter: number}>>}
|
|
*/
|
|
proj4.defs; |