We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ce58e commit f38cfe5Copy full SHA for f38cfe5
CRS_exceptions.py
@@ -88,7 +88,7 @@
88
'kind': u"CRS",
89
'area': u"",
90
'deprecated': deprecated,
91
- 'trans' : 0,
+ 'trans' : [],
92
'primary' : 0,
93
'description': u"",
94
gml_parser.py
@@ -46,7 +46,7 @@
46
47
'area_trans': u"",
48
'deprecated': 0,
49
- 'trans': 0,
+ 'trans': [],
50
'trans_alt_name': u"",
51
'trans_remarks': u"",
52
'accuracy': u"",
0 commit comments