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
Last revisionBoth sides next revision
en:help:v2:settings:user-settings [2023/02/04 18:14] – new user settings list alpinequesten:help:v2:settings:user-settings [2023/10/05 18:19] psyberia
Line 56: Line 56:
 #core.custom_location_printer= #core.custom_location_printer=
  
-# Define the maximum number of decimals to use when displaying bearing units. 
-#core.bearing.decimals=1 
  
-#core.bearing.north.true.color+# Minimal value (m) required to display the distance information on the screen center (between screen center and target or between screen center and current real-time location). 
-#core.bearing.north.grid.color+#core.distances.min_reported_distance_m=0.01 
-#core.bearing.north.magnetic.color=+ 
 +# Maximum number of decimals used when displaying kilometers or miles. 
 +#core.distances.factor_decimals=
 + 
 + 
 +# When using a metric distance unit, display decimal for distances smaller than this value (in meter). 
 +#core.distances.metric.decimal_distance_threshold_m=10.0 
 + 
 +# When using a metric distance unit, display decimal for accuracies smaller than this value (in meter). 
 +#core.distances.metric.decimal_accuracy_threshold_m=3.0 
 + 
 +# When using a metric distance unit, display decimals for speeds smaller than this value (in kilometres per hour). 
 +#core.distances.metric.decimal_speed_threshold_kph=20.
 + 
 +# When using a metric distance unit, number of decimals to use when displaying decimal meters. 
 +#core.distances.metric.meters_nb_decimals=
 + 
 + 
 +# When using an imperial distance unit, display decimal for distances smaller than this value (in meter). 
 +#core.distances.imperial.decimal_distance_threshold_m=3.048 
 + 
 +# When using an imperial distance unit, display decimal for accuracies smaller than this value (in meter). 
 +#core.distances.imperial.decimal_accuracy_threshold_m=3.048 
 + 
 +# When using an imperial distance unit, display decimals for speeds smaller than this value (in miles per hour). 
 +#core.distances.imperial.decimal_speed_threshold_mph=15.0 
 + 
 +# When using an imperial distance unit, number of decimals to use when displaying decimal feet. 
 +#core.distances.imperial.feet_nb_decimals=1 
  
 # Take into account the elevation changes when computing one-shot horizontal distances (like target distance, screen center distance). # Take into account the elevation changes when computing one-shot horizontal distances (like target distance, screen center distance).
 #core.distances.include_elevations=false #core.distances.include_elevations=false
  
-#core.distances.factor_decimals= 
-#core.distances.meters_decimals_threshold= 
-#core.distances.meters_accuracy_decimals_threshold= 
-#core.distances.meters_decimals_nb= 
  
 # For metric area unit (m², km²), define when to use km². # For metric area unit (m², km²), define when to use km².
Line 81: Line 104:
  
 #core.areas.factor_decimals= #core.areas.factor_decimals=
 +
 +
 +# Define the maximum number of decimals to use when displaying bearing units.
 +#core.bearing.decimals=1
 +
 +#core.bearing.north.true.color=
 +#core.bearing.north.grid.color=
 +#core.bearing.north.magnetic.color=
  
  
Line 89: Line 120:
 #core.crs.dms.decimals=2 #core.crs.dms.decimals=2
  
-#core.crs.export.decimals=+# Number of decimals to use when exporting coordinates in degrees. 
 +#core.crs.export.decimals=7
  
 #core.crs.proj.decimals= #core.crs.proj.decimals=
Line 181: Line 213:
  
  
-Enable all available SSL protocols (even deprecated ones). +Disable all SSL certificate checks. 
-#core.https.enable_all_protocols=false+#core.https.insecure=false 
 + 
 +# Specify the protocol to use when using insecure https connections (either empty, “SSL” or “TLS”). 
 +#core.https.insecure_protocol=
  
-#core.https.disable_sslv3=+# Disable use of SSLv3. 
 +#core.https.disable_sslv3=false
  
  
Line 210: Line 246:
 #ui.explorer.allow_fullscreen= #ui.explorer.allow_fullscreen=
 #ui.preferences.allow_fullscreen= #ui.preferences.allow_fullscreen=
 +
 +# Delay after which the loading progress bar is displayed in the file explorers.
 +#ui.explorer.async_update_delay_ms=1000
  
 #ui.use_legacy_menus= #ui.use_legacy_menus=
Line 215: Line 254:
 #ui.drawables.iconed.ratio= #ui.drawables.iconed.ratio=
  
 +#ui.theme.night.panels=#CACACC
 +#ui.theme.night.cards=#BABABC
 +#ui.theme.night.cards_shadow=#444444
 +#ui.theme.night.sideviews=#AAAAAC
  
  
Line 313: Line 356:
 # Display color of the secondary coordinates grid. # Display color of the secondary coordinates grid.
 #map.grids.alternative.color=#0000FF #map.grids.alternative.color=#0000FF
 +
  
 #map.grids.max_density= #map.grids.max_density=
-#map.grids.labels_shadow_color=+ 
 +# Shadow color of grid labels. 
 +#map.grids.labels_shadow_color=#C0FFFFFF 
 + 
 +# Width (in “dp”) of major grid lines. 
 +#map.grids.lines_width_major_dp=2.0 
 + 
 +# Width (in “dp”) of minor grid lines. 
 +#map.grids.lines_width_minor_dp=1.0
  
  
Line 359: Line 411:
 #map.scales.default_overscaling_levels=3 #map.scales.default_overscaling_levels=3
  
-map.scales.global_scale_min_id= +#map.scales.global_scale_min_id= 
-map.scales.global_scale_max_id=+#map.scales.global_scale_max_id=
  
-# 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 placemark.
 #map.canvas.popup_comment_size=12.0 #map.canvas.popup_comment_size=12.0
  
-#map.canvas.tiles.max_gen_time_s= + 
-#map.canvas.tiles.pixel_threshold= +# Maximum time spend (in seconds) to generate an image tile. 
-#map.canvas.tiles.min_alpha= +#map.canvas.tiles.max_gen_time_s=
-#map.canvas.tiles.max_reprojection_subtiles_per_axis= + 
-#map.canvas.tiles.reduce_alpha_outside_bounds=+# Do not draw a re-projected map tile over a base tile if it's smaller than this value (in “px”). 
 +#map.canvas.tiles.pixel_threshold=
 + 
 +# Do not draw a re-projected map tile over a base tile if its alpha value (from “0” to “255”) is smaller than this value. 
 +#map.canvas.tiles.min_alpha=10 
 + 
 +# Do not draw a re-projected map tile over a base tile if more than this number of re-projected tiles is needed (vertically and horizontally). 
 +#map.canvas.tiles.max_reprojection_subtiles_per_axis=50 
 + 
 +# Display map tiles that are outside of the current map bounds with half transparency.  
 +#map.canvas.tiles.reduce_alpha_outside_bounds=false 
  
 # Image quality (bitmap configuration) used for the map canvas tiles. # Image quality (bitmap configuration) used for the map canvas tiles.
 # “ARGB_8888” has a better display quality but uses more memory (two times more than “RGB_565”). # “ARGB_8888” has a better display quality but uses more memory (two times more than “RGB_565”).
 #map.canvas.tiles.bitmap_config= #map.canvas.tiles.bitmap_config=
 +
 +# Disable hardware acceleration for the main map view.
 +#map.canvas.disable_ha=false
 +
 +# Ask use before loosing a complex painters configuration
 +#map.canvas.ask_painters_config_lost=true
  
 # 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.tiles.force_bitmap_filtering=false #map.canvas.tiles.force_bitmap_filtering=false
 +
 +# Fading effect length (in “ms”) when a map tile is updated.
 +#map.canvas.tiles.fade_delay_ms=200
  
 #map.canvas.tiles.filter_reprojected_tiles= #map.canvas.tiles.filter_reprojected_tiles=
Line 430: Line 502:
  
 # Allows two-fingers long-press. # Allows two-fingers long-press.
-#map.canvas.long_press.allow_multi=false+#map.canvas.long_press.allow_multi=true 
 + 
 +# Allow double-taps on the map. 
 +#map.canvas.double_tap=true
  
  
Line 444: Line 519:
  
 # Default display size (in “dp”) of the circular scale. # Default display size (in “dp”) of the circular scale.
-#map.canvas.radius_ruler.width_dp=1.1+#map.canvas.radius_ruler.width_dp=0.9
  
 # Display color of the circular scale. # Display color of the circular scale.
Line 450: Line 525:
  
 # Default display size (in “dp”) of the circular scale labels. # Default display size (in “dp”) of the circular scale labels.
-#map.canvas.radius_ruler.text_size_dp=11.0+#map.canvas.radius_ruler.text_size_dp=8.3
  
 # Index of the circular scale circle on which to display the labels. # Index of the circular scale circle on which to display the labels.
 #map.canvas.radius_ruler.main_circle=1 #map.canvas.radius_ruler.main_circle=1
 +
 +# Screen ratio defining the maximum size of the first radius ruler, uses value of “maps.infobox.scale_bar_screen_ratio” by default.
 +#map.canvas.radius_ruler.screen_ratio=0.3
  
  
Line 488: Line 566:
  
  
-# Activate the debug mode for maps: increases logs for maps and displays map tile bounds and coordinates on the screen. +# Activate the debug mode for maps: log custom variables evaluations and tiles requests, draw on the screen the tiles bounds and coordinates of all displayed maps
-maps.debug=false+#maps.debug=false
  
 #maps.debug.text_size_dp= #maps.debug.text_size_dp=
Line 497: Line 575:
 #maps.infobox.display_osm_zoom_id=false #maps.infobox.display_osm_zoom_id=false
  
-#maps.infobox.display_scale=+# Display scale value in various units in the maps information box for debug purposes (at map default location in “m/px”, at screen center in “m/px”, at screen center in “px/deg”). 
 +#maps.infobox.display_scale=false 
 + 
 +# Screen ratio defining the maximum size of the scale bar. 
 +#maps.infobox.scale_bar_screen_ratio=0.3
  
  
Line 522: Line 604:
 # 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”.
 #maps.features.offlinemaps.explorer.display_root=false #maps.features.offlinemaps.explorer.display_root=false
 +
  
 # When moving the map, automatically select another file-based map (from the same folder) if the current map doesn't cover the current location anymore. # When moving the map, automatically select another file-based map (from the same folder) if the current map doesn't cover the current location anymore.
 #maps.features.offlinemaps.coverage_autoload=true #maps.features.offlinemaps.coverage_autoload=true
  
-#maps.features.offlinemaps.permissive_autoload=+# Allow coverage auto-loading even if additional maps are displayed over the main file-based map. 
 +#maps.features.offlinemaps.coverage_autoload_permissive=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.zoom_buttons_autoload=true #maps.features.offlinemaps.zoom_buttons_autoload=true
  
-#maps.features.offlinemaps.zoom_buttons_autoload_threshold=+# Minimum difference in scale that a zoom level of another file-based map must have to be elligible to zoom buttons auto-loading. 
 +#maps.features.offlinemaps.zoom_buttons_autoload_threshold=1.5 
 + 
 #maps.features.offlinemaps.use_stored_meta= #maps.features.offlinemaps.use_stored_meta=
 #maps.features.offlinemaps.require_bounds_before_display= #maps.features.offlinemaps.require_bounds_before_display=
Line 538: Line 625:
  
 # 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. # 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.underscaling_levels=+#maps.features.offlinemaps.underscaling_levels=
  
 # 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. # 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.overscaling_levels=4+#maps.features.offlinemaps.overscaling_levels=4
  
  
-maps.features.offlinemaps.formats.gen_import.image_format= +#maps.features.offlinemaps.formats.gen_import.image_format= 
-maps.features.offlinemaps.formats.gen_import.image_quality=+#maps.features.offlinemaps.formats.gen_import.image_quality=
 #maps.features.offlinemaps.formats.gen_import.calibration_reload_canvas_delay_ms= #maps.features.offlinemaps.formats.gen_import.calibration_reload_canvas_delay_ms=
  
Line 561: Line 648:
  
  
-# Maximum number of tiles allowed to be downloaded at once in the store area tool (large values can hang or crash the application).+# Maximum number of tiles allowed to be downloaded at once in the store area tool (large values can hang or crash the application, maximum value is “1000000”).
 #maps.features.areadownloader.max_queue_size=100000 #maps.features.areadownloader.max_queue_size=100000
  
-#maps.features.areadownloader.recover_delay=+ 
 +Maximum failed tiles (in percent) to retry at the end of the download process.
 #maps.features.areadownloader.max_reprocess_pc= #maps.features.areadownloader.max_reprocess_pc=
-#maps.features.areadownloader.creator.hide_info_boxes= + 
-#maps.features.areadownloader.keep_screen_on=+# Hide informations boxes at the top/left of the map while selecting the area to download. 
 +#maps.features.areadownloader.creator.hide_info_boxes=true 
 + 
 +# Preview level on the map when choosing the maximum scale to download. 
 +#maps.features.areadownloader.scale_preview=true 
 + 
 +# Keep the screen on while the area downloader progressbar is displayed. 
 +#maps.features.areadownloader.keep_screen_on=true 
 + 
 +# Target speed (in kbs) per map when downloading areas. 
 +#maps.features.areadownloader.target_speed_kbs=250
  
  
Line 573: Line 671:
 #maps.features.elevations.display_status=true #maps.features.elevations.display_status=true
  
-maps.features.elevations.chunks_cache_size=+#maps.features.elevations.chunks_cache_size=
 #maps.features.elevations.download_all_min_level= #maps.features.elevations.download_all_min_level=
 #maps.features.elevations.dem_algo= #maps.features.elevations.dem_algo=
Line 600: Line 698:
 #maps.features.onlinemaps.force_update_delay_s= #maps.features.onlinemaps.force_update_delay_s=
 #maps.features.onlinemaps.empty_tiles_data= #maps.features.onlinemaps.empty_tiles_data=
 +
 +
 +# Automatically update the map when the network is available again when there are some missing areas displayed.
 +#maps.features.onlinemaps.auto_update_on_network=true
 +
 +
 +# Color used for missing areas when on-demand maps storage coverage indicators are displayed.
 +#maps.features.onlinemaps.coverage.missing=
 +
 +# Color used for out-dated areas when on-demand maps storage coverage indicators are displayed.
 +#maps.features.onlinemaps.coverage.outdated=
 +
 +# Color used for up to date areas when on-demand maps storage coverage indicators are displayed.
 +#maps.features.onlinemaps.coverage.uptodate=
  
  
Line 627: Line 739:
 #landmarks.preprocessing.type= #landmarks.preprocessing.type=
 #landmarks.preprocessing.max_passes= #landmarks.preprocessing.max_passes=
 +
 +#landmarks.postprocessing.include_segments_gaps=false
 +#landmarks.postprocessing.min_usable_cell_strength=40
  
 #landmarks.displayer.backup_in_file= #landmarks.displayer.backup_in_file=
Line 638: Line 753:
  
  
-# Draw line between the screen center icon and the currently targeted location+# Draw small arrows on the line from screen center to current distance
-#landmarks.targeter.display_target_line=true+#landmarks.targeter.distance_line_arrows=true
  
-# Number of recently targeted locations to keep in the unsorted placemarks targets set. +# Number of recently targeted locations to keep in the unsorted placemarks targets set. Set to “0” to not save targeted locations.
-Set to “0” to not save targeted locations.+
 #landmarks.targeter.max_save_targets=1000 #landmarks.targeter.max_save_targets=1000
  
  
-#landmarks.progress.update_delay_s=+# Delay (in seconds) after which to update “done so far” statistics. 
 +#landmarks.progress.update_delay_s=3
  
 # When the track recorder is active, use recorded done so far moving speed to compute the ETA (Estimated Time of Arrival) and ETE (Estimated Time En-route) instead of the instant GNSS speed. # When the track recorder is active, use recorded done so far moving speed to compute the ETA (Estimated Time of Arrival) and ETE (Estimated Time En-route) instead of the instant GNSS speed.
Line 688: Line 803:
 # In the “Placemarks Explorer”, always display the date of tracks even if they have a name. # In the “Placemarks Explorer”, always display the date of tracks even if they have a name.
 #landmarks.explorer.display_tracks_date=true #landmarks.explorer.display_tracks_date=true
 +
 +# In the “Placemarks Explorer”, when placemarks are displayed with the preview mode, display distance and direction to item at the bottom right.
 +#landmarks.explorer.display_direction_infos=true
 +
 +# In the “Placemarks Explorer”, when tracks are displayed with the preview mode, display some additional information at the bottom left, like number of segments, waypoints, and if keywords are present.
 +#landmarks.explorer.display_multitracks_infos=true
  
 # Maximum number of characters for the comment or description preview displayed in the “Placemarks Explorer” or on the map. # Maximum number of characters for the comment or description preview displayed in the “Placemarks Explorer” or on the map.
Line 730: Line 851:
 #landmarks.creator.fastpoints.use_previous_place=false #landmarks.creator.fastpoints.use_previous_place=false
  
-#landmarks.creator.pictures.force_dialog= + 
-#landmarks.creator.audios.force_dialog=+# Display the regular waypoint input dialog for picture waypoints. 
 +#landmarks.creator.pictures.force_dialog=false 
 + 
 +# Display the regular waypoint input dialog for audio waypoints. 
 +#landmarks.creator.audios.force_dialog=false 
  
 # Ask for waypoint names when creating sets of waypoints. # Ask for waypoint names when creating sets of waypoints.
Line 763: Line 889:
 #landmarks.creator.routings.center_texts.diff_elev= #landmarks.creator.routings.center_texts.diff_elev=
 #landmarks.creator.routings.center_texts.slope= #landmarks.creator.routings.center_texts.slope=
 +#landmarks.creator.fastroutings.use_previous_place=false
 #landmarks.creator.areas.center_texts.distance= #landmarks.creator.areas.center_texts.distance=
 #landmarks.creator.areas.center_texts.bearing= #landmarks.creator.areas.center_texts.bearing=
Line 809: Line 936:
  
 # When importing waypoints from a file (“GPX” or “KML”), group single waypoints as sets when this number is reached. # When importing waypoints from a file (“GPX” or “KML”), group single waypoints as sets when this number is reached.
-landmarks.importer.group_waypoints_threshold=10+#landmarks.importer.group_waypoints_threshold=10
  
 # When importing a placemark file previously imported, don't ask to re-open the previous version. # When importing a placemark file previously imported, don't ask to re-open the previous version.
Line 830: Line 957:
 #landmarks.features.offlinelandmarks.explorer.areas_stats= #landmarks.features.offlinelandmarks.explorer.areas_stats=
  
-# Action to make when opening a landmarks file to import (“.gpx”, “.kml”, etc.) from an external file manager.+# Action to make when opening a placemarks file to import (“.gpx”, “.kml”, etc.) from an external file manager.
 # Possible values are “0” (ask the user), “1” (browse content) or “2” (display content). # Possible values are “0” (ask the user), “1” (browse content) or “2” (display content).
 #landmarks.features.offlinelandmarks.open_file_auto_choice=0 #landmarks.features.offlinelandmarks.open_file_auto_choice=0
  
-#landmarks.features.offlinelandmarks.center_bounds_on_intent=+# Center the map over imported placemarks files (“.gpx”, “.kml”, etc.). 
 +#landmarks.features.offlinelandmarks.center_bounds_on_intent=true 
 #landmarks.features.offlinelandmarks.force_import_options= #landmarks.features.offlinelandmarks.force_import_options=
 #landmarks.features.offlinelandmarks.filter_charsets= #landmarks.features.offlinelandmarks.filter_charsets=
  
 #landmarks.features.offlinelandmarks.formats.psy.rename_files= #landmarks.features.offlinelandmarks.formats.psy.rename_files=
 +
 +# Make sure new track segments start on the same location where the last one ends, based on various conditions.
 +#landmarks.features.offlinelandmarks.formats.psy.tracks.reconciliate_segments=true
 +
 +# Reconciliate track segments if their distance is less than this value.
 +#landmarks.features.offlinelandmarks.formats.psy.tracks.reconciliate_max_distance_m=50
 +
  
 # Export horizontal accuracy in “<hdop>” gpx tags. # Export horizontal accuracy in “<hdop>” gpx tags.
Line 859: Line 995:
 #landmarks.features.offlinelandmarks.formats.kmx.default_download_pictures= #landmarks.features.offlinelandmarks.formats.kmx.default_download_pictures=
 #landmarks.features.offlinelandmarks.formats.kmx.force_import_options= #landmarks.features.offlinelandmarks.formats.kmx.force_import_options=
-#landmarks.features.offlinelandmarks.formats.kmx.export_pictures_size=+ 
 +# When importing KML/KMZ files, multi-geometries are imported in their own folders. 
 +#landmarks.features.offlinelandmarks.formats.kmx.import_multi_in_folders=true 
 + 
 +# When exporting KMZ files, default display with of picture previews (in “px”). 
 +#landmarks.features.offlinelandmarks.formats.kmx.export_pictures_size=480 
 + 
 +# When exporting KMZ files, sub-folder in which to save the picture files within the KMZ file. 
 +#landmarks.features.offlinelandmarks.formats.kmx.export_pictures_folder=files/ 
  
 #landmarks.features.offlinelandmarks.formats.ozi.force_import_options= #landmarks.features.offlinelandmarks.formats.ozi.force_import_options=
Line 911: Line 1056:
 #landmarks.painter.paths.shadow_color= #landmarks.painter.paths.shadow_color=
 #landmarks.painter.paths.shadow_offset_factor= #landmarks.painter.paths.shadow_offset_factor=
-#landmarks.painter.paths.use_drawpath=+ 
 +# Use the canvas drawPath call to draw paths and tracks when possible, instead of multiple drawLine calls. 
 +#landmarks.painter.paths.use_drawpath=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.tracks.arrows=true #landmarks.painter.tracks.arrows=true
 +
 +# Zoom level id threshold, from which to display track events locations on the map.
 +#landmarks.painter.tracks.events_threshold=17
 +
 +# Zoom level id threshold, from which to display track events texts on the map, default is (“landmarks.painter.tracks.events_threshold”+1).
 +#landmarks.painter.tracks.events_labels_threshold=18
 +
 +# Zoom level id threshold, from which to display areas where the user remained without moving for some time while recording a track, default is (“landmarks.painter.tracks.events_threshold”+2).
 +#landmarks.painter.tracks.still_areas_threshold=19
 +
 +# Color used to draw areas where the user remained without moving for some time while recording a track.
 +#landmarks.painter.tracks.still_areas_color=#64000000
 +
 +#landmarks.painter.tracks.still_areas_merge_threshold_m=45
 +#landmarks.painter.tracks.still_areas_stable_bearing_deg=85
 +
  
 #landmarks.painter.audios.icon= #landmarks.painter.audios.icon=
Line 947: Line 1110:
  
 # Default color of the “Accommodation” category symbols. # Default color of the “Accommodation” category symbols.
-landmarks.symbols.color.accommodation=#348AC6+#landmarks.symbols.color.accommodation=#348AC6
  
 # Default color of the “Amenities” category symbols. # Default color of the “Amenities” category symbols.
Line 985: Line 1148:
 #landmarks.symbols.color.worship=#000000 #landmarks.symbols.color.worship=#000000
  
- +# Colors of different track activities. 
 +#landmarks.activities.color.walk=#4ECF4E 
 +#landmarks.activities.color.hike=#2FAC67 
 +#landmarks.activities.color.run=#DB6700 
 +#landmarks.activities.color.trail=#DB8D00 
 +#landmarks.activities.color.bicycle=#00C5C5 
 +#landmarks.activities.color.scooter=#28A0A0 
 +#landmarks.activities.color.skate=#3D8884 
 +#landmarks.activities.color.roller=#537068 
 +#landmarks.activities.color.drive=#C500C5 
 +#landmarks.activities.color.motorcycle=#8B008B 
 +#landmarks.activities.color.offroad=#6E2315 
 +#landmarks.activities.color.rickshaw=#4A3550 
 +#landmarks.activities.color.autobus=#844242 
 +#landmarks.activities.color.train=#B10000 
 +#landmarks.activities.color.tram=#C04444 
 +#landmarks.activities.color.cablecar=#D66767 
 +#landmarks.activities.color.ski=#0000A0 
 +#landmarks.activities.color.nordic=#0097C5 
 +#landmarks.activities.color.skimo=#17C1F7 
 +#landmarks.activities.color.snowshoe=#5CCEB1 
 +#landmarks.activities.color.atv=#A65000 
 +#landmarks.activities.color.snowmobile=#5F7C85 
 +#landmarks.activities.color.sled=#648046 
 +#landmarks.activities.color.horse=#808000 
 +#landmarks.activities.color.boat=#000080 
 +#landmarks.activities.color.sail=#1E90FF 
 +#landmarks.activities.color.canoe=#66B4F3 
 +#landmarks.activities.color.water=#ADD8E6 
 +#landmarks.activities.color.plane=#FFC600 
 +#landmarks.activities.color.helicopter=#E4BA27 
 +#landmarks.activities.color.para=#C9AE4E 
 +#landmarks.activities.color.air=#AEA376
  
  
Line 1028: Line 1222:
 #geolocation.localisation.painter.color_inaccurate=#E30000 #geolocation.localisation.painter.color_inaccurate=#E30000
  
 +# Draw small arrows on the line from real-time location to screen center.
 +#geolocation.localisation.painter.distance_line_arrows=true
  
-Display the ETA when moving the map center away from the current real-time location. +Draw the accuracy circle of real-time location. 
-#geolocation.localisation.display_distance_line_eta=true+#geolocation.localisation.painter.accuracy=true
  
-# Display the bearing when moving the map center away from the current real-time location. 
-#geolocation.localisation.display_distance_line_bearing=false 
  
 +# When displaying previous locations on the map, maximum number of location to display.
 +#geolocation.localisation.last_locations_number=25
  
-#geolocation.localisation.allow_center_texts_without_line=+# Display the real-time location vertical accuracy in the location information box, for compatible devices only. 
 +#geolocation.localisation.infobox.display_vertical_accuracy=false
  
-#geolocation.localisation.infobox.display_vertical_accuracy=+# Display real-time location based center texts even if the real-time location line is disable in the general settings. 
 +#geolocation.localisation.allow_center_texts_without_line=true 
 + 
 + 
 +# When requesting the user to turn on the location in the system settings, automatically activate the real-time location if it's done within this number of seconds (set to “0” to disable). 
 +#geolocation.localisation.allow_turn_on_delay_s=10 
 + 
 +# When requesting the user to accept location permission the system settings, automatically resume the current action if it's done within this number of seconds (set to “0” to disable). 
 +#geolocation.localisation.allow_permission_delay_s=15
  
-#geolocation.localisation.real_time_delay_ms= 
  
 # Time (in milliseconds) after which to re-lock the real-time location if this option is checked in the main settings. # Time (in milliseconds) after which to re-lock the real-time location if this option is checked in the main settings.
 #geolocation.localisation.relock_delay_ms=10000 #geolocation.localisation.relock_delay_ms=10000
  
-#geolocation.localisation.listen_gps_status= 
-#geolocation.localisation.last_locations_number= 
-#geolocation.localisation.max_time_for_speed_s= 
  
-#geolocation.localisation.allow_permission_delay_s=+# Update rate of the real-time location. 
 +#geolocation.localisation.real_time_delay_ms=250 
 + 
 +# Use the instant speeds given by the GPS chip instead of the own application's measurements based on previous locations. This speed value is also used for ETA and ETE computations. 
 +#geolocation.localisation.use_gps_speed=true 
 + 
 +# When computing instant speed based on previous locations, only use previous locations not older than this value (in seconds). 
 +#geolocation.localisation.max_time_for_speed_s=3
  
 # Automatically fix the “GPS Week Number Rollout” issue (https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover). # Automatically fix the “GPS Week Number Rollout” issue (https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover).
Line 1090: Line 1298:
  
 #orientation.sensor.offset_deg= #orientation.sensor.offset_deg=
 +
 +# Delay (in “ms”) after wich to proceed to a new orientation sensor reading.
 +#orientation.sensor.delay_ms=80
  
  
Line 1101: Line 1312:
 #navigation.location.time.display_seconds= #navigation.location.time.display_seconds=
 #navigation.location.vspeed.elevation_change_threshold= #navigation.location.vspeed.elevation_change_threshold=
 +
 +# Approximate delay used to smooth the slope data field.
 +#navigation.slope.smooth_delay_ms=2500
  
 # Display the titles of the data fields in the “Profile” panel. # Display the titles of the data fields in the “Profile” panel.
Line 1165: Line 1379:
 # 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.
 #tracker.painter.arrows=true #tracker.painter.arrows=true
 +
 +# Number of seconds after which the question of the current recorded activity is auto-dismissed. Set to “0” to not auto-dismiss.
 +#tracker.activity_dialog_auto_dismiss_s=5
  
 #tracker.allow_resume_all_tracks= #tracker.allow_resume_all_tracks=
Line 1206: Line 1423:
 #agent.track_recorder.fast_update_threshold_s= #agent.track_recorder.fast_update_threshold_s=
 #agent.track_recorder.default_update_delay_s= #agent.track_recorder.default_update_delay_s=
-#agent.track_recorder.default_skip_static_locations+#agent.track_recorder.skip_static_locations_threshold_m
-#agent.track_recorder.default_record_pressures+#agent.track_recorder.delete_static_locations
-#agent.track_recorder.default_record_battery+#agent.track_recorder.record_pressure
-#agent.track_recorder.default_record_network=+#agent.track_recorder.record_battery= 
 +#agent.track_recorder.record_network=
 #agent.track_recorder.min_length_to_keep_track= #agent.track_recorder.min_length_to_keep_track=
 #agent.track_recorder.min_locations_to_keep_track= #agent.track_recorder.min_locations_to_keep_track=
Line 1220: Line 1438:
 #agent.follower.repeat_same_sound_long_delay_s= #agent.follower.repeat_same_sound_long_delay_s=
  
-#agent.proximity_alerts.check_distance_m= + 
-#agent.proximity_alerts.check_delay_normal_s= +# Distance threshold (in meters) necessary to recheck for proximity alerts. 
-#agent.proximity_alerts.check_delay_unusual_s= +#agent.proximity_alerts.check_distance_m=
-#agent.proximity_alerts.repeat_same_sound_nb_times= + 
-#agent.proximity_alerts.repeat_same_sound_short_delay_s= +# Delay (in seconds) necessary to recheck for proximity alerts, when not currently inside an alert area. 
-#agent.proximity_alerts.repeat_same_sound_long_delay_s=+#agent.proximity_alerts.check_delay_normal_s=
 + 
 +# Delay (in seconds) necessary to recheck for proximity alerts, when currently inside an alert area. 
 +#agent.proximity_alerts.check_delay_unusual_s=
 + 
 +# Number of times to replay identical warning sounds. 
 +#agent.proximity_alerts.repeat_same_sound_nb_times=
 + 
 +# Delay after which to replay an identical alert warning sound, within the number of times to replay identical warning sounds. 
 +#agent.proximity_alerts.repeat_same_sound_short_delay_s=
 + 
 +# Delay after which to replay an identicalalert warning sound, after the number of times to replay identical warning sounds. 
 +#agent.proximity_alerts.repeat_same_sound_long_delay_s=30
  
 </file> </file>