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/04/04 19:23] alpinequesten:help:v2:settings:user-settings [2019/04/04 19:36] alpinequest
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.allow_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.  ||| ::: |
 +| **''map.canvas.allow_pitch_map''**  | Boolean  | ''1'' / ''true''  |  |
 +| Allow manual pitch of the maps with two fingers.  ||| ::: |
 +| **''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 291: Line 299:
 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 387: Line 395:
 #    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.allow_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.
 +#
 +map.canvas.allow_pitch_map=
 +#    Boolean    1 / true
 +#    Allow manual pitch of the maps with two fingers.
 +#
 +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=