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

Remove weather example from test app. Use a boring circle instead #26

Closed raptorswing closed 2 years ago

raptorswing commented 2 years ago

weather.gov totally changed their website since I wrote the example/test app about a decade ago(!). I can't seem to find the same weather radar information in the same format on their site. So I'm gutting the weather stuff and just adding a boring circle to the test app. You can look at it, click and drag it, and delete it. Pretty boring, but hopefully demonstrates a bit,