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

QtLocation Render problems with height greater than 6 tiles.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.5.0
    • 5.4.0, 5.4.1, 5.5.0 Alpha
    • None
    • The problem is persistent on Mac OS, Windows and Linux.
    • c40da252cf5ccdc5b5d2ce30b0f7f272e3d1c5bf

      Qt Mapping has issues when the vertical resolution is 1,536 or over (6 x 256, which is the size of each map tile). The problem manifests when the zoom level is between x.95 and x.20. That is, if the zoom level is between say 8.95 and 9.20 or 9.95 and 10.20, the maps are not rendered (the screen is left blank). When you zoom in or out of that range, the map is rendered correctly. If the vertical size is less than 1,536, everything works fine.

      The issue is related to the number of tiles (in the Y direction only). If I set the tile size to 128x128 (in QGeoTiledMappingManagerEngine), the problem shows up with a smaller height (though around 900 pixels and not 768 as logic would dictate), and if I set it to 512x512 it doesn't show up at all (I can only go as high as 2,560 on my monitor).

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

            michal Michal Klocek
            grubba Gus Grubba
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes