Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
en:help:v2:settings:user-settings [2019/01/14 17:02] alpinequest |
en:help:v2:settings:user-settings [2019/04/04 19:23] alpinequest |
||
---|---|---|---|
Line 25: | Line 25: | ||
| **''core.bearing_decimals''** | Integer | ''2'' | {{:en:help:v2:settings:user-settings:bearing-decimals.jpg?nolink}} | | | **''core.bearing_decimals''** | Integer | ''2'' | {{:en:help:v2:settings:user-settings:bearing-decimals.jpg?nolink}} | | ||
| Define the maximum number of decimals to use when displaying bearing units. ||| ::: | | | Define the maximum number of decimals to use when displaying bearing units. ||| ::: | | ||
+ | | **''core.crs.d.decimals''** | [''4''-''7''] | ''6'' | | | ||
+ | | Define the number of degree decimals to use when displaying coordinates in decimal degrees (D). ||| ::: | | ||
+ | | **''core.crs.dms.decimals''** | [''0''-''3''] | ''2'' | | | ||
+ | | Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS). ||| ::: | | ||
+ | | **''core.astro.zenith''** | Float | ''90.833'' | | | ||
+ | | Value of zenith (degree) to use when computing sunrise and sunset times (Official: 90.833, Civil: 96.0, Nautical: 102.0, Astronomical: 108.0). ||| ::: | | ||
+ | | **''core.https.enable_all_protocols''** | Boolean | ''false'' | | | ||
+ | | Enable all available SSL protocols (even deprecated ones). ||| ::: | | ||
| **''core.pictures.format''** | String | ''yyyy-MM-dd_HH-mm-ss'' | | | | **''core.pictures.format''** | String | ''yyyy-MM-dd_HH-mm-ss'' | | | ||
| Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns [[http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns|here]]). ||| ::: | | | Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns [[http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns|here]]). ||| ::: | | ||
Line 134: | Line 142: | ||
| **''landmarks.painter.picture_heading''** | Boolean | ''1'' / ''true'' | | | | **''landmarks.painter.picture_heading''** | Boolean | ''1'' / ''true'' | | | ||
| Display field of view direction of pictures on the map when available. ||| ::: | | | Display field of view direction of pictures on the map when available. ||| ::: | | ||
- | | **''landmarks.painter.max_labels_chars''** | Integer | ''25'' | | | + | | **''landmarks.painter.max_labels_chars''** | Integer | ''32'' | | |
| Maximum number of characters for names of landmarks displayed on the map. ||| ::: | | | Maximum number of characters for names of landmarks displayed on the map. ||| ::: | | ||
| **''landmarks.selector.max_multi_items''** | Integer | ''25'' | | | | **''landmarks.selector.max_multi_items''** | Integer | ''25'' | | | ||
Line 242: | Line 250: | ||
| **''tracker.export.fill_user_weight''** | Boolean | ''0'' / ''false'' | | | | **''tracker.export.fill_user_weight''** | Boolean | ''0'' / ''false'' | | | ||
| Auto fill the custom user weight field when exporting the track. ||| ::: | | | Auto fill the custom user weight field when exporting the track. ||| ::: | | ||
- | | **''tracker.painter.color''** | String | ''#0600F1'' | | | + | | **''tracker.painter.color''** | String | ''#0064FF'' | | |
- | | Color used to draw the current location tracker's track (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]). ||| ::: | | + | | Color used to draw the current track of the track recorder (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]). Uses setting ''"geolocation.localisation.painter.color_accurate"'' by default. ||| ::: | |
\\ | \\ | ||
Line 273: | Line 281: | ||
# Define the maximum number of decimals to use when displaying bearing units. | # Define the maximum number of decimals to use when displaying bearing units. | ||
# | # | ||
- | core.pictures.format= | + | core.crs.d.decimals= |
+ | # [4-7] 6 | ||
+ | # Define the number of degree decimals to use when displaying coordinates in decimal degrees (D). | ||
+ | # | ||
+ | core.crs.dms.decimals= | ||
+ | # [0-3] 2 | ||
+ | # Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS). | ||
+ | # | ||
+ | core.astro.zenith= | ||
+ | # Float 90.833 | ||
+ | # Value of zenith (degree) to use when computing sunrise and sunset times (Official: 90.833, Civil: 96.0, Nautical: 102.0, Astronomical: 108.0). | ||
+ | # | ||
+ | core.https.enable_all_protocols= | ||
+ | # Boolean false | ||
+ | # Enable all available SSL protocols (even deprecated ones). | ||
+ | # | ||
# String yyyy-MM-dd_HH-mm-ss | # String yyyy-MM-dd_HH-mm-ss | ||
# Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns here: http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns). | # Define how to name pictures taken from the application, for example when creating picture waypoints (see accepted patterns here: http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns). | ||
Line 495: | Line 518: | ||
# | # | ||
landmarks.painter.max_labels_chars= | landmarks.painter.max_labels_chars= | ||
- | # Integer 25 | + | # Integer 32 |
# Maximum number of characters for names of landmarks displayed on the map. | # Maximum number of characters for names of landmarks displayed on the map. | ||
# | # | ||
Line 715: | Line 738: | ||
# | # | ||
tracker.painter.color= | tracker.painter.color= | ||
- | # String #0600F1 | + | # String #0064FF |
- | # Color used to draw the current location tracker's track (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). | + | # Color used to draw the current track of the track recorder (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). Uses setting "geolocation.localisation.painter.color_accurate" by default. |
# | # | ||
# | # | ||
</file> | </file> | ||