From 2e0b5e9f9a51742dd49cc6beb7dd141f00f9cb71 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Aug 2022 11:29:54 +0100 Subject: [PATCH] Set post url as the waypoint name --- maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps.py b/maps.py index e8ffbe097..f1576668e 100644 --- a/maps.py +++ b/maps.py @@ -569,7 +569,7 @@ def _hashtag_map_to_gpx(base_dir: str, tag_name: str, place_ctr += 1 gpx_str += '\n' - gpx_str += ' ' + str(place_ctr) + '\n' + gpx_str += ' ' + post_id + '\n' gpx_str += ' \n' gpx_str += '\n'