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. Custom map solution or QLocation?
Forum Updated to NodeBB v4.3 + New Features

Custom map solution or QLocation?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 244 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.
  • J Offline
    J Offline
    j_omega
    wrote on last edited by
    #1

    I am starting to wonder if I am reinventing the wheel as far as map rendering is concerned.

    I currently have a custom tile set that I am rendering into a QGraphicsScene. I calculate the center of the current QGraphicsView, select the correct tiles, and load these into the QGraphicsScene. When the center of the QGraphicsView moves, I unload the tiles that have gone out of view and load new tiles.

    On top of this, I also draw custom shapes which are loaded from an external database. I also have a custom UI overlayed on top.

    This is implemented on an embedded platform so having the ability to use an OpenGL backend is important to shift the load off the processor.

    Would I be better off using QLocation and the OSM map plugin? I could point the offline tiles to my custom tile set. My concern is that I will implement it just to find that it doesn't have the flexibility to do my custom shapes and UI. Also, it appears that the OSM plugin does not use the OpenGL backend.

    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