You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L.KML.js:373 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getElementsByTagName')
at Function.parseGroundOverlay (L.KML.js:373)
at Function.parseFolder (L.KML.js:186)
at Function.parseKML (L.KML.js:42)
at i.addKML (L.KML.js:18)
at initialize (L.KML.js:13)
at new i (Class.js:22)
at loadKMLOverlaysFromServer ((index):1534)
but my KML file does have the LatLonBox tag, with the south tag inside
Hi, sorry for the late reply. The KML file you posted is invalid because you didn't escape the & character in your URL. If you change & with & the KML will load correctly. If this fixes your error please close the issue.
but my KML file does have the LatLonBox tag, with the south tag inside
I don`t know. Its totally random.
Sometime it works. Sometimes it gives this error. Even if the KML is fine
The text was updated successfully, but these errors were encountered: