Smaller bounding box

main
Bob Mottram 2022-05-21 13:28:21 +01:00
parent d1d61ab142
commit ac2e45f034
1 changed files with 1 additions and 1 deletions

View File

@ -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,