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. Using local OSM server for QML Map
Forum Updated to NodeBB v4.3 + New Features

Using local OSM server for QML Map

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 688 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.
  • M Offline
    M Offline
    Mihaill
    wrote on last edited by Mihaill
    #1

    Hi!
    I install OSM local server.
    On this url I can get tile:

    http://tile.your-domain.com/osm/5/5/6.png
    

    But how I can use this local osm server in QML Plagin?
    It is not work:

        Plugin {        
                    id: mapPlugin        
                    name: "osm"       
            
                    PluginParameter {        
                        name: "osm.mapping.custom.host"        
                        value: "http://tile.your-domain.com/osm"           
                    }        
                }
    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mihaill
      wrote on last edited by
      #2

      It is work

          Plugin {
              id: mapPlugin
              name: "osm"
      
              PluginParameter { name: "osm.mapping.providersrepository.disabled"; value: true }
              PluginParameter { name: "osm.mapping.host"; value: "http://tile.your-domain.com/osm/" }
          }
      
      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