1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 12:09:15 +02:00

Allow lower zooms, properly sort cities

This commit is contained in:
2019-07-02 08:52:26 +02:00
parent 03d5745da9
commit 863aa3f542
2 changed files with 6 additions and 12 deletions

View File

@ -41,7 +41,7 @@ public:
quint64 id;
bool operator<(const Point &other) const
{return id > other.id;}
{return id < other.id;}
};