iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
989 stars 552 forks source link

togeojson.js: Fix bug with parsing google KML files" #1139

Closed kitor closed 7 years ago

kitor commented 8 years ago

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.