diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-19 13:07:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 13:07:04 +0100 |
| commit | 338a3c4a267bfdca3256525c423e04fcda7d27b9 (patch) | |
| tree | cd632686544c866a738420a20d12cb715a5f9d8a /data/sql | |
| parent | 663a77095defb6a3a96faf75995a77e1964c9843 (diff) | |
| parent | ed9b63dcce0037d8ebb3a34e764c16ef594f3559 (diff) | |
| download | PROJ-338a3c4a267bfdca3256525c423e04fcda7d27b9.tar.gz PROJ-338a3c4a267bfdca3256525c423e04fcda7d27b9.zip | |
Merge pull request #2585 from rouault/insert_sql_improvements
SQL output: make it possible to export non-EPSG projection methods or…
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/proj_db_table_defs.sql | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/sql/proj_db_table_defs.sql b/data/sql/proj_db_table_defs.sql index 037e2b6d..e43dfad4 100644 --- a/data/sql/proj_db_table_defs.sql +++ b/data/sql/proj_db_table_defs.sql @@ -534,9 +534,7 @@ BEGIN 'EPSG_9842_Equidistant Cylindrical', 'EPSG_9843_Axis Order Reversal (2D)', 'EPSG_9844_Axis Order Reversal (Geographic3D horizontal)', - 'EPSG_9827_Bonne', - 'PROJ_gstm_Gauss Schreiber Transverse Mercator', - 'PROJ_mill_PROJ mill'); + 'EPSG_9827_Bonne') AND NEW.auth_name != 'PROJ'; END; CREATE TRIGGER conversion_table_insert_trigger |
