mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-30 10:24:24 +02:00
Redesigned CRS logic (including CSV files structure)
This commit is contained in:
@ -230,7 +230,7 @@ void MapsforgeMap::setDevicePixelRatio(qreal deviceRatio, qreal mapRatio)
|
||||
|
||||
void MapsforgeMap::setOutputProjection(const Projection &projection)
|
||||
{
|
||||
if (projection == _projection)
|
||||
if (!projection.isValid() || projection == _projection)
|
||||
return;
|
||||
|
||||
_projection = projection;
|
||||
|
Reference in New Issue
Block a user