diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-01 19:41:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-01 19:41:02 +0300 |
| commit | 31509e8cebfa500ca9f71cfbdb313f663aeacc7c (patch) | |
| tree | 6188f501809194fb7b9f0740a1076cf7b200adb9 /src | |
| parent | 6ef8650a607c55606051c3a53bd51bf12081d649 (diff) | |
| parent | 38119a4f2b788be2340e35431f903c01b25c6039 (diff) | |
| download | PROJ-31509e8cebfa500ca9f71cfbdb313f663aeacc7c.tar.gz PROJ-31509e8cebfa500ca9f71cfbdb313f663aeacc7c.zip | |
[Backport 6.2] Fix spelling of Potsdam datum (#1575)
[Backport 6.2] Fix spelling of Potsdam datum
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 20a90946..4d8fe285 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -7482,7 +7482,7 @@ static const struct DatumDesc { } datumDescs[] = { {"GGRS87", "GGRS87", 4121, "Greek Geodetic Reference System 1987", 6121, "GRS 1980", 7019, 6378137, 298.257222101}, - {"postdam", "DHDN", 4314, "Deutsches Hauptdreiecksnetz", 6314, + {"potsdam", "DHDN", 4314, "Deutsches Hauptdreiecksnetz", 6314, "Bessel 1841", 7004, 6377397.155, 299.1528128}, {"carthage", "Carthage", 4223, "Carthage", 6223, "Clarke 1880 (IGN)", 7011, 6378249.2, 293.4660213}, |
