Results 1 to 2 of 2

Thread: Qt & Goole Maps

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Posts
    14
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt & Goole Maps

    seems like kml follows xml standard. So you can comfortably parse the file using xml modules, prefer to use xml patterns and XSLT

    http://doc.trolltech.com/4.5/qxmlquery.html

    Prepare the view based on the required elements from kml, upon click extract the element and query against kml using xml query (http://doc.trolltech.com/4.5/qxmlquery.html)

    This results in fast and direct element retrieval.

    You can very well use QWebview to render the maps.

  2. The following user says thank you to srikanth_trulyit for this useful post:

    TheIndependentAquarius (11th July 2012)

Similar Threads

  1. need help about calibrating scanned maps.
    By high_flyer in forum General Discussion
    Replies: 4
    Last Post: 26th July 2006, 18:27

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.