diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-17 19:19:37 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-17 19:20:54 +0200 |
| commit | 2db54cc09a6587eba855aebac05baa1ae5130c2c (patch) | |
| tree | e00063b02d5db66097b37444849694871dab1d68 /data/sql/nkg.sql | |
| parent | a3e412995df7dae2c8ef13d2682e03b770edcb75 (diff) | |
| download | PROJ-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.sql | 2 |
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 ); |
