Files
openlayers/externs/proj4js.js

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;