-
Notifications
You must be signed in to change notification settings - Fork 9
/
espoo.gpx
26 lines (26 loc) · 1.03 KB
/
espoo.gpx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gpx
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx = "http://www.garmin.com/xmlschemas/GpxExtensions/v3"
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
http://www.garmin.com/xmlschemas/GpxExtensions/v3
http://www8.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd"
version="1.1"
creator="gpx-poi.com">
<wpt lat="60.176399230957" lon="24.8306999206543">
<time>2015-11-29T00:04:32Z</time>
<name>Espoo, Finland</name>
<extensions>
<gpxx:WaypointExtension>
<gpxx:Address>
<gpxx:StreetAddress>Keilaranta 1</gpxx:StreetAddress>
<gpxx:City>Espoo</gpxx:City>
<gpxx:State>Uus</gpxx:State>
<gpxx:Country>Finland</gpxx:Country>
<gpxx:PostalCode>02150</gpxx:PostalCode>
</gpxx:Address>
</gpxx:WaypointExtension>
</extensions>
</wpt>
</gpx>