Hello!
I have two questions and I hope someone here can help me out a bit.
Question nr 1:
I'm using ShapeLib to import a shape-file into a QGLWidget. At the moment the map is really small and positioned at the top left corner of the widget. The shapes coordinates are in wgs84 and I want my widget to have the same coordinates as the shapefile. Is this possible? (I have spent two days trying to understand QPainters window, viewport, matrix etc but I'm seriously starting to doubt myself because I just don't get it.)

Question nr 2:
If the above is possible and I would like to draw things on the map(Basic primitives really). How would I solve this? Some kind of overlay?

/Robert