Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. MapBox not for production

MapBox not for production

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 196 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.
  • niqtN Offline
    niqtN Offline
    niqt
    wrote on last edited by
    #1

    Hi, i'm using MapBox

    plugin: Plugin {
                  name: system.isPlatform(System.Wasm) ? "mapbox" : "mapboxgl"
    
                  // Set your own map_id and access_token here
                  parameters: [
                    PluginParameter {
                          name: "mapbox.mapping.map_id"
                        value: "mapbox/streets-v11"
                    },
                    PluginParameter {
                      name: "mapbox.access_token"
                      value: "My token"
    
                    },
                    PluginParameter {
                      name: "mapbox.mapping.highdpi_tiles"
                      value: true
                    }
                  ]
                }
    

    But i see always the message “Development access token, do not use in production” in the footer. Is changed the MapBox plugin, is there other to do?

    1 Reply Last reply
    1

    • Login

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