[Marble-bugs] [Bug 299932] New: GeoDataCoordinates::fromString("0.0, 1.0e-2", ok) can't convert scientific notation

sirop boris.skegin.de at gmail.com
Sun May 13 11:24:21 UTC 2012


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

            Bug ID: 299932
          Severity: normal
           Version: unspecified
          Priority: NOR
          Assignee: marble-bugs at kde.org
           Summary: GeoDataCoordinates::fromString("0.0,1.0e-2", ok) can't
                    convert scientific notation
    Classification: Unclassified
                OS: Linux
          Reporter: boris.skegin.de at gmail.com
          Hardware: Debian unstable
            Status: UNCONFIRMED
         Component: general
           Product: marble

Try something like:

bool ok;
GeoDataCoordinates temp(GeoDataCoordinates::fromString("0.0,1.0e-2", ok));
if(ok==false)
    qDebug()<<"error";

I checked it several times: GeoDataCoordinates::fromString("0.0,1.0e-2", ok) 
can't convert scientific notation.

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


More information about the Marble-bugs mailing list