![]() |
2015-06-07
, 18:43
|
Posts: 53 |
Thanked: 24 times |
Joined on Aug 2013
|
#1821
|
The Following User Says Thank You to wisgal For This Useful Post: | ||
![]() |
2015-06-07
, 20:38
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1822
|
~ $ apt-cache showpkg python-qtmobility
Package: python-qtmobility
Versions:
0.2.2.1-0maemo3+0m6 (/var/lib/apt/lists/coderus.openrepos.net_n9mirror_apps_._Packages)
Description Language:
File: /var/lib/apt/lists/coderus.openrepos.net_n9mirror_apps_._Packages
MD5: 32ace0c0cec89c8f8a20eae36d9f7952]
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2015-06-07
, 21:25
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1823
|
Does that mean it cannot be installed on N9? The terminal image is attached.
apt-get install python-qtmobility
MartinK: any ETA for OSM vector maps? I'm starting to doubt that my N900 will survive until that foretold moment of modRana supporing vector maps.
Besides, sorry for not fixing the packaging issues. They are minor and I totally forgot about them. I should fix them once and for all in the second half of June.
@MartinK,
Do you know which of the included map sources are working at present and which not? I have a few that yield errors - Virtual Earth, MapQuest for eg.
The Following 7 Users Say Thank You to MartinK For This Useful Post: | ||
![]() |
2015-06-08
, 14:28
|
Posts: 53 |
Thanked: 24 times |
Joined on Aug 2013
|
#1824
|
So, for sure python-qtmobility is available on the N9 repo mirror.
Looks like some other dependency is the problem.
Maybe we derail this thread, maybe not.
What you can/should do is install everything manually:
devel-su
apt-get install modrana
- error thrown about python-qtmobility, then
apt-cache search python-qtmobility
-see that it is available, and continue with
apt-get install python-qtmobility
read the log, find out which package is problem and continue with last two steps (apt-cache search ... and apt-get install ...)
Maybe this way we can narrow it down to the real problem.
The Following User Says Thank You to wisgal For This Useful Post: | ||
![]() |
2015-06-08
, 15:48
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1825
|
![]() |
2015-06-08
, 20:10
|
Posts: 53 |
Thanked: 24 times |
Joined on Aug 2013
|
#1826
|
So you still have downloads. maemo.nokia.com configured!
That is the reason.
Remove it from sssu file.
Or try to remove ancelads repo-mirror deb and install it again. Iirc there was some update on it. And n9 keeps older repos in higher (and singleton) priority (even it should take the next one)
The Following User Says Thank You to wisgal For This Useful Post: | ||
![]() |
2015-06-08
, 20:27
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1827
|
Removed and reinstalled Ancelads repomirror from openrepos and the results are the same.
Regarding the second option I didn't find such configuration in the /.config folder.
![]() |
2015-06-08
, 21:03
|
Posts: 53 |
Thanked: 24 times |
Joined on Aug 2013
|
#1828
|
The Following 3 Users Say Thank You to wisgal For This Useful Post: | ||
![]() |
2015-06-09
, 08:37
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1829
|
but I'm not sure if I'll be able to build it for Sailfish OS and I have serious doubts of an Android build being doable.
Still, the main issues still stands: How to get the data for rendering ? AFAIK big Mapnik tileservers use a Postgis database to fetch geometry during rendering - that would be probably too much of an overkill for the N900 and mobile devices in general. So some other more simple/lightweight format/store is needed that can still be plumbed to Mapnik (and/or ideally other potential renderers). Raw OSM data files (XML, PBF) won't do for any non-trivial area due to missing support for efficient random access and area queries.
Therefore some sort of custom format with pre-processed data will be needed - my current favorite is reusing the already present support for sqlite tile database files, but storing tile geometry instead of tile images, with optional per tile compression. Using this method the tile rendering backend would very easily query the geometry for any given tile.
There also options for just generating "geometry tiles" for all layers we might want to render for maximal simplicity and ultra fast fetching (this would make the database bigger than the raw OSM data for the area) or storing just a single (or a couple) of map layers and combine/split them for the given zoom level (meaning the database would not be (much) bigger than the raw OSM data for the area.
In short - I'm still investigating how to best do it and piecemail working on the needed components - testing your Mapnik port, investigating the QtQuick 2 Canvas, improving the modRana data repository, planning improvement in the tile storage module for "geometry tiles" support, etc.
Also as for related development - Basil Semuonov (probably best know for running Open Repos) has apparently been working on a offline rendering and routing server (I might have written about it already a while ago). That would also help a lot - provided that:
- he actually ever releases it (he seems to be generally really busy)
- it can be ported to Maemo (you have used your magic to port Magic, so I'm sure this would be easy for you ;-) )
More or less instant offline maps as his solution seems to have some sort of internal database (solving the data issue), can import raw OSM data and provides a localhost tile server (very easy to use by current modRana codebase).
![]() |
2015-06-10
, 14:30
|
Posts: 53 |
Thanked: 24 times |
Joined on Aug 2013
|
#1830
|
The Following User Says Thank You to wisgal For This Useful Post: | ||
![]() |
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|