diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-08 11:42:58 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-08 11:42:58 +0200 |
| commit | 4db2bf20294175048bf1124bc29143074d01c42b (patch) | |
| tree | 0e2428604c2793213f9fcc0e1932cb43b2361f4a /tests/res | |
| parent | 934945bddf33ec77ee77daff1add6498fe08e400 (diff) | |
| download | cgeo-4db2bf20294175048bf1124bc29143074d01c42b.zip cgeo-4db2bf20294175048bf1124bc29143074d01c42b.tar.gz cgeo-4db2bf20294175048bf1124bc29143074d01c42b.tar.bz2 | |
new: support for waymarking GPX files
* Now one can load cache and waymark GPX together (as unknown caches)
* I do not plan on adding any online features to the connector.
* It is only there for creating the URLs for waymarks.
Diffstat (limited to 'tests/res')
| -rw-r--r-- | tests/res/raw/waymarking_gpx.gpx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/res/raw/waymarking_gpx.gpx b/tests/res/raw/waymarking_gpx.gpx new file mode 100644 index 0000000..5f93da9 --- /dev/null +++ b/tests/res/raw/waymarking_gpx.gpx @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?>
+<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0" creator="Groundspeak, Inc. All Rights Reserved. http://www.groundspeak.com" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd" xmlns="http://www.topografix.com/GPX/1/0">
+ <name>GPX Lite Waymark List Generated from Waymarking.com</name>
+ <desc>A list of waymarks generated from Waymarking.com</desc>
+ <author />
+ <email>contact@waymarking.com</email>
+ <url>http://www.waymarking.com</url>
+ <urlname>Waymarking - Unique and Interesting Locations</urlname>
+ <time>2013-06-08T07:06:36.3821125Z</time>
+ <keywords>waymark</keywords>
+ <bounds minlat="48.86422" minlon="9.1836" maxlat="48.86422" maxlon="9.1836" />
+ <wpt lat="48.86422" lon="9.1836">
+ <name>WM7BM7</name>
+ <desc>Roman water pipe Kornwestheim - A water fountain from an originally Roman water pipe.</desc>
+ <url>http://www.waymarking.com/waymarks/WM7BM7_Roman_water_pipe_Kornwestheim</url>
+ <urlname>Roman water pipe Kornwestheim</urlname>
+ <sym>Waymark</sym>
+ <type>Ancient Roman Civilization</type>
+ </wpt>
+</gpx>
\ No newline at end of file |
