1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-12 01:45:11 +02:00

Added support for Geographic 2D projections (coordinate systems) in vector maps

This commit is contained in:
2019-08-01 08:36:58 +02:00
parent 38b62c0121
commit 5f5b391cd9
21 changed files with 109 additions and 98 deletions

View File

@ -6,7 +6,7 @@
void ToolTip::insert(const QString &key, const QString &value)
{
_list.append(KV(key, value));
_list.append(KV<QString, QString>(key, value));
}
QString ToolTip::toString() const