diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2003-11-24 22:58:31 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2003-11-24 22:58:31 +0000 |
| commit | 18e34191d04b9da931023ae7a7e8b08733ba0c1c (patch) | |
| tree | 9ae70d896828e9079bbd66e3a8d8f90812d858f5 | |
| parent | aa3432e295f76e6a6335443cdabe96e09c248909 (diff) | |
| download | PROJ-18e34191d04b9da931023ae7a7e8b08733ba0c1c.tar.gz PROJ-18e34191d04b9da931023ae7a7e8b08733ba0c1c.zip | |
New
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1161 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | nad/other.extra | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nad/other.extra b/nad/other.extra new file mode 100644 index 00000000..965b66f5 --- /dev/null +++ b/nad/other.extra @@ -0,0 +1,8 @@ +## WGS84 / LCC Canada +<42101> +proj=lcc +ellps=WGS84 +lat_0=0 +lon_0=-95 +lat_1=49 +lat_2=77 +x_0=0 +y_0=-8000000.0 +datum=WGS84 +units=m no_defs <> + +## NAD83 / BC Albers +<42102> +proj=aea +ellps=GRS80 +lat_0=45 +lon_0=-126.0 +lat_1=50.0 +lat_2=58.5 +x_0=1000000.0 +y_0=0 +datum=NAD83 +units=m no_defs <> + +## NAD83 LCC for Canada +<42304> +proj=lcc +ellps=GRS80 +lat_0=49 +lon_0=-95 +lat_1=49 +lat_2=77 +datum=NAD83 +units=m no_defs <> |
