PDA

View Full Version : GPS Aviation map in Qt



Qt Coder
29th July 2009, 08:31
I m using Qt 4.4.3

I m developing an application in which I need to display map according to to exact position of plane. similar like a Garmin GPS Aviation MAP.


Could anyone tell me how to acheive this in Qt.

nish
29th July 2009, 08:43
there is a ready made solution known as QGIS... google it.

sosanjay
29th July 2009, 16:00
Hi all,

Can I get any sample application In which QGIS is used.

Actually i want to interface the real time map in Qt but through QGIS i am not able to download inbuilt map.

So please send me link or any idea that i can display real time map by using GPS in Qt.


Thanks in advance.

aamer4yu
29th July 2009, 20:02
Am not sure if it will help, but you can have a look at tracking flights (http://labs.trolltech.com/blogs/2009/07/26/track-your-flight-with-qts60/) and magnifying glass (http://labs.trolltech.com/blogs/2009/07/29/maps-with-a-magnifying-glass/) examples.
You might want to do something combined ...

sosanjay
5th August 2009, 13:07
I am Using Qt 4.4.0

Can anyone tell me that for GPS Aviation Map which database I can use In offline Mode.
Can I use SqlLite or PostgreSQL.How can I access through Qt Application.

Thanks.