Bug report #16797
Overwriting GeoJOSN file is confirmed only via dialog "OK"
Status: | Rejected | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Actions | ||
Affected QGIS version: | 2.18.10 | Regression?: | No |
Operating System: | Easy fix?: | Yes | |
Pull Request or Patch supplied: | No | Resolution: | up/downstream |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 24696 |
Description
I will overwrite ESRI SHP files, QGIS talk me dialog "overwrite" "append" "cancel". :)
I will overwrite GeoJSON file, QGIS talk me dialog "OK" only. :(
History
#1 Updated by Nyall Dawson over 7 years ago
- Resolution set to up/downstream
- Status changed from Open to Rejected
This would need to be addressed in the GDAL library which QGIS uses for reading/writing to GeoJSON files. It currently has no support for editing GeoJSON in place, and the support would need to be added in that library.