Revision af1fb70...

Go back to digest for 25th November 2012

Bug Fixes in Educational

Dennis Nienhüser committed changes in [marble] src/lib/geodata/handlers/kml/KmlCoordinatesTagHandler.cpp:

Fix parsing coordinate strings that don't follow kml specs exactly.

Coordinates like '1, 2, 3 4 ,5, 6' are not valid coordinate strings
(should be '1,2,3 4,5,6') but can still be parsed.

Patch by Valery Kharitonov, thanks!
REVIEW: 103525

FIXED-IN: 1.5.0/KDE-4.10.0

File Changes

Modified 1 files
  • src/lib/geodata/handlers/kml/KmlCoordinatesTagHandler.cpp
1 files changed in total