diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2006-01-19 16:51:54 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2006-01-19 16:51:54 +0000 |
| commit | 4111858463bd3b27c2067fd5eda4b9210bf0bdc5 (patch) | |
| tree | 112f0a5110bff9ad5e8108d43db40cbe5d3c5a19 | |
| parent | 54ba7f5431da1b757a93072986f3f42e62ce7ae3 (diff) | |
| download | PROJ-4111858463bd3b27c2067fd5eda4b9210bf0bdc5.tar.gz PROJ-4111858463bd3b27c2067fd5eda4b9210bf0bdc5.zip | |
another fix for irish grid from bug 1041
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1320 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | nad/world | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ no_defs <> <irish> # Irish Transverse Mercator Grid proj=tmerc ellps=mod_airy lat_0=53d30'N lon_0=8W - x_0=200000 y_0=-250000 k_0=1.000035 + x_0=200000 y_0=250000 k_0=1.000035 no_defs <> <neiez> # Netherlands East Indies Equitorial Zone proj=merc ellps=bessel lon_0=110E |
