diff options
| author | Kai Pastor <dg0yt@darc.de> | 2019-08-30 07:02:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-30 07:02:54 +0200 |
| commit | 875d00fabc8fa10c79ebe6e5603fb43ee5effebb (patch) | |
| tree | f9bab5202b897c986fedd8edea21e0ed6c04b869 | |
| parent | f059b90ab4c52a67344886a76deecaeb53299ebd (diff) | |
| download | PROJ-875d00fabc8fa10c79ebe6e5603fb43ee5effebb.tar.gz PROJ-875d00fabc8fa10c79ebe6e5603fb43ee5effebb.zip | |
Fix spelling of potsdam datum
| -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}, |
