• Normalize a CRS identifier into a proj4-resolvable string. Accepts:

    • a numeric EPSG code (4326, 102100),
    • an "EPSG:xxxx" string,
    • a raw proj4/WKT definition string (passed through untouched).

    Parameters

    • code: string | number

    Returns string