mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Try to break even less bounding box transformations
This commit is contained in:
@ -89,8 +89,6 @@ MapItem::MapItem(MapAction *action, Map *map, GraphicsItem *parent)
|
||||
|
||||
_name = src->name();
|
||||
_fileName = src->path();
|
||||
// Zoom to the maximal zoom level to get the most accurate bounds
|
||||
src->zoomFit(QSize(), RectC());
|
||||
_bounds = src->llBounds();
|
||||
|
||||
connect(this, SIGNAL(triggered()), action, SLOT(trigger()));
|
||||
|
Reference in New Issue
Block a user