Implemented MapRouteItem
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 13 Jul 2010 10:04:16 +0000 (13:04 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 13 Jul 2010 10:35:41 +0000 (13:35 +0300)
commitb0f0a71a424be8f4f32a0374d0a6aa986782f088
treea76e166e2197e43e78a712446e5ed668cdbee884
parentef04ed502c73ec8e43c9b8c5f367b942c9aa5c83
Implemented MapRouteItem

 - route geometry is parsed, line items are created and route item is
    added to the MapScene. Line width and color are set.

 - Fixed bug: Latitude and longitude were mixed when parsing the route json
src/map/mapengine.cpp
src/map/mapengine.h
src/map/maprouteitem.cpp [new file with mode: 0644]
src/map/maprouteitem.h [new file with mode: 0644]
src/routing/routingservice.cpp
src/src.pro