Bug report #13451
error when try to "save vector as"
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21498 |
Description
Hi,
I experience this issue when try to export a shapefile to another shapefile using the "save vector as".
The issue trigger if the number of element is more then 8.900 about.
I prepare a sample shapefile with 9.000 about elements.
If I try to do a "save vector as" I have an error :
"feauture geometry not imported (ogr)"
If I select a number of element less than 8000 and choose the option
"save selection" the export is done without problems.
The issue is also on QGIS 2.10.1 and also in QGIS-dev.
Instead the QGIS 2.8.3 export without any error.
Regards.
Associated revisions
QgsVectorFileWriter fails to export features containing Multi*25D geometries (fix #13451)
History
#1 Updated by aperi2007 - about 9 years ago
- File sample.7z added
#2 Updated by Sandro Santilli about 9 years ago
- Tag set to regression
does the 2.8.3 version uses the same GDAL version ?
#3 Updated by aperi2007 - about 9 years ago
I checked.
The qgis 2.8.3 use the gdal/ogr 1.11.2
The qgis 2.10.1 use the same gdal/ogr 1.11.2
#5 Updated by aperi2007 - about 9 years ago
Hi, thx to our gfoss's friend Toto Fiandaca I can put a quick video to show better the issue.
The video is available here.
Regards.
#6 Updated by Giuseppe Sucameli about 9 years ago
- Status changed from Open to Closed
Fixed in changeset 8ed785018628ea8b818f5aab82e7a474adcc0fb5.
#7 Updated by Giuseppe Sucameli about 9 years ago
- Resolution set to fixed/implemented
It was due to MultiPolygon25D geometries. Fixed now.