Skip to content

Commit

Permalink
[GRASS] new mapset utm zone, fixes #6766
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Jan 9, 2016
1 parent e9198e5 commit 3907295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/grass/qgsgrassnewmapset.cpp
Expand Up @@ -697,7 +697,8 @@ void QgsGrassNewMapset::checkRegion()
mCellHead.ns_res = res; mCellHead.ns_res = res;
mCellHead.ns_res3 = res3; mCellHead.ns_res3 = res3;
mCellHead.tb_res = 1.; mCellHead.tb_res = 1.;
mCellHead.zone = 0; // Do not override zone, it was set in setGrassProjection()
//mCellHead.zone = 0;


button( QWizard::NextButton )->setEnabled( true ); button( QWizard::NextButton )->setEnabled( true );
} }
Expand Down

0 comments on commit 3907295

Please sign in to comment.