aboutsummaryrefslogtreecommitdiff
path: root/data/sql/nkg.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-09-18 11:20:13 +0200
committerGitHub <noreply@github.com>2021-09-18 11:20:13 +0200
commit438ead90d3502f1bf2cb6ed466e75661f33c9445 (patch)
treefeb3750efa9c76624966ebe0a9a6b4b806cfcfb9 /data/sql/nkg.sql
parentf22f3028ccdc87818feb0947f61b9b99914ff83a (diff)
parent483717e59333f33e758485c104474ca10e0682ec (diff)
downloadPROJ-438ead90d3502f1bf2cb6ed466e75661f33c9445.tar.gz
PROJ-438ead90d3502f1bf2cb6ed466e75661f33c9445.zip
Merge pull request #2859 from rouault/database_anchor
Database: add a 'anchor' field to geodetic_datum and vertical_datum tables
Diffstat (limited to 'data/sql/nkg.sql')
-rw-r--r--data/sql/nkg.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/nkg.sql b/data/sql/nkg.sql
index 14331e9a..a632967c 100644
--- a/data/sql/nkg.sql
+++ b/data/sql/nkg.sql
@@ -47,6 +47,7 @@ INSERT INTO "geodetic_datum" VALUES (
'2016-03-16', -- publication date
2000.0, -- frame reference epoch
NULL, -- ensemble accuracy
+ NULL, -- anchor
0 -- deprecated
);
@@ -91,6 +92,7 @@ INSERT INTO "geodetic_datum" VALUES (
'2021-03-01', -- publication date
2000.0, -- frame reference epoch
NULL, -- ensemble accuracy
+ NULL, -- anchor
0 -- deprecated
);