Bug report #2619
qgis trunk crashes adding a custom CRS
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Projection Support | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12679 |
Description
Trying adding this string as definition for a custom CRS
+proj=tmerc +lat_0=39d40 +lon_0=8d07'54.862"W +x_0=200180.598 +y_0=299913.010 +ellps=intl +towgs84=-231.03,102.61,26.84,0.61,-0.20,0.88,1.79
qgis trunk (under linux) crashes with the following message
Warning: QMetaObject::connectSlotsByName: No matching signal for on_pbnClose_clicked() qgis.bin: /home/gio/qgis_unstable/src/app/qgscustomprojectiondialog.cpp:809: void [[QgsCustomProjectionDialog]]::on_pbnSave_clicked(): Assertion @myResult == 0' failed. Aborted
Associated revisions
cleanup and fix #2619
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13227 c8812cc2-4d05-0410-92ff-de0c093fc19c
cleanup and fix #2619
git-svn-id: http://svn.osgeo.org/qgis/trunk@13227 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 707069dc (SVN r13228).