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. QML Map here maps change scheme
Forum Updated to NodeBB v4.3 + New Features

QML Map here maps change scheme

Scheduled Pinned Locked Moved Solved General and Desktop
maphere mapsscheme
2 Posts 1 Posters 1.5k 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.
  • H Offline
    H Offline
    h00bs
    wrote on 13 Jul 2016, 13:38 last edited by SGaist
    #1

    Hi,

    I am trying to change the scheme of a Map displayed using the Map QML type.

    I am using "here" as map plugin, I suspect changing the "here.mapping.host" PluginParameter might do the trick, however I am not having success. I want to display the "normal.day.grey" scheme.

    Map {
      anchors.fill: parent
    
      plugin: Plugin {
        name: "here"
    
        parameters: [  PluginParameter {
            name: "here.app_id"
            value: "xyz"
          },
          PluginParameter {
            name: "here.token"
            value: "xyz"
          },
          PluginParameter {
             name: "here.mapping.host"
             value: "?"
          }]
       }
    }
    

    Cheers,
    Alex

    Developer at Felgo - https://felgo.com/qt

    Develop mobile Apps for iOS & Android with Qt
    Develop Games with Qt

    Felgo is an official Qt Technology Partner

    1 Reply Last reply
    0
    • H Offline
      H Offline
      h00bs
      wrote on 13 Jul 2016, 14:05 last edited by
      #2

      Found my answer in this thread: https://forum.qt.io/topic/63807/how-to-change-the-map-type-of-a-simple-qml-map-component/5

      Developer at Felgo - https://felgo.com/qt

      Develop mobile Apps for iOS & Android with Qt
      Develop Games with Qt

      Felgo is an official Qt Technology Partner

      1 Reply Last reply
      0

      1/2

      13 Jul 2016, 13:38

      • Login

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