UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

6 lines 249 B
import proj4 from 'proj4'; /** * Returns a coordinate converter from the specified source and destination CRSes. */ export declare function getConverter(crsIn: string, crsOut: string): proj4.Converter; //# sourceMappingURL=ProjectionCache.d.ts.map