Summary: | Not able to load valid kml file | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Sven Klomp <mail> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | acb |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.8 (KDE 4.3) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test kml file |
Description
Sven Klomp
2009-08-05 22:18:06 UTC
Created attachment 35882 [details]
Test kml file
I'm wondering why "kml" is truncated in the error message (/net/homes/klomp/tmp/test). This bug is shown in the new unit test TestGeoDataWriter::countFeatures(New York) . When this bug is fixed that test should PASS. The problem is that the parser currently only supports KML documents that are surrounded by <Document> </Document> tags, so the single Placemark in this file is not being picked up. SVN commit 1172708 by nienhueser: Accept kml documents containing a Placemark as root item. Original fix by Thibaut Gridel in rev. 1172705. BUG: 202702 M +4 -0 KmlPlacemarkTagHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1172708 |