diff --git a/projections.md b/projections.md new file mode 100644 index 0000000..4c401f6 --- /dev/null +++ b/projections.md @@ -0,0 +1,58 @@ +## Projections defined in proj4rs + +``` +[ + (latlong, longlat), + (lcc), + (etmerc, utm), + (tmerc), + (aea, leac), + (stere, ups), + (sterea), + (merc, webmerc), + (geocent, cart), + (somerc), + (laea), + (moll, wag4, wag5), +] +``` + +## Projections defined in proj4js + +- [+] aea +- [-] aeqd +- [-] bonne +- [-] cass +- [-] cea +- [-] eqc +- [-] eqdc +- [-] eqearth +- [-] equi +- [+] etmerc +- [-] gauss +- [+] geocent +- [-] geos +- [-] gnom +- [-] gstmerc +- [-] krovac +- [+] laea +- [+] lcc +- [+] longlat +- [+] merc +- [-] mill +- [+] moll +- [-] nzmg +- [-] omerc +- [-] ortho +- [-] poly +- [-] qsc +- [-] robin +- [-] sinu +- [+] somerc +- [+] stere +- [+] sterea +- [+] tmerc +- [-] tpers +- [+] utm +- [-] vandg + diff --git a/projections.txt b/projections.txt deleted file mode 100644 index 8119841..0000000 --- a/projections.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Projections defined in proj4rs -[ - (latlong, longlat), - (lcc), - (etmerc, utm), - (tmerc), - (aea, leac), - (stere, ups), - (sterea), - (merc, webmerc), - (geocent, cart), - (somerc), - (laea), - (moll, wag4, wag5), -]