![]() |
Re: [Announce] modRana: a flexible GPS navigation system
Martin, may I bring your attention to this and the following post. It started off with cross-linking modRana and Poor Maps tile caches, so that they coukd share each other's tiles.
It appears that the MapQuest file type was wrong but all I had to do was edit map_config.conf, find the MapQuest section and change 'png' to 'jpg'. I love it when things are so easy ;) |
Re: [Announce] modRana: a flexible GPS navigation system
Hi,
Any news about Harmattan ? |
Re: [Announce] modRana: a flexible GPS navigation system
I'm getting a "failed to load routing data" message when attempting to route via point to point, here to point, or address to address.
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Sorry for bothering ... |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
modRana 0.50.x has been released!
New modRana release is finally here with various highlights! :) Automatic tile refresh for dynamic layers ModRana now automatically redownloads tiles for dynamic tile layers (such as traffic, weather, etc.) if the cached tile is older than a given per-layer threshold. So often updated map layers should now up to date. :) Network mode setting in Qt 5 GUI It is now possible to switch between full and minimal (don't download map tiles automatically) in Options->Network in the Qt 5 GUI. :) Thanks a lot to Fredric Ferner for contributing these two improvements! :) Android support ModRana now also finally works on Android. Thanks a lot to Thomas Perl for helping me to get my Android PyOtherside expeiriments to a usable shape and thus making modRana on Android possible! :) Also I'm really glad that "modRana alumni" who left the Maemo world for Android might be able to enjoy modRana yet again! :) ModRana is using the Qt 5 GUI on Android and should generally provide the same features as when running on Sailfish OS or on desktop with the Qt 5 GUI. :) So go ahead and grab the latest modRana Android APK and report any issues! :) Changelog Code:
* Fri Jan 02 2015 Martin Kolman - 0.50.4 |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
And of course, thank you for continuing to actively develop and support modRana after all of these years! |
Re: [Announce] modRana: a flexible GPS navigation system
What about renaming modrana stable to LTS ;
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Admittedly, I haven't been able to make modrana download tiles in Sailfish for a few versions now. Finally, I got to see the logs :) Here they are:
Code:
2015-01-03 12:26:01,386 ERROR mod.mapTiles: exception in tile download manager thread |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
BTW, sqlite should not be that needed on Sailfish OS as btrfs even with all its issues and general lack of stability is a modern filesystem and unlike FAT32 should generally handle many small files in an efficient manner. On the other hand sqlite tile storage is indeed much nicer for estimating storage space consumed by tiles (no need to go over thousands of file to check it) and avoids stuff like tiles possibly ending in the gallery (thankfully tracker seems to avoid hidden/starting with "." folders - so just don't move your tiles into a folder without "." in the path :D ). |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
I'll wait for you to have a look, it isn't like I'm in a hurry or anything :-) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
@martink pichlo pretty much nailed it theres no point renaming i called lts as its really long term support ;
Btw any progress on qt5 and 3d on n900 ) |
Re: [Announce] modRana: a flexible GPS navigation system
Finally got a Jolla and am moving to that. I've installed modrana on it and am having the sqlite tile issues as mentioned above. I'm also having an issue downloading the OS tiles from VE. A quick look around and I see that (a) not all the features are implemented in Jolla? and (b) I should be able to get a log of the download failure. I'll get that sorted, but thought I'd quickly check whether it's expected to fail on Jolla at the moment?
Thank you again for this great app, and for porting it to the Jolla. It's much appreciated. |
Re: [Announce] modRana: a flexible GPS navigation system
Okay, re the VE OS request, looking at the log there's a lot of entries like this:
Code:
Does this help? |
Re: [Announce] modRana: a flexible GPS navigation system
Having picked the top SailfishOS apps, I tried to think why the most useful app on my N900 is launched only once a while after an update on my Jolla.
It's not just the lack of routing (even though that's major). I think the reasons are:
Still, thanks for working on my favorite app from Fremantle! http://my-maemo.com/grafika/modrana2.jpg |
Re: [Announce] modRana: a flexible GPS navigation system
@MartinK ...i think to remember that some time ago you prepared the modrana rpm packages for fedora... Is it correct? Do you have a repo for them?
|
Re: [Announce] modRana: a flexible GPS navigation system
@nodevel: Re the downloads - do you have sqlite selected? I find downloads don't work unless I save tiles as files (this is mentioned up thread).
(edited due to cross posting) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
The source is here so you can build it yourself. http://modrana.org/trac |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
I wonder why it doesn't works though - I clearly have some tiles downloaded from the past, but no new seem to succeed. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
Quote:
Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
MartinK: do you have anything working what concerns the vector maps? I'm looking forward to beta-testing it and possibly hunting some bugs (hopefully there'll be no bugs ;))
|
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
And if it still happens even after that, then:
Quote:
Quote:
Quote:
Quote:
https://copr.fedoraproject.org/coprs/m4rtink/modrana/ Just note that is is a bit out of date & the Qt 5 GUI might not work at all as Fedora (both 20 & 21) has since been upgraded to Qt 5.4 and PyOtherSide 1.3 (the latest version & the version in the copr) reportedly crashes with 5.4. :D Hopefully new PyOtherSide will be released soon so that it works again. But the "classic" GTK GUI should work just fine. :) BTW, the Fedora spec file for modRana is still really really horrendous and there is also quite a lot of bundled Python modules. I really need to finally clean it up a bit sometime. :) Quote:
So basically: 1) install the dependencies 2) clone the repo Code:
git clone https://github.com/M4rtinK/modrana.git with GTK GUI Code:
cd modrana Code:
cd modrana/run Quote:
As files is still the default on Sailfish OS, it probably went kinda unnoticed since then. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
As for N900 there and generally outside of Sailfish - it will depend how portable Basils solution is it might be also possible to use it outside of Sailfish or a corss platform modRana-based solution would be needed. But such a solution is still just in the (even though quite detailed) design phase with not much usable code. Also I'll really finally try out your python-mapnik port soon (TM), I promise! :) |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
Quote:
What about the categories? I could make a pull request if I knew what categories are available. From the poi database, it seems like these are possible? Code:
1|Service Station|Stations for purchasing fuel for vehicles.|1 Thanks again. |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
Quote:
But the map layer selector has a pretty similar structure to the preset categories, so i I should be able to reuse it to host the categories so that they can also be used for local search in the Qt 5 GUI in the near future. :) |
Re: [Announce] modRana: a flexible GPS navigation system
modRana 0.50.5 has been released!
The main highlight is that Sqlite tile storage now works again on Sailfish OS (and with the Qt 5 GUI in general). Also it is now possible to enable the back button on Sailfish OS and the animation switch has been fixed. And you should no longer get stuck on black screen after clicking on a POI that has been restored on startup and then clicking on the back arrow in the GTK GUI. :) Changelog Code:
* Tue Jan 13 2015 Martin Kolman - 0.50.5 |
Re: [Announce] modRana: a flexible GPS navigation system
POIs in modrana are from google or openstreetmap?
if using osm data, is possible to search, for example: "liquid petroleum gas fuel stations" as nodes with tag amenity=fuel and fuel:lpg=yes ? |
Re: [Announce] modRana: a flexible GPS navigation system
Quote:
I investigated how to use OSM for local search last time Google broke the local search API, but then got patches for using the new API from Geoff Kuenning and went with that. :) I would like to eventually add OSM based local/POI search, but it will be quite a bit more complicated than using the simple Google API - but also much more powerful! :) It would probably work fine with a preset list containing relevant tags for search, but free form search would be most probably limited to advanced users knowing how the OSM tags work, given how the OSM data is structured. As for the other search options, address search is using Nominatim (so it is based on OSM data) and Wikipedia search goes over Geonames. Quote:
|
Re: [Announce] modRana: a flexible GPS navigation system
Map downloading for offline use isn't working for me. Sure, I can grab tiles when I have a network connection. However, if I close Modrana, turn the network connection off, and open Modrana again, it show only a "Downloading failed" message for each tile instead of the actual tile. If I look at MyDocs/.maps/, the tiles are there, it's just that Modrana won't actually display them.
I've deleted all Modrana directories and tried to start afresh, and I've also tried both tile storage as files and as a SQL database, but the same problem persists: this program just cannot be used unless a network connection is up at all times. |
Re: [Announce] modRana: a flexible GPS navigation system
|
Re: [Announce] modRana: a flexible GPS navigation system
The advice given to that poster was to delete the directories and start from scratch. As I said, I did that, with no success. When starting up without a network connection, Modrana will still try to download tiles, and then it displays an error message for each tile instead of the tiles it has cached in the .maps folder.
|
Re: [Announce] modRana: a flexible GPS navigation system
That poster also thought he deleted all modRana directories...
|
Re: [Announce] modRana: a flexible GPS navigation system
I actually did delete all directories, including ~/.modrana. No effect.
|
All times are GMT. The time now is 02:56. |
vBulletin® Version 3.8.8