1
0
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:
2020-12-24 16:33:17 +01:00
parent 50d4ca1690
commit dde8e9a22c
13 changed files with 222 additions and 71 deletions

View File

@@ -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;