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.
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/" } } } ...