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(
124
124
125
125
updateButtons ();
126
126
127
- leSpatialRefSys->setText ( layer->srs ().toProj4 () );
127
+ leSpatialRefSys->setText ( " EPSG: " + QString::number ( layer->crs (). epsg () ) + " - " + layer-> srs ().description () );
128
128
leSpatialRefSys->setCursorPosition ( 0 );
129
129
130
130
leEditForm->setText ( layer->editForm () );
@@ -980,7 +980,7 @@ void QgsVectorLayerProperties::on_pbnChangeSpatialRefSys_clicked()
980
980
}
981
981
delete mySelector;
982
982
983
- leSpatialRefSys->setText ( layer->srs ().toProj4 () );
983
+ leSpatialRefSys->setText ( " EPSG: " + QString::number ( layer->crs (). epsg () ) + " - " + layer-> srs ().description () );
984
984
leSpatialRefSys->setCursorPosition ( 0 );
985
985
}
986
986
You can’t perform that action at this time.
0 commit comments