Skip to content

Commit f38cfe5

Browse files
committed
Change data type of "trans" (from 0 to [ ] ) in indexing.
1 parent 60ce58e commit f38cfe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CRS_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'kind': u"CRS",
8989
'area': u"",
9090
'deprecated': deprecated,
91-
'trans' : 0,
91+
'trans' : [],
9292
'primary' : 0,
9393
'description': u"",
9494

gml_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'area': u"",
4747
'area_trans': u"",
4848
'deprecated': 0,
49-
'trans': 0,
49+
'trans': [],
5050
'trans_alt_name': u"",
5151
'trans_remarks': u"",
5252
'accuracy': u"",

0 commit comments

Comments
 (0)