-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document proj4js vs proj4rs projection implementations
- Loading branch information
Showing
2 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.