Skip to content

Commit

Permalink
Merge GH-1622 ("WGS 84" as CRS ID)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored May 15, 2020
2 parents 02ec6a0 + ffcd957 commit ece92f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/georeferencing_t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void GeoreferencingTest::testCRS_data()
<< QStringLiteral("+init=epsg:4258")
<< true;
QTest::newRow("WGS 84")
<< QStringLiteral("WGS84")
<< QStringLiteral("WGS 84") // not "WGS84"
<< QStringLiteral("+init=epsg:4326")
<< true;
QTest::newRow("WGS 84 (G730)")
Expand Down

0 comments on commit ece92f5

Please sign in to comment.