File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ QgsVectorLayerProperties::QgsVectorLayerProperties(
124124
125125 updateButtons ();
126126
127- leSpatialRefSys->setText ( layer->srs ().toProj4 () );
127+ leSpatialRefSys->setText ( " EPSG: " + QString::number ( layer->crs (). epsg () ) + " - " + layer-> srs ().description () );
128128 leSpatialRefSys->setCursorPosition ( 0 );
129129
130130 leEditForm->setText ( layer->editForm () );
@@ -980,7 +980,7 @@ void QgsVectorLayerProperties::on_pbnChangeSpatialRefSys_clicked()
980980 }
981981 delete mySelector;
982982
983- leSpatialRefSys->setText ( layer->srs ().toProj4 () );
983+ leSpatialRefSys->setText ( " EPSG: " + QString::number ( layer->crs (). epsg () ) + " - " + layer-> srs ().description () );
984984 leSpatialRefSys->setCursorPosition ( 0 );
985985}
986986
You can’t perform that action at this time.
0 commit comments