866
866
url = g_strdup_printf("http://www.yournavigation.org/api/1.0/gosmore.php?format=kml&flat=%s&flon=%s&tlat=%s&tlon=%s&v=motorcar&fast=1&layer=mapnik",startlatstr, startlonstr, endlatstr, endlonstr);
867
867
#if GLIB_CHECK_VERSION(2,34,0)
870
873
if (!g_thread_create(&fetch_track_thread, (void *)url, FALSE, NULL) != 0)