Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
en:help:v2:settings:user-settings [2019/04/04 19:36] alpinequest |
en:help:v2:settings:user-settings [2019/07/09 18:29] 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 80: | Line 80: | ||
| **''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.allow_bitmap_filtering''** | Boolean | ''0'' / ''false'' | | | + | | **''map.canvas.tiles.force_bitmap_filtering''** | Boolean | ''0'' / ''false'' | | |
- | | Filter map tile images when the pixel resolution of the screen is not a multiple of the pixel resolution of the bitmaps. ||| ::: | | + | | Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels. ||| ::: | |
- | | **''map.canvas.allow_pitch_map''** | Boolean | ''1'' / ''true'' | | | + | | **''map.canvas.max_pitch_deg''** | Integer | ''40'' | | |
- | | Allow manual pitch of the maps with two fingers. ||| ::: | | + | | Maximum pitch angle that can be reached by moving two fingers down over the map. ||| ::: | |
| **''map.canvas.smooth_azimuth_change''** | Boolean | ''1'' / ''true'' | | | | **''map.canvas.smooth_azimuth_change''** | Boolean | ''1'' / ''true'' | | | ||
| Make a smooth transition effect when changing the azimuth of the map. ||| ::: | | | Make a smooth transition effect when changing the azimuth of the map. ||| ::: | | ||
Line 144: | 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 197: | Line 199: | ||
| 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 260: | Line 264: | ||
| **''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 305: | Line 311: | ||
# 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 399: | Line 406: | ||
# 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.allow_bitmap_filtering= | + | map.canvas.tiles.force_bitmap_filtering= |
# Boolean 0 / false | # Boolean 0 / false | ||
- | # Filter map tile images when the pixel resolution of the screen is not a multiple of the pixel resolution of the bitmaps. | + | # Force filter map tile images when their pixels doesn't match 1:1 or 1:2 the screen pixels. |
# | # | ||
- | map.canvas.allow_pitch_map= | + | map.canvas.max_pitch_deg= |
- | # Boolean 1 / true | + | # Integer 40 |
- | # Allow manual pitch of the maps with two fingers. | + | # Maximum pitch angle that can be reached by moving two fingers down over the map. |
# | # | ||
map.canvas.smooth_azimuth_change= | map.canvas.smooth_azimuth_change= | ||
Line 528: | Line 535: | ||
# 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 635: | Line 646: | ||
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 764: | Line 779: | ||
# 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> | ||