Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
nyalldawson committed Jan 11, 2022
1 parent 8e73cc6 commit 7dc5813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/proj/qgscoordinatereferencesystem.cpp
Expand Up @@ -2680,6 +2680,7 @@ bool QgsCoordinateReferenceSystem::createFromProjObject( PJ *object )

switch ( proj_get_type( object ) )
{
case PJ_TYPE_UNKNOWN:
case PJ_TYPE_VERTICAL_CRS:
case PJ_TYPE_PRIME_MERIDIAN:
case PJ_TYPE_ELLIPSOID:
Expand Down

0 comments on commit 7dc5813

Please sign in to comment.