mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
This commit is contained in:
16
data/test_data/gpx/route.gpx
Normal file
16
data/test_data/gpx/route.gpx
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
|
||||
<metadata>
|
||||
<desc>Welcome to my route</desc>
|
||||
</metadata>
|
||||
<rte>
|
||||
<name>Some random route</name>
|
||||
<rtept lat="48.20984622935899" lon="16.376023292541507">
|
||||
<ele>184.4</ele>
|
||||
<name>Point 1</name>
|
||||
</rtept>
|
||||
<rtept lat="48.209503040543545" lon="16.381065845489506">
|
||||
<ele>186.9</ele>
|
||||
<name>Point 2</name>
|
||||
</rtept>
|
||||
</rte>
|
||||
Reference in New Issue
Block a user