mirror of https://gitlab.com/bashrc2/epicyon
String cast
parent
c15696d98f
commit
d1d61ab142
2
maps.py
2
maps.py
|
@ -233,6 +233,6 @@ def html_open_street_map(url: str,
|
||||||
str(latitude + bounding_box_degrees) + \
|
str(latitude + bounding_box_degrees) + \
|
||||||
'&layer=mapnik" style="border: 1px solid black"></iframe>' + \
|
'&layer=mapnik" style="border: 1px solid black"></iframe>' + \
|
||||||
'<br/><small><a href="https://www.' + osm_domain + '/#map=' + \
|
'<br/><small><a href="https://www.' + osm_domain + '/#map=' + \
|
||||||
zoom + '/' + latitude + '/' + longitude + \
|
str(zoom) + '/' + str(latitude) + '/' + str(longitude) + \
|
||||||
'">' + translate['View Larger Map'] + '</a></small>\n'
|
'">' + translate['View Larger Map'] + '</a></small>\n'
|
||||||
return html_str
|
return html_str
|
||||||
|
|
Loading…
Reference in New Issue