raptorswing / MapGraphics

A tile-based "slippy map" library written in/for C++/Qt. It's meant to enable C++/Qt developers to easily add nice, interactive maps to their applications. Supports zooming, rotating, interactive custom map objects, transparency, etc. It is a Qt map widget that can use tiles from MapQuest, Openstreetmap, or a custom source you define.
Other
164 stars 77 forks source link

MapGraphicsView: fix issue #7 so centerOn() works reliably #16

Closed otherjason closed 9 years ago

raptorswing commented 9 years ago

Didn't know about setResizeAnchor - cool.