UNPKG

@maplat/transform

Version:

A JavaScript library that performs coordinate transformation between two plane coordinate systems using transformation definitions generated by Maplat.

9 lines (8 loc) 164 B
export const MERC_MAX = 20037508.342789244; export const MERC_CROSSMATRIX: number[][] = [ [0.0, 0.0], [0.0, 1.0], [1.0, 0.0], [0.0, -1.0], [-1.0, 0.0] ];