geojson.io
geojson.io copied to clipboard
data loss after editing geojson
- Open http://geojson.io/#id=gist:anonymous/08b09c066e72a801616c
- Edit the coordinates of the polygon in the "JSON" tab
- Cmd+S
Result: It reverted to the original data, your edits are gone.
Finally figured out that this was because of a validation error (first coord != last). To avoid data loss, save should be disabled in this case, or it should save even though there's a validation error.