Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Osm plugin - how many tiles?
Qt 6.11 is out! See what's new in the release blog

Osm plugin - how many tiles?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 609 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qwe3
    wrote on last edited by
    #1

    Hi,

    I would like to create offline map in QT. I find an example application and I see in qrc 21 tiles ( 1 for level 0, 4 for level 1, 16 for level 2 ). And it works. I can see a whole earth and each street in my city. So why there is a possible to generate tiles for level for example 14? There will be many png, but I see everything using only level 2.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Davide87
      wrote on last edited by
      #2

      You have to download the tiles you need and add them in your qrc file.
      If you need a tile in position x,y and at zoom level z, you can get it on http://a.tile.openstreetmap.fr/hot/z/x/y.png

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved