User Tools

Site Tools


manual:advanced:customization:config

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
manual:advanced:customization:config [2025/10/15 16:10] mstupkamanual:advanced:customization:config [2025/10/16 16:15] (current) – [Tweaks] mstupka
Line 85: Line 85:
 === Label style === === Label style ===
 You can set the text color, background, highlighted background, border and highlighted border of a label. You can set the text color, background, highlighted background, border and highlighted border of a label.
 +
 +**An example of transparent label background:**
 +
 +map_items_labels_color_text=#0A0A0A\\
 +map_items_labels_color_bg_normal=#4CF0F0F0\\
 +map_items_labels_color_border_normal=#19F0F0F0\\
 +map_items_labels_color_bg_highlight=#4CF0F0F0\\
 +map_items_labels_color_border_highlight=#19F0F0F0\\
 +
 +See the difference (default and customized): 
 +
 +{{:manual:advanced:customization:cfg_item_label_default.png?nolink&150|}} {{:manual:advanced:customization:cfg_item_label_custom.png?nolink&150|}}
 ==== Points ==== ==== Points ====
 === New point name time format === === New point name time format ===
Line 104: Line 116:
 Defines a map zoom level from which the number of visualized track points is reduced. 22 is the default. Defines a map zoom level from which the number of visualized track points is reduced. 22 is the default.
 === Track selection highlight === === Track selection highlight ===
 +When turned on, a track or route tapped on the map is highlighted with a changed color.
 +==== Import & export ====
 +=== Width of exported photos ===
 +Defines the width of photos attached to points, exported to KML. 60 px is the default. 
 +==== Navigation/guidance ====
 +=== Auto GPS on navigation ===
 +When navigation or guidance is started, the app turns GPS on, although it is turned off.
 +=== Guidance path symbol ===
 +This parameter allows you to define the shape and size of the guiding line very precisely. Best to explain it on the default parameter.
  
 +Basic values are: **-8.0|-2.0|7.0|0.0|-8.0|2.0**
 +
 +Imagine a paper with a grid. Each of the two numbers means the X and Y coordinates. So draw them. The result will be as in the picture below. In the same way, you may draw whatever symbol you want.
 +
 +{{ :manual:advanced:customization:config_file_guiding_arrow.png?nolink |}}
 +
 +**Examples:**\\ 
 +{{:manual:advanced:customization:cfg_exmpl_guideline.png?nolink|}}
 +guiding_path_symbol=-20|0|-20|-10|0|-10|0|-20|20|0|0|20|0|10|-20|10
 +
 +
 +{{:manual:advanced:customization:cfg_exmpl_guideline2.png?nolink|}} 
 +guiding_path_symbol=-11|0|-14|-5|5|0|-14|5
 +=== Line/text color ===
 +FIXME to be added...
 ==== Route planner ==== ==== Route planner ====
-=== Route, interpolation step === +=== Route planner - interpolation saving === 
-Definition of distance between interpolated points on route for manual route drawing - affects slope/elevation coloring of the route line. Minimum 1m.+When turned oninterpolation steps for manual segments are saved within the planned route. 
 + 
 +=== Routeplanner - interpolation step === 
 +Definition of distance between interpolated points on route for manual route drawing - affects slope/elevation coloring of the route line. Minimum 1m, recommended 100m. 
 +==== Geocaching ==== 
 +=== Offline logging of trackables === 
 +Support for logging trackables offline. To log the trackable online, use the log manager in the geocaching tools. 
 +==== Hardware controlling ==== 
 +<WRAP center round todo 60%> 
 +to be continued... 
 +</WRAP>
  
 ==== Tools ==== ==== Tools ====
Line 123: Line 169:
 === Allow login over Google Play Services === === Allow login over Google Play Services ===
 When switched off, only an email login to Locus Store or Live Tracking is possible. Recommended when MicroG service is used. When switched off, only an email login to Locus Store or Live Tracking is possible. Recommended when MicroG service is used.
- 
-FIXME TO BE CONTINUED... FIXME 
  
 ===== Configuration file ===== ===== Configuration file =====
Line 130: Line 174:
   * Since version 2.3.2 Locus Map offers advanced configuration options through //config.cfg// file stored in **Locus Map root directory** in your phone **memory**   * Since version 2.3.2 Locus Map offers advanced configuration options through //config.cfg// file stored in **Locus Map root directory** in your phone **memory**
  
-  * This file is automatically created during Locus Map first start (if it does not exist from its previous installation). Data are loaded at start and stored back to file in the end, so even if this file allows changing some settings that are also changeable in the application, settings will not be lost.+  * This file is automatically created on the Locus Map first start (if it does not exist from its previous installation). Data is loaded at start and stored back to the file in the end, so even if this file allows changing some settings that are also changeable in the application, the settings will not be lost.
  
 <WRAP center round info> <WRAP center round info>
-As this method has become obsolete and is quite user unfriendly, settings included in this configuration file are going to be moved gradually to the **Expert settings** section above.+As this method has become obsolete and is quite user-unfriendly, settings included in this configuration file are moved gradually to the **Expert settings** section mentioned above.
 </WRAP> </WRAP>
- 
-==== Examples of some parameters ==== 
- 
-=== guiding_path_map_symbol === 
- 
-This parameter allows to define very precisely the shape and size of the guiding line. Best is to explain it on the default parameter. 
- 
-Basic values are: **-8.0|-2.0|7.0|0.0|-8.0|2.0** 
- 
-Imagine squared paper. Each two numbers mean X and Y coordinates. So draw them. Result will be as in the picture below. The same way you may draw whatever symbol you want. 
- 
-{{ :manual:advanced:customization:config_file_guiding_arrow.png?nolink |}} 
- 
-==== Examples of some settings ==== 
- 
----- 
-=== guiding_path_symbol === 
- 
-{{:manual:advanced:customization:cfg_exmpl_guideline.png?nolink|}} 
-guiding_path_symbol=-20|0|-20|-10|0|-10|0|-20|20|0|0|20|0|10|-20|10 
- 
- 
-{{:manual:advanced:customization:cfg_exmpl_guideline2.png?nolink|}}  
-guiding_path_symbol=-11|0|-14|-5|5|0|-14|5 
- 
- 
-**example of transparent label background:** 
- 
-map_items_labels_color_text=#0A0A0A\\ 
-map_items_labels_color_bg_normal=#4CF0F0F0\\ 
-map_items_labels_color_border_normal=#19F0F0F0\\ 
-map_items_labels_color_bg_highlight=#4CF0F0F0\\ 
-map_items_labels_color_border_highlight=#19F0F0F0\\ 
- 
-**see the difference (default and customized)**  
- 
-{{:manual:advanced:customization:cfg_item_label_default.png?nolink&150|}} {{:manual:advanced:customization:cfg_item_label_custom.png?nolink&150|}} 
----- 
- 
-[[http://www.w3schools.com/tags/ref_colorpicker.asp|Colorpicker]] 
----- 
manual/advanced/customization/config.1760537459.txt.gz · Last modified: by mstupka