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

MultiGeoemtry: Typo in KmlWriter produces invalid geometry #24

Closed
wm65 opened this issue Jun 22, 2015 · 1 comment
Closed

MultiGeoemtry: Typo in KmlWriter produces invalid geometry #24

wm65 opened this issue Jun 22, 2015 · 1 comment

Comments

@wm65
Copy link

wm65 commented Jun 22, 2015

In KmlWriter.groovy (line 96ff) is a error, which produces invalid KML-Files:

  } else if (geom instanceof GeometryCollection) {
            builder."${ns}MultiGeoemtry" {
                geom.geometries.each {
                    write builder, it, namespace: namespace
                }
            }
        } 

It should be MultiGeometry not MultiGeoemtry.

The same in the Testcase!

@jericks
Copy link
Member

jericks commented Jun 23, 2015

Nice catch!

@jericks jericks closed this as completed Jun 23, 2015
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

2 participants