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

Migrate to FastKML v1.0 Compatibility #55

Open
johnjasa opened this issue Dec 5, 2024 · 0 comments
Open

Migrate to FastKML v1.0 Compatibility #55

johnjasa opened this issue Dec 5, 2024 · 0 comments

Comments

@johnjasa
Copy link
Collaborator

johnjasa commented Dec 5, 2024

Migrate to FastKML v1.0 Compatibility

Summary

FastKML's v1.0 release introduced a breaking change where features is now a property instead of a callable. This breaks existing functionality in HOPP and GreenHEART that rely on k.features().

Tasks

  • Replacing instances of k.features() with k.features.
  • Adjusting tests to handle empty lists properly.
  • Remove the fastkml < 1.0 pin once compatibility is ensured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant