Skip to content
Snippets Groups Projects
Commit 59ad8322 authored by Simon Will's avatar Simon Will
Browse files

Add Milan, Budapest and Helsinki to location retriever

parent b9be7450
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ DEFAULT_BOUNDING_BOXES = (
BoundingBox(56, 23, 58, 25), # Riga
BoundingBox(51, 20, 53, 22), # Warsaw
BoundingBox(44, 25, 46, 27), # Bucharest
BoundingBox(45, 8, 47, 10), # Milan
BoundingBox(47, 18, 49, 20), # Budapest
BoundingBox(59, 24, 61, 26), # Helsinki
)
AREA_TEMPLATE = jinja2.Template("""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment