Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:help:v2:settings:user-settings [2019/02/14 12:35] alpinequesten: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 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).