This is an old revision of the document!


Online Help > Settings

User settings

In addition to common settings, the application provides an extended set of settings allowing to tweak it even more.

These advanced settings must be placed in a file called “user_settings.conf”, saved inside the application folder (usually “/sdcard/OfflineMaps/”).

Be sure to use the last version so all settings are available.

You must restart the application after changing any of these settings.

List of main user settings

Name Type Description Default value
Core
core.logs.verbose Boolean Activate the verbose mode for logs to display more information 0 / false
core.locale String Force a language [ en, es, fr, it, ko ] empty
core.custom_location_printer [ grid, xy, d, dm, dms ],String Define a custom coordinate format empty
core.bearing_decimals Integer Define the number of decimals for bearing units 2
core.pictures.format String Define how to name picture taken with the application (see accepted patterns here) yyyy-MM-dd_HH-mm-ss
Main map
map.coordinates.alternative.color String Define the display color of the alternative coordinate format (see accepted colors here) #000000
map.buttons.offset_y Integer Y pixels offset for the display of zoom buttons 0
map.open_with.z Integer Zoom value passed to Google Maps and Earth when opening a location 17
map.canvas.smooth_end_move Boolean Define if the map continues to move a little after ending sliding it 1 / true
map.canvas.display_center_icon Boolean Display the center screen icon 1 / true
map.canvas.display_copyrights Boolean Display maps data copyright notice on the map 1 / true
map.canvas.display_osm_zoom_id Boolean Display the OSM/Google equivalent zoom level id with the map scale 0 / false
Maps
maps.features.offlinemaps.formats.aqm .create_index Boolean Create index files for AQM maps in order to speed-up loading 1 / true
maps.features.areadownloader.max_queue_size Integer Maximum tiles to download per session in the store area feature 7500
Landmarks
landmarks.painter.icons_factor Float Display size factor for landmark icons 1.0
landmarks.explorer.display_full_bearing Boolean Display the full bearing to waypoint values in addition of the direction arrow in the Landmarks Explorer 0 / false
landmarks.features.offlinelandmarks .formats.gpx.full_export Boolean Write additional custom values in GPX files such as pressure or accuracy values 0 / false
landmarks.features.offlinelandmarks .formats.gpx.geoidheight_export Boolean Export geoidheight data in saved GPX files 0 / false
Localisation
geolocation.localisation.lock_map Boolean Re-center the map on the GPS location after 10 seconds without user interactions 1 / true
geolocation.localisation .painter.color_accurate String Color used to draw the current location when accurate (see accepted colors here) #0064ff
geolocation.localisation .painter.color_inaccurate String Color used to draw the current location when not accurate (see accepted colors here) #e30000
geolocation.localisation.egm96_adjustment.[provider] Boolean Adjust provided WGS84 elevations to Geoid elevations using the EGM96 model for [provider] (ex: “gps”, “passive”) 1 / true for provider “gps”, 0 / false otherwise

Example file

user_settings.conf
core.logs.verbose=true
 
core.custom_location_printer=SR-ORG:7310
core.custom_location_printer_format=xy
core.bearing_decimals=3
 
core.submenus.large_toggles=1
 
landmarks.painter.icons_factor=1.2