Page 1 of 1
					
				[resolved] Plain track style does not work
				Posted: Fri Jan 20, 2023 1:43 pm
				by Tucuman
				I am trying to get rid of the white triangles showing over the track lines. All the style options work as expected except the first one: plain line without triangles. Therefore, I can get a dashed line without triangles but not a continuous line without triangles. Can this be solved?
			 
			
					
				Re: Plain track style does not work
				Posted: Fri Jan 20, 2023 5:44 pm
				by Psyberia-Support
				Hi,
Those are small arrows showing the direction of travel for recorded tracks (tracks with time data).
Right now the only way to get rid of them is to add this exact line to the "user_settings.conf" file already available in the application folder:
Code: Select all
landmarks.painter.tracks.arrows=false
 
			 
			
					
				Re: Plain track style does not work
				Posted: Sat Jan 21, 2023 3:16 am
				by Tucuman
				Thanks a lot for your fast reply!
Did what you advise and it works great.
			 
			
					
				Re: Plain track style does not work
				Posted: Sat Jan 21, 2023 1:06 pm
				by Psyberia-Support
				Great, thanks for the feedback.