mirror of https://gitlab.com/bashrc2/epicyon
Set post url as the waypoint name
parent
c3472c4ff7
commit
2e0b5e9f9a
2
maps.py
2
maps.py
|
@ -569,7 +569,7 @@ def _hashtag_map_to_gpx(base_dir: str, tag_name: str,
|
|||
place_ctr += 1
|
||||
gpx_str += '<wpt lat="' + str(latitude) + \
|
||||
'" lon="' + str(longitude) + '">\n'
|
||||
gpx_str += ' <name>' + str(place_ctr) + '</name>\n'
|
||||
gpx_str += ' <name>' + post_id + '</name>\n'
|
||||
gpx_str += ' <link href="' + post_id + '"/>\n'
|
||||
gpx_str += '</wpt>\n'
|
||||
|
||||
|
|
Loading…
Reference in New Issue