2020-09-12
	
		
		04:20 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		2022-09-26
	
		
		10:43 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Daniel Kassai
		
		
		
		
		
		
		
		
	
			
		
2020-09-12 08:53 PM
strangeday wrote:Unfortunately this object doesn't have this option.
do you think there may be a way to overcome this problem??
text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,3,2) + "''" text_y_coor = LAT_LETTER + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 3,2) + "''"With:
text_x_coor = LONG_LETTER + " " + STR(LONG_DEGREE,1,0) + "° " + STR(LONG_MINUTE,1,0) + "' " + STR(LONG_SECOND,5,4) + "''" text_y_coor = LAT_LETTER + " " + STR(LAT_DEGREE, 1,0) + "° " + STR(LAT_MINUTE, 1,0) + "' " + STR(LAT_SECOND, 5,4) + "''"I think this will do the trick.
2020-09-13 08:35 AM
 
   ......I have no words to thank you!!!...your suggestion saved me a lot of time!
 ......I have no words to thank you!!!...your suggestion saved me a lot of time!2020-09-14 11:12 AM
 
  
					
				
		
2020-09-24 03:01 PM
2020-09-24 04:27 PM