Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-23415

Map datelines and wrapping

    XMLWordPrintable

Details

    • User Story
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • None

    Description

      Currently tiles and rendering of actual maps themselves behaves well across the dateline and when the map wraps around. However, map objects, as they are rendered completely separately and by the QSG stack, are not so well-behaved. A full solution to this is complicated: the QSG stack, like the QGraphicsView stack in Mobility, is not designed to render the same object in multiple locations at once.

      Currently objects such as polygons and polylines transform their coordinates using coordinateToScreenPosition. A possible workaround is altering coordinateToScreenPosition to return the nearest of the possible solutions, but more permanent strategies are also possible.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              paangele Paolo Angelelli
              alewilso Alex Wilson (closed Nokia identity) (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes