From c3472c4ff7c007739ab8ec4561a19bb410a531e7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Aug 2022 11:28:37 +0100 Subject: [PATCH] Back to gpx --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index a80a62e6c..3f17730e3 100644 --- a/epicyon.py +++ b/epicyon.py @@ -736,7 +736,7 @@ def _command_options() -> None: parser.add_argument('--location', dest='location', type=str, default=None, help='Location/City of item being shared') parser.add_argument('--mapFormat', dest='mapFormat', type=str, - default='kml', + default='gpx', help='Format for hashtag maps GPX/KML') parser.add_argument('--duration', dest='duration', type=str, default=None, help='Duration for which to share an item')