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
en:help:v2:settings:user-settings [2023/06/16 10:44] alpinequesten:help:v2:settings:user-settings [2025/05/07 21:19] (current) – [List of available user settings] psyberia
Line 36: Line 36:
  
 # Force a different language other than the one of the device. # Force a different language other than the one of the device.
-# Choices are “ar”, “bg”, “de”, “en”, “es”, “fr”, “it”, “ja”, “ko”, “lt”, “nl”, “pt”, “ro”, “ru”, “sk”, “sl”, “tr”, “uk”, “zh”, “zh-rTW”.+# Choices are “ar”, “bg”, “de”, “en”, “es”, “fa”, “fr”, “hr”, “it”, “ja”, “ko”, “lt”, “nl”, “pt”, “ro”, “ru”, “sk”, “sl”, “tr”, “uk”, “zh”, “zh-rTW”.
 #core.locale= #core.locale=
  
Line 51: Line 51:
  
 #core.startup.display_warning_message= #core.startup.display_warning_message=
 +
 +# When requesting the user to accept a permission, automatically resume the current action if it's done within this number of seconds (set to “0” to disable).
 +#core.permission.max_delay_s=30
  
 # Define a custom coordinate format, multiple entries allowed. # Define a custom coordinate format, multiple entries allowed.
Line 102: Line 105:
 # For metric area unit (m², are, ha, km²), define when to use km². # For metric area unit (m², are, ha, km²), define when to use km².
 #core.areas.ha_km2_factor=100.0 #core.areas.ha_km2_factor=100.0
 +
 +
 +# For imperial area unit (ft², yd², acre, mi²), define when to use square miles.
 +#core.areas.acre_mi2_factor=1.0
 +
  
 #core.areas.factor_decimals= #core.areas.factor_decimals=
 +
 +
 +# When using a metric distance unit, number of decimals to use when displaying elevation in meters.
 +#core.elevations.metric.nb_decimals=0
  
  
Line 112: Line 124:
 #core.bearing.north.grid.color= #core.bearing.north.grid.color=
 #core.bearing.north.magnetic.color= #core.bearing.north.magnetic.color=
 +
 +#core.slope.glide_ratio.decimals=1
  
  
Line 122: Line 136:
 # Number of decimals to use when exporting coordinates in degrees. # Number of decimals to use when exporting coordinates in degrees.
 #core.crs.export.decimals=7 #core.crs.export.decimals=7
 +
 +# Number of decimals when using UTM coordinates.
 +#core.crs.utm.decimals=0
  
 #core.crs.proj.decimals= #core.crs.proj.decimals=
Line 159: Line 176:
 #core.audios.use_application_folder=true #core.audios.use_application_folder=true
  
- 
-# Size of the icons of the menu bar (in “dp”). 
-#core.menu.buttons.size_dp=48 
  
 # Background color of the menu bar. # Background color of the menu bar.
Line 172: Line 186:
 #core.menu.buttons.separators_color=#1FFFFFFF #core.menu.buttons.separators_color=#1FFFFFFF
  
-Corners radius of the menu bar (in “dp”)+#core.menu.main.priority=0 
-#core.menu.buttons.corners_round_radius_dp=2+#core.menu.invert_items_on_right=1
  
 #core.menu.buttons.shadow_color= #core.menu.buttons.shadow_color=
Line 201: Line 215:
  
 #core.cache.cleanup_delay_ms= #core.cache.cleanup_delay_ms=
 +
 +# Allow backuping of the folder containing application logs. 
 +#core.backups.logs=false
  
 # Maximum size of data to transmit through intents (in bytes). # Maximum size of data to transmit through intents (in bytes).
Line 222: Line 239:
 #core.https.disable_sslv3=false #core.https.disable_sslv3=false
  
 +# Specify when to use HTTS when communicating with psyberia's online services (either empty: HTTPS used from Android 8.0, “A”: always use HTTPS or “N”: never use HTTPS).
 +# HTTPS is disabled by default on Android versions older than 8.0 because of compatibility issues with “Let's Encrypt” (https://letsencrypt.org/2020/12/21/extending-android-compatibility).
 +#core.services.https=
  
 #core.services.push_settings.version= #core.services.push_settings.version=
Line 234: Line 254:
 # #
  
-#ui.panels_corners_round_dp= 
 #ui.dialogs.spinners.ellipsize_descriptions= #ui.dialogs.spinners.ellipsize_descriptions=
 #ui.dialogs.progress.keep_screen_on= #ui.dialogs.progress.keep_screen_on=
Line 244: Line 263:
 #ui.dialogs.delete_checkbox=true #ui.dialogs.delete_checkbox=true
  
-#ui.explorer.allow_fullscreen= 
 #ui.preferences.allow_fullscreen= #ui.preferences.allow_fullscreen=
 +
 +#ui.explorer.allow_fullscreen=false
 +#ui.explorer.right_padding_dp=2
  
 # Delay after which the loading progress bar is displayed in the file explorers. # Delay after which the loading progress bar is displayed in the file explorers.
Line 254: Line 275:
 #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 267: Line 292:
 # Display texts in the information boxes in bold. # Display texts in the information boxes in bold.
 #map.infobox.text_bold=false #map.infobox.text_bold=false
 +
 +# Specify the delay (in minutes) for logging RAM memory status, and display a message when the memory is almost full (more than 90%). Set to “0” to disable.
 +#map.infobox.log_mem_delay_min=3
  
  
Line 302: Line 330:
 #map.coordinates.share.provider= #map.coordinates.share.provider=
  
-# URL used when selecting the “Open with... OpenStreetMaps” action.+# URL used when selecting the “Share... Map preview” action. 
 +#map.coordinates.share.provider.ldks=http://geo.ldks.net/{$latitude},{$longitude};z={$zoom} 
 + 
 +# URL used when selecting the “Share... OpenStreetMaps” action.
 #map.coordinates.share.provider.osm=https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude} #map.coordinates.share.provider.osm=https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}
  
-# URL used when selecting the “Open with... Google Maps” action.+# URL used when selecting the “Share... Google Maps” action.
 #map.coordinates.share.provider.google=https://google.com/maps/place/{$latitude},{$longitude}/@{$latitude},{$longitude},{$zoom}z #map.coordinates.share.provider.google=https://google.com/maps/place/{$latitude},{$longitude}/@{$latitude},{$longitude},{$zoom}z
  
-# URL used when selecting the “Open with... Bing Maps” action.+# URL used when selecting the “Share... Bing Maps” action.
 #map.coordinates.share.provider.bing=https://www.bing.com/maps?cp={$latitude}~{$longitude}&sp=point.{$latitude}_{$longitude}&lvl={$zoom} #map.coordinates.share.provider.bing=https://www.bing.com/maps?cp={$latitude}~{$longitude}&sp=point.{$latitude}_{$longitude}&lvl={$zoom}
  
-# URL used when selecting the “Open with... Here Maps” action.+# URL used when selecting the “Share... Here Maps” action.
 #map.coordinates.share.provider.here=https://wego.here.com/?map={$latitude},{$longitude},{$zoom} #map.coordinates.share.provider.here=https://wego.here.com/?map={$latitude},{$longitude},{$zoom}
  
-# URL used when selecting the “Open with... Apple Plans” action.+# URL used when selecting the “Share... Apple Plans” action.
 #map.coordinates.share.provider.apple=https://maps.apple.com/?q={$latitude},{$longitude} #map.coordinates.share.provider.apple=https://maps.apple.com/?q={$latitude},{$longitude}
  
-# URL used when selecting the “Open with... Yandex Maps” action.+# URL used when selecting the “Share... Yandex Maps” action.
 #map.coordinates.share.provider.yandex=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z={$zoom}&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D={$zoom} #map.coordinates.share.provider.yandex=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z={$zoom}&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D={$zoom}
  
Line 352: Line 383:
 # 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 373: Line 413:
 #map.screensaver.auto_dismiss= #map.screensaver.auto_dismiss=
 #map.screensaver.background_color= #map.screensaver.background_color=
 +
 +# X offset (in pixel) for the display of zoom buttons.
 +#map.buttons.offset_x=0
  
 # Y offset (in pixel) for the display of zoom buttons. # Y offset (in pixel) for the display of zoom buttons.
 #map.buttons.offset_y=0 #map.buttons.offset_y=0
  
-# Size (in “dp”) of the zoom buttons. +# Size (in “dp”) of the zoom buttons. Uses the menu buttons size by default
-#map.buttons.size_dp=48+#map.buttons.size_dp=
  
 # Opacity of the zoom buttons. # Opacity of the zoom buttons.
 #map.buttons.alpha=1.0 #map.buttons.alpha=1.0
- 
  
 #map.buttons.force_bg= #map.buttons.force_bg=
  
-#map.buttons.slider.use_legacy+ 
-#map.buttons.slider.sensitivity=+# Zoom sensitivity for slider and tap then long-press map zoom.  
 +#map.buttons.slider.sensitivity=0.5 
 + 
 +# Zoom in by moving the slider up or tap then long-press map up, instead of down. 
 +#map.buttons.slider.invert=false 
 + 
 #map.buttons.slider.delay_ms= #map.buttons.slider.delay_ms=
 #map.buttons.slider.alpha= #map.buttons.slider.alpha=
Line 404: Line 452:
 #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 469: Line 537:
  
 # 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 
 + 
 +# Allow zooming the map by tapping once then pressing and moving up/down. 
 +#map.canvas.double_press_zoom=true
  
  
Line 481: Line 555:
 #map.canvas.center_point.color_out=#505050 #map.canvas.center_point.color_out=#505050
  
- 
-# Default display size (in “dp”) of the circular scale. 
-#map.canvas.radius_ruler.width_dp=0.9 
  
 # Display color of the circular scale. # Display color of the circular scale.
 #map.canvas.radius_ruler.color=#000000 #map.canvas.radius_ruler.color=#000000
  
-Default display size (in “dp”) of the circular scale labels. +Size factor for the circular scale lines. 
-#map.canvas.radius_ruler.text_size_dp=8.3+#map.canvas.radius_ruler.lines_size_factor=0.11 
 + 
 +# Size factor for the circular scale labels. 
 +#map.canvas.radius_ruler.text_size_factor=1.0
  
 # Index of the circular scale circle on which to display the labels. # Index of the circular scale circle on which to display the labels.
Line 499: Line 573:
  
 # Display size factor for the heading arrow. # Display size factor for the heading arrow.
-#map.canvas.heading_arrow_size_factor=1.0+#map.canvas.heading_arrow.size_factor=1.0
  
 # Transparency of the heading arrow (from “0.0” completely transparent to “1.0” completely opaque). # Transparency of the heading arrow (from “0.0” completely transparent to “1.0” completely opaque).
-#map.canvas.heading_arrow_alpha=1.0+#map.canvas.heading_arrow.alpha=1.0
  
-#map.canvas.heading_arrow_shadow=+#map.canvas.heading_arrow.shadow=true
  
  
 # Display size factor for the heading field-of-view. # Display size factor for the heading field-of-view.
-#map.canvas.heading_fov_size_factor=1.0 +#map.canvas.heading_fov.size.factor=1.0
- +
-#map.canvas.heading_fov_angle_deg=+
  
 +#map.canvas.heading_fov.angle_deg=70.0
  
-#map.canvas.heading_line_width_factor+#map.canvas.heading_line.shadow=false 
-#map.canvas.heading_line_shadow+#map.canvas.heading_line.texts_factor=1.0 
-#map.canvas.heading_line_bg_factor+#map.canvas.heading_line.bg_factor=2.0 
-#map.canvas.heading_line_bg_alpha=+#map.canvas.heading_line.bg_alpha=0.75
  
  
Line 529: Line 602:
 #maps.submenu.disable_long_press=false #maps.submenu.disable_long_press=false
  
 +#maps.menu.priority=20
  
 # 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. # 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.
Line 548: Line 622:
 # Alpha value (from “0.1” to “0.9”) of the white layer displayed over the previews in the “Maps Explorer”. # Alpha value (from “0.1” to “0.9”) of the white layer displayed over the previews in the “Maps Explorer”.
 #maps.explorer.cells_layer_alpha=0.5 #maps.explorer.cells_layer_alpha=0.5
- 
-#maps.explorer.fast_scroll_list= 
- 
  
 #maps.displayer.opacity.show_on_maps= #maps.displayer.opacity.show_on_maps=
Line 568: Line 639:
 # 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 657: Line 733:
 #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 681: Line 771:
 # Disable long-press action (select the top menu item) for the “Placemarks” menu button. # Disable long-press action (select the top menu item) for the “Placemarks” menu button.
 #landmarks.submenu.disable_long_press=false #landmarks.submenu.disable_long_press=false
 +
 +#landmarks.menu.priority=30
  
 #landmarks.preprocessing.type= #landmarks.preprocessing.type=
 #landmarks.preprocessing.max_passes= #landmarks.preprocessing.max_passes=
 +
 +#landmarks.restore.create_subfolder=false
 +
 +#landmarks.postprocessing.include_segments_gaps=false
 +#landmarks.postprocessing.min_usable_cell_strength=40
  
 #landmarks.displayer.backup_in_file= #landmarks.displayer.backup_in_file=
Line 695: Line 792:
  
  
-# 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
  
Line 746: Line 842:
 # 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. # 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.
Line 755: Line 854:
 #landmarks.explorer.previews_max_gen_time_ms= #landmarks.explorer.previews_max_gen_time_ms=
 #landmarks.explorer.previews_jpeg_quality= #landmarks.explorer.previews_jpeg_quality=
-#landmarks.explorer.fast_scroll_list= 
  
 #landmarks.sideviews.display.show_back_button= #landmarks.sideviews.display.show_back_button=
Line 779: Line 877:
 #landmarks.graphics.pressure.range_hpa= #landmarks.graphics.pressure.range_hpa=
  
 +#landmarks.photos.indexer=true
 +#landmarks.photos.indexer.dcim=true
 +#landmarks.photos.indexer.pictures=true
 +#landmarks.photos.indexer.min_acceptable_diff_s=1800
 +#landmarks.photos.thumbnail.quality_pc=50
 +#landmarks.photos.display.size_dp=50
 +
 +# Display the mean elevation line in graphics.
 +#landmarks.graphics.elevation.display_mean=1
  
 # Reset the default name counter of created auto-routings, measures and slopes at each startup. # Reset the default name counter of created auto-routings, measures and slopes at each startup.
Line 829: Line 936:
 #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.routings.connect_to_center_distance_m=
 +#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 886: Line 995:
 #landmarks.exporter.accuracies.digits= #landmarks.exporter.accuracies.digits=
 #landmarks.exporter.pressures.digits= #landmarks.exporter.pressures.digits=
 +#landmarks.exporter.activities=true
  
  
Line 907: Line 1017:
  
 #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 927: Line 1044:
 #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 
 + 
 +# Export areas as polygons instead of linear rings. 
 +#landmarks.features.offlinelandmarks.formats.kmx.export_areas_as_polygons=true 
 + 
 +# 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 943: Line 1072:
  
  
-# Display size factor for placemark labels displayed on the map.+# Display size factor for placemark labels.
 #landmarks.painter.labels.factor=1.0 #landmarks.painter.labels.factor=1.0
 +
 +# Display color for placemark labels.
 +#landmarks.painter.labels.color=#000000
 +
 +# Display color for the border of placemark labels.
 +#landmarks.painter.labels.border_color=#FFFFFF
  
 #landmarks.painter.labels.min_level=7 #landmarks.painter.labels.min_level=7
Line 952: Line 1087:
 #landmarks.painter.labels.max_length=32 #landmarks.painter.labels.max_length=32
  
 +#landmarks.painter.labels.shadow_size_ratio=0.22
 #landmarks.painter.labels.max_radius_dp= #landmarks.painter.labels.max_radius_dp=
 #landmarks.painter.labels.offset_y_factor= #landmarks.painter.labels.offset_y_factor=
Line 962: Line 1098:
 #landmarks.painter.points.shadow_color= #landmarks.painter.points.shadow_color=
 #landmarks.painter.points.shadow_size_factor= #landmarks.painter.points.shadow_size_factor=
-#landmarks.painter.points.heading=+#landmarks.painter.points.heading=false
  
 # Display field of view direction of pictures on the map when available. # Display field of view direction of pictures on the map when available.
Line 968: Line 1104:
  
 #landmarks.painter.pictures.icon= #landmarks.painter.pictures.icon=
 +
 +# Display estimated durations for routes when an activity is set.
 +#landmarks.painter.routes.durations=true
 +
 +# Display line labels on routes, even if the global display placemarks labels settings is un-checked.
 +#landmarks.painter.routes.force_line_labels=true
  
 # Display size factor for paths displayed on the map. # Display size factor for paths displayed on the map.
Line 985: Line 1127:
 # 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 1015: Line 1172:
 #landmarks.painter.order.multi= #landmarks.painter.order.multi=
  
 +#landmarks.ldks.logoff_cleanup=true
  
 # Default color of the “Accommodation” category symbols. # Default color of the “Accommodation” category symbols.
Line 1055: Line 1213:
 #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 1067: Line 1256:
 #geolocation.submenu.disable_long_press=false #geolocation.submenu.disable_long_press=false
  
- +#geolocation.menu.priority=40
-# Width (in “dp”) of the displayed real-time location course line. +
-#geolocation.course_line_width=2.0+
  
 # Color of the displayed real-time location course line. # Color of the displayed real-time location course line.
-#geolocation.course_line_color=#000000+#geolocation.course_line.color=#000000
  
-Use “A” for displaying arrows+Width factor for the real-time location course line
-#geolocation.course_line_style=A+#geolocation.course_line.width_factor=2.0
  
-# Dashes definition of the displayed real-time location course line (first number is length of drawn part, next number length of transparent part, etc.). +# Dashes definition of the displayed real-time location course line (first number is length of drawn part, next number length of transparent part, etc.). Use “0” for no dashes. 
-Use “N” for no dashes, or “A” for arrow dashes. +#geolocation.course_line.dashes=
-#geolocation.course_line_dashes=+
  
  
Line 1090: Line 1276:
 # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “passive”. # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “passive”.
 #geolocation.localisation.egm96_adjustment.passive=false #geolocation.localisation.egm96_adjustment.passive=false
 +
 +
 +# Shift (in “metre”) to add to the elevation value (useful for pole-mounted RTK receivers).
 +#geolocation.localisation.elevation_shift_m.gps=0.0
  
  
Line 1097: Line 1287:
 # Color of the current location when not accurate. # Color of the current location when not accurate.
 #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
 +
 +# Draw the accuracy circle of real-time location.
 +#geolocation.localisation.painter.accuracy=true
  
  
Line 1110: Line 1306:
  
 # 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). # 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 +#geolocation.localisation.allow_turn_on_delay_s=15
- +
-# 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+
  
  
Line 1122: Line 1315:
 # Update rate of the real-time location. # Update rate of the real-time location.
 #geolocation.localisation.real_time_delay_ms=250 #geolocation.localisation.real_time_delay_ms=250
 +
 +# Update delay for the real-time location orientation.
 +#geolocation.localisation.rotation_delay_ms=750
  
 # 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. # 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.
Line 1131: Line 1327:
 # 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).
 #geolocation.localisation.fix_gps_week_number_rollover=true #geolocation.localisation.fix_gps_week_number_rollover=true
 +
 +# Ignore GNSS locations with 0,0 coordinates.
 +#geolocation.localisation.ignore_zero_location=true
  
  
Line 1142: Line 1341:
 # Disable long-press action (select the top menu item) for the “Orientation” menu button. # Disable long-press action (select the top menu item) for the “Orientation” menu button.
 #orientation.submenu.disable_long_press=false #orientation.submenu.disable_long_press=false
 +
 +#orientation.menu.priority=50
  
 #orientation.infobox.icon_factor= #orientation.infobox.icon_factor=
  
 #orientation.display_calibrate_message_delay_h= #orientation.display_calibrate_message_delay_h=
- 
-# Width (in “dp”) of the displayed compass heading line. 
-#orientation.heading_line_width=1.5 
  
 # Color of the displayed compass heading line. # Color of the displayed compass heading line.
-#orientation.heading_line_color=#000000+#orientation.heading_line.color=#000000
  
-Use “A” for displaying arrows+Width factor for the compass heading line
-#orientation.heading_line_style=+#orientation.heading_line.width_factor=1.66
  
-# Dashes definition of the displayed compass heading line (first number is length of drawn part, next number length of transparent part, etc.). +# Dashes definition of the displayed compass heading line (first number is length of drawn part, next number length of transparent part, etc.). Use “0” for no dashes. 
-Use “N” for no dashes, or “A” for arrow dashes. +#orientation.heading_line.dashes=63
-#orientation.heading_line_dashes=63+
  
-#orientation.heading_fov_color=+#orientation.heading_fov.color=
  
 # Scale factor for the compass displayed on the map. # Scale factor for the compass displayed on the map.
Line 1168: Line 1365:
  
 #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 1177: Line 1377:
 # #
  
-#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 1220: Line 1422:
 # When using the “Distance / Bearing” search format, display a line from the initial point to the searched point. # When using the “Distance / Bearing” search format, display a line from the initial point to the searched point.
 #search.bearing.display_result_line=true #search.bearing.display_result_line=true
 +
 +#search.bearing.line_length_m=100000
 +#search.bearing.line_segments_nb=1
 +#search.bearing.reverse_line=false
  
 #search.dialog.use_clipboard= #search.dialog.use_clipboard=
 +
 +#search.geocoding.search_text_in_comment=true
  
 #search.geocoding.services.nominatim.url= #search.geocoding.services.nominatim.url=
Line 1282: Line 1490:
 #agent.messenger.use_intent_extra_threshold_kb= #agent.messenger.use_intent_extra_threshold_kb=
  
-#agent.track_recorder.add_real_time_rate= 
 #agent.track_recorder.ask_resume_delay_h= #agent.track_recorder.ask_resume_delay_h=
 #agent.track_recorder.flush_delay_s= #agent.track_recorder.flush_delay_s=
 #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 1319: Line 1527:
 # Delay after which to replay an identicalalert warning sound, after the number of times to replay identical warning sounds. # 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 #agent.proximity_alerts.repeat_same_sound_long_delay_s=30
- 
  
 </file> </file>