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

Selection isn't synchronized between MapGraphicsScene and the various PrivateQGraphicsScenes that may exist #6

Closed raptorswing closed 11 years ago

raptorswing commented 12 years ago

All MapGraphicsViews watching a MapGraphicsScene should see the same selection.

raptorswing commented 11 years ago

This is a stupid idea. I don't know why I thought I should do this.