We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbedee commit e53107dCopy full SHA for e53107d
data/sql/proj_db_table_defs.sql
@@ -490,6 +490,7 @@ BEGIN
490
SELECT RAISE(ABORT, 'insert on conversion violates constraint: method should be known')
491
WHERE (NEW.auth_name || '_' || NEW.code || '_' || NEW.name) NOT IN (
492
'EPSG_1024_Popular Visualisation Pseudo Mercator',
493
+ 'EPSG_1026_Mercator (Spherical)',
494
'EPSG_1027_Lambert Azimuthal Equal Area (Spherical)',
495
'EPSG_1028_Equidistant Cylindrical',
496
'EPSG_1029_Equidistant Cylindrical (Spherical)',
0 commit comments