[Marble-bugs] [marble] [Bug 349114] New: Marble silently fails to import valid kml. Does not signal error

Ernesto erjoalgo at gmail.com
Sat Jun 13 19:49:09 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=349114

            Bug ID: 349114
           Summary: Marble silently fails to import valid kml. Does not
                    signal error
           Product: marble
           Version: unspecified
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: data
          Assignee: marble-bugs at kde.org
          Reporter: erjoalgo at gmail.com

When importing bookmarks from the sample, valid kml file below, Marble neither
imports the bookmarks nor signals an error. 

<?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">
    <Document id="feat_1">
        <Placemark id="feat_2">
            <name>cmu</name>
            <Point id="geom_0">
                <coordinates>40.4424925,-79.9425528,0.0</coordinates>
            </Point>
        </Placemark>
    </Document>
</kml>


Reproducible: Always

Steps to Reproduce:
1. Create a sample.kml file with the contents described above
2.  Open marble->import bookmarks-> import that file
3. Nothing happens

Actual Results:  
Nothing

Expected Results:  
Either succesful import of bookmars or error explaining why they couldn't be
loaded


<?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">
    <Document id="feat_1">
        <Placemark id="feat_2">
            <name>cmu</name>
            <Point id="geom_0">
                <coordinates>40.4424925,-79.9425528,0.0</coordinates>
            </Point>
        </Placemark>
    </Document>
</kml>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list