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
Next revisionBoth sides next revision
en:help:v2:settings:user-settings [2019/04/04 19:23] alpinequesten:help:v2:settings:user-settings [2020/01/09 19:39] alpinequest
Line 9: Line 9:
 {{:icon_help.png?nolink}} You must restart the application after changing any of these settings. {{:icon_help.png?nolink}} You must restart the application after changing any of these settings.
  
-{{:icon_help.png?nolink}} Setting names don't contain white spaces.+{{:icon_help.png?nolink}} Setting names don't contain spaces.
  
 \\ \\
Line 30: Line 30:
 | Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).  ||| ::: | | Define the number of second decimals to use when displaying coordinates in degrees, minutes, seconds (DMS).  ||| ::: |
 | **''core.astro.zenith''**  | Float  | ''90.833''  |  | | **''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).  ||| ::: |+| Value of zenith (in degrees) 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''  |  | | **''core.https.enable_all_protocols''**  | Boolean  | ''false''  |  |
 | Enable all available SSL protocols (even deprecated ones).  ||| ::: | | Enable all available SSL protocols (even deprecated ones).  ||| ::: |
Line 78: Line 78:
 | **''map.canvas.popup_comment_size''**  | Float  | ''12.0''  | {{:en:help:v2:settings:user-settings:comment-text-size.jpg?nolink}} | | **''map.canvas.popup_comment_size''**  | Float  | ''12.0''  | {{:en:help:v2:settings:user-settings:comment-text-size.jpg?nolink}} |
 | Text size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-scaleable-pixels-sp|sp]]) of popup comments when clicking on a displayed landmark.  ||| ::: | | Text size (in [[https://material.io/guidelines/layout/units-measurements.html#units-measurements-scaleable-pixels-sp|sp]]) of popup comments when clicking on a displayed landmark.  ||| ::: |
-| **''map.canvas.tiles_bitmap_config''**  | [''RGB_565'', ''ARGB_8888'' | ''RGB_565''  |  |+| **''map.canvas.tiles.bitmap_config''**  | [''RGB_565'', ''ARGB_8888'' | ''RGB_565''  |  |
 | Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).  ||| ::: | | Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).  ||| ::: |
 +| **''map.canvas.tiles.force_bitmap_filtering''**  | Boolean  | ''0'' / ''false''  |  |
 +| Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.  ||| ::: |
 +| **''map.canvas.max_pitch_deg''**  | Integer  | ''40''  |  |
 +| Maximum pitch angle that can be reached by moving two fingers down over the map.  ||| ::: |
 +| **''map.canvas.smooth_azimuth_change''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make a smooth transition effect when changing the azimuth of the map.  ||| ::: |
 +| **''map.canvas.smooth_location_change''**  | Boolean  | ''1'' / ''true''  |  |
 +| Make a smooth transition effect when changing the location of the map.  ||| ::: |
 | **''map.canvas.smooth_end_move''**  | Boolean  | ''1'' / ''true''  |  | | **''map.canvas.smooth_end_move''**  | Boolean  | ''1'' / ''true''  |  |
 | Define if the map continues to move a little after ending sliding it.  ||| ::: | | Define if the map continues to move a little after ending sliding it.  ||| ::: |
Line 136: Line 144:
 | **''landmarks.painter.paths_factor''**  | Float  | ''1.0''  |  | | **''landmarks.painter.paths_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for paths displayed on the map.  ||| ::: | | Display size factor for paths displayed on the map.  ||| ::: |
 +| **''landmarks.painter.tracks_arrows''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display small arrows on recorded track do display the track direction.  ||| ::: |
 | **''landmarks.painter.points_factor''**  | Float  | ''1.0''  |  | | **''landmarks.painter.points_factor''**  | Float  | ''1.0''  |  |
 | Display size factor for points displayed on the map.  ||| ::: | | Display size factor for points displayed on the map.  ||| ::: |
Line 142: Line 152:
 | **''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  | ''32''  |  |+| **''landmarks.painter.labels_max_length''**  | 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 168: Line 178:
 | **''landmarks.symbols.color.amenities''**  | String  | ''#9B550A''  |  | | **''landmarks.symbols.color.amenities''**  | String  | ''#9B550A''  |  |
 | Color used to draw symbols of the "Amenities" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Amenities" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.symbols.color.sport''**  | String  | ''#39AC39''  |  | 
-| Color used to draw symbols of the "Sport" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''landmarks.symbols.color.transportation''**  | String  | ''#11B6E5''  |  | | **''landmarks.symbols.color.transportation''**  | String  | ''#11B6E5''  |  |
 | Color used to draw symbols of the "Transportation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Transportation" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
Line 176: Line 184:
 | **''landmarks.symbols.color.power''**  | String  | ''#FF8F21''  |  | | **''landmarks.symbols.color.power''**  | String  | ''#FF8F21''  |  |
 | Color used to draw symbols of the "Power" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Power" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
-| **''landmarks.symbols.color.shopping''**  | String  | ''#AC39AC''  |  | 
-| Color used to draw symbols of the "Shopping" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | 
 | **''landmarks.symbols.color.worship''**  | String  | ''#000000''  |  | | **''landmarks.symbols.color.worship''**  | String  | ''#000000''  |  |
 | Color used to draw symbols of the "Worship" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: | | Color used to draw symbols of the "Worship" category (see accepted colors [[http://html-color-codes.info/#HTML_Color_Picker|here]]).  ||| ::: |
Line 189: Line 195:
 | Ask for waypoint names when creating sets of waypoints.  ||| ::: | | Ask for waypoint names when creating sets of waypoints.  ||| ::: |
 | **''landmarks.creator.waypoints.force_on_gps''**  | Boolean  | ''0'' / ''false''  |  | | **''landmarks.creator.waypoints.force_on_gps''**  | Boolean  | ''0'' / ''false''  |  |
-| Create new waypoints on the current GPS location (if available) instead of the current screen center location.  ||| ::: |+| Create new waypoints on the current GPS location (if available) instead of the current screen center location by default.  ||| ::: | 
 +| **''landmarks.creator.reset_indexes''**  | Boolean  | ''0'' / ''false''  |  | 
 +| Reset the default name counter of created auto-routings, measures and slopes at each startup.  ||| ::: |
 | **''landmarks.features.offlinelandmarks.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-root.jpg?nolink}} | | **''landmarks.features.offlinelandmarks.explorer.display_root''**  | Boolean  | ''0'' / ''false''  | {{:en:help:v2:settings:user-settings:landmarks-explorer-display-root.jpg?nolink}} |
 | Display an entry allowing to select the device's root folder in the menu drawer of the Landmarks Explorer.  ||| ::: | | Display an entry allowing to select the device's root folder in the menu drawer of the Landmarks Explorer.  ||| ::: |
Line 252: Line 260:
 | **''tracker.painter.color''**  | String  | ''#0064FF''  |  | | **''tracker.painter.color''**  | String  | ''#0064FF''  |  |
 | 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.  ||| ::: | | 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.  ||| ::: |
 +| **''tracker.painter.arrows''**  | Boolean  | ''1'' / ''true''  |  |
 +| Display small arrows on the current track of the track recorder to show the track direction.  ||| ::: |
  
 \\ \\
Line 291: Line 301:
 core.astro.zenith= core.astro.zenith=
 #    Float    90.833 #    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).+#    Value of zenith (in degrees) 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= core.https.enable_all_protocols=
Line 297: Line 307:
 #    Enable all available SSL protocols (even deprecated ones). #    Enable all available SSL protocols (even deprecated ones).
 # #
 +core.pictures.format=
 #    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 387: Line 398:
 #    Text size (in sp) of popup comments when clicking on a displayed landmark. #    Text size (in sp) of popup comments when clicking on a displayed landmark.
 # #
-map.canvas.tiles_bitmap_config=+map.canvas.tiles.bitmap_config=
 #    [RGB_565, ARGB_8888]    RGB_565 #    [RGB_565, ARGB_8888]    RGB_565
 #    Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565). #    Image quality (bitmap configuration) used for the map canvas tiles. ARGB_8888 has a better display quality but uses more memory (4 bytes instead of 2 for RGB_565).
 +#
 +map.canvas.tiles.force_bitmap_filtering=
 +#    Boolean    0 / false
 +#    Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels.
 +#
 +map.canvas.max_pitch_deg=
 +#    Integer    40
 +#    Maximum pitch angle that can be reached by moving two fingers down over the map.
 +#
 +map.canvas.smooth_azimuth_change=
 +#    Boolean    1 / true
 +#    Make a smooth transition effect when changing the azimuth of the map.
 +#
 +map.canvas.smooth_location_change=
 +#    Boolean    1 / true
 +#    Make a smooth transition effect when changing the location of the map.
 # #
 map.canvas.smooth_end_move= map.canvas.smooth_end_move=
Line 504: Line 531:
 #    Float    1.0 #    Float    1.0
 #    Display size factor for paths displayed on the map. #    Display size factor for paths displayed on the map.
 +#
 +landmarks.painter.tracks_arrows=
 +#    Boolean    1 / true
 +#    Display small arrows on recorded track do display the track direction.
 # #
 landmarks.painter.points_factor= landmarks.painter.points_factor=
Line 517: Line 548:
 #    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=+landmarks.painter.labels_max_length=
 #    Integer    32 #    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 568: Line 599:
 #    String    #9B550A #    String    #9B550A
 #    Color used to draw symbols of the "Amenities" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Amenities" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.sport= 
-#    String    #39AC39 
-#    Color used to draw symbols of the "Sport" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.symbols.color.transportation= landmarks.symbols.color.transportation=
Line 584: Line 611:
 #    String    #FF8F21 #    String    #FF8F21
 #    Color used to draw symbols of the "Power" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). #    Color used to draw symbols of the "Power" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker).
-# 
-landmarks.symbols.color.shopping= 
-#    String    #AC39AC 
-#    Color used to draw symbols of the "Shopping" category (see accepted colors here: https://html-color-codes.info/#HTML_Color_Picker). 
 # #
 landmarks.symbols.color.worship= landmarks.symbols.color.worship=
Line 611: Line 634:
 landmarks.creator.waypoints.force_on_gps= landmarks.creator.waypoints.force_on_gps=
 #    Boolean    0 / false #    Boolean    0 / false
-#    Create new waypoints on the current GPS location (if available) instead of the current screen center location.+#    Create new waypoints on the current GPS location (if available) instead of the current screen center location by default. 
 +
 +landmarks.creator.reset_indexes= 
 +#    Boolean    0 / false 
 +#    Reset the default name counter of created auto-routings, measures and slopes at each startup.
 # #
 landmarks.features.offlinelandmarks.explorer.display_root= landmarks.features.offlinelandmarks.explorer.display_root=
Line 740: Line 767:
 #    String    #0064FF #    String    #0064FF
 #    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. #    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.
 +#
 +tracker.painter.arrows=
 +#    Boolean    1 / true
 +#    Display small arrows on the current track of the track recorder to show the track direction.
 # #
 # #
 </file> </file>