Changes between Version 13 and Version 14 of SystemFunctionalityEN


Ignore:
Timestamp:
Aug 9, 2012, 11:55:15 AM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemFunctionalityEN

    v13 v14  
    55== Track logging/recording ==
    66!ModRana supports track recording, diretly to a GPX file. This file can be named and logging and saving interval can be set directly from the logging menu. Logging can be paused or split, eq old log is saved and a new one is started imediately. If you entered a new name while logging was in progress, the next log will use it. All logs are saved to the log cathegory in tracklogs menu.
     7
     8=== In which folder are logs stored ? ===
     9==== Default location ====
     10By default, newly recorded tracklogs are stored in the tracklogs folder in modRana profile:
     11
     12{{{
     13~/.modrana/tracklogs/logs/
     14}}}
     15
     16==== N900 & N9 ====
     17Tracklogs are stored in the ''!MyDocs'' folder, that is accessible using mass storage if the device is connected to a computer with USB.
     18
     19{{{
     20/home/user/MyDocs/tracklogs/logs/
     21}}}
     22
     23NOTE: !ModRana can't record a tracklog while the mas storage mode is active, because the ''!MyDocs'' folder is not available for applications running on the device during this.
    724
    825== Map layer configuration ==
     
    1330{{{
    1431[osma]
    15   label=OSM T@h
    16   url=http://tah.openstreetmap.org/Tiles/tile/
     32  label=OSM Mapnik
     33  url="http://tah.openstreetmap.org/Tiles/tile/"
    1734  type=png
    18   max_zoom=17
     35  max_zoom=18
    1936  min_zoom=0
    20   folder_prefix=OSM
     37  folder_prefix=OpenStreetMap I
    2138  coordinates=osm
    2239}}}
     
    2441'''name in square brackets''' -> must be unique for every layer
    2542'''label''' -> name of the layer shown in GUI[[BR]]
    26 '''url''' -> tileserver URL, tile coordinate format is set automatically according to the value in '''coordinates'''[[BR]]
     43'''url''' -> tileserver URL ( '''!! IN QUOTES !!! '''), tile coordinate format is set automatically according to the value in '''coordinates'''[[BR]]
    2744'''type''' -> type of the tile images[[BR]]
    2845'''max_zoom''', '''min_zoom''' -> maximal and minimal zoom[[BR]]
    2946'''folder_prefix''' -> combined with '''tile_folder''' in '''''user_config.conf''''' sets the tile folder path[[BR]]
    30 '''cooridnates''' -> sets the coordinate system and tile URL format[[BR]]
     47'''coordinates''' -> sets the coordinate system and tile URL format[[BR]]
     48
     49 * URL needs to be in quotes
     50
    3151 * all layer variables must be set
    3252
     
    3959 * tile folder is configured by '''folder_prefix''' in '''''map_config.conf'''''
    4060Example:
    41 
    42 tile_folder=/media/card/maps
    43 
    44 folder_prefix=/osm
    45 
    46 This results in this path: '''/media/card/maps/osm'''
     61{{{
     62tile_folder=/media/card/maps/
     63}}}
     64{{{
     65folder_prefix=osm_mapnik
     66}}}
     67This results in this path: '''/media/card/maps/osm_mapnik/'''
    4768
    4869== Main buttons hiding ==
    49 ModRana supports hiding of the main buttons, so they don't obstruct parts of the map.
     70!ModRana supports hiding of the main buttons, so they don't obstruct parts of the map.
    5071This feature can be configured in '''menu->Options->view->hide main buttons''', the default is "hide after 15 seconds".
    5172
     
    5374
    5475== Fullscreen toggle ==
    55 !ModRana can be set to a fullscreen mode. Fullscreen can be toggled with the appropriate button from the map screen or main menu.
     76!ModRana can be set to a fullscreen mode. Fullscreen can be toggled with the appropriate button from the map screen.
    5677
    5778== New position indicator ==
     
    6485== Batch tile download ==
    6586!ModRana supports advanced batch tile download with various download options:
    66  * '''where:''' around the current position, around current map view or around a tracklog
     87 * '''where:''' around the ''current position'', around the ''area currently visible on the map'' or around a ''tracklog''
    6788 * '''size''' a download are radius from 5 to 160 km
    6889 * '''zoom range''' it is possible to set the zoom level range for download (up and down)
    69 The tiles are downloaded using threads, so it is possible to use modRana as usual while the tiles are being downloaded. It is also possible to accurately measure the size of the current download batch.
     90The tiles are downloaded using threads, so it is possible to use modRana as usual while the tiles are being downloaded. !ModRana also displays how much data it has downloaded.
    7091
    71 Finished batch download is indicated by a OSD message.
     92Finished batch download is indicated by a notification message.
     93
     94=== Batch size estimation ===
     95!ModRana can also estimate the size of the currently configured batch download. In this mode, modRana just downloads headers of all tiles in the batch to find out their size.
    7296
    7397== Notification support ==
    74 !ModRana has a simple OSD notification feature. This is used for example for notifying N900 users about a missing package, needed for GPS support.
     98!ModRana has a support for displaying notifications. They are used to notify about important events, that are not readily visible from the state of the user interface, such as a batch download finishing.
     99
     100The modRana notification system is GUI toolkit independent and either draws the notifications by itself of uses the platform notification method, if available.
    75101
    76102== Optimized tracklog drawing, tracklog manager ==
    77103Tracklogs in the [http://www.topografix.com/gpx.asp GPX] format are supported. Drawing of tracklogs is highly optimized, so it is possible to show many tracklogs at once.
     104
     105Visible tracklogs are reopened on startup.
    78106
    79107== Adding of elevation data to tracklog == #add_elevation
     
    89117Sorted POI are shown in a list. POI created from Google Local Search results contain all the additional information. A POI can be used as a target for routing.
    90118
    91 == Finding POI using Google Local Search ==
     119== POI search with Google Local Search ==
    92120
    93 !ModRana supports searching for  poi around the current position, results are shown in the map. Google Local Search results often include not only name and position, but also address and phone numbers.
     121!ModRana supports online POI search, centered either around current position or the in the currently visible area on the map.
     122Results contain various metadata, such as street address and telephone numbers (not for all results). They can be also saved to the modRana POI database or used as target for routing.
    94123
    95 It is possible to search for POI from many categories, like restaurants, ATMs, hotels etc. Maximum number of results and ordering style can be configured in '''options->Online services'''.
     124All results are also drawn on the map and their labels are clickable.
     125
     126It is possible to search for POI from many categories with presets, like restaurants, ATMs, hotels etc. Maximum number of results and ordering style can be configured in '''options->Online services'''.
     127
     128Searching for a custom query is also possible using the '''custom query'' button.
    96129
    97130== Online routing using Google Directions ==