From ac2e45f0344c86acd44890d3744f37b30977616a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 21 May 2022 13:28:21 +0100 Subject: [PATCH] Smaller bounding box --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index ab5b99ed1..1415a8894 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -2158,7 +2158,7 @@ def individual_post_as_html(signing_priv_key_pem: str, _get_location_from_tags(post_json_object['object']['tag']) if location_str: if '://' in location_str and '.' in location_str: - bounding_box_degrees = 0.01 + bounding_box_degrees = 0.001 map_str = \ html_open_street_map(location_str, bounding_box_degrees,