mirror of https://gitlab.com/bashrc2/epicyon
Fix kml syntax
parent
0468731397
commit
2f04c6c68f
2
maps.py
2
maps.py
|
@ -511,7 +511,7 @@ def _hashtag_map_to_kml(base_dir: str, tag_name: str,
|
|||
kml_str += ' <name>' + str(place_ctr) + '</name>\n'
|
||||
kml_str += ' <description><![CDATA[\n'
|
||||
kml_str += '<a href="' + post_id + '">' + \
|
||||
post_id + '</a>\n]]\n'
|
||||
post_id + '</a>\n]]>\n'
|
||||
kml_str += ' </description>\n'
|
||||
kml_str += ' <Point>\n'
|
||||
kml_str += ' <coordinates>' + str(longitude) + ',' + \
|
||||
|
|
Loading…
Reference in New Issue