ROGUE-JCTD / salamati

Salamati is a web client based on OpenLayers that provides capabilities for editing features and interacting with GeoGit repositories
Other
6 stars 4 forks source link

Bug with editing after push and pull #86

Closed kelseyishmael closed 11 years ago

kelseyishmael commented 11 years ago

If you push or pull a change to a feature that was selected or was the last selected feature then when you went to edit it, it would have the old feature stored and would use its data until you selected another feature. This could lead to you overwriting changes with old data.

This was a problem with the feature not being reloaded unless you selected a new feature. To fix this we reload every time a feature is selected.