Skip to content

Commit

Permalink
Corrected CRS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Jul 3, 2017
1 parent 027e807 commit 988f73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyQt4Dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ def test_database_schema(self):
"OK to procees setting up a database using "
"the chosen CRS.")
crs_options = {
'WGS 84 / UTM zone 31N': 32631,
'WGS 84 / UTM zone 32N': 32632
'WGS 84 / UTM zone 31N': 26331,
'WGS 84 / UTM zone 32N': 26332
}
items = crs_options.keys()

Expand Down

0 comments on commit 988f73e

Please sign in to comment.