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