I built an WFS-T with a grid panel (Ext.grid.EditorGridPanel) to edit features' attributes. Now, I want the feature store (GeoExt.data.FeatureStore) to reload/update automatically so that other users see changes committed immediately without reloading the whole webmap.
I would appreciate hints for:
- Attaching such an "update store" function either to my "save"-button or to my store's "afteredit"-listener
- Having the whole store updated continuously in an automatic way
No comments:
Post a Comment