mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-15 19:34:24 +02:00
Added initial map support part #2
This commit is contained in:
@ -38,11 +38,9 @@ bool POI::loadFile(const QString &fileName)
|
||||
}
|
||||
QByteArray ba = list[2].trimmed();
|
||||
|
||||
QPointF p;
|
||||
Entry entry;
|
||||
ll2mercator(QPointF(lon, lat), p);
|
||||
entry.description = QString::fromUtf8(ba.data(), ba.size());
|
||||
entry.coordinates = p;
|
||||
entry.coordinates = ll2mercator(QPointF(lon, lat));
|
||||
|
||||
_data.append(entry);
|
||||
ln++;
|
||||
|
Reference in New Issue
Block a user