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:
parent
659cf4cc7a
commit
ce0d50e4aa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user