There is a minor typo in the url created to see a 'magic scissors' created 
route in Google, accessed via the right click on the track in the treeview -> 
View Google Directions.

git diff attached.

Be Seeing You - Rob.
If at first you don't succeed,
then skydiving isn't for you.

                                          
_________________________________________________________________
http://clk.atdmt.com/UKM/go/197222280/direct/01/
Do you have a story that started on Hotmail? Tell us now
diff --git a/src/viktrwlayer.c b/src/viktrwlayer.c
index 7e6b7cc..9a50deb 100644
--- a/src/viktrwlayer.c
+++ b/src/viktrwlayer.c
@@ -3667,7 +3667,7 @@ static gboolean tool_magic_scissors_click ( VikTrwLayer *vtl, GdkEventButton *ev
       tr = g_hash_table_lookup ( vtl->tracks, vtl->magic_scissors_added_track_name );
 
       if ( tr )
-        vik_track_set_comment_no_copy ( tr, g_strdup_printf("from: %f,%f to: %f%f", start.lat, start.lon, end.lat, end.lon ) ); 
+        vik_track_set_comment_no_copy ( tr, g_strdup_printf("from: %f,%f to: %f,%f", start.lat, start.lon, end.lat, end.lon ) );
  
       vtl->magic_scissors_current_track = tr;
 
------------------------------------------------------------------------------
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to