diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-28 14:47:08 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-28 14:47:08 +0200 |
| commit | bc30adc7d84aa07a551391f722c1ab7bcaae60ee (patch) | |
| tree | be58c3d88a6ac51e7dbf870b907dadc48da3d8eb /data/sql/proj_db_table_defs.sql | |
| parent | f386e22e3604b6268989a04a4749b5bc24b3a632 (diff) | |
| download | PROJ-bc30adc7d84aa07a551391f722c1ab7bcaae60ee.tar.gz PROJ-bc30adc7d84aa07a551391f722c1ab7bcaae60ee.zip | |
Database: add check for Orthographic conversion
Diffstat (limited to 'data/sql/proj_db_table_defs.sql')
| -rw-r--r-- | data/sql/proj_db_table_defs.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/proj_db_table_defs.sql b/data/sql/proj_db_table_defs.sql index 560cd59e..bf7afca0 100644 --- a/data/sql/proj_db_table_defs.sql +++ b/data/sql/proj_db_table_defs.sql @@ -539,6 +539,7 @@ BEGIN 'EPSG_9836_Geocentric/topocentric conversions', 'EPSG_9837_Geographic/topocentric conversions', 'EPSG_9838_Vertical Perspective', + 'EPSG_9840_Orthographic', 'EPSG_9841_Mercator (1SP) (Spherical)', 'EPSG_9842_Equidistant Cylindrical', 'EPSG_9843_Axis Order Reversal (2D)', |
