Editing ModRana

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 7: Line 7:
Bugtracker: [http://modrana.org/trac/report/1 Link] <br>
Bugtracker: [http://modrana.org/trac/report/1 Link] <br>
</div>
</div>
 +
== Feature overview ==
== Feature overview ==
-
 
-
[[image:ModRana_gui.png|thumb|480px|A guide to the modRana GUI]]
 
-
[[image:ModRana_overlay.png|thumb|480px|Map overlay with a route to a local search result (a restaurant)]]
 
-
[[image:ModRana_main_menu.png|thumb|480px|The finger friendly main menu]]
 
-
[[image:ModRana_route_profile.png|thumb|480px|Route elevation profile - the vertical line shows the current position on the route]]
 
-
 
'''GUI'''
'''GUI'''
* big, finger friendly buttons
* big, finger friendly buttons
Line 26: Line 21:
* automatic (can be turned off)
* automatic (can be turned off)
'''batch tile download'''
'''batch tile download'''
-
* current area, area currently shown on map, area ''around a tracklog''
+
* current area, area currently shown on map, area [U]around a tracklog[/U]
-
* ''radius'' and ''zoomlevel range'' can be set
+
* [U]radius[/U] and [U]zoomlevel range[/U] can be set
* fully threaded, can be run in background, completion is signalized by a notification
* fully threaded, can be run in background, completion is signalized by a notification
'''tile storage'''
'''tile storage'''
Line 36: Line 31:
* Point2Point, Adress2Address, to POI, Combined
* Point2Point, Adress2Address, to POI, Combined
* detailed route info
* detailed route info
-
* ''result can be saved as a GPX tracklog''
+
* [U]result can be saved as a GPX tracklog[/U]
-
* multilingual (English, Czech, Russian, ''Chinese'', Spanish, German, ...)
+
* multilingual (English, Czech, Russian, [I]Chinese[/I], Spanish, German, ...)
-
 
+
-
'''offline routing'''
+
-
* searches for routes without the need for Internet connection
+
-
* routing is much faster than online routing
+
-
* mode based results (Car, Walk, Cycle; Bus & Train get results for Car)
+
-
* uses monav-server as backend
+
-
* directions are currently quite basic
+
-
* see the [[ModRana_offline_routing_guide|modRana offline routing guide]] for more information
+
-
 
+
'''Turn-by-turn navigation with voice directions'''
'''Turn-by-turn navigation with voice directions'''
* turn description shown per-turn with big friendly letters
* turn description shown per-turn with big friendly letters
Line 56: Line 42:
* in GPX format
* in GPX format
* optimized track display
* optimized track display
-
* ''route elevation profile''
+
* [U]route elevation profile[/U]
* elevation data download from Geonames
* elevation data download from Geonames
'''track logging'''
'''track logging'''
* configurable
* configurable
* statistics
* statistics
-
* ''directly to GPX''
+
* [U]directly to GPX[/U]
'''online POI search'''
'''online POI search'''
* using Google Local Search
* using Google Local Search
* search for ATMs, Pizza, WiFi, Landmarks, EV charging stations, etc.
* search for ATMs, Pizza, WiFi, Landmarks, EV charging stations, etc.
-
* ''addresses and telephone numbers'' for results
+
* [U]addresses and telephone numbers[/U] for results
* around current position, live distance display
* around current position, live distance display
* custom query support
* custom query support
Line 74: Line 60:
** local search results
** local search results
** manually entered coordinates
** manually entered coordinates
-
* easily accessible ''routing from current position to POI''
+
* easily accessible [U]routing from current position to POI[/U]
* easy stored POI modification
* easy stored POI modification
* categories
* categories
* CSV export
* CSV export
'''configurable UI'''
'''configurable UI'''
-
* configurations are ''per mode'' (bike,car,bus,walking,train,etc.)
+
* configurations are [U]per mode[/U] (bike,car,bus,walking,train,etc.)
-
* ''size and position of all UI elements can be customized''
+
* [U]size and position of all UI elements can be customized[/U]
* using the main config file
* using the main config file
* interactive configuration <- PLANED
* interactive configuration <- PLANED
Line 91: Line 77:
== Roadmap ==
== Roadmap ==
-
See the [[modRana_Roadmap| roadmap]] wiki page for the current modRana roadmap. In short, the main item on the current roadmap is a new Qt based GUI, in addition to the current GTK based one.
+
See the [[modRana_Roadmap| roadmap] wiki page for the current modRana roadmap]. In short, the main item on the current roadmap is a new Qt based GUI, in addition to the current GTK based one.
== Supported devices ==
== Supported devices ==
Line 98: Line 84:
=== MeeGo 1.2 @ N9,N950 ===
=== MeeGo 1.2 @ N9,N950 ===
-
Porting to Harmattan is a work in progress - see the [[modRana_Roadmap| roadmap]] for more info. It is already possible to run modRana with the currently available GTK GUI but it should be much more usable once the Qt based GUI is in a usable state.
+
Porting to Harmattan is a work in progress - see the [[modRana_Roadmap| roadmap] for more info. It is already possible to run modRana with the currently available GTK GUI but it should be much more usable once the Qt based GUI is in a usable state.
-
=== SHR @ OpenMoko Neo FreeRunner ===
 
-
ModRana also runs on this good-old open hardware smartphone, get packages from the [http://modrana.org/trac/wiki/SystemDownloadEN#shr| Neo download section].
 
-
=== Manual installation ===
+
== Resources ==
-
First make sure you have the core dependencies:
+
* [http://www.modrana.org| modRana project homepage]
-
* Python 2.5+
+
* [http://talk.maemo.org/showthread.php?t=58861&page=93| modRana thread on talk.maemo.org]
-
* GTK
+
* [[Navigation Tools]]
-
* CAIRO
+
-
* PyGTK
+
-
There are also some optional dependencies that modRana will use if available:
+
-
* espeak - for voice output
+
-
Then download the [http://modrana.org/trac/wiki/SystemDownloadEN#tarball| tarball], unpack it somewhere and run the '''modrana.py''' file.
 
-
You can make modRana use a specific device module by suppliing a command line argument:
 
-
* neo - modRana will use the Neo FreeRunner device module
 
-
* n900 - modRana will use the N900 device module
 
-
* android_chroot - modRana will use the device module for Android  chroot
 
-
== Resources ==
 
-
* [https://github.com/M4rtinK/modrana| modRana source code repository] [github.com]
 
-
* [http://www.modrana.org| modRana project homepage] [modrana.org]
 
-
* [http://talk.maemo.org/showthread.php?t=58861&page=93| modRana thread on talk.maemo.org] [maemo.org]
 
-
* [http://maemo.dadablog.net/AppStats.php?package=modrana&os=fremantle unofficial download statistics]
 
-
 
-
* [[Navigation Tools]]
 
-
* [http://wiki.maemo.org/Setting_modrana_to_use_voice_navigation_with_mbrola How to set up modrana to use the mbrola high quality voice navigation]
 
-
* [http://wiki.maemo.org/ModranaOsmTagsForSearchPresets OSM tag mapping for modRana search presets]
 
[[Category:N900]]
[[Category:N900]]
-
[[Category:N9]]
 
-
[[Category:N950]]
 
[[Category:Software]]
[[Category:Software]]
[[Category:GPS]]
[[Category:GPS]]
-
[[Category:ModRana]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)