-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Kml file loading regression: works in 1.25, not 1.26 "Cannot read property 'center' of undefined" #4431
Comments
@bagnell can you look at this at the bug bash? |
@bagnell it looks like loading this file in master causes lots of undefined bounding spheres, while everything works as expected in 1.25. I'm assuming this is batch-table related. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The attached kml file loads correctly in 1.25, but fails with the following error message in 1.26:
I wasn't able to determine if it was a problem with the quantity of geometries in the file or the mix between polygon and multigeometries. I stripped down the kml file for the issue, the polygons are much more complex usually. However the error happens even with four points polygons. There are 3423 placemarks in the file.
Fail1.26.kml.zip
The text was updated successfully, but these errors were encountered: