1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added missing coordinate system

This commit is contained in:
Martin Tůma 2018-05-29 00:37:04 +02:00
parent 7d412a274d
commit 58e752a022

View File

@ -29,6 +29,7 @@ CoordinateSystem::CoordinateSystem(int code)
case 4530: case 4530:
case 4531: case 4531:
case 4532: case 4532:
case 6501:
_axisOrder = YX; _axisOrder = YX;
break; break;
default: default: