-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIBKML: fix crash on a gx:Track without when subelements (fixes qgis/…
- Loading branch information
Showing
3 changed files
with
59 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?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"> | ||
<Folder> | ||
<Placemark> | ||
<gx:Track> | ||
<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> | ||
</Folder> | ||
</kml> |
This file contains 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
This file contains 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