1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-29 01:44:24 +02:00

Redesigned CRS logic (including CSV files structure)

This commit is contained in:
2023-04-13 08:39:33 +02:00
parent aec052edaf
commit e5199f8648
33 changed files with 5938 additions and 4066 deletions

View File

@ -270,7 +270,7 @@ void IMGMap::setDevicePixelRatio(qreal deviceRatio, qreal mapRatio)
void IMGMap::setOutputProjection(const Projection &projection)
{
if (projection == _projection)
if (!projection.isValid() || projection == _projection)
return;
_projection = projection;