[Marble-bugs] [Bug 301013] New: marble --enableFileView file.kml does not always enables fileview for file.kml

sirop boris.skegin.de at gmail.com
Fri Jun 1 19:32:39 UTC 2012


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

            Bug ID: 301013
          Severity: minor
           Version: unspecified
          Priority: NOR
          Assignee: marble-bugs at kde.org
           Summary: marble  --enableFileView file.kml  does not always
                    enables fileview for file.kml
    Classification: Unclassified
                OS: Linux
          Reporter: boris.skegin.de at gmail.com
          Hardware: Compiled Sources
            Status: UNCONFIRMED
         Component: general
           Product: marble

marble  --enableFileView file.kml  does not always enable fileview for
file.kml,
however, there is a workaround: use Menu -> File -> Open ...


Reproducible: Sometimes

Steps to Reproduce:
1. Create a file simple.kml from 
2. <?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
  <name>LinearRing.kml</name>
  <Polygon>
    <outerBoundaryIs>
      <LinearRing>
        <coordinates>
          -122.365662,37.826988,0
          -122.365202,37.826302,0
          -122.364581,37.82655,0
          -122.365038,37.827237,0
          -122.365662,37.826988,0
        </coordinates>
      </LinearRing>
    </outerBoundaryIs>
  </Polygon>
</Placemark>
</kml>
3. marble  --enableFileView simple.kml
Actual Results:  
No simple.kml under fileview,
but Menu -> File -> Open simple.kml  does show the data structure under
fileview.




It somehow depends on Kml file, i.e., 
 with https://developers.google.com/kml/documentation/us_states.kml
you can see the structure of the Kml file already with
 marble  --enableFileView us_states.kml

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


More information about the Marble-bugs mailing list