Hello,

I would like to be able to use the location map on offline mode. So I decided to save the picture of my QGraphicview were my map is display and to insert it when I want.

But the QGeoMapPixMap objet can include spécific location for example:
- When I are online, I take a picture and the coordinate of the 4 corners
- When I am offline, I create a QGeoMapPixmapobjet with the saved map but I can tell this object to but display only in the 4 coordinated.

There is only the center of the object and offset.

Is there any solution to use map offline or to be able to fixe the 4 corners on the QGeoMapPixmapobjet on the 4 coordinated?


Best regard.