HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/admin/node_modules/proj4/lib/includedProjections.js
import tmerc from "./projections/tmerc";
import utm from "./projections/utm";
import sterea from "./projections/sterea";
import stere from "./projections/stere";
import somerc from "./projections/somerc";
import omerc from "./projections/omerc";
import lcc from "./projections/lcc";
import krovak from "./projections/krovak";
import cass from "./projections/cass";
import laea from "./projections/laea";
import aea from "./projections/aea";
import gnom from "./projections/gnom";
import cea from "./projections/cea";
import eqc from "./projections/eqc";
import poly from "./projections/poly";
import nzmg from "./projections/nzmg";
import mill from "./projections/mill";
import sinu from "./projections/sinu";
import moll from "./projections/moll";
import eqdc from "./projections/eqdc";
import vandg from "./projections/vandg";
import aegd from "./projections/aeqd";
import etmerc from './projections/etmerc';
import qsc from './projections/qsc';
import robin from './projections/robin';
import geocent from './projections/geocent';
import tpers from './projections/tpers';
import geos from './projections/geos';
import eqearth from "./projections/eqearth";

var projs = [
  tmerc,
  utm,
  sterea,
  stere,
  somerc,
  omerc,
  lcc,
  krovak,
  cass,
  laea,
  aea,
  gnom,
  cea,
  eqc,
  poly,
  nzmg,
  mill,
  sinu,
  moll,
  eqdc,
  vandg,
  aegd,
  etmerc,
  qsc,
  robin,
  geocent,
  tpers,
  geos,
  eqearth
];

export default function (proj4) {
  projs.forEach(function (proj) {
    proj4.Proj.projections.add(proj);
  });
}