Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ogr layer converter: converting kml file causes QGIS to crash #13437

Closed
qgib opened this issue Dec 30, 2010 · 1 comment
Closed

ogr layer converter: converting kml file causes QGIS to crash #13437

qgib opened this issue Dec 30, 2010 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Dec 30, 2010

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 3377

Redmine category:c++_plugins
Assignee: Tim Sutton


When trying to covert the following kml file to shapefile (and other vector formats)

http://mapserver.uevora.pt/~mapserver/vias.kmz

qgis crashes with the following terminal message

ERROR 6: Geometry type of @3D Geometry Collection' not supported in shapefiles.
Type can be overridden with a layer creation option
of SHPT=POINT/ARC/POLYGON/MULTIPOINT/POINTZ/ARCZ/POLYGONZ/MULTIPOINTZ.

Fatal: ASSERT: "0 != dstLayer" in file /tmp/buildd/qgis-1.7.0+svn14934~lucid1/src/plugins/ogr_converter/translator.cpp, line 207
Aborted

I guess is not a QGIS problem but a OGR one, nevertheless the exception should be caught to avoid the crash.

Should I post the same kml file to the ogr trac?

@qgib
Copy link
Contributor Author

qgib commented Dec 30, 2010

Author Name: Jürgen Fischer (@jef-n)


fixed in 9735912 (SVN r14984).


  • resolution was configured as fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib added this to the Version 1.7.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant