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:
@ -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;
|
||||
|
Reference in New Issue
Block a user