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. Offline GeoService for Qt5+

Offline GeoService for Qt5+

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 1.2k Views 2 Watching
  • 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.
  • birliksavronikB Offline
    birliksavronikB Offline
    birliksavronik
    wrote on last edited by
    #1

    Greetings,

    We have a geoservice application which can work OFFLINE built with Qt 4.8.0. Basically we have tiles of a certain location(in our case, a country) and we are rendering these tiles using QGeoMappingManager and mapping on QGraphicsView (no internet connection is needed). However, we need to port it to Qt 5.5 and having trouble doing it so. After couple of days searching the internet, I got the idea that currently there is no specific solution for offline geoservice and I have to write my own renderer. Some people say to wait for 5.7 release but I dont see any updates in the wiki page regarding this issue(https://wiki.qt.io/New_Features_in_Qt_5.7).

    Is there any solution that I dont know of?

    Regards,

    Erhan

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What trouble do you have ?

      The QGeoMappingManager is currently private but you might still use it provided that you understand the implication of using private APIs.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • birliksavronikB Offline
        birliksavronikB Offline
        birliksavronik
        wrote on last edited by
        #3

        Hi SGaist,

        I actually know that QGeoMappingManager is available through private APIs, but what I forgot to say is that I couldnt find any reference to some classes like QGraphicsGeoMap which I crucially need in my project. They were part of QtMobility project and now I wonder if there are alternatives to these classes.

        Regards,

        Erhan

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Hi! To avoid writing your own renderer, you could write a plugin for QtLocation and use a QQuickWidget with a Map item in it to display the map.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            ldanzinger
            wrote on last edited by
            #5

            Ethan-

            You could use the ArcGIS Runtime SDK, which has support built into it for offline maps - https://developers.arcgis.com/qt/

            • Luke
            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