mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
finally fixed gpx points
This commit is contained in:
parent
c6805e04cc
commit
2fd7fe0724
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ interface IGetGPXString {
|
||||||
title?: string,
|
title?: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export const getGPXString = ({ route, title, stickers }: IGetGPXString): string => (`<?xml version="1.0" encoding="UTF-8"?>
|
export const getGPXString = ({ route, title, stickers }: IGetGPXString): string => (`<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
|
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue