Results 1 to 2 of 2

Thread: Map Projection Basics in Qt--help needed

  1. #1
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    10
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Map Projection Basics in Qt--help needed

    hi ppl,
    im new to qt. in my application i want to use a geographical map of a city in 2D. the requirement is: i should be able to add points, lines, place marks onto it,, draw x,y values in real time, zooming operations. can some body put some light onto this issue. how can i do it..

    the main idea is to use a map in a simple qt application and plot points on it with zoom operations... thanks in advance for ur suggestions...bye

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Map Projection Basics in Qt--help needed

    Long story short - switch to Qt4 and use Graphics View. Sticking to Qt3 might get you nowhere - the canvas module (which is a Qt3 counterpart to GraphicsView) is too crude and buggy to handle the things you want.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.