Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style empty #35

Open
leousch opened this issue Oct 29, 2021 · 0 comments
Open

Style empty #35

leousch opened this issue Oct 29, 2021 · 0 comments

Comments

@leousch
Copy link

leousch commented Oct 29, 2021

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 {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant