diff --git a/src/map/mapsforge/mapdata.cpp b/src/map/mapsforge/mapdata.cpp index 1ab5dd52..b365d4a9 100644 --- a/src/map/mapsforge/mapdata.cpp +++ b/src/map/mapsforge/mapdata.cpp @@ -796,7 +796,7 @@ QDebug operator<<(QDebug dbg, const Mapsforge::MapData::Tag &tag) QDebug operator<<(QDebug dbg, const MapData::Path &path) { dbg.nospace() << "Path(" << path.poly.boundingRect() << ", " - << path.tags << ")"; + << path.point.tags << ")"; return dbg.space(); }