proj_EPSG4326.ts

/**
 * @module og/proj/EPSG4326
 */

import { Proj, Units } from "./Proj";

/**
 * EPSG:4326 projection object.
 * @type {Proj}
 */
export const EPSG4326 = new Proj({ code: "epsg:4326", units: Units.DEGREES });