Hi guys,

I am currently looking for the fastest solution for scrolling GraphicsScene background left or right. Let's say that I am drawing a world map in the background (extent -180,180) and the (0.0,0.0) is the center. The user though, can change the center of the map and scroll it left/right. I am currently thinking about using coordinates translation for achieving this feature.
Any other ideas? Thank you beforehand.

Kacper