fix lat/lng switch for brazil

This commit is contained in:
John Krauss
2016-12-08 02:55:53 +00:00
parent 209832e38d
commit 4b9ba06b42

View File

@@ -147,7 +147,7 @@ def default_lonlat(column_id):
elif column_id.startswith('eu.'):
raise SkipTest('No tests for Eurostat!')
elif column_id.startswith('br.'):
return (-22.9, -43.19)
return (-43.19, -22.9)
else:
raise Exception('No catalog point set for {}'.format(column_id))