You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Migrate to FastKML v1.0 Compatibility
Summary
FastKML's
v1.0
release introduced a breaking change wherefeatures
is now a property instead of a callable. This breaks existing functionality in HOPP and GreenHEART that rely onk.features()
.Tasks
k.features()
withk.features
.fastkml < 1.0
pin once compatibility is ensured.The text was updated successfully, but these errors were encountered: