issues
search
Maximkaaa
/
galileo
General purpose cross-platform GIS-rendering library written in Rust
Apache License 2.0
373
stars
27
forks
source link
Add methods for editing feature in feature layers
#51
Closed
Maximkaaa
closed
9 months ago
Maximkaaa
commented
9 months ago
Allow to modify the feature list in a feature layer
Remove the
update_features
method. With the help of
FeatureContainer
s, the layers is automatically updated when a feature is modified.
Add hide/show feature methods.
Resolves #40
update_features
method. With the help ofFeatureContainer
s, the layers is automatically updated when a feature is modified.Resolves #40