Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
19
data/test_data/kml/track_with_timestamps_mismatch.kml
Normal file
19
data/test_data/kml/track_with_timestamps_mismatch.kml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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">
|
||||
<Placemark id="PM005">
|
||||
<gx:Track>
|
||||
<when>2010-05-28T02:02:44Z</when>
|
||||
<when>2010-05-28T02:02:53Z</when>
|
||||
<when>2010-05-28T02:02:54Z</when>
|
||||
<when>2010-05-28T02:02:55Z</when>
|
||||
<when>2010-05-28T02:02:56Z</when>
|
||||
<gx:coord>-122.207881 37.371915 156.000000</gx:coord>
|
||||
<gx:coord>-122.205712 37.373288 152.000000</gx:coord>
|
||||
<gx:coord>-122.204678 37.373939 147.000000</gx:coord>
|
||||
<gx:coord>-122.203572 37.374630 142.199997</gx:coord>
|
||||
<gx:coord>-122.203451 37.374706 141.800003</gx:coord>
|
||||
<gx:coord>-122.203329 37.374780 141.199997</gx:coord>
|
||||
<gx:coord>-122.203207 37.374857 140.199997</gx:coord>
|
||||
</gx:Track>
|
||||
</Placemark>
|
||||
</kml>
|
||||
Loading…
Add table
Add a link
Reference in a new issue