Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-11-18 14:54:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:05:24 +0300
commit7f1db17bf3167bf9000ad2dbf94152ea7df655c6 (patch)
tree7d949554cc7b8ec3cedfbc642be418eaae7e2836 /data/kml-with-track-from-google-earth.test
parent9f40dca6172da018504fec9e69e973922b3d4502 (diff)
[test] Track parsing tests
Diffstat (limited to 'data/kml-with-track-from-google-earth.test')
-rw-r--r--data/kml-with-track-from-google-earth.test53
1 files changed, 53 insertions, 0 deletions
diff --git a/data/kml-with-track-from-google-earth.test b/data/kml-with-track-from-google-earth.test
new file mode 100644
index 0000000000..0244e30954
--- /dev/null
+++ b/data/kml-with-track-from-google-earth.test
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
+<Document>
+ <name>TrackTest.kmz</name>
+ <Style id="s_ylw-pushpin_hl">
+ <IconStyle>
+ <scale>1.3</scale>
+ <Icon>
+ <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
+ </Icon>
+ <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
+ </IconStyle>
+ <LineStyle>
+ <color>ff20ff39</color>
+ <width>2</width>
+ </LineStyle>
+ </Style>
+ <StyleMap id="m_ylw-pushpin">
+ <Pair>
+ <key>normal</key>
+ <styleUrl>#s_ylw-pushpin</styleUrl>
+ </Pair>
+ <Pair>
+ <key>highlight</key>
+ <styleUrl>#s_ylw-pushpin_hl</styleUrl>
+ </Pair>
+ </StyleMap>
+ <Style id="s_ylw-pushpin">
+ <IconStyle>
+ <scale>1.1</scale>
+ <Icon>
+ <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
+ </Icon>
+ <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
+ </IconStyle>
+ <LineStyle>
+ <color>ff20ff39</color>
+ <width>2</width>
+ </LineStyle>
+ </Style>
+ <Placemark>
+ <name>XY</name>
+ <description>Description of XY</description>
+ <styleUrl>#m_ylw-pushpin</styleUrl>
+ <LineString>
+ <tessellate>1</tessellate>
+ <coordinates>
+ 27.65525509456809,53.97609669481151,0 27.72997455747025,53.9215437998892,0
+ </coordinates>
+ </LineString>
+ </Placemark>
+</Document>
+</kml>