Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:help:v2:settings:user-settings [2019/04/07 21:39] alpinequest [User settings] |
en:help:v2:settings:user-settings [2019/08/07 10:12] (current) alpinequest |
||
---|---|---|---|
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 178: | 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 186: | 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 199: | 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 404: | Line 402: | ||
# 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 601: | 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 617: | 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 644: | 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= |