# # Advanced settings file for “AlpineQuest Explorer” and “All-In-One OfflineMaps”. # # # See accepted colors here: https://html-color-codes.info/#HTML_Color_Picker # # ### Core ### # # Activate the verbose mode so the application displays more information in the log files. #core.logs.verbose=false # 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”. #core.locale= # Display a warning message in the main menu when using a beta version. #core.beta.show_message=true # Hardware acceleration related settings. #core.ha.allow_disable= #core.ha.allow_soft_shaders= #core.ha.allow_soft_shadows= #core.ha.allow_soft_pictures= #core.storage.show_legacy_folder=false #core.startup.display_warning_message= # Define a custom coordinate format, multiple entries allowed. # The first part is the display format (either “grid”, “xy”, “d”, “dm” or “dms”), the second part is the OGC WKT of the projection (for example something like this: http://www.spatialreference.org/ref/epsg/4326/ogcwkt/), separated by a coma. #core.custom_location_printer= # 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.distances.min_reported_distance_m=0.01 # Maximum number of decimals used when displaying kilometers or miles. #core.distances.factor_decimals=2 # 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.0 # When using a metric distance unit, number of decimals to use when displaying decimal meters. #core.distances.metric.meters_nb_decimals=1 # 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). #core.distances.include_elevations=false # For metric area unit (m², km²), define when to use km². #core.areas.km2_factor=0.1 # For metric area unit (m², are, km²), define when to use km². #core.areas.are_km2_factor=1.0 # For metric area unit (m², are, ha, km²), define when to use km². #core.areas.ha_km2_factor=100.0 #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= # Define the number of degree decimals to use when displaying coordinates in decimal degrees (D). #core.crs.d.decimals=6 # Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS). #core.crs.dms.decimals=2 # Number of decimals to use when exporting coordinates in degrees. #core.crs.export.decimals=7 #core.crs.proj.decimals= #core.crs.olc.display_precision= #core.crs.geohash.display_precision= #core.crs.geohash.input_point_precision= # Value of zenith (in degrees) to use when computing sunrise and sunset times (official: “90.833”, civil: “96.0”, nautical: “102.0”, astronomical: “108.0”). #core.astro.zenith=90.833 #core.astro.sun_days_offset= # Picture names taken from the application, for example when creating picture waypoints (see accepted patterns here: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns). #core.pictures.format=yyyy-MM-dd_HH-mm-ss # Intent action used to call the camera application when taking a picture from the application. #core.pictures.intent=android.media.action.IMAGE_CAPTURE # File extension of pictures taken from the application. #core.pictures.file_ex=.JPG #core.pictures.use_application_folder=true #core.pictures.camera_package= #core.pictures.check_media_store=true # Audio names taken from the application, for example when creating audio waypoints (see accepted patterns here: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns). #core.audios.format=yyyy-MM-dd_HH-mm-ss # Intent action used to call the audio recorder application when recording audios from the application. #core.audios.intent=android.provider.MediaStore.RECORD_SOUND # File extension of audios recorded from the application. #core.audios.file_ext=.mp3 #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. #core.menu.buttons.background_color=#808080 # Background color of the menu bar when hidden. #core.menu.buttons.background_color_hidden=#64808080 # Separators color of the menu bar. #core.menu.buttons.separators_color=#1FFFFFFF # Corners radius of the menu bar (in “dp”). #core.menu.buttons.corners_round_radius_dp=2 #core.menu.buttons.shadow_color= #core.menu.buttons.margin_x_dp= #core.menu.buttons.margin_y_dp= # Display help buttons in the menus. #core.menu.display_help_buttons=true # Display an exit button in the main menu on all devices, including the ones where an hardware “Back” button is available. #core.submenu.force_exit_button=false # Display a chooser to switch workspace in the main sub-menu (only when at least one alternate workspace has been created). #core.submenu.display_workspaces_chooser=true # Disable long-press action (select the top item) for the main menu button. #core.submenu.disable_long_press=false # Close the application when selecting an external mapping application from the “Open with...” action (including “OpenStreetMap”, “Google”, “Yandex”, “Other application (default)” and “Navigation” choices). #core.behavior.finish_on_external_map=false #core.behavior.finish_on_density_change= #core.offline_mode.display_infobox= #core.cache.cleanup_delay_ms= # Maximum size of data to transmit through intents (in bytes). #core.intents.content_buffer_size= # Force a particular screen orientation (either empty, “PORTRAIT” or “LANDSCAPE”). #core.screen.orientation= # Force a particular screen brightness, from dark (“0”) to full bright (“100”). #core.screen.brightness= # Disable all SSL certificate checks. #core.https.insecure=false # Specify the protocol to use when using insecure https connections (either empty, “SSL” or “TLS”). #core.https.insecure_protocol= # Disable use of SSLv3. #core.https.disable_sslv3=false #core.services.push_settings.version= #core.services.push_settings.disable= # ### User Interface ### # #ui.panels_corners_round_dp= #ui.dialogs.spinners.ellipsize_descriptions= #ui.dialogs.progress.keep_screen_on= # Allows the soft keyboard to be automatically displayed for some input dialogs. #ui.dialogs.allow_auto_keyboard=true # Require users to confirm dangerous deletions with a checkbox. #ui.dialogs.delete_checkbox=true #ui.explorer.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.drawables.iconed.ratio= #ui.theme.night.panels=#CACACC #ui.theme.night.cards=#BABABC #ui.theme.night.cards_shadow=#444444 #ui.theme.night.sideviews=#AAAAAC # ### Map view ### # # Display color of the texts displayed in the information boxes. #map.infobox.text_color=#212121 # Display texts in the information boxes in bold. #map.infobox.text_bold=false # Display color of the main coordinate format and grid. #map.coordinates.main.color=#000000 # Display color of the secondary coordinate format and grid. #map.coordinates.alternative.color=#0000FF #map.coordinates.openwith.provider.osm= #map.coordinates.openwith.provider.google= #map.coordinates.openwith.provider.yandex= #map.coordinates.openwith.provider.here= #map.coordinates.openwith.provider.bing= #map.coordinates.openwith.provider.apple= #map.coordinates.openwith.provider.custom= # EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the “Share” action. #map.coordinates.share.crs=EPSG:4326 # 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). #map.coordinates.share.provider= # URL used when selecting the “Open with... OpenStreetMaps” action. #map.coordinates.share.provider.osm=https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude} # URL used when selecting the “Open with... Google Maps” action. #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. #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. #map.coordinates.share.provider.here=https://wego.here.com/?map={$latitude},{$longitude},{$zoom} # URL used when selecting the “Open with... Apple Plans” action. #map.coordinates.share.provider.apple=https://maps.apple.com/?q={$latitude},{$longitude} # URL used when selecting the “Open with... 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} # URL used when opening a location with “Maps Directions”. #map.coordinates.openwith.directions=https://maps.google.com/maps?daddr={$latitude},{$longitude} # URL used when opening a location with “Street View”. #map.coordinates.openwith.streetview=https://www.google.com/maps/@?api=1&map_action=pano&viewpoint={$latitude},{$longitude} # URL used when opening a named location with “Other application”. #map.coordinates.openwith.geointent.name=geo:0,0?q={$latitude},{$longitude}({$name})&z={$zoom} # URL used when opening an unnamed location with “Other application”. #map.coordinates.openwith.geointent.no_name=geo:{$latitude},{$longitude}?z={$zoom} # URL used when opening a location with “Navigation (Driving)”. #map.coordinates.openwith.navigation.driving=google.navigation:ll={$latitude},{$longitude} # URL used when opening a location with “Navigation (Walking)”. #map.coordinates.openwith.navigation.walking=google.navigation:ll={$latitude},{$longitude}&mode=w # URL used when opening a location with “Navigation (Cycling)”. #map.coordinates.openwith.navigation.cycling=google.navigation:ll={$latitude},{$longitude}&mode=b # URL used when opening a location with “Navigation (Transit)”. #map.coordinates.openwith.navigation.transit=google.navigation:ll={$latitude},{$longitude}&mode=transit # Display color of the main coordinates grid. #map.grids.main.color=#000000 # Display color of the secondary coordinates grid. #map.grids.alternative.color=#0000FF #map.grids.max_density= # 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 # Display the names of grids when exporting the map as an image. #map.print.display_grid_names=true # Print density (in dots per inch) of the exported map image to get a correct scale value and bar. #map.print.dpi=300.0 #map.print.margins_size_pc= #map.print.border_size_px= #map.print.title_size= #map.print.scale_value_size= #map.screensaver.fullscreen_allowed= #map.screensaver.tap_to_close= #map.screensaver.auto_dismiss= #map.screensaver.background_color= # Y offset (in pixel) for the display of zoom buttons. #map.buttons.offset_y=0 # Size (in “dp”) of the zoom buttons. #map.buttons.size_dp=48 # Opacity of the zoom buttons. #map.buttons.alpha=1.0 #map.buttons.force_bg= #map.buttons.slider.use_legacy= #map.buttons.slider.sensitivity= #map.buttons.slider.delay_ms= #map.buttons.slider.alpha= # Number of possible additional “-” zoom button presses before the first zoom level of a map, allowing to artificially decrease even more the display scale of the first zoom level. #map.scales.default_underscaling_levels=2 # Number of possible additional “+” zoom button presses after the last zoom level of a map, allowing to artificially increase even more the display scale of the last zoom level. #map.scales.default_overscaling_levels=3 #map.scales.global_scale_min_id= #map.scales.global_scale_max_id= # Text size (in “sp”) of popup comments when clicking on a displayed placemark. #map.canvas.popup_comment_size=12.0 # Maximum time spend (in seconds) to generate an image tile. #map.canvas.tiles.max_gen_time_s=5 # 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=1 # 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. # “ARGB_8888” has a better display quality but uses more memory (two times more than “RGB_565”). #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. #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.check_bounds= #map.canvas.tiles.allow_multiple_vertices= #map.canvas.tiles.max_vertices= #map.canvas.tiles.acceptable_vertices_error_px= # Base world map opacity for small scales when some maps are displayed over it (this maps is not displayed for large scales). #map.canvas.base_map_hidden_opacity=0.5 #map.canvas.experimental_3d= #map.canvas.field_of_fiew= #map.canvas.force_pitch_per_tile= # Maximum pitch angle (in degrees) that can be reached by moving two fingers down over the map. #map.canvas.max_pitch_deg=40 # Invert the vertical direction of the two fingers to pitch the map view. #map.canvas.invert_pitch=false # Make a smooth transition effect when changing the azimuth of the map. #map.canvas.smooth_azimuth_change=true # Make a smooth transition effect when changing the location of the map. #map.canvas.smooth_location_change=true # Define if the map continues to move a little after ending sliding it. #map.canvas.smooth_end_move=true # Display copyrights of currently displayed maps at the top/right angle of the map. #map.canvas.display_copyrights=true # Display the screen center icon. #map.canvas.display.center_icon=true #map.canvas.display.layers_outlines_color= #map.canvas.display.bg_clear_color= #map.canvas.display.bg_dark_color= # Display the screen center icon when long-pressing the map. #map.canvas.long_press.display_center_icon=true # Scale ratio when displaying the screen center icon when long-pressing the map. #map.canvas.long_press.ratio_center_icon=0.5 # Offset for choosing the screen display resolution when long pressing the map for the “zoom in” option. #map.canvas.long_press.zoom_in_scale_offset=1 # Offset for choosing the screen display resolution when long pressing the map for the “zoom out” option. #map.canvas.long_press.zoom_out_scale_offset=1 # Allows two-fingers long-press. #map.canvas.long_press.allow_multi=true # Allow double-taps on the map. #map.canvas.double_tap=true # Radius (in “dp”) of the screen center icon. #map.canvas.center_point.radius=5 # Color used to draw the inner part of the screen center icon. #map.canvas.center_point.color_in=#F0F0F0 # Color used to draw the outer part of the screen center icon #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. #map.canvas.radius_ruler.color=#000000 # Default display size (in “dp”) of the circular scale labels. #map.canvas.radius_ruler.text_size_dp=8.3 # Index of the circular scale circle on which to display the labels. #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 # Display size factor for the heading arrow. #map.canvas.heading_arrow_size_factor=1.0 # 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_shadow= # Display size factor for the heading field-of-view. #map.canvas.heading_fov_size_factor=1.0 #map.canvas.heading_fov_angle_deg= #map.canvas.heading_line_width_factor= #map.canvas.heading_line_shadow= #map.canvas.heading_line_bg_factor= #map.canvas.heading_line_bg_alpha= # ### Maps & Layers ### # # Disable long-press action (select the top menu item) for the “Maps & Layers” menu button. #maps.submenu.disable_long_press=false # 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.text_size_dp= # Display the OSM/Google zoom index id in the current map scale information box. #maps.infobox.display_osm_zoom_id=false # 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 # 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.fast_scroll_list= #maps.displayer.opacity.show_on_maps= #maps.displayer.opacity.show_on_layers= # 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.ask_if_outofbounds=true # Maximum number of columns used to display favorite maps and sets in the “Maps & Layers” submenu. #maps.features.favorites.max_cols=3 #maps.features.favorites.cells_text_style= #maps.features.favorites.current_set_bg_color= # 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 # 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 # 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. #maps.features.offlinemaps.zoom_buttons_autoload=true # 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.require_bounds_before_display= #maps.features.offlinemaps.use_fake_extension= #maps.features.offlinemaps.fake_extension= # 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= # 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.formats.gen_import.image_format= #maps.features.offlinemaps.formats.gen_import.image_quality= #maps.features.offlinemaps.formats.gen_import.calibration_reload_canvas_delay_ms= # Create index files for AQM maps in order to speed-up loading. #maps.features.offlinemaps.formats.aqm.create_index=true #maps.features.offlinemaps.formats.qct.import_format= #maps.features.offlinemaps.formats.qct.import_quality= # Crop displayed “.ozf2” and “.ozfx3” maps along the “Moving Map Parameter” definitions of the “.map” file. #maps.features.offlinemaps.formats.ozf.crop_to_mmp=true #maps.features.offlinemaps.formats.ozf.support_ozfx3.a= #maps.features.offlinemaps.formats.geopkg.use_crs_id_first= # 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 # Maximum failed tiles (in percent) to retry at the end of the download process. #maps.features.areadownloader.max_reprocess_pc= # 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 # Display the status of downloading DEM elevation data chunks on the map. #maps.features.elevations.display_status=true #maps.features.elevations.chunks_cache_size= #maps.features.elevations.download_all_min_level= #maps.features.elevations.dem_algo= # Exaggeration factor used when generating built-in hillshade layer from local DEM elevation data. #maps.features.elevations.hillshade.exaggeration=1.2 #maps.features.elevations.hillshade.light_source_elevation= # Light source azimuth (in degrees, from “0.0” to “360.0”) used when generating built-in hillshade layer from local DEM elevation data. #maps.features.elevations.hillshade.light_source_angle=45.0 #maps.features.elevations.slope.min_bound= #maps.features.elevations.slope.max_bound= #maps.features.elevations.slope.color_1= #maps.features.elevations.slope.color_2= #maps.features.elevations.slope.color_3= #maps.features.elevations.slope.color_4= #maps.features.elevations.slope.color_5= #maps.features.elevations.force_center_value= #maps.features.elevations.painter.cached_image_format= #maps.features.elevations.painter.cached_image_quality= #maps.features.elevations.painter.nb_threads= #maps.features.onlinemaps.default_osm_map= #maps.features.onlinemaps.force_update_delay_s= #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= # Display a message over missing parts of on-demand maps when the option “Use only local storage” is active. #maps.features.onlinemaps.status.display.state_local_storage_only=true # Display a message over missing parts of on-demand maps when there is currently no network. #maps.features.onlinemaps.status.display.state_no_internet=true # Display a message over missing parts of on-demand maps that are not available on the server. #maps.features.onlinemaps.status.display.state_unavailable=true # Automatically refresh the community maps list on a regular basis. #maps.features.onlinemaps.community.autorefresh=true # ### Placemarks ### # # Disable long-press action (select the top menu item) for the “Placemarks” menu button. #landmarks.submenu.disable_long_press=false #landmarks.preprocessing.type= #landmarks.preprocessing.max_passes= #landmarks.postprocessing.include_segments_gaps=false #landmarks.postprocessing.min_usable_cell_strength=40 #landmarks.displayer.backup_in_file= # Color of proximity alerts. #landmarks.proximity.color=#A52A2A # In the “Displayed placemarks” list, number from which to group single alerts. #landmarks.proximity.group_display_nb=5 # Draw small arrows on the line from screen center to current distance. #landmarks.targeter.distance_line_arrows=true # Number of recently targeted locations to keep in the unsorted placemarks targets set. Set to “0” to not save targeted locations. #landmarks.targeter.max_save_targets=1000 # 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. #landmarks.progress.use_recorded_speed_for_eta=true # Maximum of displayed sub-items in popups displayed when selecting placemarks on the map. #landmarks.selector.max_multi_items=25 # Display the elevation (if available) in the popups displayed when selecting placemarks on the map. #landmarks.selector.display_elevation=true # Display the data (if available) in the popups displayed when selecting placemarks on the map. #landmarks.selector.display_date=false #landmarks.selector.fill_height= #landmarks.selector.pictures_preview_height_dp= # Number of statistic fields displayed in the popup when selecting a track or a path on the map. #landmarks.selector.stats_preview_nb_cols=3 # Height (in “dp”) of the statistics area displayed in the popup when selecting a track or a path on the map (for areas, this height will be 1.6 time smaller). #landmarks.selector.stats_preview_height_dp=40 #landmarks.selector.stats_preview_width_dp= #landmarks.selector.stats_preview_max_screen_width_pc= # Display a map preview in the sliding menu when selecting an item on the map. #landmarks.selector.menu.map_preview=true # Display actions shortcupts under the map preview in the sliding menu when selecting an item on the map. #landmarks.selector.menu.shortcuts=true # Number of maximum characters to use for the description preview in the sliding menu when selecting an item on the map. #landmarks.selector.menu.description_preview_max_length=750 # In the “Placemarks Explorer”, display the bearing value in addition to the bearing arrow. #landmarks.explorer.display_full_bearing=false # In the “Placemarks Explorer”, always display the date of tracks even if they have a name. #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. #landmarks.explorer.description_preview_max_length=150 #landmarks.explorer.previews_max_gen_time_ms= #landmarks.explorer.previews_jpeg_quality= #landmarks.explorer.fast_scroll_list= #landmarks.sideviews.display.show_back_button= # In the details view of a placemark, controls if the “File” section is opened or not by default. #landmarks.details.expand_file_section=false #landmarks.details.webview.base_url= #landmarks.details.webview.default_zoom= #landmarks.details.pictures.preview_max_size_dp= #landmarks.details.export.image_width_dp= #landmarks.details.export.bg_color= #landmarks.details.export.separate_pictures_limit= #landmarks.details.export.pictures_name= #landmarks.details.export.pictures_name_bg= #landmarks.graphics.elevation.range_m= #landmarks.graphics.elevation_diff.range_m= #landmarks.graphics.speed.min_kmh= #landmarks.graphics.slope.min_pc= #landmarks.graphics.slope.max_pc= #landmarks.graphics.accuracy.max_m= #landmarks.graphics.pressure.range_hpa= # Reset the default name counter of created auto-routings, measures and slopes at each startup. #landmarks.creator.reset_indexes=false #landmarks.creator.disable_perspective= # Create new waypoints on the current real-time location (if available) instead of the current screen center location by default. #landmarks.creator.waypoints.force_on_gps=false # Whether fast waypoints are created in the unsorted placemarks (when “false”) or in the previous place where a regular waypoint has been saved (when “true”). #landmarks.creator.fastpoints.use_previous_place=false # 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. #landmarks.creator.sets.ask_for_names=true #landmarks.creator.sets.fill_time= #landmarks.creator.sets.fill_elevation= #landmarks.creator.routes.ask_for_names= #landmarks.creator.routes.fill_time= #landmarks.creator.routes.fill_elevation= #landmarks.creator.routes.center_texts.distance= #landmarks.creator.routes.center_texts.bearing= #landmarks.creator.routes.center_texts.reverse_bearing= #landmarks.creator.routes.center_texts.diff_elev= #landmarks.creator.routes.center_texts.slope= #landmarks.creator.slopes.center_texts.distance= #landmarks.creator.slopes.center_texts.bearing= #landmarks.creator.slopes.center_texts.reverse_bearing= #landmarks.creator.slopes.center_texts.diff_elev= #landmarks.creator.slopes.center_texts.slope= #landmarks.creator.paths.sideview.wrap_at_bottom= #landmarks.creator.measures.center_texts.distance= #landmarks.creator.measures.center_texts.distance_grid1= #landmarks.creator.measures.center_texts.bearing= #landmarks.creator.measures.center_texts.reverse_bearing= #landmarks.creator.measures.center_texts.diff_elev= #landmarks.creator.measures.center_texts.slope= #landmarks.creator.routings.center_texts.distance= #landmarks.creator.routings.center_texts.bearing= #landmarks.creator.routings.center_texts.reverse_bearing= #landmarks.creator.routings.center_texts.diff_elev= #landmarks.creator.routings.center_texts.slope= #landmarks.creator.fastroutings.use_previous_place=false #landmarks.creator.areas.center_texts.distance= #landmarks.creator.areas.center_texts.bearing= #landmarks.creator.areas.center_texts.reverse_bearing= #landmarks.creator.areas.center_texts.diff_elev= #landmarks.creator.areas.center_texts.slope= # Allows the commercial “GraphHopper” auto-routing service. #landmarks.creator.auto_routing.services.graphhopper.allowed=false # Use other services access keys entered by the user when using the automatic auto-routing service. #landmarks.creator.auto_routing.services.auto.use_user_keys=true #landmarks.creator.auto_routing.services.osrm.url= #landmarks.creator.auto_routing.services.osrm.api= #landmarks.creator.auto_routing.services.osrm.params= #landmarks.creator.auto_routing.services.google.url= #landmarks.creator.auto_routing.services.google.api= #landmarks.creator.auto_routing.services.google.registration= #landmarks.creator.auto_routing.services.google.params= #landmarks.creator.auto_routing.services.graphhopper.url= #landmarks.creator.auto_routing.services.graphhopper.api= #landmarks.creator.auto_routing.services.graphhopper.registration= #landmarks.creator.auto_routing.services.graphhopper.params= #landmarks.creator.auto_routing.services.openrouteservice.url= #landmarks.creator.auto_routing.services.openrouteservice.api= #landmarks.creator.auto_routing.services.openrouteservice.registration= #landmarks.creator.auto_routing.services.openrouteservice.params= #landmarks.creator.auto_routing.services.openrouteservice.copyright= #landmarks.creator.auto_routing.services.osmrde.url= #landmarks.creator.auto_routing.services.osmrde.api= #landmarks.creator.auto_routing.services.osmrde.params= #landmarks.creator.auto_routing.services.brouter.url= #landmarks.creator.auto_routing.services.brouter.app= #landmarks.creator.auto_routing.services.brouter.fast=true #landmarks.creator.auto_routing.services.brouter.max_delay_s=15 #landmarks.creator.auto_routing.services.brouter.elevations=true # 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 # When importing a placemark file previously imported, don't ask to re-open the previous version. #landmarks.importer.skip_reopen_question=false # Number of decimal digits to use when exporting elevations (3 digits equals to millimeters). #landmarks.exporter.elevations.digits=3 #landmarks.exporter.accuracies.digits= #landmarks.exporter.pressures.digits= # Display an entry allowing to select the device's root folder in the menu drawer of the “Placemarks Explorer”. #landmarks.features.offlinelandmarks.explorer.display_root=false #landmarks.features.offlinelandmarks.explorer.tracks_stats= #landmarks.features.offlinelandmarks.explorer.paths_stats= #landmarks.features.offlinelandmarks.explorer.routes_stats= #landmarks.features.offlinelandmarks.explorer.areas_stats= # 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). #landmarks.features.offlinelandmarks.open_file_auto_choice=0 # 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.filter_charsets= #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 “” gpx tags. #landmarks.features.offlinelandmarks.formats.gpx.export_hdop=true # Use the “WGS84” elevations instead of the “EGM96” elevations in exported “GPX” files. #landmarks.features.offlinelandmarks.formats.gpx.export_wgs84_elevations=false # Write the “” tags when exporting “GPX” files (the geoid height is the difference in meters between the “EGM96” elevation and the “WGS84” elevation). #landmarks.features.offlinelandmarks.formats.gpx.export_geoidheight=false # Write the “” tags when exporting “GPX” files (contain the path of pictures associated with waypoints). #landmarks.features.offlinelandmarks.formats.gpx.export_pictures=false #landmarks.features.offlinelandmarks.formats.gpx.default_download_pictures= #landmarks.features.offlinelandmarks.formats.gpx.force_import_options= #landmarks.features.offlinelandmarks.formats.gpx.groundspeak.use_type_as_icon= #landmarks.features.offlinelandmarks.formats.kmx.default_download_icons= #landmarks.features.offlinelandmarks.formats.kmx.default_download_pictures= #landmarks.features.offlinelandmarks.formats.kmx.force_import_options= # 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.json.force_import_options= #landmarks.features.offlinelandmarks.formats.igc.dyn_color= #landmarks.features.offlinelandmarks.formats.igc.force_import_options= #landmarks.features.offlinelandmarks.formats.loc.force_import_options= #landmarks.features.offlinelandmarks.formats.xsv.quote_strings= #landmarks.features.onlinelandmarks.public.painter.icons_factor= # Display size factor for placemark labels displayed on the map. #landmarks.painter.labels.factor=1.0 #landmarks.painter.labels.min_level=7 #landmarks.painter.labels.min_res= # Maximum number of characters for names of placemarks displayed on the map. #landmarks.painter.labels.max_length=32 #landmarks.painter.labels.max_radius_dp= #landmarks.painter.labels.offset_y_factor= # Display size factor for points displayed on the map. #landmarks.painter.points.factor=1.0 #landmarks.painter.points.border_factor= #landmarks.painter.points.border_color= #landmarks.painter.points.shadow_color= #landmarks.painter.points.shadow_size_factor= #landmarks.painter.points.heading= # Display field of view direction of pictures on the map when available. #landmarks.painter.pictures.heading=true #landmarks.painter.pictures.icon= # Display size factor for paths displayed on the map. #landmarks.painter.paths.factor=1.0 # Display small dots at the beginning and end of paths. #landmarks.painter.paths.dots=true #landmarks.painter.paths.border_factor= #landmarks.painter.paths.border_color= #landmarks.painter.paths.shadow_color= #landmarks.painter.paths.shadow_offset_factor= # 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. #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= # Display size factor for area outlines displayed on the map. #landmarks.painter.outlines.factor=1.0 #landmarks.painter.outlines.fill_alpha_factor= #landmarks.painter.outlines.border_color= # Display size factor for placemark icons displayed on the map. #landmarks.painter.icons.factor=1.0 #landmarks.painter.precision_threshold_dp= # Display size factor for texts displayed above and below the screen center icon. #landmarks.painter.center_labels_size_factor=1.0 #landmarks.painter.center_labels_separator= #landmarks.painter.dyn_scale.level=10 #landmarks.painter.dyn_scale.ratio=0.4 #landmarks.painter.order.waypoints= #landmarks.painter.order.sets= #landmarks.painter.order.folders= #landmarks.painter.order.segments= #landmarks.painter.order.multitracks= #landmarks.painter.order.routes= #landmarks.painter.order.areas= #landmarks.painter.order.multi= # Default color of the “Accommodation” category symbols. #landmarks.symbols.color.accommodation=#348AC6 # Default color of the “Amenities” category symbols. #landmarks.symbols.color.amenities=#9B550A # Default color of the “Food” category symbols. #landmarks.symbols.color.food=#734A08 # Default color of the “Health” category symbols. #landmarks.symbols.color.health=#DA0092 # Default color of the “Man made” category symbols. #landmarks.symbols.color.man_made=#5D6872 # Default color of the “Natural” category symbols. #landmarks.symbols.color.natural=#5D7C00 # Default color of the “Power” category symbols. #landmarks.symbols.color.power=#FF8F21 # Default color of the “Shopping” category symbols. #landmarks.symbols.color.shopping=#AC39AC # Default color of the “Sport” category symbols. #landmarks.symbols.color.sport=#39AC39 # Default color of the “Tourism” category symbols. #landmarks.symbols.color.tourism= #AF17A6 # Default color of the “Transportation” category symbols. #landmarks.symbols.color.transportation=#11B6E5 # Default color of the “Water” category symbols. #landmarks.symbols.color.water=#005CDA # Default color of the “Worship” category symbols. #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 # ### Positioning ### # # Disable long-press action (select the top menu item) for the “Positioning” menu button. #geolocation.submenu.disable_long_press=false # 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. #geolocation.course_line_color=#000000 # Use “A” for displaying arrows. #geolocation.course_line_style=A # 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 “N” for no dashes, or “A” for arrow dashes. #geolocation.course_line_dashes= # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “gps”. #geolocation.localisation.egm96_adjustment.gps=true # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “network”. #geolocation.localisation.egm96_adjustment.network=false # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “passive”. #geolocation.localisation.egm96_adjustment.passive=false # Color of the current location when accurate. #geolocation.localisation.painter.color_accurate=#0064FF # Color of the current location when not accurate. #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 # When displaying previous locations on the map, maximum number of location to display. #geolocation.localisation.last_locations_number=25 # Display the real-time location vertical accuracy in the location information box, for compatible devices only. #geolocation.localisation.infobox.display_vertical_accuracy=false # 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 # 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 # 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). #geolocation.localisation.fix_gps_week_number_rollover=true # ### Orientation ### # # Disable long-press action (select the top menu item) for the “Orientation” menu button. #orientation.submenu.disable_long_press=false #orientation.infobox.icon_factor= #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. #orientation.heading_line_color=#000000 # Use “A” for displaying arrows. #orientation.heading_line_style= # Dashes definition of the displayed compass heading line (first number is length of drawn part, next number length of transparent part, etc.). # Use “N” for no dashes, or “A” for arrow dashes. #orientation.heading_line_dashes=63 #orientation.heading_fov_color= # Scale factor for the compass displayed on the map. #orientation.compass.on_map.scale=1.0 #orientation.check_screen_rotation_delay_s= #orientation.sensor.offset_deg= # Delay (in “ms”) after wich to proceed to a new orientation sensor reading. #orientation.sensor.delay_ms=80 # ### Explorer mode ### # #navigation.location.time.display_seconds= #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. #navigation.profile.display_data_titles=false #navigation.profile.graphic_height_pc= #navigation.grids.text_size_per_line= #navigation.grids.single_line_cols= #navigation.grids.first_line_cols= #navigation.grids.second_line_cols= #navigation.grids.large_screen_dpi= #navigation.lock_screen_rotation= #navigation.lock_gps_location= #navigation.lock_gps_direction= #navigation.views.topbar.center_background_alpha= #navigation.views.background_alpha= #navigation.views.arrow.invalid_delay_s= #navigation.views.data.title_factor= #navigation.views.data.unit_factor= #navigation.views.data.min_text_size= #navigation.views.data.max_text_size= # Minimum size (in “sp”) a statistic data bloc title can have. #navigation.views.data.min_title_size=7 # ### Search ### # # When selecting a search result, move on it's location and display a point. # Set to “false” will only move over the search result location, without displaying it. #search.display_location_results=true # 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.dialog.use_clipboard= #search.geocoding.services.nominatim.url= #search.geocoding.services.google.url=