Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:help:v2:settings:user-settings [2018/08/07 12:38] alpinequesten:help:v2:settings:user-settings [2020/01/09 19:39] alpinequest
Line 9: Line 9:
 {{:icon_help.png?nolink}} You must restart the application after changing any of these settings. {{:icon_help.png?nolink}} You must restart the application after changing any of these settings.
  
-{{:icon_help.png?nolink}} Setting names don't contain white spaces.+{{:icon_help.png?nolink}} Setting names don't contain spaces.
  
 \\ \\
Line 19: Line 19:
 | **''core.logs.verbose''**  | Boolean  | ''0'' / ''false''  |  | | **''core.logs.verbose''**  | Boolean  | ''0'' / ''false''  |  |
 | Activate the verbose mode so the application displays more information in the log files.  ||| ::: | | Activate the verbose mode so the application displays more information in the log files.  ||| ::: |
-| **''core.locale''**  | [ ''ar'', ''en'', ''es'', ''fr'', ''it'', ''ko'', ''lt'', ''pt'', ''nl'', ''ro'', ''ru'', ''sk'', ''tr'', ''uk'' ]  | ''empty''  |  |+| **''core.locale''**  | [ ''ar'', ''bg'', ''de'', ''en'', ''es'', ''fr'', ''it'', ''ko'', ''lt'', ''pt'', ''nl'', ''ro'', ''ru'', ''sk'', ''tr'', ''uk'', ''zh'' ]  | ''empty''  |  |
 | Force a different language other than the one of the device.  ||| ::: | | Force a different language other than the one of the device.  ||| ::: |
 | **''core.custom_location_printer''**  | [ ''grid'', ''xy'', ''d'', ''dm'', ''dms'' ],String  | ''empty''  |  | | **''core.custom_location_printer''**  | [ ''grid'', ''xy'', ''d'', ''dm'', ''dms'' ],String  | ''empty''  |  |
Line 25: Line 25:
 | **''core.bearing_decimals''**  | Integer  | ''2''  | {{:en:help:v2:settings:user-settings:bearing-decimals.jpg?nolink}} | | **''core.bearing_decimals''**  | Integer  | ''2''  | {{:en:help:v2:settings:user-settings:bearing-decimals.jpg?nolink}} |
 | Define the maximum number of decimals to use when displaying bearing units.  ||| ::: | | Define the maximum number of decimals to use when displaying bearing units.  ||| ::: |
 +| **''core.crs.d.decimals''**  | [''4''-''7'' | ''6''  |  |
 +| Define the number of degree decimals to use when displaying coordinates in decimal degrees (D).  ||| ::: |
 +| **''core.crs.dms.decimals''**  | [''0''-''3'' | ''2''  |  |
 +| Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).  ||| ::: |
 +| **''core.astro.zenith''**  | Float  | ''90.833''  |  |
 +| Value of zenith (in degrees) to use when computing sunrise and sunset times (Official: 90.833, Civil: 96.0, Nautical: 102.0, Astronomical: 108.0).  ||| ::: |
 +| **''core.https.enable_all_protocols''**  | Boolean  | ''false''  |  |
 +| Enable all available SSL protocols (even deprecated ones).  ||| ::: |
 | **''core.pictures.format''**  | String  | ''yyyy-MM-dd_HH-mm-ss''  |  | | **''core.pictures.format''**  | String  | ''yyyy-MM-dd_HH-mm-ss''  |  |
 | Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns [[http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns|here]]).  ||| ::: | | Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns [[http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns|here]]).  ||| ::: |
Line 42: Line 50:
 | **''map.infobox.text_color''**  | String  | ''#212121''  | {{:en:help:v2:settings:user-settings:infobox-text-color.jpg?nolink}} | | **''map.infobox.text_color''**  | String  | ''#212121''  | {{:en:help:v2:settings:user-settings:infobox-text-color.jpg?nolink}} |
 | Define the display color of the texts displayed in the information boxes (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Define the display color of the texts displayed in the information boxes (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''map.infobox.text_bold''**  | Boolean  | ''0'' / ''false''  |  |
 +| Display texts in the information boxes in bold.  ||| ::: |
 | **''map.coordinates.main.color''**  | String  | ''#000000''  |  | | **''map.coordinates.main.color''**  | String  | ''#000000''  |  |
 | Define the display color of the main coordinate format and grid (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Define the display color of the main coordinate format and grid (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
Line 68: Line 78:
 | **''map.canvas.popup_comment_size''**  | Float  | ''12.0''  | {{:en:help:v2:settings:user-settings:comment-text-size.jpg?nolink}} | | **''map.canvas.popup_comment_size''**  | Float  | ''12.0''  | {{:en:help:v2:settings:user-settings:comment-text-size.jpg?nolink}} |
 | Text size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-scaleable-pixels-sp|sp]]) of popup comments when clicking on a displayed landmark.  ||| ::: | | Text size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-scaleable-pixels-sp|sp]]) of popup comments when clicking on a displayed landmark.  ||| ::: |
-| **''map.canvas.tiles_bitmap_config''**  | [''RGB_565'', ''ARGB_8888'' | ''RGB_565''  |  |+| **''map.canvas.tiles.bitmap_config''**  | [''RGB_565'', ''ARGB_8888'' | ''RGB_565''  |  |
 | Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).  ||| ::: | | Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).  ||| ::: |
 +| **''map.canvas.tiles.force_bitmap_filtering''**  | Boolean  | ''0'' / ''false''  |  |
 +| Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.  ||| ::: |
 +| **''map.canvas.max_pitch_deg''**  | Integer  | ''40''  |  |
 +| Maximum pitch angle that can be reached by moving two fingers down over the map.  ||| ::: |
 +| **''map.canvas.smooth_azimuth_change''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make a smooth transition effect when changing the azimuth of the map.  ||| ::: |
 +| **''map.canvas.smooth_location_change''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make a smooth transition effect when changing the location of the map.  ||| ::: |
 | **''map.canvas.smooth_end_move''**  | Boolean  | ''1'' / ''true''  |  | | **''map.canvas.smooth_end_move''**  | Boolean  | ''1'' / ''true''  |  |
 | Define if the map continues to move a little after ending sliding it.  ||| ::: | | Define if the map continues to move a little after ending sliding it.  ||| ::: |
Line 84: Line 102:
 ^ **Maps** ^^^^ ^ **Maps** ^^^^
 | **''maps.debug''**  | Boolean  | ''0'' / ''false''  |  | | **''maps.debug''**  | Boolean  | ''0'' / ''false''  |  |
-| Activate the debug mode for maps: increases logs for maps and displays map tile bounds and coordinates.  ||| ::: |+| Activate the debug mode for maps: increases logs for maps and displays map tile bounds and coordinates on the screen.  ||| ::: |
 | **''maps.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''maps.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
 | Disable long-press action (select the top menu item) for the "Maps" menu.  ||| ::: | | Disable long-press action (select the top menu item) for the "Maps" menu.  ||| ::: |
Line 97: Line 115:
 | **''maps.features.offlinemaps.zoom_buttons_autoload''**  | Boolean  | ''1'' / ''true''  |  | | **''maps.features.offlinemaps.zoom_buttons_autoload''**  | Boolean  | ''1'' / ''true''  |  |
 | When using +/- zoom buttons, automatically select another file-based map (from the same folder) if the current map doesn't cover the current scale anymore.  ||| ::: | | When using +/- zoom buttons, automatically select another file-based map (from the same folder) if the current map doesn't cover the current scale anymore.  ||| ::: |
 +| **''maps.features.offlinemaps.overscaling_levels''**  | Integer  | ''4''  |  |
 +| Number of additional times the "+" zoom button can be pressed after reaching the last level of details of the current map, virtually increasing even more the zoom.  ||| ::: |
 +| **''maps.features.offlinemaps.underscaling_levels''**  | Integer  | ''2''  |  |
 +| Number of additional times the "-" zoom button can be pressed after reaching the first level of details of the current map, virtually reducing even more the zoom.  ||| ::: |
 | **''maps.features.offlinemaps.formats.aqm.create_index''**  | Boolean  | ''1'' / ''true''  |  | | **''maps.features.offlinemaps.formats.aqm.create_index''**  | Boolean  | ''1'' / ''true''  |  |
 | Create index files for AQM maps in order to speed-up loading.  ||| ::: | | Create index files for AQM maps in order to speed-up loading.  ||| ::: |
Line 109: Line 131:
 | **''maps.features.elevations.hillshade.light_source_angle''**  | Integer [''0'' - ''360'' | ''45''  |  | | **''maps.features.elevations.hillshade.light_source_angle''**  | Integer [''0'' - ''360'' | ''45''  |  |
 | Light source azimuth (in degrees) used when generating built-in hillshade layer from local DEM elevation data.  ||| ::: | | Light source azimuth (in degrees) used when generating built-in hillshade layer from local DEM elevation data.  ||| ::: |
 +| **''maps.features.onlinemaps.status.display_offline''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display a message over missing parts of on-demand maps when there is currently no network.  ||| ::: |
 +| **''maps.features.onlinemaps.status.display_unavailable''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display a message over missing parts of on-demand maps that are not available on the server.  ||| ::: |
 ^ **Placemarks** ^^^^ ^ **Placemarks** ^^^^
 | **''landmarks.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''landmarks.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
 | Disable long-press action (select the top menu item) for the "Placemarks" menu.  ||| ::: | | Disable long-press action (select the top menu item) for the "Placemarks" menu.  ||| ::: |
 +| **''landmarks.painter.center_labels_size_factor''**  | Float  | ''1.0''  |  |
 +| Display size factor for texts displayed above and below the screen center icon.  ||| ::: |
 | **''landmarks.painter.labels_factor''**  | Float  | ''1.0''  |  | | **''landmarks.painter.labels_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for landmark labels displayed on the map.  ||| ::: | | Display size factor for landmark labels displayed on the map.  ||| ::: |
 | **''landmarks.painter.paths_factor''**  | Float  | ''1.0''  |  | | **''landmarks.painter.paths_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for paths displayed on the map.  ||| ::: | | Display size factor for paths displayed on the map.  ||| ::: |
 +| **''landmarks.painter.tracks_arrows''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display small arrows on recorded track do display the track direction.  ||| ::: |
 | **''landmarks.painter.points_factor''**  | Float  | ''1.0''  |  | | **''landmarks.painter.points_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for points displayed on the map.  ||| ::: | | Display size factor for points displayed on the map.  ||| ::: |
Line 122: Line 152:
 | **''landmarks.painter.picture_heading''**  | Boolean  | ''1'' / ''true''  |  | | **''landmarks.painter.picture_heading''**  | Boolean  | ''1'' / ''true''  |  |
 | Display field of view direction of pictures on the map when available.  ||| ::: | | Display field of view direction of pictures on the map when available.  ||| ::: |
 +| **''landmarks.painter.labels_max_length''**  | Integer  | ''32''  |  |
 +| Maximum number of characters for names of landmarks displayed on the map.  ||| ::: |
 +| **''landmarks.selector.max_multi_items''**  | Integer  | ''25''  |  |
 +| Maximum of displayed sub-items in popups displayed when selecting landmarks on the map.  ||| ::: |
 +| **''landmarks.selector.display_elevation''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display the elevation (if available) in the popups displayed when selecting landmarks on the map.  ||| ::: |
 +| **''landmarks.selector.display_date''**  | Boolean  | ''0'' / ''false''  |  |
 +| Display the data (if available) in the popups displayed when selecting landmarks on the map.  ||| ::: |
 +| **''landmarks.proximity.color''**  | String  | ''#A52A2A''  | {{:en:help:v2:settings:user-settings:proximity-alerts-color.jpg?nolink}} |
 +| Color used to draw proximity alerts (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''landmarks.targeter.max_save_targets''**  | Integer  | ''1000''  |  |
 +| Number of recently targeted locations to keep in the unsorted landmarks targets set. Set to 0 to not save targeted locations.  ||| ::: |
 +| **''landmarks.targeter.display_target_line''**  | Boolean  | ''1'' / ''true''  |  |
 +| Draw a line between the screen center icon and the currently targeted location.  ||| ::: |
 | **''landmarks.symbols.color.tourism''**  | String  | ''#AF17A6''  |  | | **''landmarks.symbols.color.tourism''**  | String  | ''#AF17A6''  |  |
 | Color used to draw symbols of the "Tourism" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Tourism" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
Line 134: Line 178:
 | **''landmarks.symbols.color.amenities''**  | String  | ''#9B550A''  |  | | **''landmarks.symbols.color.amenities''**  | String  | ''#9B550A''  |  |
 | Color used to draw symbols of the "Amenities" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Amenities" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.symbols.color.sport''**  | String  | ''#39AC39''  |  | 
-| Color used to draw symbols of the "Sport" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''landmarks.symbols.color.transportation''**  | String  | ''#11B6E5''  |  | | **''landmarks.symbols.color.transportation''**  | String  | ''#11B6E5''  |  |
 | Color used to draw symbols of the "Transportation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Transportation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
Line 142: Line 184:
 | **''landmarks.symbols.color.power''**  | String  | ''#FF8F21''  |  | | **''landmarks.symbols.color.power''**  | String  | ''#FF8F21''  |  |
 | Color used to draw symbols of the "Power" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Power" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.symbols.color.shopping''**  | String  | ''#AC39AC''  |  | 
-| Color used to draw symbols of the "Shopping" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''landmarks.symbols.color.worship''**  | String  | ''#000000''  |  | | **''landmarks.symbols.color.worship''**  | String  | ''#000000''  |  |
 | Color used to draw symbols of the "Worship" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Worship" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 | **''landmarks.symbols.color.health''**  | String  | ''#DA0092''  |  | | **''landmarks.symbols.color.health''**  | String  | ''#DA0092''  |  |
 | Color used to draw symbols of the "Health" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Health" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.selector.max_multi_items''**  | Integer  | ''25''  |  | 
-| Maximum of displayed sub-items in popups displayed when selecting landmarks on the map.  ||| ::: | 
-| **''landmarks.selector.display_elevation''**  | Boolean  | ''1'' / ''true''  |  | 
-| Display the elevation (if available) in the popups displayed when selecting landmarks on the map.  ||| ::: | 
-| **''landmarks.selector.display_date''**  | Boolean  | ''0'' / ''false''  |  | 
-| Display the data (if available) in the popups displayed when selecting landmarks on the map.  ||| ::: | 
-| **''landmarks.proximity.color''**  | String  | ''#A52A2A''  | {{:en:help:v2:settings:user-settings:proximity-alerts-color.jpg?nolink}} | 
-| Color used to draw proximity alerts (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
-| **''landmarks.targeter.max_save_targets''**  | Integer  | ''1000''  |  | 
-| Number of recently targeted locations to keep in the unsorted landmarks targets set. Set to 0 to not save targeted locations.  ||| ::: | 
-| **''landmarks.targeter.display_target_line''**  | Boolean  | ''1'' / ''true''  |  | 
-| Draw a line between the screen center icon and the currently targeted location.  ||| ::: | 
 | **''landmarks.explorer.display_full_bearing''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-full-bearing.jpg?nolink}} | | **''landmarks.explorer.display_full_bearing''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-full-bearing.jpg?nolink}} |
 | Display the bearing value to waypoint values in addition of the direction arrow in the Landmarks Explorer.  ||| ::: | | Display the bearing value to waypoint values in addition of the direction arrow in the Landmarks Explorer.  ||| ::: |
Line 166: Line 194:
 | **''landmarks.creator.sets.ask_for_names''**  | Boolean  | ''1'' / ''true''  |  | | **''landmarks.creator.sets.ask_for_names''**  | Boolean  | ''1'' / ''true''  |  |
 | Ask for waypoint names when creating sets of waypoints.  ||| ::: | | Ask for waypoint names when creating sets of waypoints.  ||| ::: |
 +| **''landmarks.creator.waypoints.force_on_gps''**  | Boolean  | ''0'' / ''false''  |  |
 +| Create new waypoints on the current GPS location (if available) instead of the current screen center location by default.  ||| ::: |
 +| **''landmarks.creator.reset_indexes''**  | Boolean  | ''0'' / ''false''  |  |
 +| Reset the default name counter of created auto-routings, measures and slopes at each startup.  ||| ::: |
 | **''landmarks.features.offlinelandmarks.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-root.jpg?nolink}} | | **''landmarks.features.offlinelandmarks.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-root.jpg?nolink}} |
 | Display an entry allowing to select the device's root folder in the menu drawer of the Landmarks Explorer.  ||| ::: | | Display an entry allowing to select the device's root folder in the menu drawer of the Landmarks Explorer.  ||| ::: |
Line 183: Line 215:
 | **''geolocation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''geolocation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
 | Disable long-press action (select the top menu item) for the "Positioning" menu.  ||| ::: | | Disable long-press action (select the top menu item) for the "Positioning" menu.  ||| ::: |
-| **''geolocation.localisation.relock_delay_ms''**  | Integer  | ''10000''  |  | 
-| Time (in milliseconds) after which to re-lock the GPS location if this option is checked in the main settings.  ||| ::: | 
 | **''geolocation.localisation.painter.color_accurate''**  | String  | ''#0064FF''  |  | | **''geolocation.localisation.painter.color_accurate''**  | String  | ''#0064FF''  |  |
 | Color used to draw the current location when accurate (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw the current location when accurate (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 | **''geolocation.localisation.painter.color_inaccurate''**  | String  | ''#E30000''  |  | | **''geolocation.localisation.painter.color_inaccurate''**  | String  | ''#E30000''  |  |
 | Color used to draw the current location when not accurate (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw the current location when not accurate (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''geolocation.localisation.egm96_adjustment.[provider]''**  | Boolean  | ''1'' / ''true'' for provider "''gps''", ''0'' / ''false'' otherwise  +| **''geolocation.localisation.egm96_adjustment.gps''**  | Boolean  | ''1'' / ''true''  
-| Adjust provided WGS84 elevations to Geoid elevations using the EGM96 model for ''[provider]'' (ex"''gps''", "''passive''").  ||| ::: |+| Adjust provided elevations to Geoid elevations using the EGM96 model for location provider ''"gps"''.  ||| ::: | 
 +| **''geolocation.localisation.egm96_adjustment.network''**  | Boolean ''0'' / ''false''  |  | 
 +| Adjust provided elevations to Geoid elevations using the EGM96 model for location provider ''"network"''.  ||| ::: | 
 +| **''geolocation.localisation.egm96_adjustment.passive''**  | Boolean ''0'' / ''false''  |  | 
 +| Adjust provided elevations to Geoid elevations using the EGM96 model for location provider ''"passive"''.  ||| ::: |
 | **''geolocation.course_line_width''**  | Float  | ''2.0''  |  | | **''geolocation.course_line_width''**  | Float  | ''2.0''  |  |
 | Width (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the displayed GPS course line.  ||| ::: | | Width (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the displayed GPS course line.  ||| ::: |
Line 199: Line 233:
 | **''geolocation.course_line_style''**  | String  | ''A''  |  | | **''geolocation.course_line_style''**  | String  | ''A''  |  |
 | Use "''A''" for displaying arrows.  ||| ::: | | Use "''A''" for displaying arrows.  ||| ::: |
 +| **''geolocation.localisation.relock_delay_ms''**  | Integer  | ''10000''  |  |
 +| Time (in milliseconds) after which to re-lock the GPS location if this option is checked in the main settings.  ||| ::: |
 +| **''geolocation.localisation.display_distance_line_eta''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display the ETA when moving the map center away from the current GPS location.  ||| ::: |
 +| **''geolocation.localisation.display_distance_line_bearing''**  | Boolean  | ''0'' / ''false''  |  |
 +| Display the bearing when moving the map center away from the current GPS location.  ||| ::: |
 ^ **Orientation** ^^^^ ^ **Orientation** ^^^^
 | **''orientation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''orientation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
Line 210: Line 250:
 | **''orientation.heading_line_style''**  | String  | ''empty''  |  | | **''orientation.heading_line_style''**  | String  | ''empty''  |  |
 | Use "''A''" for displaying arrows.  ||| ::: | | Use "''A''" for displaying arrows.  ||| ::: |
 +| **''orientation.compass.on_map.scale''**  | Float  | ''1.0''  |  |
 +| Scale factor for the compass displayed on the map.  ||| ::: |
 ^ **Search** ^^^^ ^ **Search** ^^^^
 | **''search.display_location_results''**  | Boolean  | ''1'' / ''true''  |  | | **''search.display_location_results''**  | Boolean  | ''1'' / ''true''  |  |
 | When selecting a search result, move on it's location and display a point. Set to ''0'' / ''false'' will only move over the search result location, without displaying it.  ||| ::: | | When selecting a search result, move on it's location and display a point. Set to ''0'' / ''false'' will only move over the search result location, without displaying it.  ||| ::: |
 ^ **Track recorder** ^^^^ ^ **Track recorder** ^^^^
-| **''tracker.create_waypoints_on_path''**  | Boolean  | ''0'' / ''false''  |  | 
-| Force to create all track recorder waypoints on the current GPS location and not on the current map center location.   ||| ::: | 
 | **''tracker.export.fill_user_weight''**  | Boolean  | ''0'' / ''false''  |  | | **''tracker.export.fill_user_weight''**  | Boolean  | ''0'' / ''false''  |  |
 | Auto fill the custom user weight field when exporting the track.  ||| ::: | | Auto fill the custom user weight field when exporting the track.  ||| ::: |
-| **''tracker.painter.color''**  | String  | ''#0600F1''  |  | +| **''tracker.painter.color''**  | String  | ''#0064FF''  |  | 
-| Color used to draw the current location tracker'track (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |+| Color used to draw the current track of the track recorder (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]). Uses setting ''"geolocation.localisation.painter.color_accurate"'' by default.  ||| ::: | 
 +| **''tracker.painter.arrows''**  | Boolean  | ''1'' / ''true''  |  | 
 +| Display small arrows on the current track of the track recorder to show the track direction.  ||| ::: |
  
 \\ \\
Line 238: Line 280:
 # #
 core.locale= core.locale=
-#    [ ar, en, es, fr, it, ko, lt, pt, nl, ro, ru, sk, tr, uk ]    empty+#    [ ar, bg, de, en, es, fr, it, ko, lt, pt, nl, ro, ru, sk, tr, uk, zh ]    empty
 #    Force a different language other than the one of the device. #    Force a different language other than the one of the device.
 # #
Line 248: Line 290:
 #    Integer    2 #    Integer    2
 #    Define the maximum number of decimals to use when displaying bearing units. #    Define the maximum number of decimals to use when displaying bearing units.
 +#
 +core.crs.d.decimals=
 +#    [4-7]    6
 +#    Define the number of degree decimals to use when displaying coordinates in decimal degrees (D).
 +#
 +core.crs.dms.decimals=
 +#    [0-3]    2
 +#    Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).
 +#
 +core.astro.zenith=
 +#    Float    90.833
 +#    Value of zenith (in degrees) to use when computing sunrise and sunset times (Official: 90.833, Civil: 96.0, Nautical: 102.0, Astronomical: 108.0).
 +#
 +core.https.enable_all_protocols=
 +#    Boolean    false
 +#    Enable all available SSL protocols (even deprecated ones).
 # #
 core.pictures.format= core.pictures.format=
Line 283: Line 341:
 #    String    #212121 #    String    #212121
 #    Define the display color of the texts displayed in the information boxes (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Define the display color of the texts displayed in the information boxes (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +map.infobox.text_bold=
 +#    Boolean    0 / false
 +#    Display texts in the information boxes in bold.
 # #
 map.coordinates.main.color= map.coordinates.main.color=
Line 336: Line 398:
 #    Text size (in sp) of popup comments when clicking on a displayed landmark. #    Text size (in sp) of popup comments when clicking on a displayed landmark.
 # #
-map.canvas.tiles_bitmap_config=+map.canvas.tiles.bitmap_config=
 #    [RGB_565, ARGB_8888]    RGB_565 #    [RGB_565, ARGB_8888]    RGB_565
 #    Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565). #    Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).
 +#
 +map.canvas.tiles.force_bitmap_filtering=
 +#    Boolean    0 / false
 +#    Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.
 +#
 +map.canvas.max_pitch_deg=
 +#    Integer    40
 +#    Maximum pitch angle that can be reached by moving two fingers down over the map.
 +#
 +map.canvas.smooth_azimuth_change=
 +#    Boolean    1 / true
 +#    Make a smooth transition effect when changing the azimuth of the map.
 +#
 +map.canvas.smooth_location_change=
 +#    Boolean    1 / true
 +#    Make a smooth transition effect when changing the location of the map.
 # #
 map.canvas.smooth_end_move= map.canvas.smooth_end_move=
Line 369: Line 447:
 maps.debug= maps.debug=
 #    Boolean    0 / false #    Boolean    0 / false
-#    Activate the debug mode for maps: increases logs for maps and displays map tile bounds and coordinates.+#    Activate the debug mode for maps: increases logs for maps and displays map tile bounds and coordinates on the screen.
 # #
 maps.submenu.disable_long_press= maps.submenu.disable_long_press=
Line 394: Line 472:
 #    Boolean    1 / true #    Boolean    1 / true
 #    When using +/- zoom buttons, automatically select another file-based map (from the same folder) if the current map doesn't cover the current scale anymore. #    When using +/- zoom buttons, automatically select another file-based map (from the same folder) if the current map doesn't cover the current scale anymore.
 +#
 +maps.features.offlinemaps.overscaling_levels=
 +#    Integer    4
 +#    Number of additional times the "+" zoom button can be pressed after reaching the last level of details of the current map, virtually increasing even more the zoom.
 +#
 +maps.features.offlinemaps.underscaling_levels=
 +#    Integer    2
 +#    Number of additional times the "-" zoom button can be pressed after reaching the first level of details of the current map, virtually reducing even more the zoom.
 # #
 maps.features.offlinemaps.formats.aqm.create_index= maps.features.offlinemaps.formats.aqm.create_index=
Line 418: Line 504:
 #    Integer [0 - 360]    45 #    Integer [0 - 360]    45
 #    Light source azimuth (in degrees) used when generating built-in hillshade layer from local DEM elevation data. #    Light source azimuth (in degrees) used when generating built-in hillshade layer from local DEM elevation data.
 +#
 +maps.features.onlinemaps.status.display_offline=
 +#    Boolean    1 / true
 +#    Display a message over missing parts of on-demand maps when there is currently no network.
 +#
 +maps.features.onlinemaps.status.display_unavailable=
 +#    Boolean    1 / true
 +#    Display a message over missing parts of on-demand maps that are not available on the server.
 # #
 # #
Line 425: Line 519:
 #    Boolean    0 / false #    Boolean    0 / false
 #    Disable long-press action (select the top menu item) for the "Placemarks" menu. #    Disable long-press action (select the top menu item) for the "Placemarks" menu.
 +#
 +landmarks.painter.center_labels_size_factor=
 +#    Float    1.0
 +#    Display size factor for texts displayed above and below the screen center icon.
 # #
 landmarks.painter.labels_factor= landmarks.painter.labels_factor=
Line 433: Line 531:
 #    Float    1.0 #    Float    1.0
 #    Display size factor for paths displayed on the map. #    Display size factor for paths displayed on the map.
 +#
 +landmarks.painter.tracks_arrows=
 +#    Boolean    1 / true
 +#    Display small arrows on recorded track do display the track direction.
 # #
 landmarks.painter.points_factor= landmarks.painter.points_factor=
Line 445: Line 547:
 #    Boolean    1 / true #    Boolean    1 / true
 #    Display field of view direction of pictures on the map when available. #    Display field of view direction of pictures on the map when available.
 +#
 +landmarks.painter.labels_max_length=
 +#    Integer    32
 +#    Maximum number of characters for names of landmarks displayed on the map.
 +#
 +landmarks.selector.max_multi_items=
 +#    Integer    25
 +#    Maximum of displayed sub-items in popups displayed when selecting landmarks on the map.
 +#
 +landmarks.selector.display_elevation=
 +#    Boolean    1 / true
 +#    Display the elevation (if available) in the popups displayed when selecting landmarks on the map.
 +#
 +landmarks.selector.display_date=
 +#    Boolean    0 / false
 +#    Display the data (if available) in the popups displayed when selecting landmarks on the map.
 +#
 +landmarks.proximity.color=
 +#    String    #A52A2A
 +#    Color used to draw proximity alerts (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +landmarks.targeter.max_save_targets=
 +#    Integer    1000
 +#    Number of recently targeted locations to keep in the unsorted landmarks targets set. Set to 0 to not save targeted locations.
 +#
 +landmarks.targeter.display_target_line=
 +#    Boolean    1 / true
 +#    Draw a line between the screen center icon and the currently targeted location.
 # #
 landmarks.symbols.color.tourism= landmarks.symbols.color.tourism=
Line 469: Line 599:
 #    String    #9B550A #    String    #9B550A
 #    Color used to draw symbols of the "Amenities" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Amenities" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.sport= 
-#    String    #39AC39 
-#    Color used to draw symbols of the "Sport" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.symbols.color.transportation= landmarks.symbols.color.transportation=
Line 485: Line 611:
 #    String    #FF8F21 #    String    #FF8F21
 #    Color used to draw symbols of the "Power" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Power" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.shopping= 
-#    String    #AC39AC 
-#    Color used to draw symbols of the "Shopping" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.symbols.color.worship= landmarks.symbols.color.worship=
Line 497: Line 619:
 #    String    #DA0092 #    String    #DA0092
 #    Color used to draw symbols of the "Health" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Health" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.selector.max_multi_items= 
-#    Integer    25 
-#    Maximum of displayed sub-items in popups displayed when selecting landmarks on the map. 
-# 
-landmarks.selector.display_elevation= 
-#    Boolean    1 / true 
-#    Display the elevation (if available) in the popups displayed when selecting landmarks on the map. 
-# 
-landmarks.selector.display_date= 
-#    Boolean    0 / false 
-#    Display the data (if available) in the popups displayed when selecting landmarks on the map. 
-# 
-landmarks.proximity.color= 
-#    String    #A52A2A 
-#    Color used to draw proximity alerts (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
-# 
-landmarks.targeter.max_save_targets= 
-#    Integer    1000 
-#    Number of recently targeted locations to keep in the unsorted landmarks targets set. Set to 0 to not save targeted locations. 
-# 
-landmarks.targeter.display_target_line= 
-#    Boolean    1 / true 
-#    Draw a line between the screen center icon and the currently targeted location. 
 # #
 landmarks.explorer.display_full_bearing= landmarks.explorer.display_full_bearing=
Line 533: Line 631:
 #    Boolean    1 / true #    Boolean    1 / true
 #    Ask for waypoint names when creating sets of waypoints. #    Ask for waypoint names when creating sets of waypoints.
 +#
 +landmarks.creator.waypoints.force_on_gps=
 +#    Boolean    0 / false
 +#    Create new waypoints on the current GPS location (if available) instead of the current screen center location by default.
 +#
 +landmarks.creator.reset_indexes=
 +#    Boolean    0 / false
 +#    Reset the default name counter of created auto-routings, measures and slopes at each startup.
 # #
 landmarks.features.offlinelandmarks.explorer.display_root= landmarks.features.offlinelandmarks.explorer.display_root=
Line 568: Line 674:
 #    Boolean    0 / false #    Boolean    0 / false
 #    Disable long-press action (select the top menu item) for the "Positioning" menu. #    Disable long-press action (select the top menu item) for the "Positioning" menu.
-# 
-geolocation.localisation.relock_delay_ms= 
-#    Integer    10000 
-#    Time (in milliseconds) after which to re-lock the GPS location if this option is checked in the main settings. 
 # #
 geolocation.localisation.painter.color_accurate= geolocation.localisation.painter.color_accurate=
Line 581: Line 683:
 #    Color used to draw the current location when not accurate (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw the current location when not accurate (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 # #
-geolocation.localisation.egm96_adjustment.[provider]+geolocation.localisation.egm96_adjustment.gps
-#    Boolean    1 / true for provider "gps"0 / false otherwise +#    Boolean    1 / true 
-#    Adjust provided WGS84 elevations to Geoid elevations using the EGM96 model for [provider] (ex: "gps""passive").+#    Adjust provided elevations to Geoid elevations using the EGM96 model for location provider "gps"
 +
 +geolocation.localisation.egm96_adjustment.network= 
 +#    Boolean    0 / false 
 +#    Adjust provided elevations to Geoid elevations using the EGM96 model for location provider "network"
 +
 +geolocation.localisation.egm96_adjustment.passive= 
 +#    Boolean    0 / false 
 +#    Adjust provided elevations to Geoid elevations using the EGM96 model for location provider "passive".
 # #
 geolocation.course_line_width= geolocation.course_line_width=
Line 600: Line 710:
 #    String    A #    String    A
 #    Use "A" for displaying arrows. #    Use "A" for displaying arrows.
 +#
 +geolocation.localisation.relock_delay_ms=
 +#    Integer    10000
 +#    Time (in milliseconds) after which to re-lock the GPS location if this option is checked in the main settings.
 +#
 +geolocation.localisation.display_distance_line_eta=
 +#    Boolean    1 / true
 +#    Display the ETA when moving the map center away from the current GPS location.
 +#
 +geolocation.localisation.display_distance_line_bearing=
 +#    Boolean    0 / false
 +#    Display the bearing when moving the map center away from the current GPS location.
 # #
 # #
Line 623: Line 745:
 #    String    empty #    String    empty
 #    Use "A" for displaying arrows. #    Use "A" for displaying arrows.
 +#
 +orientation.compass.on_map.scale=
 +#    Float    1.0
 +#    Scale factor for the compass displayed on the map.
 # #
 # #
Line 633: Line 759:
 # #
 ### Location tracker ### ### Location tracker ###
-# 
-tracker.create_waypoints_on_path= 
-#    Boolean    0 / false 
-#    Force to create all track recorder waypoints on the current GPS location and not on the current map center location. 
 # #
 tracker.export.fill_user_weight= tracker.export.fill_user_weight=
Line 643: Line 765:
 # #
 tracker.painter.color= tracker.painter.color=
-#    String    #0600F1 +#    String    #0064FF 
-#    Color used to draw the current location tracker'track (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).+#    Color used to draw the current track of the track recorder (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). Uses setting "geolocation.localisation.painter.color_accurate" by default. 
 +
 +tracker.painter.arrows= 
 +#    Boolean    1 / true 
 +#    Display small arrows on the current track of the track recorder to show the track direction.
 # #
 # #
 </file> </file>