@giro3d/giro3d
Version:
A JS/WebGL framework for 3D geospatial data visualization
7 lines • 325 B
TypeScript
import proj4 from 'proj4';
import type CoordinateSystem from './CoordinateSystem';
/**
* Returns a coordinate converter from the specified source and destination CRSes.
*/
export declare function getConverter(crsIn: CoordinateSystem, crsOut: CoordinateSystem): proj4.Converter;
//# sourceMappingURL=ProjectionCache.d.ts.map