diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | nad/esri.extra | 4 | ||||
| -rw-r--r-- | nad/other.extra | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 2011-05-23 Frank Warmerdam <warmerdam@pobox.com> + * nad/esri.extra, nad/other.extra: moved 900913 definition from + esri.extra to other.extra since it has nothing to do with esri. + * nad/epsg: updated to EPSG 7.6. 2011-05-20 Frank Warmerdam <warmerdam@pobox.com> diff --git a/nad/esri.extra b/nad/esri.extra index 2514b33c..611dd660 100644 --- a/nad/esri.extra +++ b/nad/esri.extra @@ -946,7 +946,3 @@ <104304> +proj=longlat +a=6378249.2 +b=6356514.999904194 no_defs <> # GCS Voirol Unifie 1960 Degree <104305> +proj=longlat +ellps=clrk80 no_defs <> -# -# Chris' funny epsgish code for the google mercator -# -<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <> diff --git a/nad/other.extra b/nad/other.extra index 168525d2..92785ae0 100644 --- a/nad/other.extra +++ b/nad/other.extra @@ -47,3 +47,7 @@ <42310> +proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=GRS80 +datum=WGS84 +units=m +no_defs no_defs <> # NAD83 / LCC Statcan <42311> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666700000001 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +datum=NAD83 +units=m +no_defs no_defs <> +# +# Chris' funny epsgish code for the google mercator +# +<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <> |
