From 58e752a02239dba9d8e6886dc045070da6e6cf1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 29 May 2018 00:37:04 +0200 Subject: [PATCH] Added missing coordinate system --- src/map/coordinatesystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/coordinatesystem.cpp b/src/map/coordinatesystem.cpp index 0a025243..d2832644 100644 --- a/src/map/coordinatesystem.cpp +++ b/src/map/coordinatesystem.cpp @@ -29,6 +29,7 @@ CoordinateSystem::CoordinateSystem(int code) case 4530: case 4531: case 4532: + case 6501: _axisOrder = YX; break; default: