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

Map datelines and wrapping

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes