Results 1 to 2 of 2

Thread: Underlay map image in QwtPlot

  1. #1
    Join Date
    Nov 2009
    Posts
    39
    Thanks
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Underlay map image in QwtPlot

    I've been using Qwt for a while to do relatively simple plotting, but I haven't used many of the more intricate features. I'm currently working on quick turn-around project which requires me to plot lat-lng points on top of a map image. I've got everything working except the map image underlay, and I'm not really sure how to approach it.

    Basically, I'll have a set of image files and lat,lng points corresponding to the corners of those files. I'd like to add these images to the plot at the appropriate positions. I'm assuming I'll need to use QwtPlotRasterItem, but I don't really know where to start other than that. Can someone point me in the right direction?

    Thank you.

  2. #2
    Join Date
    Nov 2009
    Posts
    39
    Thanks
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Underlay map image in QwtPlot

    QwtPlotSvgItem is what I needed. Very easy to use.

Similar Threads

  1. Replies: 1
    Last Post: 26th February 2010, 10:22
  2. Replies: 6
    Last Post: 21st September 2009, 10:55
  3. Rendering an image within QwtPlot
    By ttvo in forum Qwt
    Replies: 4
    Last Post: 10th July 2009, 07:03
  4. Replies: 6
    Last Post: 14th May 2009, 12:02
  5. Replies: 3
    Last Post: 14th March 2007, 08:09

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.