Fix kml syntax

main
Bob Mottram 2022-08-22 22:10:02 +01:00
parent 0468731397
commit 2f04c6c68f
1 changed files with 1 additions and 1 deletions

View File

@ -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) + ',' + \