mirror of https://gitlab.com/bashrc2/epicyon
Frame width
parent
75d9c6c59c
commit
80c7254861
2
maps.py
2
maps.py
|
@ -221,7 +221,7 @@ def html_open_street_map(url: str,
|
|||
return ''
|
||||
|
||||
html_str = \
|
||||
'<iframe width="425" height="350" frameborder="0" ' + \
|
||||
'<iframe width="90%" frameborder="0" ' + \
|
||||
'scrolling="no" marginheight="0" marginwidth="0" ' + \
|
||||
'src="https://www.' + osm_domain + '/export/embed.html?' + \
|
||||
'bbox=' + str(longitude - bounding_box_degrees) + \
|
||||
|
|
Loading…
Reference in New Issue