Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:help:v2:settings:user-settings [2023/10/03 14:42] psyberiaen:help:v2:settings:user-settings [2023/10/05 18:19] psyberia
Line 417: Line 417:
 #map.canvas.popup_comment_size=12.0 #map.canvas.popup_comment_size=12.0
  
-#map.canvas.tiles.max_gen_time_s= + 
-#map.canvas.tiles.pixel_threshold= +# Maximum time spend (in seconds) to generate an image tile. 
-#map.canvas.tiles.min_alpha= +#map.canvas.tiles.max_gen_time_s=
-#map.canvas.tiles.max_reprojection_subtiles_per_axis= + 
-#map.canvas.tiles.reduce_alpha_outside_bounds=+# Do not draw a re-projected map tile over a base tile if it's smaller than this value (in “px”). 
 +#map.canvas.tiles.pixel_threshold=
 + 
 +# Do not draw a re-projected map tile over a base tile if its alpha value (from “0” to “255”) is smaller than this value. 
 +#map.canvas.tiles.min_alpha=10 
 + 
 +# Do not draw a re-projected map tile over a base tile if more than this number of re-projected tiles is needed (vertically and horizontally). 
 +#map.canvas.tiles.max_reprojection_subtiles_per_axis=50 
 + 
 +# Display map tiles that are outside of the current map bounds with half transparency.  
 +#map.canvas.tiles.reduce_alpha_outside_bounds=false 
  
 # Image quality (bitmap configuration) used for the map canvas tiles. # Image quality (bitmap configuration) used for the map canvas tiles.
Line 1445: Line 1456:
 # Delay after which to replay an identicalalert warning sound, after the number of times to replay identical warning sounds. # Delay after which to replay an identicalalert warning sound, after the number of times to replay identical warning sounds.
 #agent.proximity_alerts.repeat_same_sound_long_delay_s=30 #agent.proximity_alerts.repeat_same_sound_long_delay_s=30
- 
  
 </file> </file>