-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi, I got a error with a KML. Bug comes from threre:
<Style id="LineLabels">
<IconStyle>
<scale>0.8</scale>
<Icon />
</IconStyle>
<LabelStyle>
<scale>0.7</scale>
</LabelStyle>
</Style>
I've corrected you're code to prevent the bug: Line 99
} else if (e.childNodes.length !== 0) {
instead of
} else {
Metadata
Metadata
Assignees
Labels
No labels