Mehr Urbex-Codex (German only)
This commit is contained in:
@@ -58,8 +58,11 @@ class Place(Submittable, Taggable, Mapable):
|
||||
def average_latlon(cls, place_list):
|
||||
amount = len(place_list)
|
||||
# Init fill values to prevent None
|
||||
longitude = 0
|
||||
latitude = 0
|
||||
# China Corner in Münster
|
||||
# Where I almost always eat lunch
|
||||
# (Does'nt help losing wheight, tho)
|
||||
longitude = 7.6295628132604385
|
||||
latitude = 51.961922091398904
|
||||
|
||||
if amount > 0:
|
||||
for place in place_list:
|
||||
|
Reference in New Issue
Block a user