diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-18 14:49:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 14:49:13 +0100 |
| commit | d4e5e1a833fa37afb5829d9eb9bfbe1472425df4 (patch) | |
| tree | 1042dd9a9a6934b39a766c3b219ade22b9dd15c7 /data | |
| parent | 979e3a3ba0b270f7401a57105411375bb99ddbb5 (diff) | |
| parent | eae06c94dba10640ca2d669c4e7b356a1613f9f3 (diff) | |
| download | PROJ-d4e5e1a833fa37afb5829d9eb9bfbe1472425df4.tar.gz PROJ-d4e5e1a833fa37afb5829d9eb9bfbe1472425df4.zip | |
Merge pull request #2577 from rouault/insert_sql
Add capability to get SQL statements to add custom CRS in the database
Diffstat (limited to 'data')
| -rw-r--r-- | data/sql/customizations.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index 63780e3a..b14add32 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -1,5 +1,8 @@ -- This file is hand generated. +INSERT INTO "extent" VALUES('PROJ','EXTENT_UNKNOWN','Not specified','Not specified.',-90.0,90.0,-180.0,180.0,0); +INSERT INTO "scope" VALUES('PROJ','SCOPE_UNKNOWN','Not known.',0); + -- grid_alternatives entries created from existing ones INSERT INTO grid_alternatives(original_grid_name, |
