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

Network Error: "Host otile1.mqcdn.com not found" #20

Closed neel closed 6 years ago

neel commented 7 years ago

I am trying to run TestApp and I am getting the following error

Network Error: "Host otile1.mqcdn.com not found"

SomeoneElseOSM commented 6 years ago

The background to this is that Mapquest's tiles went away a very long time ago. Probably easiest just to remove the option.

raptorswing commented 6 years ago

Yes, unfortunately, MapQuest has discontinued their easy public tile access. I have updated the code to remove references to those tiles. Sorry for the delay.

At some point I would like to add the option to use Bing tiles - if anyone is looking for a project, I accept pull requests ;)