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 [2019/07/09 18:29] alpinequesten:help:v2:settings:user-settings [2020/06/16 16:51] alpinequest
Line 11: Line 11:
 {{:icon_help.png?nolink}} Setting names don't contain spaces. {{:icon_help.png?nolink}} Setting names don't contain spaces.
  
 +\\
 +\\
 +\\
 +\\
 +\\
 +\\
 \\ \\
  
Line 23: Line 29:
 | **''core.custom_location_printer''**  | [ ''grid'', ''xy'', ''d'', ''dm'', ''dms'' ],String  | ''empty''  |  | | **''core.custom_location_printer''**  | [ ''grid'', ''xy'', ''d'', ''dm'', ''dms'' ],String  | ''empty''  |  |
 | Define a custom coordinate format. The first part is the display format, the second part is the [[https://en.wikipedia.org/wiki/Well-known_text|OGC WKT]] of the projection (for example something like [[http://www.spatialreference.org/ref/epsg/4326/ogcwkt/|this]]).  ||| ::: | | Define a custom coordinate format. The first part is the display format, the second part is the [[https://en.wikipedia.org/wiki/Well-known_text|OGC WKT]] of the projection (for example something like [[http://www.spatialreference.org/ref/epsg/4326/ogcwkt/|this]]).  ||| ::: |
-| **''core.bearing_decimals''**  | Integer  | ''2''  | {{:en:help:v2:settings:user-settings:bearing-decimals.jpg?nolink}} |+| **''core.bearing.decimals''**  | Integer  | ''1''  | {{: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''  |  | | **''core.crs.d.decimals''**  | [''4''-''7'' | ''6''  |  |
Line 29: Line 35:
 | **''core.crs.dms.decimals''**  | [''0''-''3'' | ''2''  |  | | **''core.crs.dms.decimals''**  | [''0''-''3'' | ''2''  |  |
 | Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).  ||| ::: | | Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).  ||| ::: |
 +| **''core.distances.include_elevations''**  | Boolean  | ''false''  |  |
 +| Take into account the elevation changes when computing one-shot horizontal distances (like target distance, screen center distance).  ||| ::: |
 | **''core.astro.zenith''**  | Float  | ''90.833''  |  | | **''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).  ||| ::: | | 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).  ||| ::: |
Line 37: Line 45:
 | **''core.screen.orientation''**  | [''PORTRAIT'', ''LANDSCAPE'' | empty  |  | | **''core.screen.orientation''**  | [''PORTRAIT'', ''LANDSCAPE'' | empty  |  |
 | Force a particular screen orientation.  ||| ::: | | Force a particular screen orientation.  ||| ::: |
 +| **''core.screen.brightness''**  | Integer [''0'' - ''100'' | ''empty''  |  |
 +| Force a particular screen brightness (from dark to full bright).  ||| ::: |
 | **''core.submenu.force_exit_button''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:display-close-menu-entry.jpg?nolink}} | | **''core.submenu.force_exit_button''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:display-close-menu-entry.jpg?nolink}} |
 | Display an exit button in the main menu on all devices.  ||| ::: | | Display an exit button in the main menu on all devices.  ||| ::: |
Line 62: Line 72:
 | **''map.canvas.heading_fov_size_factor''**  | Float  | ''1.0''  |  | | **''map.canvas.heading_fov_size_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for the heading field-of-view.  ||| ::: | | Display size factor for the heading field-of-view.  ||| ::: |
-| **''map.coordinates.share_crs''**  | String  | ''EPSG:4326''  |  |+| **''map.coordinates.share.crs''**  | String  | ''EPSG:4326''  |  |
 | EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "''Share''" action. By default, the application uses the GPS coordinate system (code "''EPSG:4326''" ||| ::: | | EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "''Share''" action. By default, the application uses the GPS coordinate system (code "''EPSG:4326''" ||| ::: |
-| **''map.coordinates.share_provider''**  | String  | ''empty''  |  | +| **''map.coordinates.share.provider''**  | String  | ''empty''  |  | 
-| URL of a mapping website to use in the "''Share''" action text message. The following variables are available: "''{$longitude}''""''{$latitude}''" and "''{$zoom}''". The default URL is "''https://google.com/maps/place/{$latitude},{$longitude}''". To display an OpenStreetMap URL, use "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''", for Yandex Maps (less details) use "''https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}''", for Yandex Maps (more details) use "''https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15''", for Here Maps use "''https://wego.here.com/?map={$latitude},{$longitude},{$zoom}''" ||| ::: |+| URL of a mapping website to use in the "''Share''" action text message. The following variables are available: ''{$longitude}'', ''{$latitude}''''{$zoom}'' (current zoom level of the map), ''{$name}'' (name of the shared point if any), ''{$date}'' (formatted record date of the point if any), ''{$date_time}'' (formatted record date and time of the point if any), ''{$time_ms}'' (record unix timestamp in milliseconds of the point if any), ''{$time_s}'' (record unix timestamp in seconds of the point if any), ''{$olc}'' (coordinates encoded in the [[https://github.com/google/open-location-code/blob/master/docs/olc_definition.adoc|Open Location Code]] format), ''{$geohash}'' (coordinates encoded in the [[https://en.wikipedia.org/wiki/Geohash|Geohash]] format), ''{$maidenhead}'' (coordinates encoded in the [[https://en.wikipedia.org/wiki/Maidenhead_Locator_System|Maidenhead Locator System]] format). The default URL is "''https://google.com/maps/place/{$latitude},{$longitude}''". To display an OpenStreetMap URL, use "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''", for Yandex Maps (less details) use "''https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}''", for Yandex Maps (more details) use "''https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15''", for Here Maps use "''https://wego.here.com/?map={$latitude},{$longitude},{$zoom}''" ||| ::: |
 | **''map.coordinates.openwith_provider.osm''**  | String  | ''empty''  |  | | **''map.coordinates.openwith_provider.osm''**  | String  | ''empty''  |  |
 | URL of the website to use when selecting the "''Open with... OpenStreetMap Maps''" action. The default URL is "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''" ||| ::: | | URL of the website to use when selecting the "''Open with... OpenStreetMap Maps''" action. The default URL is "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''" ||| ::: |
Line 76: Line 86:
 | **''map.buttons.offset_y''**  | Integer  | ''0''  |  | | **''map.buttons.offset_y''**  | Integer  | ''0''  |  |
 | Y offset (in pixel) for the display of zoom buttons.  ||| ::: | | Y offset (in pixel) for the display of zoom buttons.  ||| ::: |
 +| **''map.buttons.size_dp''**  | Integer  | ''48''  |  |
 +| Size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) for the display of zoom buttons.  ||| ::: |
 +| **''map.buttons.alpha''**  | Float [''0.0'' - ''1.0'' | ''1.0''  |  |
 +| Opacity (in percent) for the display of zoom buttons.  ||| ::: |
 | **''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.  ||| ::: |
Line 82: Line 96:
 | **''map.canvas.tiles.force_bitmap_filtering''**  | Boolean  | ''0'' / ''false''  |  | | **''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.  ||| ::: | | Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.  ||| ::: |
 +| **''map.canvas.base_map_hidden_opacity''**  | Float [''0.0'' - ''1.0'' | ''0.5''  |  |
 +| Base world map opacity for small scales when some maps are displayed over it (this maps is not displayed for large scales).  ||| ::: |
 +| **''map.canvas.invert_pitch''**  | Boolean  | ''0'' / ''false''  |  |
 +| Invert the vertical direction of the two fingers to pitch the map view.  ||| ::: |
 | **''map.canvas.max_pitch_deg''**  | Integer  | ''40''  |  | | **''map.canvas.max_pitch_deg''**  | Integer  | ''40''  |  |
 | Maximum pitch angle that can be reached by moving two fingers down over the map.  ||| ::: | | Maximum pitch angle that can be reached by moving two fingers down over the map.  ||| ::: |
Line 96: Line 114:
 | **''map.canvas.center_point.radius''**  | Integer  | ''5''  |  | | **''map.canvas.center_point.radius''**  | Integer  | ''5''  |  |
 | Radius (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the screen center icon.  ||| ::: | | Radius (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the screen center icon.  ||| ::: |
 +| **''map.canvas.center_point.color_in''**  | String  | ''#F0F0F0''  |  |
 +| Color used to draw the inner part of the screen center icon (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''map.canvas.center_point.color_out''**  | String  | ''#505050''  |  |
 +| Color used to draw the outer part of the screen center icon (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''map.canvas.long_press.display_center_icon''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display the screen center icon when long-pressing the map.  ||| ::: |
 +| **''map.canvas.long_press.ratio_center_icon''**  | Float  | ''0.5''  |  |
 +| Scale ratio when displaying the screen center icon when long-pressing the map.  ||| ::: |
 +| **''map.canvas.long_press.zoom_in_scale_offset''**  | Integer  | ''1''  |  |
 +| Offset for choosing the screen display resolution when long pressing the map for the "zoom in" option.  ||| ::: |
 +| **''map.canvas.long_press.zoom_out_scale_offset''**  | Integer  | ''1''  |  |
 +| Offset for choosing the screen display resolution when long pressing the map for the "zoom out" option.  ||| ::: |
 +| **''map.canvas.radius_ruler.width_dp''**  | Float  | ''1.1''  |  |
 +| Default display size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the circular scale.  ||| ::: |
 +| **''map.canvas.radius_ruler.color''**  | String  | ''#000000''  |  |
 +| Display color of the circular scale (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''map.canvas.radius_ruler.text_size_dp''**  | Float  | ''11.0''  |  |
 +| Default display size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-density-independent-pixels-dp|dp]]) of the circular scale labels.  ||| ::: |
 +| **''map.canvas.radius_ruler.main_circle''**  | Integer  | ''1''  |  |
 +| Index of the circular scale circle on which to display the labels.  ||| ::: |
 | **''map.canvas.display_osm_zoom_id''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:display-osm-zoom-id.jpg?nolink}} | | **''map.canvas.display_osm_zoom_id''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:display-osm-zoom-id.jpg?nolink}} |
 | Display the OSM/Google zoom index id in the map scale information box.  ||| ::: | | Display the OSM/Google zoom index id in the map scale information box.  ||| ::: |
Line 109: Line 147:
 | **''maps.features.favorites.ask_if_outofbounds''**  | Boolean  | ''0'' / ''false''  |  | | **''maps.features.favorites.ask_if_outofbounds''**  | Boolean  | ''0'' / ''false''  |  |
 | When selecting a favorite map that doesn't cover the currently displayed area, ask the user to move to a covered area.  ||| ::: | | When selecting a favorite map that doesn't cover the currently displayed area, ask the user to move to a covered area.  ||| ::: |
 +| **''maps.features.favorites.max_cols''**  | Integer  | ''3''  |  |
 +| Maximum number of columns used to display favorite maps and sets in the Maps submenu.  ||| ::: |
 | **''maps.features.offlinemaps.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:maps-explorer-display-root.jpg?nolink}} | | **''maps.features.offlinemaps.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:maps-explorer-display-root.jpg?nolink}} |
 | Display an entry allowing to select the device's root folder in the menu drawer of the Maps Explorer.  ||| ::: | | Display an entry allowing to select the device's root folder in the menu drawer of the Maps Explorer.  ||| ::: |
Line 131: Line 171:
 | **''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''  |  |+| **''maps.features.onlinemaps.status.display.state_no_internet''**  | Boolean  | ''1'' / ''true''  |  |
 | Display a message over missing parts of on-demand maps when there is currently no network.  ||| ::: | | 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''  |  |+| **''maps.features.onlinemaps.status.display.state_unavailable''**  | Boolean  | ''1'' / ''true''  |  |
 | Display a message over missing parts of on-demand maps that are not available on the server.  ||| ::: | | Display a message over missing parts of on-demand maps that are not available on the server.  ||| ::: |
 +| **''maps.features.onlinemaps.status.display.state_local_storage_only''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display a message over missing parts of on-demand maps when the option "use only local storage" is active.  ||| ::: |
 ^ **Placemarks** ^^^^ ^ **Placemarks** ^^^^
 | **''landmarks.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''landmarks.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
Line 146: Line 188:
 | **''landmarks.painter.tracks_arrows''**  | Boolean  | ''1'' / ''true''  |  | | **''landmarks.painter.tracks_arrows''**  | Boolean  | ''1'' / ''true''  |  |
 | Display small arrows on recorded track do display the track direction.  ||| ::: | | Display small arrows on recorded track do display the track direction.  ||| ::: |
 +| **''landmarks.painter.paths_dots''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display small dots at the beginning and end of paths.  ||| ::: |
 | **''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.  ||| ::: |
 | **''landmarks.painter.icons_factor''**  | Float  | ''1.0''  | {{:en:help:v2:settings:user-settings:icons-display-factor.jpg?nolink}} | | **''landmarks.painter.icons_factor''**  | Float  | ''1.0''  | {{:en:help:v2:settings:user-settings:icons-display-factor.jpg?nolink}} |
 | Display size factor for landmark icons displayed on the map.  ||| ::: | | Display size factor for landmark icons displayed on the map.  ||| ::: |
 +| **''landmarks.painter.outlines_factor''**  | Float  | ''1.0''  |  |
 +| Display size factor for area outlines displayed on the map.  ||| ::: |
 | **''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.max_labels_chars''**  | Integer  | ''32''  |  |+| **''landmarks.painter.labels_max_length''**  | Integer  | ''32''  |  |
 | Maximum number of characters for names of landmarks displayed on the map.  ||| ::: | | Maximum number of characters for names of landmarks displayed on the map.  ||| ::: |
 | **''landmarks.selector.max_multi_items''**  | Integer  | ''25''  |  | | **''landmarks.selector.max_multi_items''**  | Integer  | ''25''  |  |
Line 162: Line 208:
 | **''landmarks.proximity.color''**  | String  | ''#A52A2A''  | {{:en:help:v2:settings:user-settings:proximity-alerts-color.jpg?nolink}} | | **''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]]).  ||| ::: | | Color used to draw proximity alerts (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''landmarks.proximity.group_display_nb''**  | Integer  | ''5''  |  |
 +| In the displayed placemarks list, number from which to group single alerts.  ||| ::: |
 | **''landmarks.targeter.max_save_targets''**  | Integer  | ''1000''  |  | | **''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.  ||| ::: | | 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''  |  | | **''landmarks.targeter.display_target_line''**  | Boolean  | ''1'' / ''true''  |  |
 | Draw a line between the screen center icon and the currently targeted location.  ||| ::: | | Draw a line between the screen center icon and the currently targeted location.  ||| ::: |
-| **''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]]).  ||| ::: | 
-| **''landmarks.symbols.color.natural''**  | String  | ''#5D7C00''  |  | 
-| Color used to draw symbols of the "Natural" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
-| **''landmarks.symbols.color.man_made''**  | String  | ''#5D6872''  |  | 
-| Color used to draw symbols of the "Man made" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''landmarks.symbols.color.accommodation''**  | String  | ''#348AC6''  |  | | **''landmarks.symbols.color.accommodation''**  | String  | ''#348AC6''  |  |
 | Color used to draw symbols of the "Accommodation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Accommodation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.symbols.color.food''**  | String  | ''#734A08''  |  | 
-| Color used to draw symbols of the "Food" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''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.food''**  | String  | ''#734A08''  |  |
 +| Color used to draw symbols of the "Food" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''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]]).  ||| ::: |
 +| **''landmarks.symbols.color.man_made''**  | String  | ''#5D6872''  |  |
 +| Color used to draw symbols of the "Man made" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''landmarks.symbols.color.natural''**  | String  | ''#5D7C00''  |  |
 +| Color used to draw symbols of the "Natural" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''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]]).  ||| ::: |
 +| **''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.sport''**  | String  | ''#39AC39''  |  | | **''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]]).  ||| ::: | | Color used to draw symbols of the "Sport" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''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]]).  ||| ::: |
 | **''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]]).  ||| ::: |
 | **''landmarks.symbols.color.water''**  | String  | ''#005CDA''  |  | | **''landmarks.symbols.color.water''**  | String  | ''#005CDA''  |  |
 | Color used to draw symbols of the "Water" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Water" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''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]]).  ||| ::: | 
-| **''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''  |  | 
-| Color used to draw symbols of the "Health" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''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.  ||| ::: |
 +| **''landmarks.explorer.description_preview_max_length''**  | Integer   | ''150''  |  |
 +| Maximum number of characters for the comment or description preview displayed in the Landmarks Explorer or on the map.  ||| ::: |
 | **''landmarks.details.expand_file_section''**  | Boolean  | ''0'' / ''false''  |  | | **''landmarks.details.expand_file_section''**  | Boolean  | ''0'' / ''false''  |  |
 | In the details view of a landmark, display the "File" section opened by default.  ||| ::: | | In the details view of a landmark, display the "File" section opened by default.  ||| ::: |
Line 243: Line 293:
 | **''geolocation.localisation.display_distance_line_bearing''**  | Boolean  | ''0'' / ''false''  |  | | **''geolocation.localisation.display_distance_line_bearing''**  | Boolean  | ''0'' / ''false''  |  |
 | Display the bearing when moving the map center away from the current GPS location.  ||| ::: | | Display the bearing when moving the map center away from the current GPS location.  ||| ::: |
 +| **''geolocation.localisation.fix_gps_week_number_rollover''**  | Boolean  | ''1'' / ''true''  |  |
 +| Automatically fix the [[https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover|GPS Week Number Rollout issue]].  ||| ::: |
 ^ **Orientation** ^^^^ ^ **Orientation** ^^^^
 | **''orientation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  | | **''orientation.submenu.disable_long_press''**  | Boolean  | ''0'' / ''false''  |  |
Line 259: Line 311:
 | **''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.  ||| ::: |
 +| **''search.bearing.display_result_line''**  | Boolean  | ''1'' / ''true''  |  |
 +| When using the "distance/bearing" search format, display a line from the initial point to the searched point.  ||| ::: |
 ^ **Track recorder** ^^^^ ^ **Track recorder** ^^^^
 | **''tracker.export.fill_user_weight''**  | Boolean  | ''0'' / ''false''  |  | | **''tracker.export.fill_user_weight''**  | Boolean  | ''0'' / ''false''  |  |
Line 266: Line 320:
 | **''tracker.painter.arrows''**  | Boolean  | ''1'' / ''true''  |  | | **''tracker.painter.arrows''**  | Boolean  | ''1'' / ''true''  |  |
 | Display small arrows on the current track of the track recorder to show the track direction.  ||| ::: | | Display small arrows on the current track of the track recorder to show the track direction.  ||| ::: |
 +| **''agent.notifications.vibrate''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make the device vibrate when displaying background agent notifications.  ||| ::: |
 +| **''agent.notifications.led''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make the device led flash (if supported by device) when displaying background agent notifications.  ||| ::: |
 +| **''agent.notifications.use_internal_vibrator''**  | Boolean  | ''1'' / ''true''  |  |
 +| Use the application internal vibrator for notification vibrations (instead of the notification framework vibrator).  ||| ::: 
 +| **''agent.notifications.use_internal_audio_player''**  | Boolean  | ''1'' / ''true''  |  |
 +| Use the application internal audio player for notification sounds (instead of the notification framework sounds).  ||| ::: |
 +| **''agent.notifications.audio_player_stream''**  | Integer [''1'' - ''5'' | ''5''  |  |
 +| When using the application internal audio player, device the audio stream to use (''1'': ''STREAM_SYSTEM'', ''2'': ''STREAM_RING'', ''3'': ''STREAM_MUSIC'', ''4'': ''STREAM_ALARM'', ''5'': ''STREAM_NOTIFICATION'').  ||| ::: |
 +| **''agent.notifications.audio_player_volume''**  | Float [0.0 - 1.0]  | ''1.0''  |  |
 +| When using the application internal audio player, device the audio volume to use (may also be changed from the system volume settings depending on the audio stream used).  ||| ::: |
 +^ **Explorer mode** ^^^^
 +| **''navigation.views.display_all_fields''**  | Boolean  | ''0'' / ''false''  |  |
 +| Display all available choices when choosing the data fields to display in the Explorer mode (some fields are not displayed by default for clarity).  ||| ::: |
 +| **''navigation.profile.display_data_titles''**  | Boolean  | ''0'' / ''false''  |  |
 +| In the Profile panel of the Explorer mode, display the titles of the data fields.  ||| ::: |
 +| **''navigation.views.arrow.north.color''**  | String  | ''#FF0000''  |  |
 +| Color of the north direction arrow in the Explorer mode (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''navigation.views.arrow.heading.color''**  | String  | ''#1E90FF''  |  |
 +| Color of the current heading arrow in the Explorer mode (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
 +| **''navigation.views.arrow.bearing.color''**  | String  | ''#008000''  |  |
 +| Color of the target bearing arrow in the Explorer mode (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
  
 \\ \\
Line 291: Line 368:
 #    Define a custom coordinate format. The first part is the display format, the second part is the OGC WKT of the projection (for example something like this: http://www.spatialreference.org/ref/epsg/4326/ogcwkt/). #    Define a custom coordinate format. The first part is the display format, the second part is the OGC WKT of the projection (for example something like this: http://www.spatialreference.org/ref/epsg/4326/ogcwkt/).
 # #
-core.bearing_decimals+core.bearing.decimals
-#    Integer    2+#    Integer    1
 #    Define the maximum number of decimals to use when displaying bearing units. #    Define the maximum number of decimals to use when displaying bearing units.
 # #
Line 302: Line 379:
 #    [0-3]    2 #    [0-3]    2
 #    Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS). #    Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).
 +#
 +core.distances.include_elevations=
 +#    Boolean    0 / false
 +#    Take into account the elevation changes when computing one-shot horizontal distances (like target distance, screen center distance).
 # #
 core.astro.zenith= core.astro.zenith=
Line 318: Line 399:
 #    [PORTRAIT, LANDSCAPE]    empty #    [PORTRAIT, LANDSCAPE]    empty
 #    Force a particular screen orientation. #    Force a particular screen orientation.
 +#
 +core.screen.brightness=
 +#    Integer [0 - 100]    empty
 +#    Force a particular screen brightness (from dark to full bright).
 # #
 core.submenu.force_exit_button= core.submenu.force_exit_button=
Line 370: Line 455:
 #    Display size factor for the heading field-of-view. #    Display size factor for the heading field-of-view.
 # #
-map.coordinates.share_crs=+map.coordinates.share.crs=
 #    String    EPSG:4326 #    String    EPSG:4326
 #    EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "Share" action. By default, the application uses the GPS coordinate system (code "EPSG:4326") #    EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "Share" action. By default, the application uses the GPS coordinate system (code "EPSG:4326")
 # #
-map.coordinates.share_provider=+map.coordinates.share.provider=
 #    String    empty #    String    empty
-#    URL of a mapping website to use in the "Share" action text message. The following variables are available: "{$longitude}""{$latitude}" and "{$zoom}". The default URL is "https://google.com/maps/place/{$latitude},{$longitude}". To display an OpenStreetMap URL, use "https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}", for Yandex Maps (less details) use "https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}", for Yandex Maps (more details) use "https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15", for Here Maps use "https://wego.here.com/?map={$latitude},{$longitude},{$zoom}".+#    URL of a mapping website to use in the "Share" action text message. The following variables are available: {$longitude}, {$latitude}{$zoom} (current zoom level of the map), {$name} (name of the shared point if any), {$date} (formatted record date of the point if any), {$date_time} (formatted record date and time of the point if any), {$time_ms} (record unix timestamp in milliseconds of the point if any), {$time_s} (record unix timestamp in seconds of the point if any), {$olc} (coordinates encoded in the Open Location Code format), {$geohash} (coordinates encoded in the Geohash format), {$maidenhead} (coordinates encoded in the Maidenhead Locator System format). The default URL is "https://google.com/maps/place/{$latitude},{$longitude}". To display an OpenStreetMap URL, use "https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}", for Yandex Maps (less details) use "https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}", for Yandex Maps (more details) use "https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15", for Here Maps use "https://wego.here.com/?map={$latitude},{$longitude},{$zoom}".
 # #
 map.coordinates.openwith_provider.osm= map.coordinates.openwith_provider.osm=
Line 397: Line 482:
 #    Integer    0 #    Integer    0
 #    Y offset (in pixel) for the display of zoom buttons. #    Y offset (in pixel) for the display of zoom buttons.
 +#
 +map.buttons.size_dp=
 +#    Integer    48
 +#    Size (in dp) for the display of zoom buttons.
 +#
 +map.buttons.alpha=
 +#    Float [0.0 - 1.0]    1.0
 +#    Opacity (in percent) for the display of zoom buttons.
 # #
 map.canvas.popup_comment_size= map.canvas.popup_comment_size=
Line 409: Line 502:
 #    Boolean    0 / false #    Boolean    0 / false
 #    Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels. #    Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.
 +#
 +map.canvas.base_map_hidden_opacity=
 +#    Float [0.0 - 1.0]    0.5
 +#    Base world map opacity for small scales when some maps are displayed over it (this maps is not displayed for large scales).
 +#
 +map.canvas.invert_pitch=
 +#    Boolean    0 / false
 +#    Invert the vertical direction of the two fingers to pitch the map view.
 # #
 map.canvas.max_pitch_deg= map.canvas.max_pitch_deg=
Line 437: Line 538:
 #    Integer    5 #    Integer    5
 #    Radius (in dp) of the screen center icon. #    Radius (in dp) of the screen center icon.
 +#
 +map.canvas.center_point.color_in=
 +#    String    #F0F0F0
 +#    Color used to draw the inner part of the screen center icon (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +map.canvas.center_point.color_out=
 +#    String    #505050
 +#    Color used to draw the outer part of the screen center icon (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +map.canvas.long_press.display_center_icon=
 +#    Boolean    1 / true
 +#    Display the screen center icon when long-pressing the map.
 +#
 +map.canvas.long_press.ratio_center_icon=
 +#    Float    0.5
 +#    Scale ratio when displaying the screen center icon when long-pressing the map.
 +#
 +map.canvas.long_press.zoom_in_scale_offset=
 +#    Integer    1
 +#    Offset for choosing the screen display resolution when long pressing the map for the "zoom in" option.
 +#
 +map.canvas.long_press.zoom_out_scale_offset=
 +#    Integer    1
 +#    Offset for choosing the screen display resolution when long pressing the map for the "zoom out" option.
 +#
 +map.canvas.radius_ruler.width_dp=
 +#    Float    1.1
 +#    Default display size (in dp) of the circular scale.
 +#
 +map.canvas.radius_ruler.color=
 +#    String    #000000
 +#    Display color of the circular scale (see accepted colors here: http://html-color-codes.info/#HTML_Color_Picker).
 +#
 +map.canvas.radius_ruler.text_size_dp=
 +#    Float    11.0
 +#    Default display size (in dp) of the circular scale labels.
 +#
 +map.canvas.radius_ruler.main_circle=
 +#    Integer    1
 +#    Index of the circular scale circle on which to display the labels.
 # #
 map.canvas.display_osm_zoom_id= map.canvas.display_osm_zoom_id=
Line 464: Line 605:
 #    Boolean    0 / false #    Boolean    0 / false
 #    When selecting a favorite map that doesn't cover the currently displayed area, ask the user to move to a covered area. #    When selecting a favorite map that doesn't cover the currently displayed area, ask the user to move to a covered area.
 +#
 +maps.features.favorites.max_cols=
 +#    Integer    3
 +#    Maximum number of columns used to display favorite maps and sets in the Maps submenu.
 # #
 maps.features.offlinemaps.explorer.display_root= maps.features.offlinemaps.explorer.display_root=
Line 509: Line 654:
 #    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=+maps.features.onlinemaps.status.display.state_no_internet=
 #    Boolean    1 / true #    Boolean    1 / true
 #    Display a message over missing parts of on-demand maps when there is currently no network. #    Display a message over missing parts of on-demand maps when there is currently no network.
 # #
-maps.features.onlinemaps.status.display_unavailable=+maps.features.onlinemaps.status.display.state_unavailable=
 #    Boolean    1 / true #    Boolean    1 / true
 #    Display a message over missing parts of on-demand maps that are not available on the server. #    Display a message over missing parts of on-demand maps that are not available on the server.
 +#
 +maps.features.onlinemaps.status.display.state_local_storage_only=
 +#    Boolean    1 / true
 +#    Display a message over missing parts of on-demand maps when the option "use only local storage" is active.
 # #
 # #
Line 539: Line 688:
 #    Boolean    1 / true #    Boolean    1 / true
 #    Display small arrows on recorded track do display the track direction. #    Display small arrows on recorded track do display the track direction.
 +#
 +landmarks.painter.paths_dots=
 +#    Boolean    1 / true
 +#    Display small dots at the beginning and end of paths.
 # #
 landmarks.painter.points_factor= landmarks.painter.points_factor=
Line 547: Line 700:
 #    Float    1.0 #    Float    1.0
 #    Display size factor for landmark icons displayed on the map. #    Display size factor for landmark icons displayed on the map.
 +#
 +landmarks.painter.outlines_factor=
 +#    Float    1.0
 +#    Display size factor for area outlines displayed on the map.
 # #
 landmarks.painter.picture_heading= landmarks.painter.picture_heading=
Line 552: Line 709:
 #    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.max_labels_chars=+landmarks.painter.labels_max_length=
 #    Integer    32 #    Integer    32
 #    Maximum number of characters for names of landmarks displayed on the map. #    Maximum number of characters for names of landmarks displayed on the map.
Line 571: Line 728:
 #    String    #A52A2A #    String    #A52A2A
 #    Color used to draw proximity alerts (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw proximity alerts (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +landmarks.proximity.group_display_nb=
 +#    Integer    5
 +#    In the displayed placemarks list, number from which to group single alerts.
 # #
 landmarks.targeter.max_save_targets= landmarks.targeter.max_save_targets=
Line 579: Line 740:
 #    Boolean    1 / true #    Boolean    1 / true
 #    Draw a line between the screen center icon and the currently targeted location. #    Draw a line between the screen center icon and the currently targeted location.
-# 
-landmarks.symbols.color.tourism= 
-#    String    #AF17A6 
-#    Color used to draw symbols of the "Tourism" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
-# 
-landmarks.symbols.color.natural= 
-#    String    #5D7C00 
-#    Color used to draw symbols of the "Natural" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
-# 
-landmarks.symbols.color.man_made= 
-#    String    #5D6872 
-#    Color used to draw symbols of the "Man made" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.symbols.color.accommodation= landmarks.symbols.color.accommodation=
 #    String    #348AC6 #    String    #348AC6
 #    Color used to draw symbols of the "Accommodation" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Accommodation" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +landmarks.symbols.color.amenities=
 +#    String    #9B550A
 +#    Color used to draw symbols of the "Amenities" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 # #
 landmarks.symbols.color.food= landmarks.symbols.color.food=
Line 600: Line 753:
 #    Color used to draw symbols of the "Food" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Food" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 # #
-landmarks.symbols.color.amenities+landmarks.symbols.color.health
-#    String    #9B550A +#    String    #DA0092 
-#    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 "Health" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 +
 +landmarks.symbols.color.man_made= 
 +#    String    #5D6872 
 +#    Color used to draw symbols of the "Man made" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 +
 +landmarks.symbols.color.natural= 
 +#    String    #5D7C00 
 +#    Color used to draw symbols of the "Natural" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 +
 +landmarks.symbols.color.power= 
 +#    String    #FF8F21 
 +#    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.sport= landmarks.symbols.color.sport=
 #    String    #39AC39 #    String    #39AC39
 #    Color used to draw symbols of the "Sport" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Sport" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +landmarks.symbols.color.tourism=
 +#    String    #AF17A6
 +#    Color used to draw symbols of the "Tourism" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 # #
 landmarks.symbols.color.transportation= landmarks.symbols.color.transportation=
Line 615: Line 788:
 #    String    #005CDA #    String    #005CDA
 #    Color used to draw symbols of the "Water" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Water" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.power= 
-#    String    #FF8F21 
-#    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=
 #    String    #000000 #    String    #000000
 #    Color used to draw symbols of the "Worship" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Worship" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.health= 
-#    String    #DA0092 
-#    Color used to draw symbols of the "Health" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.explorer.display_full_bearing= landmarks.explorer.display_full_bearing=
 #    Boolean    0 / false #    Boolean    0 / false
 #    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.
 +#
 +landmarks.explorer.description_preview_max_length=
 +#    Integer    150
 +#    Maximum number of characters for the comment or description preview displayed in the Landmarks Explorer or on the map.
 # #
 landmarks.details.expand_file_section= landmarks.details.expand_file_section=
Line 734: Line 899:
 #    Boolean    0 / false #    Boolean    0 / false
 #    Display the bearing when moving the map center away from the current GPS location. #    Display the bearing when moving the map center away from the current GPS location.
 +#
 +geolocation.localisation.fix_gps_week_number_rollover=
 +#    Boolean    1 / true
 +#    Automatically fix the GPS Week Number Rollout issue (https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover).
 # #
 # #
Line 768: Line 937:
 #    Boolean    1 / true #    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.
 +#
 +search.bearing.display_result_line=
 +#    Boolean    1 / true
 +#    When using the "distance/bearing" search format, display a line from the initial point to the searched point.
 # #
 # #
Line 783: Line 956:
 #    Boolean    1 / true #    Boolean    1 / true
 #    Display small arrows on the current track of the track recorder to show the track direction. #    Display small arrows on the current track of the track recorder to show the track direction.
 +#
 +agent.notifications.vibrate=
 +#    Boolean    1 / true
 +#    Make the device vibrate when displaying background agent notifications.
 +#
 +agent.notifications.led=
 +#    Boolean    1 / true
 +#    Make the device led flash (if supported by device) when displaying background agent notifications.
 +#
 +agent.notifications.use_internal_vibrator=
 +#    Boolean    1 / true
 +#    Use the application internal vibrator for notification vibrations (instead of the notification framework vibrator).
 +#
 +agent.notifications.use_internal_audio_player=
 +#    Boolean    1 / true
 +#    Use the application internal audio player for notification sounds (instead of the notification framework sounds).
 +#
 +agent.notifications.audio_player_stream=
 +#    Integer [1 - 5]    5
 +#    When using the application internal audio player, device the audio stream to use (1: STREAM_SYSTEM, 2: STREAM_RING, 3: STREAM_MUSIC, 4: STREAM_ALARM, 5: STREAM_NOTIFICATION).
 +#
 +agent.notifications.audio_player_volume=
 +#    Float [0.0 - 1.0]    1.0
 +#    When using the application internal audio player, device the audio volume to use (may also be changed from the system volume settings depending on the audio stream used).
 +#
 +#
 +### Explorer mode ###
 +#
 +navigation.views.display_all_fields=
 +#    Boolean    0 / false
 +#    Display all available choices when choosing the data fields to display in the Explorer mode (some fields are not displayed by default for clarity).
 +#
 +navigation.profile.display_data_titles=
 +#    Boolean    0 / false
 +#    In the Profile panel of the Explorer mode, display the titles of the data fields.
 +#
 +navigation.views.arrow.north.color=
 +#    String    #FF0000
 +#    Color of the north direction arrow in the Explorer mode (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +navigation.views.arrow.heading.color=
 +#    String    #1E90FF
 +#    Color of the current heading arrow in the Explorer mode (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 +#
 +navigation.views.arrow.bearing.color=
 +#    String    #008000
 +#    Color of the target bearing arrow in the Explorer mode (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
 # #
 # #
 </file> </file>