Created
November 19, 2025 09:58
-
-
Save dsebastien/b5975dd264e6583aa32a65de08eaa62c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Created with BasicAirData GPS Logger for Android - ver. 3.2.3 --> | |
| <!-- Track 2 = 5097 TrackPoints + 4 Placemarks --> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Document> | |
| <name>GPS Logger 20251104-164542</name> | |
| <description><![CDATA[5097 Trackpoints + 4 Placemarks]]></description> | |
| <Style id="TrackStyle"> | |
| <LineStyle> | |
| <color>ff0000ff</color> | |
| <width>3</width> | |
| </LineStyle> | |
| <PolyStyle> | |
| <color>7f0000ff</color> | |
| </PolyStyle> | |
| <BalloonStyle> | |
| <text><![CDATA[<p style="color:red;font-weight:bold">$[name]</p><p style="font-size:11px">$[description]</p><p style="font-size:7px">Stats de parcours basées sur: Temps total | Temps en mouvement</p>]]></text> | |
| </BalloonStyle> | |
| </Style> | |
| <Style id="PlacemarkStyle"> | |
| <IconStyle> | |
| <Icon><href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle_highlight.png</href></Icon> | |
| </IconStyle> | |
| </Style> | |
| <Placemark id="1"> | |
| <name></name> | |
| <styleUrl>#PlacemarkStyle</styleUrl> | |
| <Point> | |
| <altitudeMode>clampToGround</altitudeMode> | |
| <coordinates>4.14245246,50.39882708,142.528</coordinates> | |
| <extrude>1</extrude> | |
| </Point> | |
| </Placemark> | |
| <Placemark id="2"> | |
| <name></name> | |
| <styleUrl>#PlacemarkStyle</styleUrl> | |
| <Point> | |
| <altitudeMode>clampToGround</altitudeMode> | |
| <coordinates>4.16279546,50.40380266,147.481</coordinates> | |
| <extrude>1</extrude> | |
| </Point> | |
| </Placemark> | |
| <Placemark id="3"> | |
| <name></name> | |
| <styleUrl>#PlacemarkStyle</styleUrl> | |
| <Point> | |
| <altitudeMode>clampToGround</altitudeMode> | |
| <coordinates>4.16193854,50.40389314,146.556</coordinates> | |
| <extrude>1</extrude> | |
| </Point> | |
| </Placemark> | |
| <Placemark id="4"> | |
| <name></name> | |
| <styleUrl>#PlacemarkStyle</styleUrl> | |
| <Point> | |
| <altitudeMode>clampToGround</altitudeMode> | |
| <coordinates>4.16184293,50.40497892,142.042</coordinates> | |
| <extrude>1</extrude> | |
| </Point> | |
| </Placemark> | |
| </Document> | |
| </kml> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment