Add a new test point for our test_module
This commit is contained in:
parent
415a4ccc05
commit
86b34a625b
@ -198,6 +198,8 @@ def default_lonlat(column_id):
|
||||
return (-23.53, -46.63)
|
||||
elif column_id.startswith('au.'):
|
||||
return (-33.8806, 151.2131)
|
||||
elif column_id.startswith('test_module.'):
|
||||
return (42.8226119029222, -2.51141249535454)
|
||||
else:
|
||||
raise Exception('No catalog point set for {}'.format(column_id))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user