forked from organicmaps/organicmaps
[kml][tracks] Added unsupported previously tag for tracks
This commit is contained in:
parent
613994ea08
commit
3a45fec6b1
1 changed files with 8 additions and 0 deletions
|
@ -535,6 +535,14 @@ namespace
|
|||
ParseLineCoordinates(value, "\n\r\t", " ");
|
||||
}
|
||||
}
|
||||
else if (ppTag == "gx:MultiTrack")
|
||||
{
|
||||
if (prevTag == "gx:Track")
|
||||
{
|
||||
if (currTag == "gx:coord")
|
||||
ParseLineCoordinates(value, "\n\r\t", " ");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue