From a180e00ffbb21eace08c1b3e70634cb43c61dda5 Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 18 Feb 2019 14:42:59 +0700 Subject: [PATCH] gpx point group same as title / address --- src/utils/gpx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/gpx.ts b/src/utils/gpx.ts index 19e054f..6d873d0 100644 --- a/src/utils/gpx.ts +++ b/src/utils/gpx.ts @@ -28,7 +28,7 @@ export const getGPXString = ({ route, title, stickers }: IGetGPXString): string ${text} generic - Маршрут + ${title} `), '') }