mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-31 10:54:24 +02:00
Make the source projection of JNX and KMZ maps selectable
This commit is contained in:
@@ -202,7 +202,7 @@ void IMGMap::draw(QPainter *painter, const QRectF &rect, Flags flags)
|
||||
}
|
||||
}
|
||||
|
||||
void IMGMap::setProjection(const Projection &projection)
|
||||
void IMGMap::setOutputProjection(const Projection &projection)
|
||||
{
|
||||
if (projection == _projection)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user