My matlab is generating a .kml file and it opens in google earth. Is there a way to change it to open in google maps instead.
And also to discount the first values which is an unknown number of 0,0
Thanks.
code
kmlwrite('routetraveled', B.data(1:elements,4), B.data(1:elements,5));
winopen('routetraveled.kml');
I use this to generate the .kml and open it.