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
@grabermtw Thanks for the report! I can reproduce this. Meanwhile, Feature isn't a dict anymore and will be immutable in a future version. myFeature.properties["foo"] = "bar" will work, but it would be best to avoid this usage if you can.
Expected behavior and actual behavior.
Assigning new key-value pairs to the
"properties"
field of afiona.Feature
stopped working in Fiona 1.10b2.Steps to reproduce the problem.
Operating system
AlmaLinux 9.3
Fiona and GDAL version and provenance
Fiona 1.10b2
GDAL 3.6.4 built from source
The text was updated successfully, but these errors were encountered: