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

Correct the setup of texture cache in QGeoTiledMap for multiple maps

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.9.5, 5.10.1, 5.11
    • None

    Description

      Currently, QGeoTiledMapPrivate::changeViewportSize calls
      m_cache->setMinTextureUsage(newSize); where newSize is calculated based on the size
      of the viewport, to make sure that the the texture cache will have at least enough space for the size of the viewport.

      The problem is that m_cache is shared among all maps provided by the same provider.
      Hence the minTextureUsage should be the sum of all viewport sizes of all attached maps

      Attachments

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

        Activity

          People

            paangele Paolo Angelelli
            paangele Paolo Angelelli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes