aboutsummaryrefslogtreecommitdiff
path: root/data/sql/nkg.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-09-17 19:19:37 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-09-17 19:20:54 +0200
commit2db54cc09a6587eba855aebac05baa1ae5130c2c (patch)
treee00063b02d5db66097b37444849694871dab1d68 /data/sql/nkg.sql
parenta3e412995df7dae2c8ef13d2682e03b770edcb75 (diff)
downloadPROJ-2db54cc09a6587eba855aebac05baa1ae5130c2c.tar.gz
PROJ-2db54cc09a6587eba855aebac05baa1ae5130c2c.zip
Database: add a 'anchor' field to geodetic_datum and vertical_datum tables
Update database layout version number to 1.2 consequently This new capability will be used by IAU planetary CRS (refs #2601)
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
);