mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Added support for KML files without document tags
This commit is contained in:
parent
84e61c657e
commit
c425b3868d
@ -236,6 +236,8 @@ void KMLParser::kml()
|
||||
while (_reader.readNextStartElement()) {
|
||||
if (_reader.name() == "Document")
|
||||
document();
|
||||
else if (_reader.name() == "Placemark")
|
||||
placemark();
|
||||
else
|
||||
_reader.skipCurrentElement();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user