Skip to content

Commit ffcd957

Browse files
committed
GeoreferencingTest: Use "WGS 84" as CRS ID
Before PROJ 7.0.0, "WGS84" used to identify a geographic CRS (by approximate match on "WGS 84"). Since 7.0.0, it identifies a datum instead (by exact match). Cf. OSGeo/PROJ#2216.
1 parent 7b08f82 commit ffcd957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/georeferencing_t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void GeoreferencingTest::testCRS_data()
281281
<< QStringLiteral("+init=epsg:4258")
282282
<< true;
283283
QTest::newRow("WGS 84")
284-
<< QStringLiteral("WGS84")
284+
<< QStringLiteral("WGS 84") // not "WGS84"
285285
<< QStringLiteral("+init=epsg:4326")
286286
<< true;
287287
QTest::newRow("WGS 84 (G730)")

0 commit comments

Comments
 (0)