KML overlay plugin fails to load KML files exported from Google Location History.
I found the reason - it's node without value
<Point><coordinates></coordinates></Point>
that appears in many Placemark xml nodes. This simple fix allows to load such files without error.
KML overlay plugin fails to load KML files exported from Google Location History. I found the reason - it's node without value
<Point><coordinates></coordinates></Point>
that appears in many Placemark xml nodes. This simple fix allows to load such files without error.