Skip to content

Commit e18b5dd

Browse files
author
Vectura Games Maps
committed
Fix Circle whitespaces
1 parent 9636852 commit e18b5dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vectordatasource/transform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ def _to_int_degrees(x):
130130
# trim whitespace to simplify further matching
131131
x = x.strip()
132132

133-
cardinals = {
134-
'north': 0 , 'N': 0 , 'NNE': 22 , 'NE': 45 , 'ENE': 67 ,
135-
'east': 90 , 'E': 90 , 'ESE': 112, 'SE': 135, 'SSE': 157,
133+
cardinals = {
134+
'north': 0, 'N': 0, 'NNE': 22, 'NE': 45, 'ENE': 67,
135+
'east': 90, 'E': 90, 'ESE': 112, 'SE': 135, 'SSE': 157,
136136
'south': 180, 'S': 180, 'SSW': 202, 'SW': 225, 'WSW': 247,
137137
'west': 270, 'W': 270, 'WNW': 292, 'NW': 315, 'NNW': 337
138138
}

0 commit comments

Comments
 (0)