Changes between Version 13 and Version 14 of SystemFunctionalityEN
- Timestamp:
- Aug 9, 2012, 11:55:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemFunctionalityEN
v13 v14 5 5 == Track logging/recording == 6 6 !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 ==== 10 By default, newly recorded tracklogs are stored in the tracklogs folder in modRana profile: 11 12 {{{ 13 ~/.modrana/tracklogs/logs/ 14 }}} 15 16 ==== N900 & N9 ==== 17 Tracklogs 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 23 NOTE: !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. 7 24 8 25 == Map layer configuration == … … 13 30 {{{ 14 31 [osma] 15 label=OSM T@h16 url= http://tah.openstreetmap.org/Tiles/tile/32 label=OSM Mapnik 33 url="http://tah.openstreetmap.org/Tiles/tile/" 17 34 type=png 18 max_zoom=1 735 max_zoom=18 19 36 min_zoom=0 20 folder_prefix=O SM37 folder_prefix=OpenStreetMap I 21 38 coordinates=osm 22 39 }}} … … 24 41 '''name in square brackets''' -> must be unique for every layer 25 42 '''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]] 27 44 '''type''' -> type of the tile images[[BR]] 28 45 '''max_zoom''', '''min_zoom''' -> maximal and minimal zoom[[BR]] 29 46 '''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 31 51 * all layer variables must be set 32 52 … … 39 59 * tile folder is configured by '''folder_prefix''' in '''''map_config.conf''''' 40 60 Example: 41 42 tile_folder=/media/card/maps 43 44 folder_prefix=/osm 45 46 This results in this path: '''/media/card/maps/osm''' 61 {{{ 62 tile_folder=/media/card/maps/ 63 }}} 64 {{{ 65 folder_prefix=osm_mapnik 66 }}} 67 This results in this path: '''/media/card/maps/osm_mapnik/''' 47 68 48 69 == 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. 50 71 This feature can be configured in '''menu->Options->view->hide main buttons''', the default is "hide after 15 seconds". 51 72 … … 53 74 54 75 == 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. 56 77 57 78 == New position indicator == … … 64 85 == Batch tile download == 65 86 !ModRana supports advanced batch tile download with various download options: 66 * '''where:''' around the current position, around current map view or around a tracklog87 * '''where:''' around the ''current position'', around the ''area currently visible on the map'' or around a ''tracklog'' 67 88 * '''size''' a download are radius from 5 to 160 km 68 89 * '''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.90 The 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. 70 91 71 Finished batch download is indicated by a OSD message. 92 Finished 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. 72 96 73 97 == 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 100 The modRana notification system is GUI toolkit independent and either draws the notifications by itself of uses the platform notification method, if available. 75 101 76 102 == Optimized tracklog drawing, tracklog manager == 77 103 Tracklogs 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 105 Visible tracklogs are reopened on startup. 78 106 79 107 == Adding of elevation data to tracklog == #add_elevation … … 89 117 Sorted 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. 90 118 91 == Finding POI usingGoogle Local Search ==119 == POI search with Google Local Search == 92 120 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. 122 Results 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. 94 123 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'''. 124 All results are also drawn on the map and their labels are clickable. 125 126 It 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 128 Searching for a custom query is also possible using the '''custom query'' button. 96 129 97 130 == Online routing using Google Directions ==