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

Tile references to openstreetmap.org should be https not http now. #21

Closed SomeoneElseOSM closed 6 years ago

SomeoneElseOSM commented 6 years ago

This issue was prompted by reading https://stackoverflow.com/questions/48706399/mapgraphics-library-on-github-c-qt-openstreetmap .

The relevant bit to change is:

https://github.com/raptorswing/MapGraphics/blob/3ac9468cf4300611ba72a6e465bd37b65e028853/MapGraphics/tileSources/OSMTileSource.cpp#L109

given that the last commit was 3 years ago I'm logging this more to help library users than to expect a bug fix :)

raptorswing commented 6 years ago

HTTP is still working for me, but since HTTPS is available I have updated it. Thanks.

SomeoneElseOSM commented 6 years ago

Great stuff - thanks!