UNPKG

@dtcv/projection

Version:

Helper functions for projections between projects

10 lines 615 B
export declare function projectCoordinate(x: any, y: any, fromProj: any, toProj: any): any; export declare function from4326to3857(x: any, y: any): any; export declare function from3857to4326(x: any, y: any): any; export declare function from3006to4326(x: any, y: any): any; export declare function from3007to4326(x: any, y: any): any; export declare function from3008to4326(x: any, y: any): any; export declare function from3006to3857(x: any, y: any): any; export declare function from3007to3857(x: any, y: any): any; export declare function from3008to3857(x: any, y: any): any; //# sourceMappingURL=index.d.ts.map