See the snapshot below. I am able to click markers on this map and I can also display the lat longs on it. But I just can't see the map! The code is here. This function gets called first.
The Qt's code which accesses the open street map url is:
asked 10 Oct '12, 06:20 Anisha Kaul closed 15 Apr '13, 23:26 Jonathan Ben... |
The question has been closed for the following reason “The question is answered, right answer was accepted” by Jonathan Bennett 15 Apr ‘13, 23:26
One Answer:
Did you replace API-key in the CloudMade tile URL? answered 10 Oct '12, 06:41 scai ♦ showing 5 of 6 show 1 more comments |
@scai No, do I have to replace it? Sorry, didn't know about it. From where do we get a separate key?
@Anisha-Kaul Yes I think so, seems like you just have to register to get a free API key.
@scai Ok, I''l try that and folow up soon. :)
@scai I registered at CloudMade, and got the key. but this didn't help in anything. The map isn't yet displayed.
Can you use a tool like Wireshark to see which tile URL it tries to open and to check whether this URL is valid?
@scai I again restarted the application, and this time the map did get displayed. The key has done the trick I think. Please put your comment as an answer and I'll select it. Thanks,.