mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
gpx point group same as title / address
This commit is contained in:
parent
2fd7fe0724
commit
a180e00ffb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const getGPXString = ({ route, title, stickers }: IGetGPXString): string
|
||||||
<wpt lat="${lat}" lon="${lng}">
|
<wpt lat="${lat}" lon="${lng}">
|
||||||
<name>${text}</name>
|
<name>${text}</name>
|
||||||
<sym>generic</sym>
|
<sym>generic</sym>
|
||||||
<type>Маршрут</type>
|
<type>${title}</type>
|
||||||
</wpt>`), '')
|
</wpt>`), '')
|
||||||
}
|
}
|
||||||
<trk>
|
<trk>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue