Using local OSM server for QML Map
-
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" } }