View Single Post
Posts: 58 | Thanked: 223 times | Joined on Apr 2017 @ Germany
#243
Hello guys,

I am currently developing a sport tracker app for SFOS.
I would like to use OSM Scout Server for providing map informations but unfortunately it does not work.

This is what I tried:
Code:
Map {
        id: map       
        plugin: Plugin 
        {
            name: "osm"
            PluginParameter
            {
                name: "useragent"
                value: "Laufhelden/0.0.1 (Sailfish)"                
            }
            PluginParameter { name: "osm.mapping.host"; value: "http://localhost:8553/v1/tile/" }
        }
        }
...
The map from the server seems not to be found and instead is trying to use WIFI connection to download the map.

The server is running nicely and works with modRana and Poor Maps.

You can find the whole code here: https://github.com/jdrescher2006/Lau...edViewPage.qml

Last edited by jdrescher; 2017-05-12 at 12:44. Reason: Adding info
 

The Following 3 Users Say Thank You to jdrescher For This Useful Post: