We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
MultiGeometry
The same in the Testcase!
The text was updated successfully, but these errors were encountered:
Fix all Geometry misspellings. Fixes issue #24.
a13c670
Nice catch!
Sorry, something went wrong.
No branches or pull requests
In KmlWriter.groovy (line 96ff) is a error, which produces invalid KML-Files:
It should be
MultiGeometry
notMultiGeoemtry
.The same in the Testcase!
The text was updated successfully, but these errors were encountered: