The Following 9 Users Say Thank You to Kabouik For This Useful Post: | ||
|
2019-01-22
, 07:15
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#582
|
The Following 18 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-04-23
, 06:56
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#583
|
The Following 16 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-04-25
, 09:05
|
Posts: 134 |
Thanked: 370 times |
Joined on Oct 2012
@ France
|
#584
|
The Following 5 Users Say Thank You to Astaoth For This Useful Post: | ||
|
2019-04-25
, 13:18
|
|
Posts: 1,092 |
Thanked: 4,995 times |
Joined on Dec 2009
@ beautiful cave
|
#585
|
Here we go again: I rewrote QML parts of the code in a manner similar to Pure Maps. It is partitioned into platform-independent and -dependent parts allowing me to support Sailfish Silica, QtControls, and Kirigami simply. As with Pure Maps, exposure to Kirigami and QtControls, requires few additional artwork (some of which maybe beneficial for SFOS as well):
* banner with the size similar to Pure Maps. Will be used in About, Kirigami menu
* icons for Map Manager:
- country available on device
- country requested for download
- incompatible version (we have sync symbol in SFOS)
- mapnik (and maybe mapbox) global (earth?)
- postal global (language parsing part)
- country or region (used in the list while country is not requested or available)
As always, help with the icons is appreciated!
The Following 7 Users Say Thank You to Fellfrosch For This Useful Post: | ||
|
2019-04-25
, 16:43
|
|
Posts: 304 |
Thanked: 1,246 times |
Joined on Aug 2015
|
#586
|
Finally, after having bought a big SD card (128GB ), I installed OSM Scout server in order to use it with PureMaps on my Jolla1.
I have downloaded maps and everything asked, however the server seems to always stay as inactive. Is there a way to debug this ?
|
2019-04-25
, 19:08
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#587
|
The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-04-25
, 19:23
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#588
|
The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-04-26
, 08:11
|
Posts: 134 |
Thanked: 370 times |
Joined on Oct 2012
@ France
|
#589
|
Easiest way to debug is to keep OSM Scout Server running as a GUI app and enable logging of info messages (under Settings)
RTFM, plus go through and adjust the settings menus thoroughly (in both apps), please.
The Following 6 Users Say Thank You to Astaoth For This Useful Post: | ||
|
2019-04-26
, 11:54
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#590
|
Apr 26 13:43:29 Sailfish systemd[1261]: Started OSM Scout Server. Apr 26 13:43:29 Sailfish harbour-osmscout-server[28263]: /usr/bin/harbour-osmscout-server: /usr/share/harbour-osmscout-server/lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/libpng16.so.16) Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Main process exited, code=exited, status=1/FAILURE Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Unit entered failed state. Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Failed with result 'exit-code'. Apr 26 13:43:29 Sailfish systemd[1261]: Started OSM Scout Server. Apr 26 13:43:29 Sailfish harbour-osmscout-server[28265]: /usr/bin/harbour-osmscout-server: /usr/share/harbour-osmscout-server/lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/libpng16.so.16) Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Main process exited, code=exited, status=1/FAILURE Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Unit entered failed state. Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Failed with result 'exit-code'. Apr 26 13:43:29 Sailfish systemd[1261]: Started OSM Scout Server. Apr 26 13:43:29 Sailfish harbour-osmscout-server[28267]: /usr/bin/harbour-osmscout-server: /usr/share/harbour-osmscout-server/lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/libpng16.so.16) Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Main process exited, code=exited, status=1/FAILURE Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Unit entered failed state. Apr 26 13:43:29 Sailfish systemd[1261]: osmscout-server.service: Failed with result 'exit-code'.
Tags |
geocoder, linux, offline maps, router, sailfish os, tiles |
|
[Edit] Woops, wrong thread. I was referring to Pure Maps, but same comments work here too.
Last edited by Kabouik; 2018-12-05 at 00:58.