1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Yet another CRS URI format (used by Swisstopo)

This commit is contained in:
Martin Tůma 2021-03-20 23:06:09 +01:00
parent 659cf4cc7a
commit ce0d50e4aa

View File

@ -16,6 +16,10 @@ Projection CRS::projection(const QString &crs)
authority = list.at(0);
code = list.at(1);
break;
case 6:
authority = list.at(4);
code = list.at(5);
break;
case 7:
authority = list.at(4);
code = list.at(6);