This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
manual:advanced:customization:config [2025/10/15 15:47] – mstupka | manual: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=# | ||
+ | map_items_labels_color_bg_normal=# | ||
+ | map_items_labels_color_border_normal=# | ||
+ | map_items_labels_color_bg_highlight=# | ||
+ | map_items_labels_color_border_highlight=# | ||
+ | |||
+ | See the difference (default and customized): | ||
+ | |||
+ | {{: | ||
==== Points ==== | ==== Points ==== | ||
=== New point name time format === | === New point name time format === | ||
Line 92: | Line 104: | ||
=== Center on point === | === Center on point === | ||
By default, the points are centered when tapped, and their detail panel appears. Here you can switch the centering off. | By default, the points are centered when tapped, and their detail panel appears. Here you can switch the centering off. | ||
- | ==== Tracks ==== | + | === Simplify visible points === |
- | === Fill color of chart with... === | + | Here, you can define the map zoom level from which the point icons are simplified to a dot. The default is 10; 0 means that simplification is turned off. |
- | Custom settings of track/route chart line colors. | + | ==== Tracks |
+ | === Fill color of ... chart === | ||
+ | Custom settings of track/route chart line colors | ||
+ | === Customize altitude threshold === | ||
+ | This allows modifying the altitude threshold of all tracks in case the phone' | ||
+ | === Track previews during import === | ||
+ | When turned off, the import is a bit faster, especially when you import multiple tracks. | ||
+ | === Simplify visible tracks === | ||
+ | Defines a map zoom level from which the number of visualized track points is reduced. 22 is the default. | ||
+ | === 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/ | ||
+ | === 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. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | **Examples: | ||
+ | {{: | ||
+ | guiding_path_symbol=-20|0|-20|-10|0|-10|0|-20|20|0|0|20|0|10|-20|10 | ||
+ | |||
+ | |||
+ | {{: | ||
+ | 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/ | + | When turned on, interpolation 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/ | ||
+ | ==== 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... | ||
+ | </ | ||
==== Tools ==== | ==== Tools ==== | ||
Line 113: | 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 120: | Line 174: | ||
* Since version 2.3.2 Locus Map offers advanced configuration options through // | * Since version 2.3.2 Locus Map offers advanced configuration options through // | ||
- | * This file is automatically created | + | * This file is automatically created |
<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 |
</ | </ | ||
- | |||
- | ==== 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. | ||
- | |||
- | {{ : | ||
- | |||
- | ==== Examples of some settings ==== | ||
- | |||
- | ---- | ||
- | === guiding_path_symbol === | ||
- | |||
- | {{: | ||
- | guiding_path_symbol=-20|0|-20|-10|0|-10|0|-20|20|0|0|20|0|10|-20|10 | ||
- | |||
- | |||
- | {{: | ||
- | guiding_path_symbol=-11|0|-14|-5|5|0|-14|5 | ||
- | |||
- | |||
- | **example of transparent label background: | ||
- | |||
- | map_items_labels_color_text=# | ||
- | map_items_labels_color_bg_normal=# | ||
- | map_items_labels_color_border_normal=# | ||
- | map_items_labels_color_bg_highlight=# | ||
- | map_items_labels_color_border_highlight=# | ||
- | |||
- | **see the difference (default and customized)** | ||
- | |||
- | {{: | ||
- | ---- | ||
- | |||
- | [[http:// | ||
- | ---- |