mirror of https://gitlab.com/bashrc2/epicyon
Center the map
parent
ac2e45f034
commit
c80d5f25be
|
@ -2163,6 +2163,8 @@ def individual_post_as_html(signing_priv_key_pem: str,
|
||||||
html_open_street_map(location_str,
|
html_open_street_map(location_str,
|
||||||
bounding_box_degrees,
|
bounding_box_degrees,
|
||||||
translate)
|
translate)
|
||||||
|
if map_str:
|
||||||
|
map_str = '<center>\n' + map_str + '</center>\n'
|
||||||
|
|
||||||
if is_muted:
|
if is_muted:
|
||||||
content_str = ''
|
content_str = ''
|
||||||
|
|
Loading…
Reference in New Issue