Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. is there 3-D Mapping in QtLocation Map?

is there 3-D Mapping in QtLocation Map?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlopenstreetmapsqtlocationosm
1 Posts 1 Posters 391 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.
  • A Offline
    A Offline
    akadirdd
    wrote on 13 Aug 2020, 08:42 last edited by
    #1

    I work on a qml map project and use osm plugin for offline map displaying. Here is some code about it.

    Plugin{
        id: mapPlugin
        name: 'osm'
    
        PluginParameter {
            name: 'osm.mapping.offline.directory'
            value: 'qrc:/offline_tiles/'
        }
    }
    Map{
        id: map1
        anchors.fill: parent
        zoomLevel: 15
        plugin:mapPlugin
    
        center {
            // The Qt Company in Oslo
            latitude: 59.9485
            longitude: 10.7686
        }
    }
    

    I have to display 3D glope map but i couldn't any doc/tutorial about it. Someone can help for that how can i do 3D map in QML Map. Or is there any different way or any lib to do this and how can i use that?

    1 Reply Last reply
    0

    1/1

    13 Aug 2020, 08:42

    • Login

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